﻿2025-08-20T21:26:34.4261885Z Current runner version: '2.328.0'
2025-08-20T21:26:34.4294313Z ##[group]Runner Image Provisioner
2025-08-20T21:26:34.4295890Z Hosted Compute Agent
2025-08-20T21:26:34.4296517Z Version: 20250818.377
2025-08-20T21:26:34.4297148Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:26:34.4298201Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:26:34.4298835Z ##[endgroup]
2025-08-20T21:26:34.4299490Z ##[group]VM Image
2025-08-20T21:26:34.4300123Z - OS: Linux (arm64)
2025-08-20T21:26:34.4300708Z - Source: Partner
2025-08-20T21:26:34.4301264Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T21:26:34.4301959Z - Version: 20250728.24.1
2025-08-20T21:26:34.4303024Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T21:26:34.4304092Z ##[endgroup]
2025-08-20T21:26:34.4305382Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:26:34.4309102Z Attestations: write
2025-08-20T21:26:34.4309762Z Contents: write
2025-08-20T21:26:34.4310482Z Metadata: read
2025-08-20T21:26:34.4311240Z Packages: write
2025-08-20T21:26:34.4311802Z ##[endgroup]
2025-08-20T21:26:34.4315956Z Secret source: Actions
2025-08-20T21:26:34.4316779Z Prepare workflow directory
2025-08-20T21:26:34.4710117Z Prepare all required actions
2025-08-20T21:26:34.4748074Z Getting action download info
2025-08-20T21:26:34.7805660Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:26:35.3462225Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:26:35.6620074Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:26:35.7967236Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:26:36.1875191Z Getting action download info
2025-08-20T21:26:36.3398014Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:26:36.5908998Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:26:36.8622868Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/melange/official)
2025-08-20T21:26:36.9265273Z ##[group]Run ##Presets
2025-08-20T21:26:36.9265930Z [36;1m##Presets[0m
2025-08-20T21:26:36.9266277Z [36;1mset +x ; set +e[0m
2025-08-20T21:26:36.9266726Z [36;1m#-------------#[0m
2025-08-20T21:26:36.9267185Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:26:36.9268059Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:26:36.9268637Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9269063Z [36;1m  fi[0m
2025-08-20T21:26:36.9269525Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:26:36.9270078Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:26:36.9270583Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9271055Z [36;1m  fi[0m
2025-08-20T21:26:36.9271441Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:26:36.9272050Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:26:36.9272560Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9272969Z [36;1m  fi[0m
2025-08-20T21:26:36.9273413Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:26:36.9273902Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:26:36.9274324Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:26:36.9274801Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:26:36.9275261Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9276063Z [36;1m     else[0m
2025-08-20T21:26:36.9276472Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9276918Z [36;1m     fi[0m
2025-08-20T21:26:36.9277274Z [36;1m  fi[0m
2025-08-20T21:26:36.9277875Z [36;1mfi[0m
2025-08-20T21:26:36.9310193Z shell: /usr/bin/bash -e {0}
2025-08-20T21:26:36.9311318Z env:
2025-08-20T21:26:36.9312207Z   GH_TOKEN: ***
2025-08-20T21:26:36.9312575Z ##[endgroup]
2025-08-20T21:26:36.9555153Z ##[group]Run ##Presets
2025-08-20T21:26:36.9555780Z [36;1m##Presets[0m
2025-08-20T21:26:36.9556206Z [36;1mset +x ; set +e[0m
2025-08-20T21:26:36.9556811Z [36;1m#-------------#[0m
2025-08-20T21:26:36.9557309Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:26:36.9558387Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:26:36.9559219Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:26:36.9559930Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:26:36.9560605Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:26:36.9561472Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:26:36.9562164Z [36;1m  exit 1[0m
2025-08-20T21:26:36.9562669Z [36;1mfi[0m
2025-08-20T21:26:36.9591887Z shell: /usr/bin/bash -e {0}
2025-08-20T21:26:36.9592505Z env:
2025-08-20T21:26:36.9593125Z   RO_GHTOKEN: ***
2025-08-20T21:26:36.9593541Z   RO_GLTOKEN: ***
2025-08-20T21:26:36.9594948Z   MINISIGN_KEY: ***
2025-08-20T21:26:36.9595352Z ##[endgroup]
2025-08-20T21:26:36.9742830Z ##[group]Run ##Presets
2025-08-20T21:26:36.9743501Z [36;1m##Presets[0m
2025-08-20T21:26:36.9743870Z [36;1mset +x ; set +e[0m
2025-08-20T21:26:36.9744253Z [36;1m#-------------#[0m
2025-08-20T21:26:36.9744600Z [36;1m##Host Triplet[0m
2025-08-20T21:26:36.9745046Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:26:36.9745565Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:26:36.9746029Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:26:36.9746444Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:26:36.9746919Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:26:36.9747374Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:26:36.9748194Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:26:36.9748707Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:26:36.9749087Z [36;1m   fi[0m
2025-08-20T21:26:36.9749594Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:26:36.9750043Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:26:36.9750507Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:26:36.9750990Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:26:36.9751405Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:26:36.9751800Z [36;1m fi[0m
2025-08-20T21:26:36.9752221Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9752730Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9753323Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9753796Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9754222Z [36;1m##Debug[0m
2025-08-20T21:26:36.9754556Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:26:36.9754937Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:26:36.9755364Z [36;1m else[0m
2025-08-20T21:26:36.9755675Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:26:36.9756001Z [36;1m fi[0m
2025-08-20T21:26:36.9756402Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9756795Z [36;1m##Docker Platform[0m
2025-08-20T21:26:36.9757821Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:26:36.9758278Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:26:36.9758730Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:26:36.9759228Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:26:36.9759666Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:26:36.9760091Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:26:36.9760624Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:26:36.9761054Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:26:36.9761401Z [36;1m fi[0m
2025-08-20T21:26:36.9761915Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9762462Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9762967Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:26:36.9763588Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/melange/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:26:36.9764230Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:26:36.9764702Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9765128Z [36;1m##Logs[0m
2025-08-20T21:26:36.9765472Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:26:36.9766066Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:26:36.9766414Z [36;1m else[0m
2025-08-20T21:26:36.9766777Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:26:36.9767164Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:26:36.9767791Z [36;1m fi[0m
2025-08-20T21:26:36.9768514Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9769061Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9769510Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:26:36.9770064Z [36;1m PKG_FAMILY_LOCAL="$(echo "melange" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:26:36.9770627Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:26:36.9771101Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9771548Z [36;1m##Rebuild[0m
2025-08-20T21:26:36.9771878Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:26:36.9772316Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:26:36.9772658Z [36;1m else[0m
2025-08-20T21:26:36.9773014Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:26:36.9773428Z [36;1m fi[0m
2025-08-20T21:26:36.9773798Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9774225Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:26:36.9774832Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:26:36.9775525Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:26:36.9776494Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:26:36.9777372Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:26:36.9778186Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:26:36.9778826Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:26:36.9779424Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:26:36.9779933Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9780403Z [36;1m    exit 1[0m
2025-08-20T21:26:36.9780730Z [36;1m   else[0m
2025-08-20T21:26:36.9781094Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:26:36.9781577Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9782059Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:26:36.9782867Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:26:36.9783349Z [36;1m      #check if supported[0m
2025-08-20T21:26:36.9783844Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:26:36.9784599Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:26:36.9785153Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:26:36.9785654Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9786071Z [36;1m         exit 1[0m
2025-08-20T21:26:36.9786410Z [36;1m       fi[0m
2025-08-20T21:26:36.9786808Z [36;1m      #get build system[0m
2025-08-20T21:26:36.9787297Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:26:36.9788012Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:26:36.9788506Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9788991Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:26:36.9789543Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9790008Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9790486Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:26:36.9790964Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9791428Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:36.9791806Z [36;1m       fi[0m
2025-08-20T21:26:36.9792456Z [36;1m     fi[0m
2025-08-20T21:26:36.9792820Z [36;1m   fi[0m
2025-08-20T21:26:36.9793137Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:26:36.9821250Z shell: /usr/bin/bash -e {0}
2025-08-20T21:26:36.9821856Z ##[endgroup]
2025-08-20T21:26:37.4959707Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:26:37.4960464Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:26:37.4960738Z 
2025-08-20T21:26:37.5889425Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:26:37.5890051Z 100  3980  100  3980    0     0  42042      0 --:--:-- --:--:-- --:--:-- 42340
2025-08-20T21:26:37.5902285Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:26:37.6110654Z ##[group]Run ##Presets
2025-08-20T21:26:37.6111165Z [36;1m##Presets[0m
2025-08-20T21:26:37.6111459Z [36;1mset +x ; set +e[0m
2025-08-20T21:26:37.6111947Z [36;1m#-------------#[0m
2025-08-20T21:26:37.6112302Z [36;1m##Debug?[0m
2025-08-20T21:26:37.6112613Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:26:37.6113089Z [36;1m  set -x[0m
2025-08-20T21:26:37.6113393Z [36;1mfi[0m
2025-08-20T21:26:37.6113758Z [36;1m#-------------#[0m
2025-08-20T21:26:37.6114088Z [36;1m##CoreUtils[0m
2025-08-20T21:26:37.6114463Z [36;1msudo apt update -y[0m
2025-08-20T21:26:37.6114999Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:26:37.6116076Z [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-20T21:26:37.6117225Z [36;1m##tmp[0m
2025-08-20T21:26:37.6117841Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:26:37.6118260Z [36;1m#GH ENV[0m
2025-08-20T21:26:37.6118686Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:37.6119088Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:37.6119532Z [36;1m#-------------#[0m
2025-08-20T21:26:37.6119861Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:26:37.6120491Z [36;1msudo apt update -y[0m
2025-08-20T21:26:37.6120902Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:26:37.6121225Z [36;1m##Setup Minisign[0m
2025-08-20T21:26:37.6121612Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:26:37.6122340Z [36;1mecho "***[0m
2025-08-20T21:26:37.6123748Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:26:37.6124211Z [36;1m##User-Agent[0m
2025-08-20T21:26:37.6125045Z [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-20T21:26:37.6125957Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:26:37.6153781Z shell: /usr/bin/bash -e {0}
2025-08-20T21:26:37.6154153Z env:
2025-08-20T21:26:37.6154642Z   CROSS_COMPILING: NO
2025-08-20T21:26:37.6154956Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:26:37.6155380Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:26:37.6155728Z   ON_QEMU: NO
2025-08-20T21:26:37.6155998Z   DEBUG: 0
2025-08-20T21:26:37.6156387Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:26:37.6156763Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:26:37.6157183Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/melange/official
2025-08-20T21:26:37.6157891Z   KEEP_LOGS: YES
2025-08-20T21:26:37.6158215Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:26:37.6158532Z   PKG_FAMILY_LOCAL: melange
2025-08-20T21:26:37.6158941Z   SBUILD_REBUILD: false
2025-08-20T21:26:37.6159628Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:26:37.6160373Z   BUILD_SYS: docker://go
2025-08-20T21:26:37.6160724Z   BUILD_ON_HOST: FALSE
2025-08-20T21:26:37.6161033Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:26:37.6161433Z ##[endgroup]
2025-08-20T21:26:37.6532492Z 
2025-08-20T21:26:37.6533581Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:26:37.6534222Z 
2025-08-20T21:26:37.8170473Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T21:26:37.8413034Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:26:37.9295584Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T21:26:37.9717973Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T21:26:37.9759874Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:26:37.9791527Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:26:37.9831885Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:26:38.0981771Z Hit:8 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:26:38.1821769Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T21:26:38.5426560Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T21:26:38.6877699Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T21:26:38.8278321Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T21:26:39.2287622Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T21:26:39.3975496Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T21:26:39.4881796Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T21:26:40.2086888Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T21:26:40.4146730Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T21:26:40.6049365Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T21:26:41.1508445Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:26:41.6643718Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T21:26:41.7486375Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T21:26:41.8365872Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T21:26:41.9211908Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T21:26:42.0055746Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T21:26:42.0947796Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T21:26:42.1794792Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T21:26:42.2638788Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T21:26:42.3516301Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T21:26:42.4375580Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T21:26:42.6079201Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T21:26:42.6922350Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T21:26:42.7767141Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T21:26:43.3980306Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T21:26:43.5660119Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T21:26:43.6508872Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T21:26:43.9216670Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T21:26:44.0897688Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T21:26:44.1762450Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T21:26:44.6810811Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T21:26:44.8529285Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T21:26:45.0221457Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T21:26:45.1901682Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T21:26:45.2829151Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T21:26:52.5438453Z Fetched 11.9 MB in 8s (1583 kB/s)
2025-08-20T21:26:53.3116915Z Reading package lists...
2025-08-20T21:26:53.5570480Z Building dependency tree...
2025-08-20T21:26:53.5577802Z Reading state information...
2025-08-20T21:26:53.5852566Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:26:53.5944326Z 
2025-08-20T21:26:53.5945233Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:26:53.5945588Z 
2025-08-20T21:26:53.6064926Z Reading package lists...
2025-08-20T21:26:53.8479927Z Building dependency tree...
2025-08-20T21:26:53.8488861Z Reading state information...
2025-08-20T21:26:54.1034396Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:26:54.1034826Z bc set to manually installed.
2025-08-20T21:26:54.1035139Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:26:54.1035688Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:26:54.1036243Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:26:54.1594354Z The following NEW packages will be installed:
2025-08-20T21:26:54.1601328Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T21:26:54.1603193Z   moreutils
2025-08-20T21:26:54.1609698Z The following packages will be upgraded:
2025-08-20T21:26:54.1617234Z   jq libjq1
2025-08-20T21:26:54.1796129Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T21:26:54.3349107Z Need to get 936 kB of archives.
2025-08-20T21:26:54.3350079Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T21:26:54.3350774Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T21:26:54.3821817Z 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-20T21:26:54.4143299Z 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-20T21:26:54.4488185Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T21:26:54.4676005Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T21:26:54.4871097Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:26:54.5033394Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T21:26:54.5213582Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T21:26:54.8278092Z Fetched 936 kB in 0s (2668 kB/s)
2025-08-20T21:26:54.8848738Z Selecting previously unselected package fdupes.
2025-08-20T21:26:54.9337217Z (Reading database ... 
2025-08-20T21:26:54.9338654Z (Reading database ... 5%
2025-08-20T21:26:54.9339011Z (Reading database ... 10%
2025-08-20T21:26:54.9339281Z (Reading database ... 15%
2025-08-20T21:26:54.9339580Z (Reading database ... 20%
2025-08-20T21:26:54.9339861Z (Reading database ... 25%
2025-08-20T21:26:54.9340145Z (Reading database ... 30%
2025-08-20T21:26:54.9340430Z (Reading database ... 35%
2025-08-20T21:26:54.9340655Z (Reading database ... 40%
2025-08-20T21:26:54.9340893Z (Reading database ... 45%
2025-08-20T21:26:54.9341177Z (Reading database ... 50%
2025-08-20T21:26:55.1874166Z (Reading database ... 55%
2025-08-20T21:26:55.6399791Z (Reading database ... 60%
2025-08-20T21:26:55.7899014Z (Reading database ... 65%
2025-08-20T21:26:55.8307356Z (Reading database ... 70%
2025-08-20T21:26:55.9686137Z (Reading database ... 75%
2025-08-20T21:26:56.4186745Z (Reading database ... 80%
2025-08-20T21:26:56.9323458Z (Reading database ... 85%
2025-08-20T21:26:57.4238813Z (Reading database ... 90%
2025-08-20T21:26:57.8762238Z (Reading database ... 95%
2025-08-20T21:26:57.8762648Z (Reading database ... 100%
2025-08-20T21:26:57.8763218Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T21:26:57.8803669Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T21:26:57.8907838Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:26:57.9868067Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:26:58.0096894Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:26:58.1229519Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:26:58.1552197Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T21:26:58.2113255Z Selecting previously unselected package libio-pty-perl.
2025-08-20T21:26:58.2304536Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T21:26:58.2386369Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:26:58.2974442Z Selecting previously unselected package libipc-run-perl.
2025-08-20T21:26:58.3156254Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T21:26:58.3223545Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T21:26:58.3767039Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:26:58.3946546Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:26:58.4030812Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:26:58.4642120Z Selecting previously unselected package moreutils.
2025-08-20T21:26:58.4811464Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T21:26:58.4873024Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:26:58.5866747Z Selecting previously unselected package dos2unix.
2025-08-20T21:26:58.6068309Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T21:26:58.6139811Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:26:58.7935081Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T21:26:58.8128748Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:26:58.8313190Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:26:58.8484316Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T21:26:58.8665090Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:26:58.8832516Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T21:26:58.9068674Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:26:58.9238207Z Setting up moreutils (0.69-1) ...
2025-08-20T21:26:58.9416139Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:27:04.4571256Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:27:05.9917954Z Reading package lists...
2025-08-20T21:27:06.2653871Z Building dependency tree...
2025-08-20T21:27:06.2662951Z Reading state information...
2025-08-20T21:27:06.6282112Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:27:06.6282942Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:27:06.6283865Z apt-utils set to manually installed.
2025-08-20T21:27:06.6284304Z ca-certificates is already the newest version (20240203).
2025-08-20T21:27:06.6284858Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:27:06.6285290Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:27:06.6285635Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:27:06.6286081Z moreutils is already the newest version (0.69-1).
2025-08-20T21:27:06.6286473Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:27:06.6286888Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:27:06.6287253Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:27:06.6288330Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:27:06.6288768Z tmux set to manually installed.
2025-08-20T21:27:06.6289086Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:27:06.6289447Z The following additional packages will be installed:
2025-08-20T21:27:06.6289922Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T21:27:06.6290415Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T21:27:06.6292727Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:27:06.6293209Z   uuid-runtime
2025-08-20T21:27:06.6305370Z Suggested packages:
2025-08-20T21:27:06.6305827Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T21:27:06.6306260Z   util-linux-extra util-linux-locales
2025-08-20T21:27:06.6306569Z Recommended packages:
2025-08-20T21:27:06.6307400Z   unattended-upgrades
2025-08-20T21:27:06.6873028Z The following NEW packages will be installed:
2025-08-20T21:27:06.6873688Z   rename
2025-08-20T21:27:06.6878368Z The following packages will be upgraded:
2025-08-20T21:27:06.6879433Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T21:27:06.6880628Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T21:27:06.6888486Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T21:27:06.6889013Z   software-properties-common util-linux uuid-runtime
2025-08-20T21:27:06.7116556Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:27:06.8586407Z Need to get 4390 kB of archives.
2025-08-20T21:27:06.8586906Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:27:06.8587903Z 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-20T21:27:06.9236393Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T21:27:07.0025565Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T21:27:07.0194829Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T21:27:07.0361978Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T21:27:07.0527133Z 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-20T21:27:07.0691445Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T21:27:07.0861686Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T21:27:07.1034059Z 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-20T21:27:07.1200763Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T21:27:07.1390562Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T21:27:07.1561503Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T21:27:07.1741749Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T21:27:07.1922667Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T21:27:07.2137697Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T21:27:07.2307184Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T21:27:07.2503035Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T21:27:07.2670121Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T21:27:07.2842551Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T21:27:07.3569796Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T21:27:07.3742476Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T21:27:07.3913091Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T21:27:07.4084880Z 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-20T21:27:07.4252395Z 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-20T21:27:07.4416055Z 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-20T21:27:07.4580173Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:27:07.4743585Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T21:27:07.7615993Z Fetched 4390 kB in 1s (5864 kB/s)
2025-08-20T21:27:07.7962637Z (Reading database ... 
2025-08-20T21:27:07.7963034Z (Reading database ... 5%
2025-08-20T21:27:07.7967952Z (Reading database ... 10%
2025-08-20T21:27:07.7968660Z (Reading database ... 15%
2025-08-20T21:27:07.7969267Z (Reading database ... 20%
2025-08-20T21:27:07.7969602Z (Reading database ... 25%
2025-08-20T21:27:07.7969858Z (Reading database ... 30%
2025-08-20T21:27:07.7970198Z (Reading database ... 35%
2025-08-20T21:27:07.7970456Z (Reading database ... 40%
2025-08-20T21:27:07.7970729Z (Reading database ... 45%
2025-08-20T21:27:07.7971041Z (Reading database ... 50%
2025-08-20T21:27:07.7988497Z (Reading database ... 55%
2025-08-20T21:27:07.8083041Z (Reading database ... 60%
2025-08-20T21:27:07.8127908Z (Reading database ... 65%
2025-08-20T21:27:07.8143669Z (Reading database ... 70%
2025-08-20T21:27:07.8165430Z (Reading database ... 75%
2025-08-20T21:27:07.8202526Z (Reading database ... 80%
2025-08-20T21:27:07.8410268Z (Reading database ... 85%
2025-08-20T21:27:07.8431369Z (Reading database ... 90%
2025-08-20T21:27:07.8550574Z (Reading database ... 95%
2025-08-20T21:27:07.8550855Z (Reading database ... 100%
2025-08-20T21:27:07.8551240Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:27:07.8595421Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:27:07.8787570Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T21:27:07.9915471Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T21:27:08.0728580Z (Reading database ... 
2025-08-20T21:27:08.0728954Z (Reading database ... 5%
2025-08-20T21:27:08.0729497Z (Reading database ... 10%
2025-08-20T21:27:08.0729836Z (Reading database ... 15%
2025-08-20T21:27:08.0731085Z (Reading database ... 20%
2025-08-20T21:27:08.0731481Z (Reading database ... 25%
2025-08-20T21:27:08.0731751Z (Reading database ... 30%
2025-08-20T21:27:08.0731986Z (Reading database ... 35%
2025-08-20T21:27:08.0732317Z (Reading database ... 40%
2025-08-20T21:27:08.0732584Z (Reading database ... 45%
2025-08-20T21:27:08.0732855Z (Reading database ... 50%
2025-08-20T21:27:08.0754472Z (Reading database ... 55%
2025-08-20T21:27:08.0850452Z (Reading database ... 60%
2025-08-20T21:27:08.0895163Z (Reading database ... 65%
2025-08-20T21:27:08.0911246Z (Reading database ... 70%
2025-08-20T21:27:08.0933018Z (Reading database ... 75%
2025-08-20T21:27:08.0970398Z (Reading database ... 80%
2025-08-20T21:27:08.1176865Z (Reading database ... 85%
2025-08-20T21:27:08.1199755Z (Reading database ... 90%
2025-08-20T21:27:08.1320096Z (Reading database ... 95%
2025-08-20T21:27:08.1320610Z (Reading database ... 100%
2025-08-20T21:27:08.1320974Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:27:08.1366321Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:27:08.1632722Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:27:08.3079016Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T21:27:08.9028518Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:27:08.9591261Z (Reading database ... 
2025-08-20T21:27:08.9591890Z (Reading database ... 5%
2025-08-20T21:27:08.9592179Z (Reading database ... 10%
2025-08-20T21:27:08.9592436Z (Reading database ... 15%
2025-08-20T21:27:08.9592805Z (Reading database ... 20%
2025-08-20T21:27:08.9593059Z (Reading database ... 25%
2025-08-20T21:27:08.9593298Z (Reading database ... 30%
2025-08-20T21:27:08.9593632Z (Reading database ... 35%
2025-08-20T21:27:08.9593880Z (Reading database ... 40%
2025-08-20T21:27:08.9594143Z (Reading database ... 45%
2025-08-20T21:27:08.9594428Z (Reading database ... 50%
2025-08-20T21:27:08.9619042Z (Reading database ... 55%
2025-08-20T21:27:08.9720357Z (Reading database ... 60%
2025-08-20T21:27:08.9765899Z (Reading database ... 65%
2025-08-20T21:27:08.9782172Z (Reading database ... 70%
2025-08-20T21:27:08.9803850Z (Reading database ... 75%
2025-08-20T21:27:08.9841903Z (Reading database ... 80%
2025-08-20T21:27:09.0051150Z (Reading database ... 85%
2025-08-20T21:27:09.0072888Z (Reading database ... 90%
2025-08-20T21:27:09.0194612Z (Reading database ... 95%
2025-08-20T21:27:09.0195175Z (Reading database ... 100%
2025-08-20T21:27:09.0195517Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:27:09.0240348Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:27:09.0424461Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:27:09.1465768Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:27:09.1748240Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:27:09.2587775Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:27:09.3375283Z (Reading database ... 
2025-08-20T21:27:09.3379475Z (Reading database ... 5%
2025-08-20T21:27:09.3380054Z (Reading database ... 10%
2025-08-20T21:27:09.3380384Z (Reading database ... 15%
2025-08-20T21:27:09.3380656Z (Reading database ... 20%
2025-08-20T21:27:09.3380955Z (Reading database ... 25%
2025-08-20T21:27:09.3381202Z (Reading database ... 30%
2025-08-20T21:27:09.3382021Z (Reading database ... 35%
2025-08-20T21:27:09.3382303Z (Reading database ... 40%
2025-08-20T21:27:09.3382583Z (Reading database ... 45%
2025-08-20T21:27:09.3382865Z (Reading database ... 50%
2025-08-20T21:27:09.3399951Z (Reading database ... 55%
2025-08-20T21:27:09.3495924Z (Reading database ... 60%
2025-08-20T21:27:09.3541671Z (Reading database ... 65%
2025-08-20T21:27:09.3557230Z (Reading database ... 70%
2025-08-20T21:27:09.3580226Z (Reading database ... 75%
2025-08-20T21:27:09.3618917Z (Reading database ... 80%
2025-08-20T21:27:09.3836483Z (Reading database ... 85%
2025-08-20T21:27:09.3860455Z (Reading database ... 90%
2025-08-20T21:27:09.3990441Z (Reading database ... 95%
2025-08-20T21:27:09.3990879Z (Reading database ... 100%
2025-08-20T21:27:09.3991258Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:27:09.4037734Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:27:09.4271179Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:27:09.5128106Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:27:09.6349981Z (Reading database ... 
2025-08-20T21:27:09.6350346Z (Reading database ... 5%
2025-08-20T21:27:09.6350822Z (Reading database ... 10%
2025-08-20T21:27:09.6351084Z (Reading database ... 15%
2025-08-20T21:27:09.6351745Z (Reading database ... 20%
2025-08-20T21:27:09.6352104Z (Reading database ... 25%
2025-08-20T21:27:09.6352367Z (Reading database ... 30%
2025-08-20T21:27:09.6352610Z (Reading database ... 35%
2025-08-20T21:27:09.6352906Z (Reading database ... 40%
2025-08-20T21:27:09.6353147Z (Reading database ... 45%
2025-08-20T21:27:09.6353459Z (Reading database ... 50%
2025-08-20T21:27:09.6376327Z (Reading database ... 55%
2025-08-20T21:27:09.6474060Z (Reading database ... 60%
2025-08-20T21:27:09.6519523Z (Reading database ... 65%
2025-08-20T21:27:09.6534713Z (Reading database ... 70%
2025-08-20T21:27:09.6557715Z (Reading database ... 75%
2025-08-20T21:27:09.6596912Z (Reading database ... 80%
2025-08-20T21:27:09.6796336Z (Reading database ... 85%
2025-08-20T21:27:09.6825002Z (Reading database ... 90%
2025-08-20T21:27:09.6934288Z (Reading database ... 95%
2025-08-20T21:27:09.6934586Z (Reading database ... 100%
2025-08-20T21:27:09.6935102Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:27:09.6978703Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:27:09.7269120Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:27:09.8261323Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:27:09.8490002Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:27:09.9375807Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:27:10.0221518Z (Reading database ... 
2025-08-20T21:27:10.0222277Z (Reading database ... 5%
2025-08-20T21:27:10.0222557Z (Reading database ... 10%
2025-08-20T21:27:10.0222877Z (Reading database ... 15%
2025-08-20T21:27:10.0223179Z (Reading database ... 20%
2025-08-20T21:27:10.0223434Z (Reading database ... 25%
2025-08-20T21:27:10.0224388Z (Reading database ... 30%
2025-08-20T21:27:10.0224725Z (Reading database ... 35%
2025-08-20T21:27:10.0225001Z (Reading database ... 40%
2025-08-20T21:27:10.0225265Z (Reading database ... 45%
2025-08-20T21:27:10.0225553Z (Reading database ... 50%
2025-08-20T21:27:10.0246190Z (Reading database ... 55%
2025-08-20T21:27:10.0344222Z (Reading database ... 60%
2025-08-20T21:27:10.0389375Z (Reading database ... 65%
2025-08-20T21:27:10.0404946Z (Reading database ... 70%
2025-08-20T21:27:10.0428494Z (Reading database ... 75%
2025-08-20T21:27:10.0468491Z (Reading database ... 80%
2025-08-20T21:27:10.0669419Z (Reading database ... 85%
2025-08-20T21:27:10.0697950Z (Reading database ... 90%
2025-08-20T21:27:10.0807222Z (Reading database ... 95%
2025-08-20T21:27:10.0807768Z (Reading database ... 100%
2025-08-20T21:27:10.0808198Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:27:10.0850232Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:27:10.1090811Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:27:10.1968262Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:27:10.2670605Z (Reading database ... 
2025-08-20T21:27:10.2671034Z (Reading database ... 5%
2025-08-20T21:27:10.2671492Z (Reading database ... 10%
2025-08-20T21:27:10.2671748Z (Reading database ... 15%
2025-08-20T21:27:10.2671989Z (Reading database ... 20%
2025-08-20T21:27:10.2672287Z (Reading database ... 25%
2025-08-20T21:27:10.2672525Z (Reading database ... 30%
2025-08-20T21:27:10.2672755Z (Reading database ... 35%
2025-08-20T21:27:10.2673029Z (Reading database ... 40%
2025-08-20T21:27:10.2673415Z (Reading database ... 45%
2025-08-20T21:27:10.2673733Z (Reading database ... 50%
2025-08-20T21:27:10.2695162Z (Reading database ... 55%
2025-08-20T21:27:10.2784389Z (Reading database ... 60%
2025-08-20T21:27:10.2827034Z (Reading database ... 65%
2025-08-20T21:27:10.2841346Z (Reading database ... 70%
2025-08-20T21:27:10.2863879Z (Reading database ... 75%
2025-08-20T21:27:10.2900278Z (Reading database ... 80%
2025-08-20T21:27:10.3097937Z (Reading database ... 85%
2025-08-20T21:27:10.3125993Z (Reading database ... 90%
2025-08-20T21:27:10.3230133Z (Reading database ... 95%
2025-08-20T21:27:10.3230483Z (Reading database ... 100%
2025-08-20T21:27:10.3230970Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:27:10.3271388Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:27:10.3461234Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:27:10.4501470Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:27:10.5032826Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:27:10.6045287Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:27:10.6240022Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:27:10.7175386Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:27:10.7369251Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:27:10.8595741Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:27:10.8778697Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:27:10.9842361Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:27:11.0205963Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:27:11.1136943Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:27:11.1318353Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:27:11.2192505Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:27:11.2379269Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:27:11.3432044Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:27:11.3626013Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:27:11.4577110Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T21:27:11.4777934Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:27:11.5786831Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T21:27:11.6455434Z (Reading database ... 
2025-08-20T21:27:11.6455789Z (Reading database ... 5%
2025-08-20T21:27:11.6456242Z (Reading database ... 10%
2025-08-20T21:27:11.6456495Z (Reading database ... 15%
2025-08-20T21:27:11.6456795Z (Reading database ... 20%
2025-08-20T21:27:11.6457078Z (Reading database ... 25%
2025-08-20T21:27:11.6457333Z (Reading database ... 30%
2025-08-20T21:27:11.6457789Z (Reading database ... 35%
2025-08-20T21:27:11.6458077Z (Reading database ... 40%
2025-08-20T21:27:11.6458318Z (Reading database ... 45%
2025-08-20T21:27:11.6458588Z (Reading database ... 50%
2025-08-20T21:27:11.6478425Z (Reading database ... 55%
2025-08-20T21:27:11.6564962Z (Reading database ... 60%
2025-08-20T21:27:11.6604067Z (Reading database ... 65%
2025-08-20T21:27:11.6618329Z (Reading database ... 70%
2025-08-20T21:27:11.6638606Z (Reading database ... 75%
2025-08-20T21:27:11.6673371Z (Reading database ... 80%
2025-08-20T21:27:11.6850672Z (Reading database ... 85%
2025-08-20T21:27:11.6876587Z (Reading database ... 90%
2025-08-20T21:27:11.6973306Z (Reading database ... 95%
2025-08-20T21:27:11.6973590Z (Reading database ... 100%
2025-08-20T21:27:11.6974031Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T21:27:11.7013487Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:27:11.7537728Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:27:11.8456439Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:27:12.6255149Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:27:13.1646494Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:27:13.1866229Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:27:13.2740559Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T21:27:13.2928014Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T21:27:13.3724110Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:27:13.3913628Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:27:13.4853406Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:27:13.6018188Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:27:13.7046430Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:27:13.7860741Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:27:13.8500763Z Selecting previously unselected package rename.
2025-08-20T21:27:13.8696455Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T21:27:13.8758590Z Unpacking rename (2.02-1) ...
2025-08-20T21:27:13.9449125Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T21:27:13.9654044Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T21:27:14.0456958Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T21:27:14.0664608Z Setting up rename (2.02-1) ...
2025-08-20T21:27:14.0815302Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:27:14.0928439Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T21:27:14.1115291Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T21:27:14.1296934Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T21:27:14.1475479Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T21:27:14.1647788Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T21:27:14.7884706Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T21:27:14.8117882Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T21:27:14.8299931Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:27:14.8485613Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T21:27:14.8661362Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T21:27:15.2127705Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T21:27:15.2311793Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T21:27:15.2515045Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T21:27:15.3659026Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:27:15.4991213Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T21:27:15.5980750Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T21:27:15.6184075Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T21:27:15.6353893Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T21:27:15.6525145Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:27:15.7688473Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:27:15.9542644Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:27:15.9857298Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:27:18.7387787Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:27:20.2340306Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:27:20.2341323Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:27:20.4530434Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:27:20.5371870Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:27:20.6212729Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:27:20.7053121Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:27:21.6668251Z Reading package lists...
2025-08-20T21:27:21.9419869Z Building dependency tree...
2025-08-20T21:27:21.9427714Z Reading state information...
2025-08-20T21:27:21.9782265Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:27:21.9913714Z 
2025-08-20T21:27:21.9915135Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:27:21.9915542Z 
2025-08-20T21:27:22.0679339Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:27:22.0680578Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:27:22.2865361Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:27:22.3706791Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:27:22.4546959Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:27:22.5387840Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:27:23.5143440Z Reading package lists...
2025-08-20T21:27:23.7867895Z Building dependency tree...
2025-08-20T21:27:23.7876290Z Reading state information...
2025-08-20T21:27:23.8194117Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:27:23.8290716Z 
2025-08-20T21:27:23.8291494Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:27:23.8291873Z 
2025-08-20T21:27:23.8408628Z Reading package lists...
2025-08-20T21:27:24.0969603Z Building dependency tree...
2025-08-20T21:27:24.0979386Z Reading state information...
2025-08-20T21:27:24.3937599Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:27:24.4370299Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:27:24.4664958Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:27:24.5177376Z ##[group]Run ##Presets
2025-08-20T21:27:24.5178218Z [36;1m##Presets[0m
2025-08-20T21:27:24.5178448Z [36;1mset +x ; set +e[0m
2025-08-20T21:27:24.5178694Z [36;1m#-------------#[0m
2025-08-20T21:27:24.5178976Z [36;1m##Debug?[0m
2025-08-20T21:27:24.5179246Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:27:24.5179587Z [36;1m  set -x[0m
2025-08-20T21:27:24.5179846Z [36;1mfi[0m
2025-08-20T21:27:24.5180056Z [36;1m#-------------#[0m
2025-08-20T21:27:24.5180553Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:27:24.5181177Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:27:24.5181610Z [36;1msudo service procps restart[0m
2025-08-20T21:27:24.5181969Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:27:24.5209252Z shell: /usr/bin/bash -e {0}
2025-08-20T21:27:24.5209585Z env:
2025-08-20T21:27:24.5209916Z   CROSS_COMPILING: NO
2025-08-20T21:27:24.5210248Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:27:24.5210514Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:27:24.5210800Z   ON_QEMU: NO
2025-08-20T21:27:24.5211038Z   DEBUG: 0
2025-08-20T21:27:24.5211264Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:27:24.5211556Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:27:24.5211874Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/melange/official
2025-08-20T21:27:24.5212195Z   KEEP_LOGS: YES
2025-08-20T21:27:24.5212479Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:27:24.5212715Z   PKG_FAMILY_LOCAL: melange
2025-08-20T21:27:24.5212950Z   SBUILD_REBUILD: false
2025-08-20T21:27:24.5213559Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:27:24.5214143Z   BUILD_SYS: docker://go
2025-08-20T21:27:24.5214437Z   BUILD_ON_HOST: FALSE
2025-08-20T21:27:24.5214673Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:27:24.5214895Z   SYSTMP: /tmp
2025-08-20T21:27:24.5215150Z   GHA_MODE: MATRIX
2025-08-20T21:27:24.5215593Z   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-20T21:27:24.5216071Z ##[endgroup]
2025-08-20T21:27:24.5319371Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:27:24.5379948Z 0
2025-08-20T21:27:24.5739276Z vm.max_map_count = 262144
2025-08-20T21:27:24.5739615Z fs.inotify.max_user_watches = 655360
2025-08-20T21:27:24.5740046Z fs.inotify.max_user_instances = 1280
2025-08-20T21:27:24.5740298Z vm.mmap_rnd_bits = 28
2025-08-20T21:27:24.5840591Z ##[group]Run ##Presets
2025-08-20T21:27:24.5841147Z [36;1m##Presets[0m
2025-08-20T21:27:24.5841395Z [36;1mset +x ; set +e[0m
2025-08-20T21:27:24.5841663Z [36;1m#-------------#[0m
2025-08-20T21:27:24.5841930Z [36;1m##Debug?[0m
2025-08-20T21:27:24.5842191Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:27:24.5842497Z [36;1m  set -x[0m
2025-08-20T21:27:24.5842774Z [36;1mfi[0m
2025-08-20T21:27:24.5843001Z [36;1m#-------------#[0m
2025-08-20T21:27:24.5843261Z [36;1m##Main[0m
2025-08-20T21:27:24.5843502Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:27:24.5844151Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:27:24.5844911Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:27:24.5845324Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:27:24.5845678Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:27:24.5845967Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:27:24.5846303Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:27:24.5846671Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:27:24.5847024Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:27:24.5847360Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:27:24.5848288Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:27:24.5848649Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:27:24.5849077Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:27:24.5849424Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:27:24.5849704Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:27:24.5850044Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:27:24.5850354Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:27:24.5850663Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:27:24.5851037Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:27:24.5851363Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:27:24.5851724Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:27:24.5852055Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:27:24.5852401Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:27:24.5852791Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:27:24.5853120Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:27:24.5853445Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:27:24.5853756Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:27:24.5854115Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:27:24.5854578Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:27:24.5855120Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:27:24.5855599Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:27:24.5855996Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:27:24.5856369Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:27:24.5857014Z [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-20T21:27:24.5858160Z [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-20T21:27:24.5858710Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:27:24.5858995Z [36;1m else[0m
2025-08-20T21:27:24.5859625Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:27:24.5860034Z [36;1m fi[0m
2025-08-20T21:27:24.5860358Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:27:24.5860779Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:27:24.5861216Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:27:24.5861660Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:27:24.5862070Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:27:24.5862509Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:27:24.5862973Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:27:24.5863401Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:27:24.5863863Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:27:24.5864311Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:27:24.5864664Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:27:24.5892000Z shell: /usr/bin/bash -e {0}
2025-08-20T21:27:24.5892438Z env:
2025-08-20T21:27:24.5892677Z   CROSS_COMPILING: NO
2025-08-20T21:27:24.5892948Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:27:24.5893530Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:27:24.5893790Z   ON_QEMU: NO
2025-08-20T21:27:24.5894006Z   DEBUG: 0
2025-08-20T21:27:24.5894257Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:27:24.5894554Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:27:24.5894865Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/melange/official
2025-08-20T21:27:24.5895241Z   KEEP_LOGS: YES
2025-08-20T21:27:24.5895469Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:27:24.5895734Z   PKG_FAMILY_LOCAL: melange
2025-08-20T21:27:24.5896042Z   SBUILD_REBUILD: false
2025-08-20T21:27:24.5896625Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:27:24.5897253Z   BUILD_SYS: docker://go
2025-08-20T21:27:24.5897697Z   BUILD_ON_HOST: FALSE
2025-08-20T21:27:24.5897932Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:27:24.5898211Z   SYSTMP: /tmp
2025-08-20T21:27:24.5898432Z   GHA_MODE: MATRIX
2025-08-20T21:27:24.5898877Z   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-20T21:27:24.5899735Z   GHCR_TOKEN: ***
2025-08-20T21:27:24.5900119Z   GITHUB_TOKEN: ***
2025-08-20T21:27:24.5900499Z   GITLAB_TOKEN: ***
2025-08-20T21:27:24.5901749Z   MINISIGN_KEY: ***
2025-08-20T21:27:24.5902170Z ##[endgroup]
2025-08-20T21:27:24.6475583Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:27:24.7215941Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:27:24.7216523Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:27:24.7216743Z 
2025-08-20T21:27:24.7613712Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:27:24.7614199Z 100  3980  100  3980    0     0  99934      0 --:--:-- --:--:-- --:--:--   99k
2025-08-20T21:27:24.7626748Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:27:24.7711920Z 
2025-08-20T21:27:24.7712776Z [+] Building [/tmp/tmp.RRZs4H20r7/SBUILD_INPUT] Locally
2025-08-20T21:27:24.7713080Z 
2025-08-20T21:27:24.7723781Z '/tmp/tmp.RRZs4H20r7/SBUILD_INPUT' -> '/tmp/pkgforge/SrZxkAgdG_build.yaml'
2025-08-20T21:27:24.8448117Z 
2025-08-20T21:27:24.8448779Z [+] Passwordless sudo is Configured
2025-08-20T21:27:24.9081981Z 
2025-08-20T21:27:24.9095896Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:27:24.9096193Z 
2025-08-20T21:27:24.9504243Z 
2025-08-20T21:27:24.9506328Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T21:27:24.9506722Z 
2025-08-20T21:27:24.9506728Z 
2025-08-20T21:27:24.9507141Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:27:24.9507607Z 
2025-08-20T21:27:24.9543338Z [+] Installing: 7z -> 7z
2025-08-20T21:27:25.3334364Z [+] Installing: actionlint -> actionlint
2025-08-20T21:27:25.6934538Z [+] Installing: anew -> anew
2025-08-20T21:27:25.8279571Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:27:26.1623342Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:27:26.2858296Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:27:26.6292778Z [+] Installing: archey -> archey
2025-08-20T21:27:27.0434251Z [+] Installing: aria2 -> aria2c
2025-08-20T21:27:27.2249322Z [+] Installing: askalono -> askalono
2025-08-20T21:27:27.5849977Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:27:27.9550827Z [+] Installing: b3sum -> b3sum
2025-08-20T21:27:28.0884136Z [+] Installing: bita -> bita
2025-08-20T21:27:28.4786059Z [+] Installing: btop -> btop
2025-08-20T21:27:28.8483052Z [+] Installing: chafa -> chafa
2025-08-20T21:27:29.0396498Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:27:29.4790435Z [+] Installing: croc -> croc
2025-08-20T21:27:29.6313574Z [+] Installing: csvtk -> csvtk
2025-08-20T21:27:30.0264047Z [+] Installing: cutlines -> cutlines
2025-08-20T21:27:30.1449820Z curl: (22) The requested URL returned error: 404
2025-08-20T21:27:30.1487588Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:27:30.1488572Z [+] Installing: dbin -> dbin
2025-08-20T21:27:30.6815334Z [+] Installing: dasel -> dasel
2025-08-20T21:27:31.0752756Z [+] Installing: delta -> delta
2025-08-20T21:27:31.4398431Z [+] Installing: ds -> ds
2025-08-20T21:27:31.5557633Z curl: (22) The requested URL returned error: 404
2025-08-20T21:27:31.5594477Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:27:31.5595128Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:27:31.8838743Z [+] Installing: duf -> duf
2025-08-20T21:27:32.2979557Z [+] Installing: duplicut -> duplicut
2025-08-20T21:27:32.6343851Z [+] Installing: dust -> dust
2025-08-20T21:27:32.7687032Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:27:33.1316357Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:27:33.5082531Z [+] Installing: dysk -> dysk
2025-08-20T21:27:33.9323909Z [+] Installing: eget -> eget
2025-08-20T21:27:34.2876394Z [+] Installing: epoch -> epoch
2025-08-20T21:27:34.5192717Z [+] Installing: faketty -> faketty
2025-08-20T21:27:34.8593407Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:27:35.2116416Z [+] Installing: freeze -> freeze
2025-08-20T21:27:35.6846875Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:27:35.8003467Z [+] Installing: gdu -> gdu
2025-08-20T21:27:36.1579968Z [+] Installing: gh -> gh
2025-08-20T21:27:36.7945443Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:27:37.1614158Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:27:37.5253392Z [+] Installing: glab -> glab
2025-08-20T21:27:38.4083855Z [+] Installing: glow -> glow
2025-08-20T21:27:38.8130863Z [+] Installing: httpx -> httpx
2025-08-20T21:27:39.4544742Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:27:39.8766832Z [+] Installing: husarnet -> husarnet
2025-08-20T21:27:39.9714265Z curl: (22) The requested URL returned error: 404
2025-08-20T21:27:39.9749476Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:27:39.9749884Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:27:40.2781071Z curl: (22) The requested URL returned error: 404
2025-08-20T21:27:40.2815291Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:27:40.2815763Z [+] Installing: imgcat -> imgcat
2025-08-20T21:27:40.6326627Z [+] Installing: jc -> jc
2025-08-20T21:27:41.0253213Z [+] Installing: jq -> jq
2025-08-20T21:27:41.3744572Z [+] Installing: logdy -> logdy
2025-08-20T21:27:41.7969216Z [+] Installing: micro -> micro
2025-08-20T21:27:42.1796987Z [+] Installing: miniserve -> miniserve
2025-08-20T21:27:42.5562899Z [+] Installing: minisign -> minisign
2025-08-20T21:27:42.6689212Z [+] Installing: ncdu -> ncdu
2025-08-20T21:27:42.7935968Z [+] Installing: notify -> notify
2025-08-20T21:27:43.1962810Z [+] Installing: ouch -> ouch
2025-08-20T21:27:43.5527021Z [+] Installing: oras -> oras
2025-08-20T21:27:43.9300218Z [+] Installing: pipetty -> pipetty
2025-08-20T21:27:44.0444603Z [+] Installing: pixterm -> pixterm
2025-08-20T21:27:44.1856534Z [+] Installing: qsv -> qsv
2025-08-20T21:27:44.3499096Z [+] Installing: rclone -> rclone
2025-08-20T21:27:45.4367540Z [+] Installing: ripgrep -> rg
2025-08-20T21:27:45.5988268Z [+] Installing: rga -> rga
2025-08-20T21:27:46.0395467Z [+] Installing: rsync -> rsync
2025-08-20T21:27:46.2739663Z [+] Installing: script -> script
2025-08-20T21:27:46.6050676Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:27:47.2923261Z [+] Installing: soar -> soar
2025-08-20T21:27:47.6698283Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:27:48.1106905Z [+] Installing: sstrip -> sstrip
2025-08-20T21:27:48.2218265Z [+] Installing: strace -> strace
2025-08-20T21:27:48.6168679Z [+] Installing: sttr -> sttr
2025-08-20T21:27:49.0019330Z [+] Installing: tailscale -> tailscale
2025-08-20T21:27:49.3699311Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:27:49.5689841Z [+] Installing: taplo -> taplo
2025-08-20T21:27:49.9203878Z [+] Installing: tldr -> tldr
2025-08-20T21:27:50.2860177Z [+] Installing: tldr -> tealdeer
2025-08-20T21:27:50.6550986Z [+] Installing: tmux -> tmux
2025-08-20T21:27:50.7880446Z [+] Installing: tok -> tok
2025-08-20T21:27:51.1451399Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:27:51.3531463Z [+] Installing: trurl -> trurl
2025-08-20T21:27:51.6001532Z [+] Installing: tss -> tss
2025-08-20T21:27:51.9425929Z [+] Installing: ulexec -> ulexec
2025-08-20T21:27:52.2957054Z [+] Installing: unfurl -> unfurl
2025-08-20T21:27:52.6948071Z [+] Installing: upx -> upx
2025-08-20T21:27:53.0415068Z [+] Installing: validtoml -> validtoml
2025-08-20T21:27:53.2588429Z [+] Installing: wget -> wget
2025-08-20T21:27:53.7083522Z [+] Installing: wget2 -> wget2
2025-08-20T21:27:54.0712762Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:27:54.2970342Z [+] Installing: xq -> xq
2025-08-20T21:27:54.6849902Z [+] Installing: xz -> xz
2025-08-20T21:27:54.8233051Z [+] Installing: unxz -> unxz
2025-08-20T21:27:54.9403444Z [+] Installing: yq -> yq
2025-08-20T21:27:55.1119681Z [+] Installing: yj -> yj
2025-08-20T21:27:55.4570719Z [+] Installing: zapper -> zapper
2025-08-20T21:27:55.8214911Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:27:56.1746374Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:27:56.2703061Z curl: (22) The requested URL returned error: 404
2025-08-20T21:27:56.2738285Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:27:56.2738909Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:27:56.5744091Z curl: (22) The requested URL returned error: 404
2025-08-20T21:27:56.5779587Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:27:56.5780274Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:27:56.8946132Z curl: (22) The requested URL returned error: 404
2025-08-20T21:27:56.8983342Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:27:56.8983963Z [+] Installing: zstd -> zstd
2025-08-20T21:27:57.0245056Z [+] Creating symlinks...
2025-08-20T21:27:57.0323692Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:27:57.0410145Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:27:57.0498779Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:27:57.0591918Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:27:57.0681837Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:27:57.0771834Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:27:57.0859363Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:27:57.0945505Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:27:57.1038772Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:27:57.1128119Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:27:57.1220226Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:27:57.1311219Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:27:57.1402987Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:27:57.1490353Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:27:57.1576527Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:27:57.1664165Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:27:57.1749802Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:27:57.1786248Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:27:57.1862350Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:27:57.1950475Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:27:57.2035648Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:27:57.2071924Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:27:57.2150351Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:27:57.2238855Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:27:57.2325852Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:27:57.2414373Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:27:57.2505069Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:27:57.2594076Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:27:57.2680354Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:27:57.2769035Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:27:57.2858266Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:27:57.2945361Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:27:57.3068507Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:27:57.3158812Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:27:57.3248980Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:27:57.3339415Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:27:57.3432975Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:27:57.3524147Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:27:57.3613671Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:27:57.3702163Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:27:57.3794146Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:27:57.3885261Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:27:57.3977654Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:27:57.4078900Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:27:57.4126118Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:27:57.4154622Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:27:57.4233479Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:27:57.4325571Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:27:57.4415239Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:27:57.4503131Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:27:57.4592060Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:27:57.4680367Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:27:57.4766325Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:27:57.4851369Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:27:57.4937303Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:27:57.5021740Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:27:57.5106176Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:27:57.5191401Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:27:57.5275444Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:27:57.5360299Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:27:57.5444543Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:27:57.5531913Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:27:57.5617128Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:27:57.5701257Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:27:57.5785985Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:27:57.5869979Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:27:57.5952839Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:27:57.6038058Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:27:57.6124505Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:27:57.6211975Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:27:57.6296845Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:27:57.6388328Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:27:57.6475343Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:27:57.6562475Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:27:57.6650864Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:27:57.6740686Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:27:57.6829861Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:27:57.6920137Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:27:57.7007614Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:27:57.7095942Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:27:57.7189124Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:27:57.7281027Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:27:57.7372006Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:27:57.7460750Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:27:57.7547893Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:27:57.7636414Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:27:57.7725543Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:27:57.7816805Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:27:57.7908173Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:27:57.7996184Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:27:57.8083275Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:27:57.8170721Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:27:57.8257400Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:27:57.8343879Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:27:57.8426994Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:27:57.8464214Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:27:57.8490186Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:27:57.8516606Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:27:57.8595904Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:27:57.8621872Z 
2025-08-20T21:27:57.8622540Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:27:57.8622916Z 
2025-08-20T21:27:57.8741818Z 
2025-08-20T21:27:57.8826419Z 
2025-08-20T21:27:57.8828861Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T21:27:57.8829097Z 
2025-08-20T21:27:57.8829176Z [+] Installation completed!
2025-08-20T21:27:57.8908761Z 
2025-08-20T21:27:57.8909292Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:27:58.0763711Z github.com
2025-08-20T21:27:58.0764370Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:27:58.0764681Z   - Active account: true
2025-08-20T21:27:58.0764931Z   - Git operations protocol: https
2025-08-20T21:27:58.0765184Z   - Token: ghp_************************************
2025-08-20T21:27:58.0765816Z   - 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-20T21:27:58.0766458Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:27:58.0766786Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:27:58.1694810Z Limit: 5000, Remaining: 4998, Reset: 2025-08-20 22:27:57 +0000 UTC (59m59s)
2025-08-20T21:27:58.1706169Z 
2025-08-20T21:27:58.1706572Z [+] GHCR_TOKEN is Exported
2025-08-20T21:27:58.1735906Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:27:58.2978737Z Login Succeeded
2025-08-20T21:27:58.2989312Z 
2025-08-20T21:27:58.2989709Z [+] GITLAB is Exported
2025-08-20T21:27:58.4236280Z [git remote -v]
2025-08-20T21:27:58.7523637Z gitlab.com
2025-08-20T21:27:58.7524267Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:27:58.7529138Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:27:58.7529726Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:27:58.7530110Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:27:58.7530456Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:27:58.7530776Z   ✓ Token found: **************************
2025-08-20T21:27:58.7530937Z 
2025-08-20T21:27:58.7531284Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:27:58.7531769Z [git remote -v]
2025-08-20T21:27:58.7540410Z 2025/08/20 21:27:58 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:27:58.7540920Z git: exit status 128]
2025-08-20T21:27:59.4754599Z 
2025-08-20T21:27:59.4754919Z 
2025-08-20T21:27:59.4755657Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:27:59 PM)
2025-08-20T21:27:59.4756059Z 
2025-08-20T21:27:59.4756062Z 
2025-08-20T21:27:59.4756127Z [+] USER = runner
2025-08-20T21:27:59.4756298Z [+] HOME = /home/runner
2025-08-20T21:27:59.4758890Z [+] 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-20T21:27:59.4761025Z 
2025-08-20T21:27:59.5621724Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:27:59.5628352Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:27:59.7815328Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:27:59.8656447Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:27:59.9497828Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:28:00.0337436Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:28:00.9744102Z Reading package lists...
2025-08-20T21:28:01.0064350Z Reading package lists...
2025-08-20T21:28:01.2575034Z Building dependency tree...
2025-08-20T21:28:01.2582329Z Reading state information...
2025-08-20T21:28:01.5867271Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:28:01.5867762Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:28:01.5868076Z ca-certificates is already the newest version (20240203).
2025-08-20T21:28:01.5868433Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:28:01.5868752Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:28:01.5869062Z moreutils is already the newest version (0.69-1).
2025-08-20T21:28:01.5869417Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:28:01.5869807Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:28:01.5870162Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:28:01.6662930Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:28:01.6663884Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:28:01.7998554Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T21:28:01.8838236Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T21:28:01.9677096Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T21:28:02.0516336Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T21:28:02.9571080Z Reading package lists...
2025-08-20T21:28:02.9891636Z Reading package lists...
2025-08-20T21:28:03.2177547Z Building dependency tree...
2025-08-20T21:28:03.2184880Z Reading state information...
2025-08-20T21:28:03.4766959Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:28:03.4767855Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:28:03.4768267Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:28:03.4768672Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:28:03.4769100Z ca-certificates is already the newest version (20240203).
2025-08-20T21:28:03.4769481Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:28:03.4769872Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:28:03.4770212Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:28:03.4770818Z gawk set to manually installed.
2025-08-20T21:28:03.4771181Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:28:03.4771499Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:28:03.4771849Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:28:03.4772215Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:28:03.4772584Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:28:03.4773011Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:28:03.4773378Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:28:03.4773717Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:28:03.4774093Z The following additional packages will be installed:
2025-08-20T21:28:03.4774510Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:28:03.4774965Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:28:03.4775505Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:28:03.4775952Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:28:03.4776452Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:28:03.4776888Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:28:03.4782167Z Suggested packages:
2025-08-20T21:28:03.4782606Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:28:03.4783080Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:28:03.4783560Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:28:03.4784096Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:28:03.4784525Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T21:28:03.4784983Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T21:28:03.4785406Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T21:28:03.5017057Z The following NEW packages will be installed:
2025-08-20T21:28:03.5017911Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:28:03.5018442Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:28:03.5019012Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:28:03.5019535Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:28:03.5020404Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:28:03.5024048Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:28:03.5025086Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:28:03.5540914Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:28:03.5541600Z Need to get 27.2 MB of archives.
2025-08-20T21:28:03.5541984Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T21:28:03.5542613Z 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-20T21:28:03.6889374Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:28:03.7225516Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T21:28:03.7405141Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T21:28:03.7567044Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T21:28:03.7732986Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T21:28:03.7925393Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:28:03.8111845Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:28:03.8305658Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T21:28:03.8474115Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:28:03.9222843Z 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-20T21:28:03.9394576Z 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-20T21:28:03.9584397Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T21:28:03.9747977Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:28:03.9910101Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T21:28:04.0076558Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T21:28:04.0240358Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T21:28:04.0613831Z 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-20T21:28:04.1338975Z 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-20T21:28:04.1516931Z 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-20T21:28:04.1679554Z 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-20T21:28:04.1845097Z 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-20T21:28:04.2041739Z 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-20T21:28:04.2205675Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T21:28:04.2376885Z 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-20T21:28:04.2541850Z 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-20T21:28:04.2752554Z 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-20T21:28:04.2919198Z 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-20T21:28:04.3085944Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T21:28:04.3253658Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T21:28:04.3415408Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T21:28:04.3585212Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T21:28:04.3754094Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T21:28:04.4026780Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T21:28:04.4213512Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T21:28:04.4410022Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T21:28:04.6954164Z Preconfiguring packages ...
2025-08-20T21:28:04.7749186Z Fetched 27.2 MB in 1s (29.3 MB/s)
2025-08-20T21:28:04.8282500Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:28:04.8314971Z (Reading database ... 
2025-08-20T21:28:04.8315213Z (Reading database ... 5%
2025-08-20T21:28:04.8315417Z (Reading database ... 10%
2025-08-20T21:28:04.8315609Z (Reading database ... 15%
2025-08-20T21:28:04.8315804Z (Reading database ... 20%
2025-08-20T21:28:04.8315997Z (Reading database ... 25%
2025-08-20T21:28:04.8316191Z (Reading database ... 30%
2025-08-20T21:28:04.8317171Z (Reading database ... 35%
2025-08-20T21:28:04.8317416Z (Reading database ... 40%
2025-08-20T21:28:04.8317802Z (Reading database ... 45%
2025-08-20T21:28:04.8318013Z (Reading database ... 50%
2025-08-20T21:28:04.8341189Z (Reading database ... 55%
2025-08-20T21:28:04.8428998Z (Reading database ... 60%
2025-08-20T21:28:04.8470110Z (Reading database ... 65%
2025-08-20T21:28:04.8484689Z (Reading database ... 70%
2025-08-20T21:28:04.8505424Z (Reading database ... 75%
2025-08-20T21:28:04.8540639Z (Reading database ... 80%
2025-08-20T21:28:04.8714602Z (Reading database ... 85%
2025-08-20T21:28:04.8740750Z (Reading database ... 90%
2025-08-20T21:28:04.8836903Z (Reading database ... 95%
2025-08-20T21:28:04.8837119Z (Reading database ... 100%
2025-08-20T21:28:04.8837413Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T21:28:04.8875871Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:28:04.9098429Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:28:05.0668623Z Selecting previously unselected package poppler-data.
2025-08-20T21:28:05.0852164Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:28:05.0925128Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:28:05.2209005Z Selecting previously unselected package b3sum.
2025-08-20T21:28:05.2380203Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T21:28:05.2449844Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:28:05.3068785Z Selecting previously unselected package build-essential.
2025-08-20T21:28:05.3252630Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T21:28:05.3323446Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:28:05.3925459Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T21:28:05.4120222Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T21:28:05.4256336Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:28:05.4876821Z Selecting previously unselected package ccache.
2025-08-20T21:28:05.5072612Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T21:28:05.5133387Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:28:05.5842391Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:28:05.6020726Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:28:05.6086922Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:28:05.6663898Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:28:05.6844950Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:28:05.6905950Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:28:05.7538234Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:28:05.7712752Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T21:28:05.7776188Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:28:05.8575927Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:28:05.8749792Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:28:05.9360370Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:28:06.0434244Z Selecting previously unselected package libgs-common.
2025-08-20T21:28:06.0622214Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:28:06.0685284Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:28:06.1212634Z Selecting previously unselected package libgs10-common.
2025-08-20T21:28:06.1409815Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:28:06.1468470Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:28:06.2245450Z Selecting previously unselected package libidn12:arm64.
2025-08-20T21:28:06.2443697Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T21:28:06.2503329Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:28:06.3085243Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T21:28:06.3262276Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T21:28:06.3323156Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:28:06.3949216Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T21:28:06.4168184Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T21:28:06.4235481Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:28:06.4938072Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T21:28:06.5119670Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T21:28:06.5182963Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:28:06.5890584Z Selecting previously unselected package libgs10:arm64.
2025-08-20T21:28:06.6086560Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:28:06.6147425Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:28:06.7989341Z Selecting previously unselected package ghostscript.
2025-08-20T21:28:06.8179107Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T21:28:06.8236581Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:28:06.8828799Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:28:06.8998313Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:28:06.9095595Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:28:07.0224594Z Selecting previously unselected package imagemagick.
2025-08-20T21:28:07.0402518Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:28:07.0550661Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:28:07.1027598Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:28:07.1211356Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:28:07.1347869Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:28:07.1928884Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T21:28:07.2119881Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T21:28:07.2193516Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:28:07.2890931Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T21:28:07.3075984Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T21:28:07.3138296Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:28:07.3791155Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T21:28:07.3976708Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:28:07.4038458Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:28:07.4575710Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:28:07.4757830Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T21:28:07.4828274Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:28:07.5357249Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T21:28:07.5527789Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T21:28:07.5598938Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:28:07.6433706Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T21:28:07.6611682Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T21:28:07.6677696Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:28:07.7193761Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T21:28:07.7371740Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T21:28:07.7430025Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:28:07.8050790Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T21:28:07.8245036Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:28:07.8308397Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:28:07.8853802Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:28:07.9046126Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T21:28:07.9104491Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:28:07.9599666Z Selecting previously unselected package libtool-bin.
2025-08-20T21:28:07.9786592Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T21:28:07.9854900Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:28:08.0475361Z Selecting previously unselected package lzip.
2025-08-20T21:28:08.0666051Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T21:28:08.0730055Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:28:08.1301476Z Selecting previously unselected package netpbm.
2025-08-20T21:28:08.1474748Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T21:28:08.1537330Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:28:08.3587231Z Selecting previously unselected package musl:arm64.
2025-08-20T21:28:08.3784919Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T21:28:08.3864174Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T21:28:08.4615783Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T21:28:08.4817769Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T21:28:08.4883023Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:28:08.5680324Z Selecting previously unselected package musl-tools.
2025-08-20T21:28:08.5874332Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T21:28:08.5936042Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:28:08.6697827Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T21:28:08.7926177Z 
2025-08-20T21:28:08.7926892Z Creating config file /etc/papersize with new version
2025-08-20T21:28:08.8700859Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:28:08.8867802Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:28:08.9140739Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T21:28:08.9321621Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T21:28:08.9516826Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:28:08.9692225Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:28:08.9876968Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T21:28:09.0079852Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:28:09.0591624Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:28:09.0780990Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T21:28:09.0956137Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:28:09.1117340Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:28:09.1252705Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:28:09.1411127Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:28:09.1593935Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:28:09.1791923Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:28:09.1989199Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T21:28:09.2184597Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:28:09.2382015Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:28:09.2587300Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:28:09.2654422Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:28:09.2728111Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:28:09.2797602Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:28:09.2873385Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:28:09.2941330Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:28:09.3023538Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:28:09.3089792Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:28:09.3164184Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:28:09.3245026Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:28:09.3323728Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:28:09.3390908Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:28:09.3475343Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:28:09.3545083Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:28:09.3635513Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:28:09.3708072Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:28:09.3786015Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:28:09.3862378Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:28:09.3945287Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:28:09.4015059Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:28:09.4106127Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:28:09.4225551Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:28:09.4359246Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:28:09.4551012Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T21:28:09.4855402Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:28:09.5122443Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:28:09.5512509Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:28:09.5684463Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T21:28:09.5869997Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:28:09.6053032Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:28:09.6180573Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:28:09.6309889Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:28:09.6491478Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:28:09.6708526Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T21:28:09.6897960Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T21:28:09.7067366Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:28:09.7241118Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:28:09.7415902Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:28:09.9395301Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:28:09.9607103Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:28:09.9782714Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:28:09.9956280Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:28:10.0193828Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:28:10.1079274Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:28:10.3548187Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:28:10.8313903Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:28:10.8638758Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:28:13.6899293Z Reading package lists...
2025-08-20T21:28:13.9270755Z Building dependency tree...
2025-08-20T21:28:13.9279990Z Reading state information...
2025-08-20T21:28:14.1905809Z autoconf is already the newest version (2.71-3).
2025-08-20T21:28:14.1906240Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:28:14.1906592Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:28:14.1906927Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:28:14.1907269Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:28:14.1907843Z ca-certificates is already the newest version (20240203).
2025-08-20T21:28:14.1908165Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:28:14.1908488Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:28:14.1908796Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:28:14.1909106Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:28:14.1909422Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:28:14.1909740Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:28:14.1910457Z patch set to manually installed.
2025-08-20T21:28:14.1910743Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:28:14.1911073Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:28:14.1911383Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:28:14.1911686Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:28:14.1911948Z Suggested packages:
2025-08-20T21:28:14.1912129Z   scons-doc
2025-08-20T21:28:14.2070614Z The following NEW packages will be installed:
2025-08-20T21:28:14.2078209Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:28:14.4801563Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:28:14.4801938Z Need to get 17.8 MB of archives.
2025-08-20T21:28:14.4802234Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T21:28:14.4802722Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:28:15.0086087Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T21:28:15.0932780Z 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-20T21:28:16.5250332Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:28:16.6972909Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T21:28:16.9689995Z Fetched 17.8 MB in 2s (7176 kB/s)
2025-08-20T21:28:17.4023413Z Selecting previously unselected package autopoint.
2025-08-20T21:28:17.4056177Z (Reading database ... 
2025-08-20T21:28:17.4056682Z (Reading database ... 5%
2025-08-20T21:28:17.4057095Z (Reading database ... 10%
2025-08-20T21:28:17.4057317Z (Reading database ... 15%
2025-08-20T21:28:17.4057629Z (Reading database ... 20%
2025-08-20T21:28:17.4057839Z (Reading database ... 25%
2025-08-20T21:28:17.4058060Z (Reading database ... 30%
2025-08-20T21:28:17.4058258Z (Reading database ... 35%
2025-08-20T21:28:17.4058449Z (Reading database ... 40%
2025-08-20T21:28:17.4058643Z (Reading database ... 45%
2025-08-20T21:28:17.4058835Z (Reading database ... 50%
2025-08-20T21:28:17.4082068Z (Reading database ... 55%
2025-08-20T21:28:17.4172194Z (Reading database ... 60%
2025-08-20T21:28:17.4216526Z (Reading database ... 65%
2025-08-20T21:28:17.4230921Z (Reading database ... 70%
2025-08-20T21:28:17.4254821Z (Reading database ... 75%
2025-08-20T21:28:17.4391283Z (Reading database ... 80%
2025-08-20T21:28:17.4467892Z (Reading database ... 85%
2025-08-20T21:28:17.4498236Z (Reading database ... 90%
2025-08-20T21:28:17.4599497Z (Reading database ... 95%
2025-08-20T21:28:17.4599719Z (Reading database ... 100%
2025-08-20T21:28:17.4600013Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T21:28:17.4639113Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:28:17.4712548Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:28:17.5368358Z Selecting previously unselected package clang.
2025-08-20T21:28:17.5556098Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T21:28:17.5626426Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:28:17.6215140Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:28:17.6392790Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T21:28:17.6458823Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:28:18.5988020Z Selecting previously unselected package scons.
2025-08-20T21:28:18.6172338Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:28:18.6239485Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:28:18.7098416Z Selecting previously unselected package byacc.
2025-08-20T21:28:18.7279893Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T21:28:18.7342188Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:28:18.8197872Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:28:18.8428686Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:28:18.8744227Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:28:18.9218753Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:28:19.2892846Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:28:19.3094253Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:28:20.5446449Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T21:28:21.9257091Z Reading package lists...
2025-08-20T21:28:22.1844039Z Building dependency tree...
2025-08-20T21:28:22.1851927Z Reading state information...
2025-08-20T21:28:22.4713494Z The following additional packages will be installed:
2025-08-20T21:28:22.4713919Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:28:22.4714262Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:28:22.4714680Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:28:22.4715148Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:28:22.4715598Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:28:22.4716028Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:28:22.4716512Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:28:22.4717333Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:28:22.4721507Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:28:22.4731691Z Suggested packages:
2025-08-20T21:28:22.4731970Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:28:22.4732357Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:28:22.4732764Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:28:22.4735133Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:28:22.4735543Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T21:28:22.4735953Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T21:28:22.4736410Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T21:28:22.4736884Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T21:28:22.4737260Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T21:28:22.4737678Z Recommended packages:
2025-08-20T21:28:22.4737984Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:28:22.4738416Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T21:28:22.4738813Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T21:28:22.4739172Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T21:28:22.4739493Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T21:28:22.4930675Z The following NEW packages will be installed:
2025-08-20T21:28:22.4931319Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:28:22.4941086Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:28:22.4941661Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:28:22.4942222Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:28:22.4942773Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:28:22.4943282Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:28:22.4943807Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:28:22.4944297Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:28:22.4944764Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:28:22.6990695Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:28:22.6991390Z Need to get 2409 kB of archives.
2025-08-20T21:28:22.6991716Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T21:28:22.6992231Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:28:22.7829718Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:28:22.9673647Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:28:23.1688219Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:28:23.3698326Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:28:23.5714970Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T21:28:23.7815079Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T21:28:23.8703408Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:28:23.9614780Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T21:28:24.0549281Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T21:28:24.1531035Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:28:24.3334753Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:28:24.4181502Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:28:24.5343299Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:28:24.6563136Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:28:24.8340888Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:28:24.9239752Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:28:25.1634043Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:28:25.2517142Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:28:25.3380387Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T21:28:25.4234275Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T21:28:25.6407092Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:28:25.9017772Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:28:26.0781022Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:28:26.1741241Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:28:26.2911404Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:28:26.3980181Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:28:26.6791404Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T21:28:26.7940879Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T21:28:26.8894146Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:28:27.4480766Z Fetched 2409 kB in 5s (516 kB/s)
2025-08-20T21:28:27.4745052Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:28:27.4778064Z (Reading database ... 
2025-08-20T21:28:27.4778312Z (Reading database ... 5%
2025-08-20T21:28:27.4778518Z (Reading database ... 10%
2025-08-20T21:28:27.4778716Z (Reading database ... 15%
2025-08-20T21:28:27.4778943Z (Reading database ... 20%
2025-08-20T21:28:27.4779137Z (Reading database ... 25%
2025-08-20T21:28:27.4779329Z (Reading database ... 30%
2025-08-20T21:28:27.4779519Z (Reading database ... 35%
2025-08-20T21:28:27.4780145Z (Reading database ... 40%
2025-08-20T21:28:27.4780337Z (Reading database ... 45%
2025-08-20T21:28:27.4780532Z (Reading database ... 50%
2025-08-20T21:28:27.4802277Z (Reading database ... 55%
2025-08-20T21:28:27.4887900Z (Reading database ... 60%
2025-08-20T21:28:27.4927868Z (Reading database ... 65%
2025-08-20T21:28:27.4941851Z (Reading database ... 70%
2025-08-20T21:28:27.4969345Z (Reading database ... 75%
2025-08-20T21:28:27.5093315Z (Reading database ... 80%
2025-08-20T21:28:27.5166435Z (Reading database ... 85%
2025-08-20T21:28:27.5194881Z (Reading database ... 90%
2025-08-20T21:28:27.5295688Z (Reading database ... 95%
2025-08-20T21:28:27.5295916Z (Reading database ... 100%
2025-08-20T21:28:27.5296210Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T21:28:27.5337251Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:28:27.5406775Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:28:27.5987338Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:28:27.6163928Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:28:27.6284675Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:28:27.6848431Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:28:27.7020817Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:28:27.7084583Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:28:27.7629856Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:28:27.7822754Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:28:27.7902349Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:28:27.8411288Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:28:27.8597271Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:28:27.8658673Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:28:27.9170070Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:28:27.9356859Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T21:28:27.9417155Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:28:27.9924602Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T21:28:28.0108350Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T21:28:28.0168047Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:28:28.0680575Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:28:28.0872013Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:28:28.0960328Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:28:28.1474500Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T21:28:28.1642764Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T21:28:28.1708015Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:28:28.2354900Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T21:28:28.2527374Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T21:28:28.2592162Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:28:28.3131742Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:28:28.3311780Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:28:28.3387619Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:28:28.3890387Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:28:28.4082063Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:28:28.4152277Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:28:28.4695588Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:28:28.4882496Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:28:28.4945152Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:28:28.5448499Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:28:28.5635924Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:28:28.5711795Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:28:28.6292296Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:28:28.6475961Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:28:28.6537999Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:28:28.7074126Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:28:28.7246775Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:28:28.7309281Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:28:28.7809603Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:28:28.7978936Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:28:28.8059309Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:28:28.8581779Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:28:28.8753866Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:28:28.8816323Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:28:28.9392725Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:28:28.9570077Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:28:28.9645064Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:28:29.0140575Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T21:28:29.0326347Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T21:28:29.0404078Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:28:29.0995002Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T21:28:29.1181133Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T21:28:29.1258768Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:28:29.2702453Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:28:29.2893018Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:28:29.2973011Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:28:29.3557352Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:28:29.3732069Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:28:29.3797765Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:28:29.4335054Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:28:29.4515006Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:28:29.4597728Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:28:29.5098458Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:28:29.5275371Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:28:29.5340306Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:28:29.5840981Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:28:29.6036776Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:28:29.6104298Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:28:29.6629639Z Selecting previously unselected package libwww-perl.
2025-08-20T21:28:29.6818147Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:28:29.6878170Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:28:29.7454876Z Selecting previously unselected package patchutils.
2025-08-20T21:28:29.7642668Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T21:28:29.7741687Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:28:29.8339999Z Selecting previously unselected package wdiff.
2025-08-20T21:28:29.8523997Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T21:28:29.8584884Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:28:29.9471715Z Selecting previously unselected package devscripts.
2025-08-20T21:28:29.9652550Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:28:29.9897094Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:28:30.1205964Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:28:30.1404861Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:28:30.1575861Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:28:30.1759346Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:28:30.1952208Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:28:30.2149742Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:28:30.2329585Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:28:30.2527363Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:28:30.2728682Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:28:30.2906323Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T21:28:30.3098037Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:28:30.3274075Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:28:30.3478687Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T21:28:30.3729074Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:28:30.3927724Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:28:30.4120687Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:28:30.4324111Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:28:30.4512511Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:28:30.4695910Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:28:30.4874697Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:28:30.5067785Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T21:28:30.5253364Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T21:28:30.5474166Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:28:30.5653506Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T21:28:30.5826280Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:28:30.5994668Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:28:30.6189432Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:28:30.6417774Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:28:30.6616771Z Setting up devscripts (2.23.7) ...
2025-08-20T21:28:30.7994451Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:28:30.8206296Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:28:32.4124664Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:28:33.8052409Z Reading package lists...
2025-08-20T21:28:34.0446456Z Building dependency tree...
2025-08-20T21:28:34.0455748Z Reading state information...
2025-08-20T21:28:34.3075621Z The following additional packages will be installed:
2025-08-20T21:28:34.3082188Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:28:34.3090683Z Suggested packages:
2025-08-20T21:28:34.3090903Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T21:28:34.3253112Z The following NEW packages will be installed:
2025-08-20T21:28:34.3261613Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:28:34.3786751Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:28:34.3787119Z Need to get 12.7 MB of archives.
2025-08-20T21:28:34.3787421Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T21:28:34.3788067Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T21:28:34.4377380Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T21:28:34.4741439Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:28:34.5548800Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T21:28:34.8931615Z Fetched 12.7 MB in 0s (45.1 MB/s)
2025-08-20T21:28:34.9313028Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T21:28:34.9349251Z (Reading database ... 
2025-08-20T21:28:34.9349808Z (Reading database ... 5%
2025-08-20T21:28:34.9350359Z (Reading database ... 10%
2025-08-20T21:28:34.9350604Z (Reading database ... 15%
2025-08-20T21:28:34.9350807Z (Reading database ... 20%
2025-08-20T21:28:34.9351008Z (Reading database ... 25%
2025-08-20T21:28:34.9351208Z (Reading database ... 30%
2025-08-20T21:28:34.9351410Z (Reading database ... 35%
2025-08-20T21:28:34.9351604Z (Reading database ... 40%
2025-08-20T21:28:34.9352225Z (Reading database ... 45%
2025-08-20T21:28:34.9352421Z (Reading database ... 50%
2025-08-20T21:28:34.9375180Z (Reading database ... 55%
2025-08-20T21:28:34.9465334Z (Reading database ... 60%
2025-08-20T21:28:34.9508390Z (Reading database ... 65%
2025-08-20T21:28:34.9523720Z (Reading database ... 70%
2025-08-20T21:28:34.9553386Z (Reading database ... 75%
2025-08-20T21:28:34.9693908Z (Reading database ... 80%
2025-08-20T21:28:34.9778526Z (Reading database ... 85%
2025-08-20T21:28:34.9839158Z (Reading database ... 90%
2025-08-20T21:28:34.9912823Z (Reading database ... 95%
2025-08-20T21:28:34.9913062Z (Reading database ... 100%
2025-08-20T21:28:34.9913367Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T21:28:34.9954579Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T21:28:35.0076103Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:28:35.0745806Z Selecting previously unselected package librhash0:arm64.
2025-08-20T21:28:35.0947893Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T21:28:35.1015892Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:28:35.1723719Z Selecting previously unselected package cmake-data.
2025-08-20T21:28:35.1902344Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:28:35.2029400Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:28:36.1425036Z Selecting previously unselected package cmake.
2025-08-20T21:28:36.1637109Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T21:28:36.1702409Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:28:36.3850440Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T21:28:36.4048331Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T21:28:36.4227862Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:28:36.4449664Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:28:36.4627018Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:28:37.8674647Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:28:39.2399541Z Reading package lists...
2025-08-20T21:28:39.4806650Z Building dependency tree...
2025-08-20T21:28:39.4815162Z Reading state information...
2025-08-20T21:28:39.7913806Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:28:39.7914253Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:28:39.7914573Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:28:39.7915282Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:28:39.7915605Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:28:39.7915914Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:28:39.7916260Z ca-certificates is already the newest version (20240203).
2025-08-20T21:28:39.7916561Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:28:39.7916864Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:28:39.7917188Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:28:39.7917626Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:28:39.7917916Z git-lfs is already the newest version (3.6.1).
2025-08-20T21:28:39.7918256Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:28:39.7918610Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:28:39.7918916Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:28:39.7919224Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:28:39.7919545Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:28:39.7919849Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:28:39.7920124Z musl is already the newest version (1.2.4-2).
2025-08-20T21:28:39.7920398Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:28:39.7920686Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:28:39.7921017Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:28:39.7921580Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:28:39.7921885Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:28:39.7922187Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:28:39.7922523Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:28:39.8118542Z Reading package lists...
2025-08-20T21:28:40.0635435Z Building dependency tree...
2025-08-20T21:28:40.0642454Z Reading state information...
2025-08-20T21:28:40.3905183Z autoconf is already the newest version (2.71-3).
2025-08-20T21:28:40.3905602Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:28:40.3905952Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:28:40.3906286Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:28:40.3906618Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:28:40.3906981Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:28:40.3907313Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:28:40.3907831Z ca-certificates is already the newest version (20240203).
2025-08-20T21:28:40.3908156Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:28:40.3908454Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:28:40.3908750Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:28:40.3909053Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:28:40.3909373Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:28:40.3909685Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:28:40.3909995Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:28:40.3910307Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:28:40.3910665Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:28:40.3911038Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:28:40.3911398Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:28:40.3911690Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:28:40.3911995Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:28:40.3912331Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:28:40.4112695Z Reading package lists...
2025-08-20T21:28:40.6786639Z Building dependency tree...
2025-08-20T21:28:40.6795355Z Reading state information...
2025-08-20T21:28:41.0327182Z devscripts is already the newest version (2.23.7).
2025-08-20T21:28:41.0327738Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:28:41.0532847Z Reading package lists...
2025-08-20T21:28:41.3102166Z Building dependency tree...
2025-08-20T21:28:41.3110707Z Reading state information...
2025-08-20T21:28:41.6451572Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:28:41.6452004Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:28:41.6659764Z Reading package lists...
2025-08-20T21:28:41.9186722Z Building dependency tree...
2025-08-20T21:28:41.9195699Z Reading state information...
2025-08-20T21:28:42.2137720Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:28:42.2138199Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T21:28:42.2614558Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:28:42.3114941Z Reading package lists...
2025-08-20T21:28:42.5561849Z Building dependency tree...
2025-08-20T21:28:42.5571906Z Reading state information...
2025-08-20T21:28:42.8458277Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T21:28:42.8458717Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T21:28:42.8459071Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:28:42.8459439Z The following additional packages will be installed:
2025-08-20T21:28:42.8460257Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:28:42.8460659Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:28:42.8461110Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:28:42.8461500Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:28:42.8461891Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:28:42.8462333Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:28:42.8462740Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T21:28:42.8463163Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:28:42.8463540Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T21:28:42.8463935Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T21:28:42.8464360Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T21:28:42.8464711Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T21:28:42.8465081Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:28:42.8465527Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T21:28:42.8465871Z   linux-libc-dev-armhf-cross
2025-08-20T21:28:42.8473604Z Suggested packages:
2025-08-20T21:28:42.8473965Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:28:42.8474345Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T21:28:42.8822084Z The following NEW packages will be installed:
2025-08-20T21:28:42.8822475Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:28:42.8822901Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T21:28:42.8823360Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:28:42.8823823Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T21:28:42.8824201Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T21:28:42.8824596Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T21:28:42.8825013Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T21:28:42.8825407Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:28:42.8826258Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T21:28:42.8826658Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T21:28:42.8827068Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T21:28:42.8828148Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T21:28:42.8828528Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:28:42.8828916Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T21:28:42.8832571Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T21:28:43.0722622Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:28:43.0723003Z Need to get 112 MB of archives.
2025-08-20T21:28:43.0723298Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T21:28:43.0723980Z 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-20T21:28:43.3371851Z 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-20T21:28:44.0782363Z 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-20T21:28:44.1629541Z 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-20T21:28:44.8400253Z 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-20T21:28:44.9245426Z 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-20T21:28:45.0091081Z 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-20T21:28:45.3525145Z 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-20T21:28:45.4372544Z 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-20T21:28:45.5223065Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:28:45.6941633Z 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-20T21:28:45.8635035Z 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-20T21:28:46.2409253Z 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-20T21:28:46.3294715Z 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-20T21:28:46.8211943Z 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-20T21:28:46.9950259Z 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-20T21:28:47.2517963Z 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-20T21:28:47.5092915Z 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-20T21:28:48.5358015Z 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-20T21:28:48.7886590Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:28:49.0419523Z 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-20T21:28:49.3793376Z 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-20T21:28:50.1430009Z 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-20T21:28:50.9260613Z 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-20T21:28:51.0107302Z 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-20T21:28:51.0951106Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:28:51.3528471Z 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-20T21:28:51.4375253Z 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-20T21:28:51.5235534Z 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-20T21:28:51.6075449Z 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-20T21:28:52.0425026Z 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-20T21:28:52.2165504Z 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-20T21:28:52.4342324Z 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-20T21:28:52.7705172Z 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-20T21:28:53.8750315Z 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-20T21:28:54.1283023Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:28:54.3813154Z 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-20T21:28:54.7185986Z 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-20T21:28:55.4030887Z 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-20T21:28:55.4873610Z 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-20T21:28:55.5712121Z 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-20T21:28:55.6555998Z 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-20T21:28:55.9613079Z Fetched 112 MB in 13s (8794 kB/s)
2025-08-20T21:28:55.9887194Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T21:28:55.9924063Z (Reading database ... 
2025-08-20T21:28:55.9924325Z (Reading database ... 5%
2025-08-20T21:28:55.9924528Z (Reading database ... 10%
2025-08-20T21:28:55.9924721Z (Reading database ... 15%
2025-08-20T21:28:55.9924919Z (Reading database ... 20%
2025-08-20T21:28:55.9925712Z (Reading database ... 25%
2025-08-20T21:28:55.9925935Z (Reading database ... 30%
2025-08-20T21:28:55.9926466Z (Reading database ... 35%
2025-08-20T21:28:55.9926675Z (Reading database ... 40%
2025-08-20T21:28:55.9926871Z (Reading database ... 45%
2025-08-20T21:28:55.9927063Z (Reading database ... 50%
2025-08-20T21:28:55.9951051Z (Reading database ... 55%
2025-08-20T21:28:56.0042755Z (Reading database ... 60%
2025-08-20T21:28:56.0086295Z (Reading database ... 65%
2025-08-20T21:28:56.0101194Z (Reading database ... 70%
2025-08-20T21:28:56.0131072Z (Reading database ... 75%
2025-08-20T21:28:56.0265578Z (Reading database ... 80%
2025-08-20T21:28:56.0349063Z (Reading database ... 85%
2025-08-20T21:28:56.0420942Z (Reading database ... 90%
2025-08-20T21:28:56.0496860Z (Reading database ... 95%
2025-08-20T21:28:56.0497081Z (Reading database ... 100%
2025-08-20T21:28:56.0497378Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T21:28:56.0540590Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:28:56.0616331Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:28:56.1170526Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:28:56.1369827Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:28:56.1470300Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:28:56.3995722Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T21:28:56.4229386Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:28:56.4290466Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:28:56.4872772Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:28:56.5073431Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:28:56.5164792Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:28:56.7489309Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:28:56.7668344Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:28:56.7727015Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:28:56.8222753Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:28:56.8402115Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:28:56.8473312Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:28:56.9027204Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:28:56.9215687Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:28:56.9356429Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:28:57.0579581Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:28:57.0780420Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:57.0905026Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:28:57.1561182Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:28:57.1763806Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:57.1831663Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:28:57.2407967Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:28:57.2601771Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:28:57.2675314Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:28:57.3468208Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:28:57.3648220Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:57.3720121Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:28:57.4278490Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:28:57.4459851Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:57.4533942Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:28:57.5140249Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:28:57.5326532Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:57.5389713Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:28:57.5957107Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:28:57.6155139Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:57.6223076Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:28:57.7326321Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:28:57.7527740Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:57.7605814Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:28:57.8315669Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:28:57.8515457Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:57.8580281Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:28:57.9290106Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:28:57.9482514Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:57.9541605Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:28:58.0466313Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:28:58.0654384Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:28:58.0740809Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:28:58.4887795Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:28:58.5074108Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:28:58.5143973Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:28:58.7478807Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:28:58.7680934Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:28:58.7740728Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:28:58.9219579Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:28:58.9416833Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:58.9484325Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:28:59.1545123Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:28:59.1780729Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:28:59.1915195Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:28:59.4427586Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:28:59.4630722Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T21:28:59.4726330Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:28:59.5999234Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:28:59.6199687Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:59.6269305Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:28:59.6868078Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:28:59.7056401Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:59.7119115Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:28:59.7645160Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:28:59.7849133Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:28:59.7915398Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:28:59.8625462Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:28:59.8835245Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:59.8899005Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:28:59.9507901Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:28:59.9724824Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:28:59.9790550Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:00.0409762Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:29:00.0621040Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:29:00.0692251Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:00.1301777Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:29:00.1501763Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:29:00.1564229Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:00.2595912Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:29:00.2778467Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:29:00.2844194Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:00.3514501Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:29:00.3692708Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:29:00.3757643Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:00.4512718Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:29:00.4700964Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:29:00.4762726Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:00.5682788Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:29:00.5884568Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:29:00.5971635Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:00.9936417Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:29:01.0126236Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:29:01.0213053Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:29:01.2429586Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:29:01.2628370Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:29:01.2700503Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:29:01.4033508Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:29:01.4259507Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:29:01.4328452Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:01.6619756Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:29:01.6835405Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T21:29:01.6929383Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:01.9411107Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:29:01.9616071Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:29:01.9681378Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:29:02.0086727Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:29:02.0281803Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T21:29:02.0440155Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:29:02.0888826Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:29:02.1079213Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:29:02.1145072Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:29:02.1631369Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:29:02.1830157Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T21:29:02.1892942Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:29:02.2586347Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:29:02.2766422Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:29:02.2957596Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.3143074Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.3326424Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.3505534Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:29:02.3691277Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.3874501Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:29:02.4040954Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:29:02.4211835Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.4380322Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.4565883Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:29:02.4740438Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:29:02.4921481Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.5115365Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.5293543Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.5466877Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.5657619Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.5825782Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.6009473Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.6196702Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:29:02.6374325Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.6545009Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.6749525Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:29:02.6947803Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.7126682Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.7310017Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.7486808Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:29:02.7654094Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.7870685Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.8051107Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.8234494Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.8432960Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.8633070Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.8822548Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:29:02.9002993Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.9187777Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.9373837Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:02.9561311Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:29:02.9741677Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:29:02.9933863Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:29:03.0101500Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:29:03.0314510Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:29:03.0386274Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:29:03.0534791Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:29:04.4226723Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:29:05.9134702Z Reading package lists...
2025-08-20T21:29:06.1730593Z Building dependency tree...
2025-08-20T21:29:06.1737926Z Reading state information...
2025-08-20T21:29:06.5002571Z The following additional packages will be installed:
2025-08-20T21:29:06.5003380Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:29:06.5006999Z   libpcap0.8-dev
2025-08-20T21:29:06.5359540Z The following NEW packages will be installed:
2025-08-20T21:29:06.5360018Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:29:06.5366874Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:29:06.5601157Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:29:06.7297048Z Need to get 1640 kB of archives.
2025-08-20T21:29:06.7297588Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T21:29:06.7298169Z 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-20T21:29:06.8112975Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T21:29:06.8325074Z 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-20T21:29:06.8538235Z 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-20T21:29:06.8829247Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T21:29:06.9281912Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T21:29:06.9476184Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:29:06.9637626Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T21:29:07.2575979Z Fetched 1640 kB in 0s (4210 kB/s)
2025-08-20T21:29:07.2944453Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T21:29:07.2981464Z (Reading database ... 
2025-08-20T21:29:07.2981721Z (Reading database ... 5%
2025-08-20T21:29:07.2981924Z (Reading database ... 10%
2025-08-20T21:29:07.2982123Z (Reading database ... 15%
2025-08-20T21:29:07.2982322Z (Reading database ... 20%
2025-08-20T21:29:07.2982516Z (Reading database ... 25%
2025-08-20T21:29:07.2982709Z (Reading database ... 30%
2025-08-20T21:29:07.2983340Z (Reading database ... 35%
2025-08-20T21:29:07.2983548Z (Reading database ... 40%
2025-08-20T21:29:07.2983739Z (Reading database ... 45%
2025-08-20T21:29:07.2983939Z (Reading database ... 50%
2025-08-20T21:29:07.3006342Z (Reading database ... 55%
2025-08-20T21:29:07.3103142Z (Reading database ... 60%
2025-08-20T21:29:07.3143194Z (Reading database ... 65%
2025-08-20T21:29:07.3161941Z (Reading database ... 70%
2025-08-20T21:29:07.3189348Z (Reading database ... 75%
2025-08-20T21:29:07.3382636Z (Reading database ... 80%
2025-08-20T21:29:07.3422090Z (Reading database ... 85%
2025-08-20T21:29:07.3511038Z (Reading database ... 90%
2025-08-20T21:29:07.3589317Z (Reading database ... 95%
2025-08-20T21:29:07.3589530Z (Reading database ... 100%
2025-08-20T21:29:07.3589825Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T21:29:07.3635157Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T21:29:07.3762310Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:29:07.4524541Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:29:07.4733196Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T21:29:07.4857045Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:29:07.5425544Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T21:29:07.5631073Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:29:07.5689810Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:29:07.6356910Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T21:29:07.6560673Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T21:29:07.6632671Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:29:07.7181685Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T21:29:07.7376830Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T21:29:07.7476443Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:29:07.8314156Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T21:29:07.8503425Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:29:07.8601775Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:29:07.9229461Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T21:29:07.9418601Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T21:29:07.9476302Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:29:08.0138362Z Selecting previously unselected package pcaputils.
2025-08-20T21:29:08.0347345Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T21:29:08.0498909Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:29:08.1331703Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:29:08.1533251Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:29:08.2937578Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:29:08.3105637Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:29:08.3427396Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:29:08.5804330Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T21:29:08.5986974Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T21:29:08.6230603Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:29:08.6524882Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:29:10.2875706Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:29:10.3313404Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:29:10.3544908Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:29:11.7793117Z Reading package lists...
2025-08-20T21:29:12.0458031Z Building dependency tree...
2025-08-20T21:29:12.0467551Z Reading state information...
2025-08-20T21:29:12.1000470Z Reading package lists...
2025-08-20T21:29:12.3588830Z Building dependency tree...
2025-08-20T21:29:12.3595808Z Reading state information...
2025-08-20T21:29:12.6703262Z The following additional packages will be installed:
2025-08-20T21:29:12.6706453Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:29:12.6715710Z Suggested packages:
2025-08-20T21:29:12.6716064Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:29:12.6716475Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:29:12.6908713Z The following NEW packages will be installed:
2025-08-20T21:29:12.6909218Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:29:12.6914054Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:29:12.7429381Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T21:29:12.7429726Z Need to get 801 kB of archives.
2025-08-20T21:29:12.7430053Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T21:29:12.7430548Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T21:29:12.7830802Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T21:29:12.8163252Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T21:29:12.8713570Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T21:29:12.8886252Z 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-20T21:29:12.9048871Z 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-20T21:29:12.9255788Z 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-20T21:29:12.9420481Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T21:29:12.9587904Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:29:13.2553367Z Fetched 801 kB in 0s (3114 kB/s)
2025-08-20T21:29:13.2922637Z Selecting previously unselected package liblz1:arm64.
2025-08-20T21:29:13.2959243Z (Reading database ... 
2025-08-20T21:29:13.2959511Z (Reading database ... 5%
2025-08-20T21:29:13.2960027Z (Reading database ... 10%
2025-08-20T21:29:13.2960270Z (Reading database ... 15%
2025-08-20T21:29:13.2960471Z (Reading database ... 20%
2025-08-20T21:29:13.2960666Z (Reading database ... 25%
2025-08-20T21:29:13.2960857Z (Reading database ... 30%
2025-08-20T21:29:13.2961051Z (Reading database ... 35%
2025-08-20T21:29:13.2961244Z (Reading database ... 40%
2025-08-20T21:29:13.2961432Z (Reading database ... 45%
2025-08-20T21:29:13.2961623Z (Reading database ... 50%
2025-08-20T21:29:13.2985997Z (Reading database ... 55%
2025-08-20T21:29:13.3083717Z (Reading database ... 60%
2025-08-20T21:29:13.3124420Z (Reading database ... 65%
2025-08-20T21:29:13.3142961Z (Reading database ... 70%
2025-08-20T21:29:13.3169561Z (Reading database ... 75%
2025-08-20T21:29:13.3364534Z (Reading database ... 80%
2025-08-20T21:29:13.3404230Z (Reading database ... 85%
2025-08-20T21:29:13.3497167Z (Reading database ... 90%
2025-08-20T21:29:13.3575749Z (Reading database ... 95%
2025-08-20T21:29:13.3576016Z (Reading database ... 100%
2025-08-20T21:29:13.3576317Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T21:29:13.3621737Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T21:29:13.3756016Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T21:29:13.4304172Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T21:29:13.4512911Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T21:29:13.4577010Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:29:13.5216770Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T21:29:13.5416112Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T21:29:13.5487793Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:29:13.6322945Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T21:29:13.6527744Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T21:29:13.6592113Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:29:13.7363268Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T21:29:13.7575438Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T21:29:13.7652830Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:29:13.8209258Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T21:29:13.8417787Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T21:29:13.8490935Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:29:13.9244136Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T21:29:13.9448826Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T21:29:13.9548059Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:29:14.0153805Z Selecting previously unselected package lzma.
2025-08-20T21:29:14.0360354Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T21:29:14.0423613Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:29:14.1069714Z Selecting previously unselected package lzma-dev.
2025-08-20T21:29:14.1262876Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:29:14.1324970Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:29:14.2122351Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T21:29:14.2325446Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T21:29:14.2525125Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T21:29:14.2722684Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T21:29:14.2911704Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:29:14.3061549Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:29:14.3178279Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:29:14.3385387Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:29:14.3556275Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T21:29:14.3748260Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T21:29:14.3947760Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:29:14.4259269Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:29:15.8441771Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:29:17.4665271Z Reading package lists...
2025-08-20T21:29:17.7225260Z Building dependency tree...
2025-08-20T21:29:17.7234616Z Reading state information...
2025-08-20T21:29:18.0812235Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:29:18.0812705Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:29:18.0813031Z inetutils-telnet set to manually installed.
2025-08-20T21:29:18.0813336Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:29:18.0813663Z The following additional packages will be installed:
2025-08-20T21:29:18.0813927Z   tcpd update-inetd
2025-08-20T21:29:18.0992517Z The following packages will be REMOVED:
2025-08-20T21:29:18.1000066Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:29:18.1001081Z The following NEW packages will be installed:
2025-08-20T21:29:18.1001407Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:29:18.1001808Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:29:18.1008602Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:29:18.3053999Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T21:29:18.3054706Z Need to get 691 kB of archives.
2025-08-20T21:29:18.3054993Z After this operation, 987 kB disk space will be freed.
2025-08-20T21:29:18.3055511Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T21:29:18.5862643Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T21:29:18.6914776Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:29:18.7968040Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T21:29:18.9208591Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T21:29:19.0798764Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T21:29:19.2102216Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T21:29:19.3311108Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T21:29:19.4412681Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T21:29:19.5462597Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T21:29:19.6654046Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T21:29:19.8801004Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T21:29:20.1605648Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T21:29:20.4442864Z Preconfiguring packages ...
2025-08-20T21:29:20.5580700Z Fetched 691 kB in 2s (331 kB/s)
2025-08-20T21:29:20.5798111Z (Reading database ... 
2025-08-20T21:29:20.5798366Z (Reading database ... 5%
2025-08-20T21:29:20.5799012Z (Reading database ... 10%
2025-08-20T21:29:20.5799237Z (Reading database ... 15%
2025-08-20T21:29:20.5799434Z (Reading database ... 20%
2025-08-20T21:29:20.5799635Z (Reading database ... 25%
2025-08-20T21:29:20.5799828Z (Reading database ... 30%
2025-08-20T21:29:20.5800019Z (Reading database ... 35%
2025-08-20T21:29:20.5800235Z (Reading database ... 40%
2025-08-20T21:29:20.5800431Z (Reading database ... 45%
2025-08-20T21:29:20.5800626Z (Reading database ... 50%
2025-08-20T21:29:20.5822345Z (Reading database ... 55%
2025-08-20T21:29:20.5919228Z (Reading database ... 60%
2025-08-20T21:29:20.5966928Z (Reading database ... 65%
2025-08-20T21:29:20.5987391Z (Reading database ... 70%
2025-08-20T21:29:20.6015725Z (Reading database ... 75%
2025-08-20T21:29:20.6210077Z (Reading database ... 80%
2025-08-20T21:29:20.6252292Z (Reading database ... 85%
2025-08-20T21:29:20.6343570Z (Reading database ... 90%
2025-08-20T21:29:20.6421514Z (Reading database ... 95%
2025-08-20T21:29:20.6421754Z (Reading database ... 100%
2025-08-20T21:29:20.6422058Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T21:29:20.6467376Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:29:20.7131119Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T21:29:20.7994957Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:29:21.1631385Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:29:21.1669678Z (Reading database ... 
2025-08-20T21:29:21.1669919Z (Reading database ... 5%
2025-08-20T21:29:21.1670132Z (Reading database ... 10%
2025-08-20T21:29:21.1670327Z (Reading database ... 15%
2025-08-20T21:29:21.1670529Z (Reading database ... 20%
2025-08-20T21:29:21.1670722Z (Reading database ... 25%
2025-08-20T21:29:21.1670936Z (Reading database ... 30%
2025-08-20T21:29:21.1671129Z (Reading database ... 35%
2025-08-20T21:29:21.1671323Z (Reading database ... 40%
2025-08-20T21:29:21.1671928Z (Reading database ... 45%
2025-08-20T21:29:21.1672136Z (Reading database ... 50%
2025-08-20T21:29:21.1694689Z (Reading database ... 55%
2025-08-20T21:29:21.1785931Z (Reading database ... 60%
2025-08-20T21:29:21.1830167Z (Reading database ... 65%
2025-08-20T21:29:21.1848677Z (Reading database ... 70%
2025-08-20T21:29:21.1874525Z (Reading database ... 75%
2025-08-20T21:29:21.2054053Z (Reading database ... 80%
2025-08-20T21:29:21.2091403Z (Reading database ... 85%
2025-08-20T21:29:21.2176176Z (Reading database ... 90%
2025-08-20T21:29:21.2248226Z (Reading database ... 95%
2025-08-20T21:29:21.2248458Z (Reading database ... 100%
2025-08-20T21:29:21.2248761Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T21:29:21.2293387Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:29:21.2407424Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:29:21.2966301Z Selecting previously unselected package tcpd.
2025-08-20T21:29:21.3169521Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T21:29:21.3248819Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:29:21.3911661Z Selecting previously unselected package update-inetd.
2025-08-20T21:29:21.4167686Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:29:21.4234194Z Unpacking update-inetd (4.53) ...
2025-08-20T21:29:21.4999049Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:29:21.5186043Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:29:21.5292996Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:29:21.5953184Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:29:21.6144733Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:29:21.6210929Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:29:21.6900806Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:29:21.7092633Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:29:21.7163386Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:29:21.7785260Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:29:21.8018087Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:29:21.8086835Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:29:21.8728120Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:29:21.8936640Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:29:21.9001746Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:29:21.9621776Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:29:21.9824536Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:29:21.9919825Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:29:22.0555707Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:29:22.0786564Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:29:22.0887812Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:29:22.1496393Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:29:22.1694216Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:29:22.1757204Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:29:22.2454557Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:29:22.2648749Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T21:29:22.2717093Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:29:22.3365224Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:29:22.3574580Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T21:29:22.3638696Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:29:22.4448445Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:29:22.4756620Z Setting up update-inetd (4.53) ...
2025-08-20T21:29:22.5807002Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:29:22.5976844Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:29:22.6110531Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:29:22.9743764Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:29:22.9744202Z 
2025-08-20T21:29:22.9744309Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:29:22.9744499Z 
2025-08-20T21:29:22.9744974Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:29:22.9745344Z 
2025-08-20T21:29:22.9745881Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:29:22.9746369Z 
2025-08-20T21:29:23.2122202Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:29:23.2430240Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:29:23.2635691Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:29:23.2769968Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:29:23.3031357Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:29:23.3247289Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:29:23.3470994Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:29:23.6775810Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:29:23.6776232Z 
2025-08-20T21:29:23.6776719Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:29:23.6777225Z 
2025-08-20T21:29:23.9201825Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:29:24.0203571Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:29:24.1236770Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:29:24.1976672Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:29:27.3613995Z Reading package lists...
2025-08-20T21:29:27.6220793Z Building dependency tree...
2025-08-20T21:29:27.6229214Z Reading state information...
2025-08-20T21:29:28.0191239Z The following packages will be REMOVED:
2025-08-20T21:29:28.0198957Z   inetutils-ping
2025-08-20T21:29:28.0200429Z The following NEW packages will be installed:
2025-08-20T21:29:28.0208596Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:29:28.0213869Z The following packages will be upgraded:
2025-08-20T21:29:28.0221685Z   iputils-tracepath
2025-08-20T21:29:28.0747684Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T21:29:28.0748078Z Need to get 84.5 kB of archives.
2025-08-20T21:29:28.0748375Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T21:29:28.0748971Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:29:28.1227860Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T21:29:28.1407933Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T21:29:28.1592824Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T21:29:28.4857418Z Fetched 84.5 kB in 0s (652 kB/s)
2025-08-20T21:29:28.5084838Z (Reading database ... 
2025-08-20T21:29:28.5085095Z (Reading database ... 5%
2025-08-20T21:29:28.5085296Z (Reading database ... 10%
2025-08-20T21:29:28.5085493Z (Reading database ... 15%
2025-08-20T21:29:28.5085685Z (Reading database ... 20%
2025-08-20T21:29:28.5085880Z (Reading database ... 25%
2025-08-20T21:29:28.5086071Z (Reading database ... 30%
2025-08-20T21:29:28.5086614Z (Reading database ... 35%
2025-08-20T21:29:28.5086839Z (Reading database ... 40%
2025-08-20T21:29:28.5087032Z (Reading database ... 45%
2025-08-20T21:29:28.5087222Z (Reading database ... 50%
2025-08-20T21:29:28.5107850Z (Reading database ... 55%
2025-08-20T21:29:28.5199780Z (Reading database ... 60%
2025-08-20T21:29:28.5241225Z (Reading database ... 65%
2025-08-20T21:29:28.5259079Z (Reading database ... 70%
2025-08-20T21:29:28.5295701Z (Reading database ... 75%
2025-08-20T21:29:28.5464428Z (Reading database ... 80%
2025-08-20T21:29:28.5501118Z (Reading database ... 85%
2025-08-20T21:29:28.5586301Z (Reading database ... 90%
2025-08-20T21:29:28.5659691Z (Reading database ... 95%
2025-08-20T21:29:28.5659917Z (Reading database ... 100%
2025-08-20T21:29:28.5660209Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T21:29:28.5702076Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:29:28.6785734Z Selecting previously unselected package iputils-ping.
2025-08-20T21:29:28.6824145Z (Reading database ... 
2025-08-20T21:29:28.6824801Z (Reading database ... 5%
2025-08-20T21:29:28.6825059Z (Reading database ... 10%
2025-08-20T21:29:28.6825266Z (Reading database ... 15%
2025-08-20T21:29:28.6825455Z (Reading database ... 20%
2025-08-20T21:29:28.6825647Z (Reading database ... 25%
2025-08-20T21:29:28.6825839Z (Reading database ... 30%
2025-08-20T21:29:28.6826031Z (Reading database ... 35%
2025-08-20T21:29:28.6826633Z (Reading database ... 40%
2025-08-20T21:29:28.6826826Z (Reading database ... 45%
2025-08-20T21:29:28.6827022Z (Reading database ... 50%
2025-08-20T21:29:28.6848777Z (Reading database ... 55%
2025-08-20T21:29:28.6937666Z (Reading database ... 60%
2025-08-20T21:29:28.6979076Z (Reading database ... 65%
2025-08-20T21:29:28.6996696Z (Reading database ... 70%
2025-08-20T21:29:28.7032200Z (Reading database ... 75%
2025-08-20T21:29:28.7199208Z (Reading database ... 80%
2025-08-20T21:29:28.7235933Z (Reading database ... 85%
2025-08-20T21:29:28.7317149Z (Reading database ... 90%
2025-08-20T21:29:28.7388024Z (Reading database ... 95%
2025-08-20T21:29:28.7388714Z (Reading database ... 100%
2025-08-20T21:29:28.7389049Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T21:29:28.7429649Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:29:28.7492281Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:29:28.8289086Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:29:28.8522314Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T21:29:28.9221526Z Selecting previously unselected package iputils-arping.
2025-08-20T21:29:28.9428916Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:29:28.9515869Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:29:29.0134636Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:29:29.0324342Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T21:29:29.0391791Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:29:29.1394214Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:29:29.1805370Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:29:29.2191288Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:29:29.2518167Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T21:29:29.2734378Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:29:32.1780620Z Reading package lists...
2025-08-20T21:29:32.4388805Z Building dependency tree...
2025-08-20T21:29:32.4398004Z Reading state information...
2025-08-20T21:29:32.7348719Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:29:32.7677309Z The following packages will be upgraded:
2025-08-20T21:29:32.7678386Z   python3-pip python3-pip-whl
2025-08-20T21:29:32.7881033Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:29:32.9326946Z Need to get 3020 kB of archives.
2025-08-20T21:29:32.9327337Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T21:29:32.9328130Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T21:29:33.0606035Z 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-20T21:29:33.3701178Z Fetched 3020 kB in 0s (10.9 MB/s)
2025-08-20T21:29:33.4094155Z (Reading database ... 
2025-08-20T21:29:33.4094438Z (Reading database ... 5%
2025-08-20T21:29:33.4094647Z (Reading database ... 10%
2025-08-20T21:29:33.4094845Z (Reading database ... 15%
2025-08-20T21:29:33.4095040Z (Reading database ... 20%
2025-08-20T21:29:33.4095230Z (Reading database ... 25%
2025-08-20T21:29:33.4095424Z (Reading database ... 30%
2025-08-20T21:29:33.4095611Z (Reading database ... 35%
2025-08-20T21:29:33.4095834Z (Reading database ... 40%
2025-08-20T21:29:33.4096029Z (Reading database ... 45%
2025-08-20T21:29:33.4096224Z (Reading database ... 50%
2025-08-20T21:29:33.4118131Z (Reading database ... 55%
2025-08-20T21:29:33.4206466Z (Reading database ... 60%
2025-08-20T21:29:33.4247652Z (Reading database ... 65%
2025-08-20T21:29:33.4265320Z (Reading database ... 70%
2025-08-20T21:29:33.4301464Z (Reading database ... 75%
2025-08-20T21:29:33.4471451Z (Reading database ... 80%
2025-08-20T21:29:33.4509073Z (Reading database ... 85%
2025-08-20T21:29:33.4593413Z (Reading database ... 90%
2025-08-20T21:29:33.4669123Z (Reading database ... 95%
2025-08-20T21:29:33.4669347Z (Reading database ... 100%
2025-08-20T21:29:33.4669642Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:29:33.4714894Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:29:33.6107883Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:29:33.7803331Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T21:29:33.7986804Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T21:29:33.8938418Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:29:33.9118887Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T21:29:34.8743176Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:29:37.8545388Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:29:38.1380470Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:29:38.9770956Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:29:39.1078625Z Collecting pip
2025-08-20T21:29:39.1576741Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:29:39.1784797Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:29:39.2775763Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 18.3 MB/s eta 0:00:00
2025-08-20T21:29:39.5208897Z Installing collected packages: pip
2025-08-20T21:29:40.1786242Z Successfully installed pip-25.2
2025-08-20T21:29:40.3752035Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:29:40.4196519Z Reading package lists...
2025-08-20T21:29:40.6686149Z Building dependency tree...
2025-08-20T21:29:40.6695260Z Reading state information...
2025-08-20T21:29:40.9451432Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:29:40.9452297Z pciutils set to manually installed.
2025-08-20T21:29:40.9452622Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:29:40.9452960Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:29:40.9453257Z python3-distro set to manually installed.
2025-08-20T21:29:40.9453576Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:29:40.9453906Z python3-netifaces set to manually installed.
2025-08-20T21:29:40.9454667Z The following additional packages will be installed:
2025-08-20T21:29:40.9454953Z   libsysfs2
2025-08-20T21:29:40.9459272Z Suggested packages:
2025-08-20T21:29:40.9459476Z   fancontrol read-edid i2c-tools
2025-08-20T21:29:40.9746971Z The following NEW packages will be installed:
2025-08-20T21:29:40.9749707Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:29:40.9938065Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:29:41.1406235Z Need to get 133 kB of archives.
2025-08-20T21:29:41.1406628Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T21:29:41.1407173Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T21:29:41.1738215Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T21:29:41.1942898Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T21:29:41.2369568Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T21:29:41.5213210Z Fetched 133 kB in 0s (575 kB/s)
2025-08-20T21:29:41.5589194Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T21:29:41.5626932Z (Reading database ... 
2025-08-20T21:29:41.5627160Z (Reading database ... 5%
2025-08-20T21:29:41.5627362Z (Reading database ... 10%
2025-08-20T21:29:41.5627665Z (Reading database ... 15%
2025-08-20T21:29:41.5628222Z (Reading database ... 20%
2025-08-20T21:29:41.5628420Z (Reading database ... 25%
2025-08-20T21:29:41.5629239Z (Reading database ... 30%
2025-08-20T21:29:41.5629489Z (Reading database ... 35%
2025-08-20T21:29:41.5629698Z (Reading database ... 40%
2025-08-20T21:29:41.5629897Z (Reading database ... 45%
2025-08-20T21:29:41.5630091Z (Reading database ... 50%
2025-08-20T21:29:41.5653267Z (Reading database ... 55%
2025-08-20T21:29:41.5749457Z (Reading database ... 60%
2025-08-20T21:29:41.5793513Z (Reading database ... 65%
2025-08-20T21:29:41.5813252Z (Reading database ... 70%
2025-08-20T21:29:41.5852922Z (Reading database ... 75%
2025-08-20T21:29:41.6037880Z (Reading database ... 80%
2025-08-20T21:29:41.6077587Z (Reading database ... 85%
2025-08-20T21:29:41.6169684Z (Reading database ... 90%
2025-08-20T21:29:41.6251810Z (Reading database ... 95%
2025-08-20T21:29:41.6252038Z (Reading database ... 100%
2025-08-20T21:29:41.6252335Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T21:29:41.6298758Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T21:29:41.6478350Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:29:41.7357733Z Selecting previously unselected package sysfsutils.
2025-08-20T21:29:41.7550094Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T21:29:41.7658343Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:29:41.8603453Z Selecting previously unselected package lm-sensors.
2025-08-20T21:29:41.8800270Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T21:29:41.9036611Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:29:41.9667129Z Selecting previously unselected package virt-what.
2025-08-20T21:29:41.9876979Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T21:29:41.9950244Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:29:42.0725689Z Setting up virt-what (1.25-2) ...
2025-08-20T21:29:42.0926162Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T21:29:42.1160737Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:29:42.4335005Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:29:42.4335413Z 
2025-08-20T21:29:42.4335879Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:29:42.4336320Z 
2025-08-20T21:29:42.6828015Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:29:42.9989240Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:29:42.9989743Z 
2025-08-20T21:29:43.0100278Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:29:44.6746691Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:29:46.1767289Z Reading package lists...
2025-08-20T21:29:46.4411209Z Building dependency tree...
2025-08-20T21:29:46.4421499Z Reading state information...
2025-08-20T21:29:46.7510919Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:29:46.7511309Z The following additional packages will be installed:
2025-08-20T21:29:46.7514200Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:29:46.7514551Z   xorg-sgml-doctools
2025-08-20T21:29:46.7523871Z Suggested packages:
2025-08-20T21:29:46.7524083Z   libxcb-doc
2025-08-20T21:29:46.7708200Z The following NEW packages will be installed:
2025-08-20T21:29:46.7710759Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:29:46.7714034Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:29:46.7714385Z   xcb xorg-sgml-doctools
2025-08-20T21:29:46.9285575Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T21:29:46.9285944Z Need to get 816 kB of archives.
2025-08-20T21:29:46.9286236Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T21:29:46.9287137Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T21:29:46.9449611Z 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-20T21:29:46.9826831Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:29:47.0911821Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T21:29:47.1074428Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T21:29:47.1238637Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T21:29:47.1405671Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T21:29:47.1570025Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T21:29:47.1734086Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T21:29:47.1898801Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T21:29:47.2063420Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T21:29:47.5042579Z Fetched 816 kB in 0s (1924 kB/s)
2025-08-20T21:29:47.5307987Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T21:29:47.5346446Z (Reading database ... 
2025-08-20T21:29:47.5346718Z (Reading database ... 5%
2025-08-20T21:29:47.5346920Z (Reading database ... 10%
2025-08-20T21:29:47.5347115Z (Reading database ... 15%
2025-08-20T21:29:47.5347315Z (Reading database ... 20%
2025-08-20T21:29:47.5347644Z (Reading database ... 25%
2025-08-20T21:29:47.5347845Z (Reading database ... 30%
2025-08-20T21:29:47.5348036Z (Reading database ... 35%
2025-08-20T21:29:47.5348248Z (Reading database ... 40%
2025-08-20T21:29:47.5348439Z (Reading database ... 45%
2025-08-20T21:29:47.5348634Z (Reading database ... 50%
2025-08-20T21:29:47.5371115Z (Reading database ... 55%
2025-08-20T21:29:47.5469623Z (Reading database ... 60%
2025-08-20T21:29:47.5514653Z (Reading database ... 65%
2025-08-20T21:29:47.5534310Z (Reading database ... 70%
2025-08-20T21:29:47.5574774Z (Reading database ... 75%
2025-08-20T21:29:47.5755589Z (Reading database ... 80%
2025-08-20T21:29:47.5794570Z (Reading database ... 85%
2025-08-20T21:29:47.5884153Z (Reading database ... 90%
2025-08-20T21:29:47.5961041Z (Reading database ... 95%
2025-08-20T21:29:47.5961273Z (Reading database ... 100%
2025-08-20T21:29:47.5961565Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T21:29:47.6005784Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T21:29:47.6081161Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:29:47.6630916Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:29:47.6833532Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:29:47.6896639Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:29:47.7633163Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:29:47.7841917Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:29:47.7906659Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:29:47.8591894Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T21:29:47.8790582Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T21:29:47.8855013Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:29:47.9495680Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T21:29:47.9692437Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T21:29:47.9766257Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:29:48.0318938Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T21:29:48.0548523Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:29:48.0639734Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:29:48.1246485Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T21:29:48.1466038Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:29:48.1540941Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:29:48.2239628Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T21:29:48.2452116Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:29:48.2672755Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:29:48.3202196Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T21:29:48.3420525Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:29:48.3486118Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:29:48.4041196Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T21:29:48.4243065Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T21:29:48.4314357Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:29:48.5033826Z Selecting previously unselected package xcb.
2025-08-20T21:29:48.5251230Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T21:29:48.5318473Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:29:48.6158293Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:29:48.6352141Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T21:29:48.6563790Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:29:48.6856388Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:29:48.7100394Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T21:29:48.7401541Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:29:50.2552160Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:29:50.2814563Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:29:50.2998129Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T21:29:50.3208624Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:29:50.3408580Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:29:50.3649667Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:29:50.3847828Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:29:50.4034025Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T21:29:52.0542916Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:29:52.6889957Z Collecting build
2025-08-20T21:29:52.7345642Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:29:52.8428754Z Collecting cffi
2025-08-20T21:29:52.8495739Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:29:52.8852541Z Collecting scons
2025-08-20T21:29:52.8926976Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:29:52.9319416Z Collecting scuba
2025-08-20T21:29:52.9394279Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:29:53.0150319Z Collecting pytest
2025-08-20T21:29:53.0218976Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:29:53.0662713Z Collecting packaging>=19.1 (from build)
2025-08-20T21:29:53.0732195Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:29:53.1026789Z Collecting pyproject_hooks (from build)
2025-08-20T21:29:53.1096988Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:29:53.1394938Z Collecting pycparser (from cffi)
2025-08-20T21:29:53.1462410Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:29:53.1934612Z Collecting PyYAML (from scuba)
2025-08-20T21:29:53.2004457Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:29:53.2290470Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:29:53.2358302Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:29:53.2700226Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:29:53.2767768Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:29:53.3148997Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:29:53.3217264Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:29:53.3419650Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:29:53.3606602Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:29:53.3974915Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:29:53.4414046Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 94.3 MB/s  0:00:00
2025-08-20T21:29:53.4498460Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:29:53.4762500Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:29:53.4982211Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:29:53.5144703Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:29:53.5328331Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:29:53.5531953Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:29:53.5796328Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 39.8 MB/s  0:00:00
2025-08-20T21:29:53.5863985Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:29:53.6066116Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:29:53.6274107Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:29:53.6445854Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 31.8 MB/s  0:00:00
2025-08-20T21:29:53.7445807Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:29:55.4011037Z 
2025-08-20T21:29:55.4025739Z 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-20T21:29:55.7073590Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:29:56.3424565Z Collecting ansi2txt
2025-08-20T21:29:56.3894586Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:29:56.4306802Z Collecting pipx
2025-08-20T21:29:56.4376342Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:29:56.4697590Z Collecting scons
2025-08-20T21:29:56.4708948Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:29:56.4903102Z Collecting py2static
2025-08-20T21:29:56.4984435Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:29:56.5337893Z Collecting typer
2025-08-20T21:29:56.5408342Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:29:56.5860865Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:29:56.5930293Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:29:56.6251804Z Collecting packaging>=20 (from pipx)
2025-08-20T21:29:56.6261940Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:29:56.6515408Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:29:56.6585735Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:29:56.6914422Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:29:56.6982764Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:29:56.7505289Z Collecting pyinstaller (from py2static)
2025-08-20T21:29:56.7589300Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:29:56.7906855Z Collecting staticx (from py2static)
2025-08-20T21:29:56.7986689Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:29:56.8320660Z   Preparing metadata (setup.py): started
2025-08-20T21:29:57.1787026Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:29:57.2045628Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:29:57.2115233Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:29:57.2643211Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:29:57.2712993Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:29:57.3033283Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:29:57.3102584Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:29:57.3643690Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:29:57.3715948Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:29:57.4135967Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:29:57.4206597Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:29:57.4557306Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:29:57.4568075Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:29:57.4773081Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:29:57.4841669Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:29:57.6058721Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:29:57.6132447Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:29:57.6488023Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:29:57.6559376Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:29:57.6897896Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:29:57.6968664Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:29:57.7302454Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:29:57.7375417Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:29:57.7565417Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:29:57.7742398Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:29:57.7855485Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:29:57.7964800Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:29:57.8152443Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:29:57.8319012Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:29:57.8475017Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:29:57.8609845Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:29:57.8679399Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:29:57.8847104Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:29:57.9030917Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:29:57.9110291Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:29:57.9276227Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:29:57.9428710Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:29:57.9579717Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:29:57.9732422Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:29:57.9920558Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:29:58.0127663Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 26.0 MB/s  0:00:00
2025-08-20T21:29:58.0227623Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:29:58.0428658Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:29:58.0647611Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 47.7 MB/s  0:00:00
2025-08-20T21:29:58.0718067Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:29:58.0878855Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:29:58.1318666Z Building wheels for collected packages: staticx
2025-08-20T21:29:58.1325461Z   Building wheel for staticx (setup.py): started
2025-08-20T21:30:07.9061328Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:30:07.9071462Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790690 sha256=0dcef4dd5abca2285f9aeedaf0f96edb7f5b80c8c1d3d5296516ba3f4c072d87
2025-08-20T21:30:07.9072690Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:30:07.9089093Z Successfully built staticx
2025-08-20T21:30:08.0024611Z 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-20T21:30:08.7854008Z   Attempting uninstall: scons
2025-08-20T21:30:08.7926532Z     Found existing installation: SCons 4.9.1
2025-08-20T21:30:08.8211929Z     Uninstalling SCons-4.9.1:
2025-08-20T21:30:08.8273271Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:30:09.3229248Z   Attempting uninstall: pygments
2025-08-20T21:30:09.3302550Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:30:09.3465987Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:30:09.3488551Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:30:09.9398849Z   Attempting uninstall: packaging
2025-08-20T21:30:09.9467798Z     Found existing installation: packaging 25.0
2025-08-20T21:30:09.9487296Z     Uninstalling packaging-25.0:
2025-08-20T21:30:09.9493525Z       Successfully uninstalled packaging-25.0
2025-08-20T21:30:10.8634502Z 
2025-08-20T21:30:10.8659543Z 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-20T21:30:11.1567624Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:30:11.3300393Z Collecting build
2025-08-20T21:30:11.3312506Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:30:11.4034828Z Collecting cffi
2025-08-20T21:30:11.4045561Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T21:30:11.4213927Z Collecting scons
2025-08-20T21:30:11.4224109Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:30:11.4408377Z Collecting scuba
2025-08-20T21:30:11.4417884Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:30:11.4871632Z Collecting pytest
2025-08-20T21:30:11.4882128Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:30:11.5089139Z Collecting packaging>=19.1 (from build)
2025-08-20T21:30:11.5098659Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:30:11.5242801Z Collecting pyproject_hooks (from build)
2025-08-20T21:30:11.5252363Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:30:11.5397929Z Collecting pycparser (from cffi)
2025-08-20T21:30:11.5408520Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:30:11.5713134Z Collecting PyYAML (from scuba)
2025-08-20T21:30:11.5729087Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T21:30:11.5891440Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:30:11.5901554Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:30:11.6108242Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:30:11.6119270Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:30:11.6343441Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:30:11.6354694Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:30:11.6407665Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:30:11.6417605Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T21:30:11.6429871Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:30:11.6463393Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:30:11.6474767Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:30:11.6486544Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:30:11.6495912Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:30:11.6504942Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:30:11.6514522Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:30:11.6530301Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:30:11.6540487Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:30:11.6549863Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T21:30:11.7636358Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:30:11.7641016Z   Attempting uninstall: scons
2025-08-20T21:30:11.7712390Z     Found existing installation: SCons 4.9.1
2025-08-20T21:30:11.7999916Z     Uninstalling SCons-4.9.1:
2025-08-20T21:30:11.8063094Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:30:12.3093546Z   Attempting uninstall: PyYAML
2025-08-20T21:30:12.3165489Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:30:12.3190627Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:30:12.3197276Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:30:12.3774445Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:30:12.3843102Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:30:12.3856811Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:30:12.3861874Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:30:12.4008751Z   Attempting uninstall: pygments
2025-08-20T21:30:12.4075800Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:30:12.4230222Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:30:12.4254082Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:30:12.9934970Z   Attempting uninstall: pycparser
2025-08-20T21:30:13.0004704Z     Found existing installation: pycparser 2.22
2025-08-20T21:30:13.0023980Z     Uninstalling pycparser-2.22:
2025-08-20T21:30:13.0030251Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:30:13.1203198Z   Attempting uninstall: pluggy
2025-08-20T21:30:13.1273370Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:30:13.1289368Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:30:13.1294513Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:30:13.1531095Z   Attempting uninstall: packaging
2025-08-20T21:30:13.1603427Z     Found existing installation: packaging 25.0
2025-08-20T21:30:13.1623301Z     Uninstalling packaging-25.0:
2025-08-20T21:30:13.1628944Z       Successfully uninstalled packaging-25.0
2025-08-20T21:30:13.2054224Z   Attempting uninstall: iniconfig
2025-08-20T21:30:13.2127900Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:30:13.2140464Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:30:13.2145418Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:30:13.2277848Z   Attempting uninstall: scuba
2025-08-20T21:30:13.2344554Z     Found existing installation: scuba 2.14.1
2025-08-20T21:30:13.2363435Z     Uninstalling scuba-2.14.1:
2025-08-20T21:30:13.2369245Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:30:13.2614843Z   Attempting uninstall: pytest
2025-08-20T21:30:13.2688784Z     Found existing installation: pytest 8.4.1
2025-08-20T21:30:13.2735436Z     Uninstalling pytest-8.4.1:
2025-08-20T21:30:13.2941524Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:30:13.4946745Z   Attempting uninstall: cffi
2025-08-20T21:30:13.5013398Z     Found existing installation: cffi 1.17.1
2025-08-20T21:30:13.5033788Z     Uninstalling cffi-1.17.1:
2025-08-20T21:30:13.5225608Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:30:13.5904925Z   Attempting uninstall: build
2025-08-20T21:30:13.5976236Z     Found existing installation: build 1.3.0
2025-08-20T21:30:13.5995675Z     Uninstalling build-1.3.0:
2025-08-20T21:30:13.6001982Z       Successfully uninstalled build-1.3.0
2025-08-20T21:30:13.6241152Z 
2025-08-20T21:30:13.6264170Z 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-20T21:30:13.9259891Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:30:14.0864944Z Collecting ansi2txt
2025-08-20T21:30:14.0876754Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:30:14.1093288Z Collecting pipx
2025-08-20T21:30:14.1104340Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:30:14.1285688Z Collecting scons
2025-08-20T21:30:14.1296520Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:30:14.1439802Z Collecting py2static
2025-08-20T21:30:14.1450371Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:30:14.1649911Z Collecting typer
2025-08-20T21:30:14.1660367Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:30:14.1916746Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:30:14.1927169Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:30:14.2132235Z Collecting packaging>=20 (from pipx)
2025-08-20T21:30:14.2142452Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:30:14.2350228Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:30:14.2360238Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:30:14.2593894Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:30:14.2604053Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:30:14.2953416Z Collecting pyinstaller (from py2static)
2025-08-20T21:30:14.2965197Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T21:30:14.3150568Z Collecting staticx (from py2static)
2025-08-20T21:30:14.3161044Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T21:30:14.3298710Z   Preparing metadata (setup.py): started
2025-08-20T21:30:14.5245284Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T21:30:14.5458017Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:30:14.5469036Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:30:14.5690779Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:30:14.5701650Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:30:14.5981151Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:30:14.5991702Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:30:14.6329553Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:30:14.6340612Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:30:14.6581170Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:30:14.6592367Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:30:14.6836493Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:30:14.6846891Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:30:14.7014385Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:30:14.7024472Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:30:14.7938367Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:30:14.7948653Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:30:14.8152452Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:30:14.8162093Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:30:14.8370627Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:30:14.8381467Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:30:14.8589941Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:30:14.8600053Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:30:14.8632112Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:30:14.8641556Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:30:14.8651227Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:30:14.8682095Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:30:14.8691146Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:30:14.8700322Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:30:14.8709710Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:30:14.8719084Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:30:14.8728543Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:30:14.8737584Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:30:14.8747973Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:30:14.8763272Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:30:14.8772830Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:30:14.8782282Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:30:14.8791367Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:30:14.8800533Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:30:14.8809628Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T21:30:14.8822920Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:30:14.8834813Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:30:14.8852132Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:30:14.8861315Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:30:14.9179480Z Building wheels for collected packages: staticx
2025-08-20T21:30:14.9185913Z   Building wheel for staticx (setup.py): started
2025-08-20T21:30:17.4177858Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T21:30:17.4188342Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790775 sha256=45bf932cab01d2f8c07fc5e359ad3d4a37f86bbd140b48f943068a8c4ced1fee
2025-08-20T21:30:17.4189224Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T21:30:17.4206735Z Successfully built staticx
2025-08-20T21:30:17.5199691Z 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-20T21:30:17.5204035Z   Attempting uninstall: pyelftools
2025-08-20T21:30:17.5272481Z     Found existing installation: pyelftools 0.32
2025-08-20T21:30:17.5310897Z     Uninstalling pyelftools-0.32:
2025-08-20T21:30:17.5322505Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:30:17.6417249Z   Attempting uninstall: altgraph
2025-08-20T21:30:17.6489867Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:30:17.6504704Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:30:17.6510185Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:30:17.6720491Z   Attempting uninstall: typing-extensions
2025-08-20T21:30:17.6790035Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:30:17.6802599Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:30:17.6996454Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:30:17.7310437Z   Attempting uninstall: staticx
2025-08-20T21:30:17.7382317Z     Found existing installation: staticx 0.14.1
2025-08-20T21:30:17.7403551Z     Uninstalling staticx-0.14.1:
2025-08-20T21:30:17.7412102Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:30:17.7727579Z   Attempting uninstall: shellingham
2025-08-20T21:30:17.7800543Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:30:17.7816012Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:30:17.7820544Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:30:17.7994206Z   Attempting uninstall: setuptools
2025-08-20T21:30:17.8063311Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:30:17.8267417Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:30:17.8494090Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:30:18.4515020Z   Attempting uninstall: scons
2025-08-20T21:30:18.4593132Z     Found existing installation: SCons 4.9.1
2025-08-20T21:30:18.4898702Z     Uninstalling SCons-4.9.1:
2025-08-20T21:30:18.4960439Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:30:18.9844540Z   Attempting uninstall: pygments
2025-08-20T21:30:18.9924798Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:30:19.0081475Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:30:19.0105327Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:30:19.6008224Z   Attempting uninstall: platformdirs
2025-08-20T21:30:19.6084197Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:30:19.6101751Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:30:19.6107137Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:30:19.6412126Z   Attempting uninstall: packaging
2025-08-20T21:30:19.6486554Z     Found existing installation: packaging 25.0
2025-08-20T21:30:19.6506838Z     Uninstalling packaging-25.0:
2025-08-20T21:30:19.6513585Z       Successfully uninstalled packaging-25.0
2025-08-20T21:30:19.6950442Z   Attempting uninstall: mdurl
2025-08-20T21:30:19.7020038Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:30:19.7034569Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:30:19.7039992Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:30:19.7192805Z   Attempting uninstall: click
2025-08-20T21:30:19.7265969Z     Found existing installation: click 8.2.1
2025-08-20T21:30:19.7284907Z     Uninstalling click-8.2.1:
2025-08-20T21:30:19.7290645Z       Successfully uninstalled click-8.2.1
2025-08-20T21:30:19.7933954Z   Attempting uninstall: argcomplete
2025-08-20T21:30:19.8009391Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:30:19.8033824Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:30:19.8043655Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:30:19.8338565Z   Attempting uninstall: ansi2txt
2025-08-20T21:30:19.8411220Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:30:19.8424944Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:30:19.8616472Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:30:19.8787669Z   Attempting uninstall: userpath
2025-08-20T21:30:19.8860475Z     Found existing installation: userpath 1.9.2
2025-08-20T21:30:19.8877182Z     Uninstalling userpath-1.9.2:
2025-08-20T21:30:19.8884526Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:30:19.9053213Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:30:19.9128666Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:30:19.9432396Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:30:19.9472719Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:30:20.1544431Z   Attempting uninstall: markdown-it-py
2025-08-20T21:30:20.1618185Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:30:20.1675875Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:30:20.1687302Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:30:20.2326234Z   Attempting uninstall: rich
2025-08-20T21:30:20.2404200Z     Found existing installation: rich 14.1.0
2025-08-20T21:30:20.2450957Z     Uninstalling rich-14.1.0:
2025-08-20T21:30:20.2459916Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:30:20.4066913Z   Attempting uninstall: pyinstaller
2025-08-20T21:30:20.4139383Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:30:20.4393495Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:30:20.4432320Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:30:20.7164433Z   Attempting uninstall: pipx
2025-08-20T21:30:20.7249863Z     Found existing installation: pipx 1.7.1
2025-08-20T21:30:20.7284998Z     Uninstalling pipx-1.7.1:
2025-08-20T21:30:20.7293868Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:30:20.7850896Z   Attempting uninstall: typer
2025-08-20T21:30:20.7924964Z     Found existing installation: typer 0.16.1
2025-08-20T21:30:20.7947662Z     Uninstalling typer-0.16.1:
2025-08-20T21:30:20.7955424Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:30:20.8359776Z   Attempting uninstall: py2static
2025-08-20T21:30:20.8428716Z     Found existing installation: py2static 0.0.1
2025-08-20T21:30:20.8445339Z     Uninstalling py2static-0.0.1:
2025-08-20T21:30:20.8453767Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:30:20.8597832Z 
2025-08-20T21:30:20.8622015Z 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-20T21:30:21.1564812Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:30:21.2594997Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:30:21.2598864Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-uikh1w_9
2025-08-20T21:30:21.2618458Z 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-uikh1w_9
2025-08-20T21:30:22.4880541Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:30:22.4917578Z   Installing build dependencies: started
2025-08-20T21:30:23.1343235Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:30:23.1352512Z   Getting requirements to build wheel: started
2025-08-20T21:30:23.3933753Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:30:23.3944785Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:30:23.5656852Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:30:23.7197636Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:30:23.7207096Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:30:23.7414042Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:30:23.7424007Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:30:23.7650451Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:30:23.7660181Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:30:23.7875016Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:30:23.7885217Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:30:23.7924351Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:30:23.7933598Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:30:23.7945473Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:30:23.7961485Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:30:23.8069768Z Building wheels for collected packages: pyinstaller
2025-08-20T21:30:23.8076420Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:30:26.7823091Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:30:26.7844084Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=ca682c6f94b524c14578542ac2e6db93a7c3cacbe4f051d72beb6cb9c0e9017e
2025-08-20T21:30:26.7845278Z   Stored in directory: /tmp/pip-ephem-wheel-cache-922ycn2v/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:30:26.7883225Z Successfully built pyinstaller
2025-08-20T21:30:26.8659700Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:30:26.8665201Z   Attempting uninstall: altgraph
2025-08-20T21:30:26.8733974Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:30:26.8751099Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:30:26.8756778Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:30:26.9007895Z   Attempting uninstall: setuptools
2025-08-20T21:30:26.9076651Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:30:26.9280151Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:30:26.9503836Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:30:27.5339767Z   Attempting uninstall: packaging
2025-08-20T21:30:27.5411225Z     Found existing installation: packaging 25.0
2025-08-20T21:30:27.5441410Z     Uninstalling packaging-25.0:
2025-08-20T21:30:27.5447366Z       Successfully uninstalled packaging-25.0
2025-08-20T21:30:27.5977976Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:30:27.6053477Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:30:27.6357208Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:30:27.6397232Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:30:27.8424476Z   Attempting uninstall: pyinstaller
2025-08-20T21:30:27.8510358Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:30:27.8754975Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:30:27.8793730Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:30:28.1578870Z 
2025-08-20T21:30:28.1602098Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:30:28.3837397Z 6.15.0
2025-08-20T21:30:29.7205972Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:30:29.7214796Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:30:29.7215135Z 
2025-08-20T21:30:29.7215495Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:30:29.7216015Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:30:29.7216387Z installation.
2025-08-20T21:30:29.7216491Z 
2025-08-20T21:30:29.7216791Z If you installed the current Docker package using this script and are using it
2025-08-20T21:30:29.7217268Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:30:29.7217865Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:30:29.7218319Z files to match the parameters passed to the script.
2025-08-20T21:30:29.7218524Z 
2025-08-20T21:30:29.7218658Z You may press Ctrl+C now to abort this script.
2025-08-20T21:30:29.7372467Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:30:31.0304889Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:30:31.5570431Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:30:31.5675850Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:30:31.6143187Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:30:31.6160074Z + 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-20T21:30:31.6168114Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:30:33.0287191Z + 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-20T21:30:43.6274787Z + sh -c 'docker version'
2025-08-20T21:30:43.6420381Z Client: Docker Engine - Community
2025-08-20T21:30:43.6420918Z  Version:           28.3.3
2025-08-20T21:30:43.6421244Z  API version:       1.51
2025-08-20T21:30:43.6421513Z  Go version:        go1.24.5
2025-08-20T21:30:43.6421799Z  Git commit:        980b856
2025-08-20T21:30:43.6422031Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T21:30:43.6422305Z  OS/Arch:           linux/arm64
2025-08-20T21:30:43.6422600Z  Context:           default
2025-08-20T21:30:43.6422781Z 
2025-08-20T21:30:43.6422876Z Server: Docker Engine - Community
2025-08-20T21:30:43.6423157Z  Engine:
2025-08-20T21:30:43.6423348Z   Version:          28.3.3
2025-08-20T21:30:43.6423601Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:30:43.6423924Z   Go version:       go1.24.5
2025-08-20T21:30:43.6424188Z   Git commit:       bea959c
2025-08-20T21:30:43.6424588Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T21:30:43.6424866Z   OS/Arch:          linux/arm64
2025-08-20T21:30:43.6425112Z   Experimental:     false
2025-08-20T21:30:43.6425358Z  containerd:
2025-08-20T21:30:43.6425581Z   Version:          1.7.27
2025-08-20T21:30:43.6425853Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:30:43.6426194Z  runc:
2025-08-20T21:30:43.6426370Z   Version:          1.2.5
2025-08-20T21:30:43.6426601Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:30:43.6426892Z  docker-init:
2025-08-20T21:30:43.6427121Z   Version:          0.19.0
2025-08-20T21:30:43.6427364Z   GitCommit:        de40ad0
2025-08-20T21:30:43.6439717Z 
2025-08-20T21:30:43.6440352Z ================================================================================
2025-08-20T21:30:43.6440639Z 
2025-08-20T21:30:43.6441097Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:30:43.6441620Z Docker daemon in rootless mode for your user:
2025-08-20T21:30:43.6441833Z 
2025-08-20T21:30:43.6441983Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:30:43.6442181Z 
2025-08-20T21:30:43.6442428Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:30:43.6442729Z 
2025-08-20T21:30:43.6442733Z 
2025-08-20T21:30:43.6442920Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:30:43.6443382Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:30:43.6443673Z 
2025-08-20T21:30:43.6443885Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:30:43.6444345Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:30:43.6444825Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:30:43.6445156Z 
2025-08-20T21:30:43.6445261Z ================================================================================
2025-08-20T21:30:43.6445468Z 
2025-08-20T21:30:54.6399795Z ● docker.service - Docker Application Container Engine
2025-08-20T21:30:54.6400386Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:30:54.6400881Z      Active: active (running) since Wed 2025-08-20 21:30:44 UTC; 10s ago
2025-08-20T21:30:54.6401452Z TriggeredBy: ● docker.socket
2025-08-20T21:30:54.6402129Z        Docs: https://docs.docker.com
2025-08-20T21:30:54.6402458Z    Main PID: 20470 (dockerd)
2025-08-20T21:30:54.6402711Z       Tasks: 10
2025-08-20T21:30:54.6402933Z      Memory: 21.2M (peak: 24.0M)
2025-08-20T21:30:54.6403251Z         CPU: 264ms
2025-08-20T21:30:54.6403466Z      CGroup: /system.slice/docker.service
2025-08-20T21:30:54.6406268Z              └─20470 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:30:54.6406709Z 
2025-08-20T21:30:54.6407064Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.026385075Z" level=info msg="Loading containers: start."
2025-08-20T21:30:54.6409009Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.545059829Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 350dac7129ae284fae8f71fa382ac1bfe4ea53c097eb4aedc78e6e939908ce7f], retrying...."
2025-08-20T21:30:54.6410293Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.582972882Z" level=info msg="Loading containers: done."
2025-08-20T21:30:54.6411437Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.603239756Z" 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-20T21:30:54.6412772Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.603348560Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:30:54.6413687Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.603382169Z" level=info msg="Initializing buildkit"
2025-08-20T21:30:54.6414386Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.620332363Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:30:54.6415114Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.623550446Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:30:54.6415905Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.623596088Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:30:54.6416569Z Aug 20 21:30:44 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:30:54.6494477Z ● docker.service - Docker Application Container Engine
2025-08-20T21:30:54.6495007Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:30:54.6495794Z      Active: active (running) since Wed 2025-08-20 21:30:44 UTC; 10s ago
2025-08-20T21:30:54.6496381Z TriggeredBy: ● docker.socket
2025-08-20T21:30:54.6496723Z        Docs: https://docs.docker.com
2025-08-20T21:30:54.6497034Z    Main PID: 20470 (dockerd)
2025-08-20T21:30:54.6497274Z       Tasks: 10
2025-08-20T21:30:54.6497645Z      Memory: 21.2M (peak: 24.0M)
2025-08-20T21:30:54.6497947Z         CPU: 264ms
2025-08-20T21:30:54.6498215Z      CGroup: /system.slice/docker.service
2025-08-20T21:30:54.6498821Z              └─20470 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:30:54.6499177Z 
2025-08-20T21:30:54.6499501Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.026385075Z" level=info msg="Loading containers: start."
2025-08-20T21:30:54.6500663Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.545059829Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 350dac7129ae284fae8f71fa382ac1bfe4ea53c097eb4aedc78e6e939908ce7f], retrying...."
2025-08-20T21:30:54.6501813Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.582972882Z" level=info msg="Loading containers: done."
2025-08-20T21:30:54.6502982Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.603239756Z" 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-20T21:30:54.6504541Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.603348560Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:30:54.6505511Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.603382169Z" level=info msg="Initializing buildkit"
2025-08-20T21:30:54.6506229Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.620332363Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:30:54.6506971Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.623550446Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:30:54.6507935Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.623596088Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:30:54.6508603Z Aug 20 21:30:44 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:30:54.6669273Z ● docker.service - Docker Application Container Engine
2025-08-20T21:30:54.6671191Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:30:54.6672159Z      Active: active (running) since Wed 2025-08-20 21:30:44 UTC; 10s ago
2025-08-20T21:30:54.6673387Z TriggeredBy: ● docker.socket
2025-08-20T21:30:54.6673715Z        Docs: https://docs.docker.com
2025-08-20T21:30:54.6673987Z    Main PID: 20470 (dockerd)
2025-08-20T21:30:54.6674418Z       Tasks: 10
2025-08-20T21:30:54.6674634Z      Memory: 21.2M (peak: 24.0M)
2025-08-20T21:30:54.6674940Z         CPU: 264ms
2025-08-20T21:30:54.6675183Z      CGroup: /system.slice/docker.service
2025-08-20T21:30:54.6675791Z              └─20470 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:30:54.6676143Z 
2025-08-20T21:30:54.6676463Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.026385075Z" level=info msg="Loading containers: start."
2025-08-20T21:30:54.6678332Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.545059829Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 350dac7129ae284fae8f71fa382ac1bfe4ea53c097eb4aedc78e6e939908ce7f], retrying...."
2025-08-20T21:30:54.6679558Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.582972882Z" level=info msg="Loading containers: done."
2025-08-20T21:30:54.6681054Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.603239756Z" 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-20T21:30:54.6682367Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.603348560Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:30:54.6683301Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.603382169Z" level=info msg="Initializing buildkit"
2025-08-20T21:30:54.6684008Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.620332363Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:30:54.6684769Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.623550446Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:30:54.6685521Z Aug 20 21:30:44 runnervmdbl46 dockerd[20470]: time="2025-08-20T21:30:44.623596088Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:30:54.6686172Z Aug 20 21:30:44 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:30:54.6769300Z Docker version 28.3.3, build 980b856
2025-08-20T21:30:54.6946705Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:30:55.0209671Z latest: Pulling from library/hello-world
2025-08-20T21:30:55.0990518Z 198f93fd5094: Pulling fs layer
2025-08-20T21:30:55.3319569Z 198f93fd5094: Download complete
2025-08-20T21:30:55.3629253Z 198f93fd5094: Pull complete
2025-08-20T21:30:55.3860911Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:30:55.3930281Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:30:56.0736171Z 
2025-08-20T21:30:56.0737094Z Hello from Docker!
2025-08-20T21:30:56.0738163Z This message shows that your installation appears to be working correctly.
2025-08-20T21:30:56.0738722Z 
2025-08-20T21:30:56.0739332Z To generate this message, Docker took the following steps:
2025-08-20T21:30:56.0740299Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:30:56.0741026Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:30:56.0741615Z     (arm64v8)
2025-08-20T21:30:56.0742780Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:30:56.0743267Z     executable that produces the output you are currently reading.
2025-08-20T21:30:56.0746839Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:30:56.0747219Z     to your terminal.
2025-08-20T21:30:56.0747345Z 
2025-08-20T21:30:56.0747652Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:30:56.0748086Z  $ docker run -it ubuntu bash
2025-08-20T21:30:56.0748235Z 
2025-08-20T21:30:56.0748413Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:30:56.0748816Z  https://hub.docker.com/
2025-08-20T21:30:56.0748971Z 
2025-08-20T21:30:56.0749085Z For more examples and ideas, visit:
2025-08-20T21:30:56.0749393Z  https://docs.docker.com/get-started/
2025-08-20T21:30:56.0749561Z 
2025-08-20T21:30:56.2195527Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:30:56.2196030Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:30:56.2196571Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:30:56.2197012Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:30:56.2197733Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:30:56.2198178Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:30:56.2198587Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:30:56.2199067Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:30:56.2199925Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:30:56.2200374Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:30:56.2200811Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:30:56.2201237Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:30:56.2201752Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:30:56.2202259Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:30:56.2202739Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:30:56.2203201Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:30:56.2203707Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:30:56.2204159Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:30:56.2204695Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:30:56.2205269Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:30:56.2205762Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:30:56.2206189Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:30:56.2206683Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:30:56.2207354Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:30:56.2207960Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:30:56.2208409Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:30:56.2208891Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:30:56.2209379Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:30:56.2210021Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:30:56.2210506Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:30:56.2211019Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:30:56.2211489Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:30:56.2211985Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:30:56.2212462Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:30:56.2212977Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:30:56.2213475Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:30:56.2213929Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:30:56.2214382Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:30:56.2214859Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:30:56.2215297Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:30:56.2215855Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:30:56.2216369Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:30:56.2216823Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:30:56.2217286Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:30:56.2219533Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:30:56.2220099Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:30:56.2283320Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:30:56.2284338Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:30:56.2284817Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:30:56.2285242Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:30:56.2285664Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:30:56.2286073Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:30:56.2286495Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:30:56.2286892Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:30:56.2287259Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:30:56.2287794Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:30:56.2288163Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:30:56.2288565Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:30:56.2288973Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:30:56.2289351Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:30:56.2289759Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:30:56.2290196Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:30:56.2290835Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:30:56.2291244Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:30:56.2291663Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:30:56.2292086Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:30:56.2292490Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:30:56.2292891Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:30:56.2293328Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:30:56.2293821Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:30:56.2294319Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:30:56.2294781Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:30:56.2295196Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:30:56.2295581Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:30:56.2295975Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:30:56.2296372Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:30:56.2296775Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:30:56.2297232Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:30:56.2298219Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:30:56.2298731Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:30:56.2299222Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:30:56.2299666Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:30:56.2300065Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:30:56.2300455Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:30:56.2300859Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:30:56.2301255Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:30:56.2301868Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:30:56.2302296Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:30:56.2302715Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:30:56.2303095Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:30:56.2303466Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:30:56.2303875Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:30:56.2304278Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:30:56.2304651Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:30:56.2305016Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:30:56.2305406Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:30:56.2305924Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:30:56.2306274Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:30:56.2306651Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:30:56.2307055Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:30:56.2307577Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:30:56.2308120Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:30:56.2308480Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:30:56.2308854Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:30:56.2309241Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:30:56.2309635Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:30:56.2310028Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:30:56.2310410Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:30:56.2310787Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:30:56.2311186Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:30:56.2311584Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:30:56.2311959Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:30:56.2312313Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:30:56.2312660Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:30:56.2313015Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:30:56.2313379Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:30:56.2313730Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:30:56.2314102Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:30:56.2314499Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:30:56.2314924Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:30:56.2315360Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:30:56.2315764Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:30:56.2316161Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:30:56.2316552Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:30:56.2316941Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:30:56.2317345Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:30:56.2318086Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:30:56.2318475Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:30:56.2318866Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:30:56.2319271Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:30:56.2319709Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:30:56.2320136Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:30:56.2320523Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:30:56.2320911Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:30:56.2321318Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:30:56.2321728Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:30:56.2322135Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:30:56.2322530Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:30:56.2322925Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:30:56.2323325Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:30:56.2323705Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:30:56.2324201Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:30:56.2324566Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:30:56.2324960Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:30:56.2325353Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:30:56.2325750Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:30:56.2326141Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:30:56.2326504Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:30:56.2326875Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:30:56.2327250Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:30:56.2327780Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:30:56.2328205Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:30:56.2328646Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:30:56.2329043Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:30:56.2329415Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:30:56.2329802Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:30:56.2330224Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:30:56.2330639Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:30:56.2330991Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:30:56.2331331Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:30:56.2331747Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:30:56.2332182Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:30:56.2332589Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:30:56.2332970Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:30:56.2333350Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:30:56.2333732Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:30:56.2334349Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:30:56.2334848Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:30:56.2335254Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:30:56.2335618Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:30:56.2335973Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:30:56.2336417Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:30:56.2336919Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:30:56.2337355Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:30:56.2337923Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:30:56.2338388Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:30:56.2338928Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:30:56.2339429Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:30:56.2339860Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:30:56.2340220Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:30:56.2340732Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:30:56.2341142Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:30:56.2341554Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:30:56.2341957Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:30:56.2342337Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:30:56.2342713Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:30:56.2343112Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:30:56.2343508Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:30:56.2343901Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:30:56.2344294Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:30:56.2344690Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:30:56.2345081Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:30:56.2345498Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:30:56.2345941Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:30:56.2346365Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:30:56.2346755Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:30:56.2347130Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:30:56.2347730Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:30:56.2348122Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:30:56.2348512Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:30:56.2348933Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:30:56.2349397Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:30:56.2349845Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:30:56.2350247Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:30:56.2350632Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:30:56.2351201Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:30:56.2351595Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:30:56.2351965Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:30:56.2352350Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:30:56.2352726Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:30:56.2353172Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:30:56.2353639Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:30:56.2354097Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:30:56.2354614Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:30:56.2355126Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:30:56.2355627Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:30:56.2356060Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:30:56.2356423Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:30:56.2356784Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:30:56.2357322Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:30:56.2357835Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:30:56.2358202Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:30:56.2358584Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:30:56.2358964Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:30:56.2359353Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:30:56.2359729Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:30:56.2360103Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:30:56.2360500Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:30:56.2360890Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:30:56.2361305Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:30:56.2361750Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:30:56.2362165Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:30:56.2362572Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:30:56.2362969Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:30:56.2363377Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:30:56.2363796Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:30:56.2364188Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:30:56.2364550Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:30:56.2365061Z 	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-20T21:30:56.2365584Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:30:56.2365956Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:30:56.2366472Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:30:56.2366852Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:30:56.2367255Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:30:56.2368048Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:30:56.2368487Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:30:56.2368922Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:30:56.2369326Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:30:56.2369729Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:30:56.2370158Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:30:56.2370564Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:30:56.2370955Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:30:56.2371383Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:30:56.2371878Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:30:56.2372374Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:30:56.2372861Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:30:56.2373273Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:30:56.2373675Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:30:56.2374301Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:30:56.2374784Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:30:56.2375194Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:30:56.2375625Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:30:56.2376077Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:30:56.2376484Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:30:56.2376846Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:30:56.2377196Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:30:56.2377715Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:30:56.2378109Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:30:56.2378481Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:30:56.2378834Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:30:56.2379202Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:30:56.2379562Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:30:56.2379917Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:30:56.2380290Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:30:56.2380644Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:30:56.2381014Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:30:56.2381397Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:30:56.2381757Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:30:56.2382120Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:30:56.2382485Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:30:56.2382848Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:30:56.2383218Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:30:56.2383583Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:30:56.2383940Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:30:56.2384543Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:30:56.2384982Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:30:56.2385414Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:30:56.2385820Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:30:56.2386182Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:30:56.2386566Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:30:56.2386994Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:30:56.2387393Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:30:56.2387912Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:30:56.2388278Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:30:56.2388639Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:30:56.2388978Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:30:56.2389326Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:30:56.2389678Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:30:56.2390045Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:30:56.2390579Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:30:56.2390922Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:30:56.2391255Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:30:56.2391629Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:30:56.2392037Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:30:56.2392439Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:30:56.2392837Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:30:56.2393228Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:30:56.2393642Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:30:56.2394143Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:30:56.2394760Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:30:56.2395381Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:30:56.2395920Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:30:56.2396393Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:30:56.2396850Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:30:56.2397370Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:30:56.2398144Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:30:56.2398706Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:30:56.2399199Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:30:56.2399638Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:30:56.2400007Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:30:56.2400379Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:30:56.2400752Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:30:56.2401341Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:30:56.2401735Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:30:56.2402122Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:30:56.2402507Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:30:56.2402892Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:30:56.2403285Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:30:56.2403661Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:30:56.2404037Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:30:56.2404410Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:30:56.2404807Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:30:56.2405203Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:30:56.2405618Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:30:56.2406033Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:30:56.2406403Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:30:56.2406796Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:30:56.2407415Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:30:56.2407962Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:30:56.2408400Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:30:56.2408824Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:30:56.2409191Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:30:56.2409562Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:30:56.2409949Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:30:56.2410319Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:30:56.2410708Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:30:56.2411099Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:30:56.2411489Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:30:56.2411867Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:30:56.2412226Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:30:56.2412590Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:30:56.2413135Z 	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-20T21:30:56.2413851Z 	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-20T21:30:56.2414532Z 	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-20T21:30:56.2415195Z 	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-20T21:30:56.2415721Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:30:56.2416110Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:30:56.2416516Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:30:56.2416918Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:30:56.2417296Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:30:56.2418020Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:30:56.2418412Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:30:56.2418788Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:30:56.2419170Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:30:56.2419546Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:30:56.2419927Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:30:56.2420310Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:30:56.2420711Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:30:56.2421106Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:30:56.2421503Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:30:56.2421894Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:30:56.2422277Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:30:56.2422662Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:30:56.2423063Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:30:56.2423459Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:30:56.2424025Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:30:56.2424413Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:30:56.2424838Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:30:56.2425266Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:30:56.2425665Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:30:56.2426099Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:30:56.2426550Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:30:56.2426951Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:30:56.2427322Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:30:56.2427834Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:30:56.2428239Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:30:56.2428654Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:30:56.2429076Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:30:56.2429458Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:30:56.2429850Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:30:56.2430349Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:30:56.2430818Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:30:56.2431214Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:30:56.2431618Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:30:56.2432069Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:30:56.2432520Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:30:56.2432992Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:30:56.2433478Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:30:56.2433923Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:30:56.2434575Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:30:56.2434991Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:30:56.2435379Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:30:56.2435797Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:30:56.2436180Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:30:56.2436561Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:30:56.2436964Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:30:56.2437363Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:30:56.2437924Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:30:56.2438349Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:30:56.2438747Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:30:56.2439121Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:30:56.2439486Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:30:56.2439838Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:30:56.2440226Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:30:56.2440794Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:30:56.2441188Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:30:56.2441633Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:30:56.2442084Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:30:56.2442483Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:30:56.2442923Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:30:56.2443343Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:30:56.2443747Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:30:56.2444153Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:30:56.2444510Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:30:56.2444875Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:30:56.2445268Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:30:56.2445657Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:30:56.2446035Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:30:56.2446397Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:30:56.2446751Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:30:56.2447102Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:30:56.2447729Z 	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-20T21:30:56.2448250Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:30:56.2448634Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:30:56.2449019Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:30:56.2449417Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:30:56.2449829Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:30:56.2450237Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:30:56.2450637Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:30:56.2451303Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:30:56.2451736Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:30:56.2452107Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:30:56.2452474Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:30:56.2452833Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:30:56.2453214Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:30:56.2453637Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:30:56.2454062Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:30:56.2454461Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:30:56.2454880Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:30:56.2455322Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:30:56.2455720Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:30:56.2456092Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:30:56.2456439Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:30:56.2456789Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:30:56.2457320Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:30:56.2457820Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:30:56.2458197Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:30:56.2458594Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:30:56.2459007Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:30:56.2459469Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:30:56.2459905Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:30:56.2460279Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:30:56.2460663Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:30:56.2461050Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:30:56.2461444Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:30:56.2461824Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:30:56.2462197Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:30:56.2462637Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:30:56.2463129Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:30:56.2463549Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:30:56.2463922Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:30:56.2464298Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:30:56.2464700Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:30:56.2465099Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:30:56.2465474Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:30:56.2465872Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:30:56.2466254Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:30:56.2466652Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:30:56.2467010Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:30:56.2467739Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:30:56.2468199Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:30:56.2468580Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:30:56.2468964Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:30:56.2469405Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:30:56.2469851Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:30:56.2470279Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:30:56.2470671Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:30:56.2471181Z 	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-20T21:30:56.2471688Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:30:56.2472078Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:30:56.2472488Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:30:56.2472914Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:30:56.2473431Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:30:56.2474129Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:30:56.2474740Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:30:56.2475388Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:30:56.2476039Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:30:56.2476664Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:30:56.2477286Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:30:56.2478002Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:30:56.2478492Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:30:56.2478934Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:30:56.2479367Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:30:56.2479794Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:30:56.2480267Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:30:56.2480701Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:30:56.2481080Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:30:56.2481449Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:30:56.2481827Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:30:56.2482205Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:30:56.2482619Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:30:56.2483029Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:30:56.2483393Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:30:56.2483782Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:30:56.2484245Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:30:56.2484930Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:30:56.2485443Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:30:56.2485928Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:30:56.2486379Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:30:56.2486800Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:30:56.2487212Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:30:56.2487746Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:30:56.2488180Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:30:56.2488608Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:30:56.2489002Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:30:56.2489382Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:30:56.2489757Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:30:56.2490136Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:30:56.2490572Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:30:56.2491188Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:30:56.2491592Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:30:56.2492003Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:30:56.2492431Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:30:56.2492878Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:30:56.2493326Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:30:56.2493757Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:30:56.2494153Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:30:56.2494521Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:30:56.2494907Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:30:56.2495278Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:30:56.2495648Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:30:56.2496048Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:30:56.2496446Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:30:56.2496874Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:30:56.2497346Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:30:56.2497931Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:30:56.2498325Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:30:56.2498677Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:30:56.2499045Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:30:56.2499443Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:30:56.2499828Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:30:56.2500215Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:30:56.2500643Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:30:56.2501294Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:30:56.2501718Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:30:56.2502097Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:30:56.2502496Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:30:56.2503042Z 	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-20T21:30:56.2503627Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:30:56.2504078Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:30:56.2504519Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:30:56.2504942Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:30:56.2505343Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:30:56.2505758Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:30:56.2506151Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:30:56.2506550Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:30:56.2506950Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:30:56.2507583Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:30:56.2507982Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:30:56.2508385Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:30:56.2508759Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:30:56.2509165Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:30:56.2509631Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:30:56.2510052Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:30:56.2510425Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:30:56.2510798Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:30:56.2511188Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:30:56.2511562Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:30:56.2511933Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:30:56.2512363Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:30:56.2512807Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:30:56.2513213Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:30:56.2513618Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:30:56.2514022Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:30:56.2514404Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:30:56.2514783Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:30:56.2515168Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:30:56.2515580Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:30:56.2516026Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:30:56.2516479Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:30:56.2516905Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:30:56.2517309Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:30:56.2518120Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:30:56.2518568Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:30:56.2518954Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:30:56.2519310Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:30:56.2519655Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:30:56.2520018Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:30:56.2520396Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:30:56.2520746Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:30:56.2521119Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:30:56.2521513Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:30:56.2521899Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:30:56.2522261Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:30:56.2522612Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:30:56.2522990Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:30:56.2523389Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:30:56.2523926Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:30:56.2524289Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:30:56.2524650Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:30:56.2525035Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:30:56.2525414Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:30:56.2525762Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:30:56.2526137Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:30:56.2526527Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:30:56.2526906Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:30:56.2527278Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:30:56.2527813Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:30:56.2528201Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:30:56.2528602Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:30:56.2529025Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:30:56.2529426Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:30:56.2529779Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:30:56.2530131Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:30:56.2530473Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:30:56.2530898Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:30:56.2531396Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:30:56.2531899Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:30:56.2532380Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:30:56.2532886Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:30:56.2533327Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:30:56.2533706Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:30:56.2534350Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:30:56.2534763Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:30:56.2535148Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:30:56.2535535Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:30:56.2535919Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:30:56.2536295Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:30:56.2536687Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:30:56.2537129Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:30:56.2537678Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:30:56.2538061Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:30:56.2538464Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:30:56.2538887Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:30:56.2539266Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:30:56.2539614Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:30:56.2540001Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:30:56.2540603Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:30:56.2541065Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:30:56.2541476Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:30:56.2541891Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:30:56.2542320Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:30:56.2542755Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:30:56.2686190Z [+] Installing Go for linux-arm64...
2025-08-20T21:30:56.6505991Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:30:56.6506322Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T21:30:56.6506546Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T21:30:56.6516191Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T21:30:56.6516585Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T21:30:56.6516929Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T21:30:56.6518630Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T21:30:56.6519114Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T21:30:56.6519575Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T21:30:56.6520077Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T21:30:56.6520515Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T21:30:56.6520957Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T21:30:56.6521418Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T21:30:56.6521884Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T21:30:56.6522315Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T21:30:56.6522748Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T21:30:56.6523182Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T21:30:56.6523615Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T21:30:56.6524424Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T21:30:56.6524893Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T21:30:56.6525335Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T21:30:56.6525785Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T21:30:56.6526248Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T21:30:56.6526714Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T21:30:56.6527160Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T21:30:56.6527722Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T21:30:56.6528081Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T21:30:56.6528404Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T21:30:56.6528736Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T21:30:56.6529067Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T21:30:56.6529400Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T21:30:56.6558167Z go version go1.22.2 linux/arm64
2025-08-20T21:30:56.6852368Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:30:56.6852847Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:30:56.6853586Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:30:56.6853952Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:30:56.6854319Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:30:56.6854682Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:30:56.6855046Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:30:56.6855422Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:30:56.6855768Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:30:56.6856092Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:30:56.6856447Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:30:56.6856830Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:30:56.6857224Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:30:56.6857785Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:30:56.6858184Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:30:56.6858582Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:30:56.6858984Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:30:56.6859347Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:30:56.6859734Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:30:56.6860192Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:30:56.6860633Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:30:56.6861020Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:30:56.6861440Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:30:56.6861837Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:30:56.6862190Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:30:56.6862581Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:30:56.6863012Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:30:56.6863698Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:30:56.6864131Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:30:56.6864543Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:30:56.6864961Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:30:56.6865381Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:30:56.6865813Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:30:56.6866233Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:30:56.6866677Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:30:56.6867105Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:30:56.6867855Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:30:56.6868281Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:30:56.6868676Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:30:56.6869081Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:30:56.6869501Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:30:56.6869921Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:30:56.6870511Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:30:56.6870910Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:30:56.6871365Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:30:56.6871835Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:30:56.6872309Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:30:56.6872800Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:30:56.6873242Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:30:56.6873712Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:30:56.6874130Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:30:56.6874543Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:30:56.6874959Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:30:56.6875360Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:30:56.6875727Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:30:56.6876084Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:30:56.6876458Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:30:56.6876852Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:30:56.6877259Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:30:56.6877848Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:30:56.6878260Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:30:56.6878696Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:30:56.6879121Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:30:56.6879528Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:30:56.6879948Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:30:56.6880376Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:30:56.6881028Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:30:56.6881439Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:30:56.6881875Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:30:56.6882370Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:30:56.6882868Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:30:56.6883329Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:30:56.6883744Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:30:56.6884129Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:30:56.6884519Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:30:56.6884921Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:30:56.6885320Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:30:56.6885776Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:30:56.6886275Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:30:56.6886778Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:30:56.6887424Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:30:56.6887987Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:30:56.6888383Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:30:56.6888768Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:30:56.6889174Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:30:56.6889575Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:30:56.6889962Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:30:56.6890384Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:30:56.6890804Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:30:56.6891184Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:30:56.6891558Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:30:56.6891962Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:30:56.6892367Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:30:56.6892744Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:30:56.6893113Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:30:56.6893508Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:30:56.6893895Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:30:56.6894242Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:30:56.6894619Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:30:56.6895029Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:30:56.6895423Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:30:56.6895791Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:30:56.6896153Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:30:56.6896524Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:30:56.6896912Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:30:56.6897663Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:30:56.6898100Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:30:56.6898479Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:30:56.6898859Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:30:56.6899255Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:30:56.6899659Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:30:56.6900028Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:30:56.6900383Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:30:56.6900732Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:30:56.6901085Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:30:56.6901451Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:30:56.6901801Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:30:56.6902169Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:30:56.6902564Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:30:56.6902993Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:30:56.6903562Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:30:56.6903961Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:30:56.6904352Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:30:56.6904736Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:30:56.6905124Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:30:56.6905530Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:30:56.6905934Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:30:56.6906317Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:30:56.6906709Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:30:56.6907121Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:30:56.6907781Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:30:56.6908232Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:30:56.6908622Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:30:56.6909018Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:30:56.6909425Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:30:56.6909841Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:30:56.6910245Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:30:56.6910639Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:30:56.6911035Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:30:56.6911436Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:30:56.6911821Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:30:56.6912177Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:30:56.6912544Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:30:56.6912936Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:30:56.6913336Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:30:56.6913961Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:30:56.6914370Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:30:56.6914739Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:30:56.6915113Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:30:56.6915490Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:30:56.6915882Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:30:56.6916304Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:30:56.6916749Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:30:56.6917143Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:30:56.6917690Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:30:56.6918105Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:30:56.6918527Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:30:56.6918943Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:30:56.6919296Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:30:56.6919637Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:30:56.6920242Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:30:56.6920670Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:30:56.6921082Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:30:56.6921460Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:30:56.6921842Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:30:56.6922224Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:30:56.6922643Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:30:56.6923109Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:30:56.6923521Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:30:56.6923886Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:30:56.6924249Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:30:56.6924691Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:30:56.6925190Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:30:56.6925630Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:30:56.6926007Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:30:56.6926476Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:30:56.6927013Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:30:56.6927636Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:30:56.6928083Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:30:56.6928451Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:30:56.6928829Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:30:56.6929242Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:30:56.6929657Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:30:56.6930058Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:30:56.6930670Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:30:56.6931058Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:30:56.6931456Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:30:56.6931855Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:30:56.6932250Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:30:56.6932651Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:30:56.6933044Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:30:56.6933435Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:30:56.6933854Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:30:56.6934295Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:30:56.6934723Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:30:56.6935113Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:30:56.6935489Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:30:56.6935865Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:30:56.6936244Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:30:56.6936787Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:30:56.6937232Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:30:56.6937853Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:30:56.6938302Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:30:56.6938705Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:30:56.6939099Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:30:56.6939478Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:30:56.6939851Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:30:56.6940218Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:30:56.6940602Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:30:56.6940984Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:30:56.6941425Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:30:56.6941898Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:30:56.6942355Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:30:56.6942873Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:30:56.6943387Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:30:56.6943889Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:30:56.6944332Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:30:56.6944698Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:30:56.6945065Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:30:56.6945448Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:30:56.6945832Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:30:56.6946202Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:30:56.6946585Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:30:56.6947233Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:30:56.6947756Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:30:56.6948132Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:30:56.6948500Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:30:56.6948900Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:30:56.6949290Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:30:56.6949710Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:30:56.6950144Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:30:56.6950566Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:30:56.6950980Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:30:56.6951385Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:30:56.6951936Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:30:56.6952361Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:30:56.6952754Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:30:56.6953116Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:30:56.6953823Z 	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-20T21:30:56.6954342Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:30:56.6954712Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:30:56.6955089Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:30:56.6955455Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:30:56.6955856Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:30:56.6956292Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:30:56.6956719Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:30:56.6957147Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:30:56.6957704Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:30:56.6958116Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:30:56.6958542Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:30:56.6958953Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:30:56.6959344Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:30:56.6959776Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:30:56.6960267Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:30:56.6960763Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:30:56.6961212Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:30:56.6961622Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:30:56.6962025Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:30:56.6962502Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:30:56.6962985Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:30:56.6963394Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:30:56.6963828Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:30:56.6964525Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:30:56.6964953Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:30:56.6965315Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:30:56.6965669Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:30:56.6966040Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:30:56.6966429Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:30:56.6966796Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:30:56.6967143Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:30:56.6967680Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:30:56.6968057Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:30:56.6968419Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:30:56.6968788Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:30:56.6969143Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:30:56.6969521Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:30:56.6969905Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:30:56.6970437Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:30:56.6970796Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:30:56.6971154Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:30:56.6971523Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:30:56.6971898Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:30:56.6972265Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:30:56.6972630Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:30:56.6973007Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:30:56.6973480Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:30:56.6973916Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:30:56.6974326Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:30:56.6974690Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:30:56.6975073Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:30:56.6975505Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:30:56.6975907Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:30:56.6976274Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:30:56.6976651Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:30:56.6977010Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:30:56.6977353Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:30:56.6977861Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:30:56.6978218Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:30:56.6978593Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:30:56.6978951Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:30:56.6979299Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:30:56.6979633Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:30:56.6980010Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:30:56.6980420Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:30:56.6981113Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:30:56.6981541Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:30:56.6981936Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:30:56.6982354Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:30:56.6982857Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:30:56.6983471Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:30:56.6984095Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:30:56.6984641Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:30:56.6985252Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:30:56.6985711Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:30:56.6986234Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:30:56.6986855Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:30:56.6987707Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:30:56.6988206Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:30:56.6988648Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:30:56.6989019Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:30:56.6989398Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:30:56.6989773Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:30:56.6990153Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:30:56.6990544Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:30:56.6990931Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:30:56.6991318Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:30:56.6991710Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:30:56.6992099Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:30:56.6992478Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:30:56.6992855Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:30:56.6993236Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:30:56.6993637Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:30:56.6994031Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:30:56.6994443Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:30:56.6994860Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:30:56.6995231Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:30:56.6995631Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:30:56.6996042Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:30:56.6996457Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:30:56.6996902Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:30:56.6997331Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:30:56.6998084Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:30:56.6998478Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:30:56.6998864Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:30:56.6999236Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:30:56.6999630Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:30:56.7000028Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:30:56.7000418Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:30:56.7000802Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:30:56.7001166Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:30:56.7001535Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:30:56.7002093Z 	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-20T21:30:56.7002813Z 	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-20T21:30:56.7003497Z 	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-20T21:30:56.7004167Z 	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-20T21:30:56.7004833Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:30:56.7005217Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:30:56.7005623Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:30:56.7006030Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:30:56.7006411Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:30:56.7006789Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:30:56.7007158Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:30:56.7007674Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:30:56.7008068Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:30:56.7008450Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:30:56.7008830Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:30:56.7009216Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:30:56.7009620Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:30:56.7010018Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:30:56.7010423Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:30:56.7010814Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:30:56.7011197Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:30:56.7011609Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:30:56.7012014Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:30:56.7012416Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:30:56.7012810Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:30:56.7013201Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:30:56.7013623Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:30:56.7014054Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:30:56.7014680Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:30:56.7015136Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:30:56.7015590Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:30:56.7015994Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:30:56.7016363Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:30:56.7016748Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:30:56.7017146Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:30:56.7017696Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:30:56.7018105Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:30:56.7018486Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:30:56.7018883Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:30:56.7019351Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:30:56.7019822Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:30:56.7020218Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:30:56.7020620Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:30:56.7021250Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:30:56.7021696Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:30:56.7022164Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:30:56.7022648Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:30:56.7023096Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:30:56.7023533Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:30:56.7023932Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:30:56.7024323Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:30:56.7024738Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:30:56.7025125Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:30:56.7025497Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:30:56.7025906Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:30:56.7026305Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:30:56.7026711Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:30:56.7027137Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:30:56.7027665Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:30:56.7028048Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:30:56.7028415Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:30:56.7028774Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:30:56.7029168Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:30:56.7029587Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:30:56.7029978Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:30:56.7030422Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:30:56.7030870Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:30:56.7031474Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:30:56.7031917Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:30:56.7032338Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:30:56.7032743Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:30:56.7033149Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:30:56.7033509Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:30:56.7033872Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:30:56.7034265Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:30:56.7034663Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:30:56.7035045Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:30:56.7035406Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:30:56.7035758Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:30:56.7036107Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:30:56.7036591Z 	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-20T21:30:56.7037100Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:30:56.7037741Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:30:56.7038121Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:30:56.7038520Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:30:56.7038928Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:30:56.7039340Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:30:56.7039744Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:30:56.7040157Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:30:56.7040572Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:30:56.7040948Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:30:56.7041314Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:30:56.7041681Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:30:56.7042057Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:30:56.7042480Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:30:56.7042909Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:30:56.7043307Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:30:56.7043733Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:30:56.7044172Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:30:56.7044572Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:30:56.7044942Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:30:56.7045296Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:30:56.7045647Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:30:56.7046015Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:30:56.7046391Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:30:56.7046769Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:30:56.7047170Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:30:56.7048019Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:30:56.7048535Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:30:56.7048974Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:30:56.7049349Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:30:56.7049737Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:30:56.7050127Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:30:56.7050513Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:30:56.7050894Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:30:56.7051271Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:30:56.7051712Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:30:56.7052204Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:30:56.7052630Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:30:56.7053007Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:30:56.7053383Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:30:56.7053784Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:30:56.7054330Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:30:56.7054703Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:30:56.7055102Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:30:56.7055482Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:30:56.7055832Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:30:56.7056187Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:30:56.7056584Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:30:56.7057006Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:30:56.7057384Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:30:56.7057955Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:30:56.7058404Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:30:56.7058844Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:30:56.7059272Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:30:56.7059665Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:30:56.7060184Z 	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-20T21:30:56.7060689Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:30:56.7061081Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:30:56.7061490Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:30:56.7061915Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:30:56.7062445Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:30:56.7063026Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:30:56.7063635Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:30:56.7064284Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:30:56.7065134Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:30:56.7065785Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:30:56.7066409Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:30:56.7066992Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:30:56.7067595Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:30:56.7068042Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:30:56.7068477Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:30:56.7068904Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:30:56.7069377Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:30:56.7069807Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:30:56.7070189Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:30:56.7070556Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:30:56.7070937Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:30:56.7071481Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:30:56.7071889Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:30:56.7072300Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:30:56.7072664Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:30:56.7073055Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:30:56.7073569Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:30:56.7074061Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:30:56.7074554Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:30:56.7075039Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:30:56.7075494Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:30:56.7075910Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:30:56.7076323Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:30:56.7076736Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:30:56.7077165Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:30:56.7077710Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:30:56.7078109Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:30:56.7078486Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:30:56.7078861Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:30:56.7079240Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:30:56.7079680Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:30:56.7080120Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:30:56.7080522Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:30:56.7080933Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:30:56.7081365Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:30:56.7082021Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:30:56.7082489Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:30:56.7082921Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:30:56.7083318Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:30:56.7083689Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:30:56.7084079Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:30:56.7084452Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:30:56.7084825Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:30:56.7085229Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:30:56.7085627Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:30:56.7086058Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:30:56.7086549Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:30:56.7087006Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:30:56.7087399Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:30:56.7087889Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:30:56.7088414Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:30:56.7088805Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:30:56.7089192Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:30:56.7089584Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:30:56.7090011Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:30:56.7090459Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:30:56.7090874Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:30:56.7091262Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:30:56.7091661Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:30:56.7092206Z 	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-20T21:30:56.7092786Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:30:56.7093238Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:30:56.7093689Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:30:56.7094111Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:30:56.7094514Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:30:56.7094908Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:30:56.7095297Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:30:56.7095700Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:30:56.7096109Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:30:56.7096491Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:30:56.7096886Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:30:56.7097282Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:30:56.7097856Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:30:56.7098453Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:30:56.7098928Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:30:56.7099354Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:30:56.7099731Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:30:56.7100110Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:30:56.7100501Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:30:56.7100875Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:30:56.7101248Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:30:56.7101673Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:30:56.7102116Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:30:56.7102528Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:30:56.7102925Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:30:56.7103321Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:30:56.7103700Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:30:56.7104078Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:30:56.7104653Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:30:56.7105057Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:30:56.7105504Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:30:56.7105945Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:30:56.7106369Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:30:56.7106773Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:30:56.7107179Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:30:56.7107849Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:30:56.7108247Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:30:56.7108602Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:30:56.7108951Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:30:56.7109315Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:30:56.7109690Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:30:56.7110038Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:30:56.7110407Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:30:56.7110804Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:30:56.7111188Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:30:56.7111546Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:30:56.7111899Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:30:56.7112275Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:30:56.7112676Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:30:56.7113053Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:30:56.7113416Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:30:56.7113772Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:30:56.7114154Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:30:56.7114532Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:30:56.7115128Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:30:56.7115530Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:30:56.7115923Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:30:56.7116303Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:30:56.7116683Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:30:56.7117067Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:30:56.7117591Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:30:56.7118002Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:30:56.7118425Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:30:56.7118824Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:30:56.7119184Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:30:56.7119528Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:30:56.7119871Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:30:56.7120295Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:30:56.7120799Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:30:56.7121433Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:30:56.7121913Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:30:56.7122416Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:30:56.7122853Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:30:56.7123238Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:30:56.7123629Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:30:56.7124019Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:30:56.7124409Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:30:56.7124792Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:30:56.7125182Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:30:56.7125558Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:30:56.7125952Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:30:56.7126393Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:30:56.7126822Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:30:56.7127197Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:30:56.7127804Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:30:56.7128262Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:30:56.7128647Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:30:56.7128994Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:30:56.7129387Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:30:56.7129838Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:30:56.7130303Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:30:56.7130715Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:30:56.7131128Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:30:56.7131755Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:30:56.7132204Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:30:56.9135486Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:30:57.0835566Z Collecting meson
2025-08-20T21:30:57.1315752Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:30:57.1774630Z Collecting ninja
2025-08-20T21:30:57.1861430Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T21:30:57.2034952Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:30:57.2838280Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 13.7 MB/s  0:00:00
2025-08-20T21:30:57.2926260Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T21:30:57.3840581Z Installing collected packages: ninja, meson
2025-08-20T21:30:58.0518988Z 
2025-08-20T21:30:58.0543592Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:30:58.3295439Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:30:58.4211973Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:30:58.4909637Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:30:58.8607926Z 1.8.4
2025-08-20T21:30:58.8923616Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:30:58.9215812Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:30:58.9216226Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:30:58.9216616Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:30:58.9216995Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:30:58.9217385Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:30:58.9217913Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:30:58.9218283Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:30:58.9218642Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:30:58.9218987Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:30:58.9219313Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:30:58.9219689Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:30:58.9220097Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:30:58.9220476Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:30:58.9220882Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:30:58.9221276Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:30:58.9221682Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:30:58.9222085Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:30:58.9222443Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:30:58.9222821Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:30:58.9223276Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:30:58.9223724Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:30:58.9224111Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:30:58.9224529Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:30:58.9224924Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:30:58.9225275Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:30:58.9226063Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:30:58.9226514Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:30:58.9226935Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:30:58.9227339Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:30:58.9227904Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:30:58.9228339Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:30:58.9228764Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:30:58.9229191Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:30:58.9229605Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:30:58.9230042Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:30:58.9230471Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:30:58.9230872Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:30:58.9231281Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:30:58.9231674Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:30:58.9232079Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:30:58.9232752Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:30:58.9233172Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:30:58.9233576Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:30:58.9233968Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:30:58.9234421Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:30:58.9234901Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:30:58.9235369Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:30:58.9235855Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:30:58.9236297Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:30:58.9236719Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:30:58.9237139Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:30:58.9238010Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:30:58.9238438Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:30:58.9238838Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:30:58.9239208Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:30:58.9239566Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:30:58.9240115Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:30:58.9240510Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:30:58.9240912Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:30:58.9241296Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:30:58.9241703Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:30:58.9242138Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:30:58.9242564Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:30:58.9242972Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:30:58.9243661Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:30:58.9244114Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:30:58.9244519Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:30:58.9244912Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:30:58.9245348Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:30:58.9245849Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:30:58.9246348Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:30:58.9246812Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:30:58.9247226Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:30:58.9248055Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:30:58.9248455Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:30:58.9248856Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:30:58.9249256Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:30:58.9249711Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:30:58.9250418Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:30:58.9250922Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:30:58.9251412Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:30:58.9251854Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:30:58.9252255Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:30:58.9252649Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:30:58.9253053Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:30:58.9253452Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:30:58.9253839Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:30:58.9254263Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:30:58.9254692Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:30:58.9255074Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:30:58.9255447Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:30:58.9255852Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:30:58.9256264Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:30:58.9256639Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:30:58.9257008Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:30:58.9257400Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:30:58.9258203Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:30:58.9258559Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:30:58.9258938Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:30:58.9259344Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:30:58.9259732Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:30:58.9260096Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:30:58.9260457Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:30:58.9261047Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:30:58.9261451Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:30:58.9261847Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:30:58.9262239Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:30:58.9262619Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:30:58.9263005Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:30:58.9263405Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:30:58.9263807Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:30:58.9264177Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:30:58.9264529Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:30:58.9264880Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:30:58.9265236Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:30:58.9265600Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:30:58.9265949Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:30:58.9266320Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:30:58.9266850Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:30:58.9267279Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:30:58.9268503Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:30:58.9268906Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:30:58.9269298Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:30:58.9269691Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:30:58.9270080Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:30:58.9270479Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:30:58.9270892Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:30:58.9271277Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:30:58.9271674Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:30:58.9272087Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:30:58.9272526Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:30:58.9272956Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:30:58.9273345Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:30:58.9273744Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:30:58.9274153Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:30:58.9274565Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:30:58.9274969Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:30:58.9275364Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:30:58.9275764Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:30:58.9276166Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:30:58.9276548Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:30:58.9276906Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:30:58.9277278Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:30:58.9278059Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:30:58.9278473Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:30:58.9278870Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:30:58.9279261Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:30:58.9279632Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:30:58.9280010Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:30:58.9280393Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:30:58.9280780Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:30:58.9281203Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:30:58.9281647Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:30:58.9282049Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:30:58.9282423Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:30:58.9282812Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:30:58.9283233Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:30:58.9283647Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:30:58.9284155Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:30:58.9284500Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:30:58.9284917Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:30:58.9285349Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:30:58.9285761Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:30:58.9286149Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:30:58.9286531Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:30:58.9286913Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:30:58.9287335Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:30:58.9287976Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:30:58.9288396Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:30:58.9288764Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:30:58.9289126Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:30:58.9289570Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:30:58.9290074Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:30:58.9290514Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:30:58.9290893Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:30:58.9291355Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:30:58.9291889Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:30:58.9292394Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:30:58.9292832Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:30:58.9293191Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:30:58.9293572Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:30:58.9293981Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:30:58.9294598Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:30:58.9295018Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:30:58.9295412Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:30:58.9295789Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:30:58.9296184Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:30:58.9296587Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:30:58.9296984Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:30:58.9297383Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:30:58.9297907Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:30:58.9298298Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:30:58.9298719Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:30:58.9299162Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:30:58.9299587Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:30:58.9299976Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:30:58.9300348Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:30:58.9300904Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:30:58.9301281Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:30:58.9301668Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:30:58.9302134Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:30:58.9302599Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:30:58.9303048Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:30:58.9303453Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:30:58.9303839Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:30:58.9304220Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:30:58.9304593Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:30:58.9304965Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:30:58.9305348Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:30:58.9305734Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:30:58.9306174Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:30:58.9306644Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:30:58.9307106Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:30:58.9307734Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:30:58.9308252Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:30:58.9308752Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:30:58.9309191Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:30:58.9309552Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:30:58.9309914Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:30:58.9310291Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:30:58.9310668Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:30:58.9311235Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:30:58.9311631Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:30:58.9312014Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:30:58.9312399Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:30:58.9312775Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:30:58.9313151Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:30:58.9313548Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:30:58.9313940Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:30:58.9314353Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:30:58.9314785Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:30:58.9315208Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:30:58.9315622Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:30:58.9316025Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:30:58.9316432Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:30:58.9316853Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:30:58.9317387Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:30:58.9317916Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:30:58.9318424Z 	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-20T21:30:58.9318942Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:30:58.9319311Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:30:58.9319685Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:30:58.9320048Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:30:58.9320448Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:30:58.9320882Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:30:58.9321308Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:30:58.9321739Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:30:58.9322141Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:30:58.9322541Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:30:58.9322962Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:30:58.9323372Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:30:58.9323762Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:30:58.9324191Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:30:58.9324679Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:30:58.9325178Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:30:58.9325632Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:30:58.9326042Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:30:58.9326447Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:30:58.9326920Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:30:58.9327409Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:30:58.9328233Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:30:58.9328721Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:30:58.9329173Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:30:58.9329578Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:30:58.9329936Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:30:58.9330291Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:30:58.9330658Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:30:58.9331041Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:30:58.9331407Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:30:58.9331761Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:30:58.9332135Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:30:58.9332497Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:30:58.9332854Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:30:58.9333224Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:30:58.9333576Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:30:58.9334086Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:30:58.9334468Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:30:58.9334825Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:30:58.9335182Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:30:58.9335538Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:30:58.9335904Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:30:58.9336281Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:30:58.9336644Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:30:58.9337002Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:30:58.9337378Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:30:58.9337963Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:30:58.9338407Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:30:58.9338813Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:30:58.9339175Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:30:58.9339559Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:30:58.9339986Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:30:58.9340387Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:30:58.9340748Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:30:58.9341115Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:30:58.9341472Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:30:58.9341814Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:30:58.9342165Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:30:58.9342516Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:30:58.9342884Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:30:58.9343243Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:30:58.9343589Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:30:58.9344112Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:30:58.9344505Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:30:58.9344907Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:30:58.9345300Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:30:58.9345694Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:30:58.9346089Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:30:58.9346506Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:30:58.9347006Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:30:58.9347753Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:30:58.9348388Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:30:58.9348929Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:30:58.9349397Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:30:58.9349849Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:30:58.9350367Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:30:58.9351136Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:30:58.9351697Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:30:58.9352190Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:30:58.9352633Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:30:58.9353009Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:30:58.9353380Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:30:58.9353752Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:30:58.9354130Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:30:58.9354522Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:30:58.9354908Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:30:58.9355295Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:30:58.9355678Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:30:58.9356061Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:30:58.9356440Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:30:58.9356817Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:30:58.9357191Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:30:58.9357706Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:30:58.9358107Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:30:58.9358521Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:30:58.9358938Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:30:58.9359304Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:30:58.9359694Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:30:58.9360102Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:30:58.9360512Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:30:58.9361153Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:30:58.9361589Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:30:58.9361953Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:30:58.9362320Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:30:58.9362705Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:30:58.9363077Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:30:58.9363464Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:30:58.9363853Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:30:58.9364238Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:30:58.9364616Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:30:58.9364979Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:30:58.9365351Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:30:58.9365901Z 	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-20T21:30:58.9366615Z 	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-20T21:30:58.9367421Z 	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-20T21:30:58.9368218Z 	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-20T21:30:58.9368742Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:30:58.9369145Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:30:58.9369555Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:30:58.9369958Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:30:58.9370334Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:30:58.9370709Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:30:58.9371076Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:30:58.9371456Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:30:58.9371832Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:30:58.9372207Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:30:58.9372589Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:30:58.9372975Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:30:58.9373377Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:30:58.9373778Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:30:58.9374176Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:30:58.9374565Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:30:58.9374944Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:30:58.9375336Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:30:58.9375745Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:30:58.9376146Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:30:58.9376543Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:30:58.9376940Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:30:58.9377692Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:30:58.9378151Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:30:58.9378553Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:30:58.9378989Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:30:58.9379443Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:30:58.9379852Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:30:58.9380219Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:30:58.9380600Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:30:58.9380994Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:30:58.9381401Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:30:58.9381805Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:30:58.9382199Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:30:58.9382587Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:30:58.9383055Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:30:58.9383521Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:30:58.9384060Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:30:58.9384470Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:30:58.9384921Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:30:58.9385365Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:30:58.9385840Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:30:58.9386325Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:30:58.9386767Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:30:58.9387204Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:30:58.9387733Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:30:58.9388133Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:30:58.9388553Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:30:58.9388937Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:30:58.9389308Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:30:58.9389712Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:30:58.9390116Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:30:58.9390523Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:30:58.9390942Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:30:58.9391336Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:30:58.9391710Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:30:58.9392079Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:30:58.9392433Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:30:58.9392819Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:30:58.9393239Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:30:58.9393631Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:30:58.9394286Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:30:58.9394753Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:30:58.9395153Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:30:58.9395592Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:30:58.9396011Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:30:58.9396421Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:30:58.9396828Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:30:58.9397180Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:30:58.9397657Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:30:58.9398054Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:30:58.9398451Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:30:58.9398831Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:30:58.9399188Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:30:58.9399536Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:30:58.9399877Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:30:58.9400518Z 	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-20T21:30:58.9401022Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:30:58.9401404Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:30:58.9401831Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:30:58.9402228Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:30:58.9402640Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:30:58.9403050Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:30:58.9403456Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:30:58.9403870Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:30:58.9404281Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:30:58.9404656Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:30:58.9405030Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:30:58.9405391Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:30:58.9405764Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:30:58.9406199Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:30:58.9406632Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:30:58.9407031Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:30:58.9407553Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:30:58.9408008Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:30:58.9408412Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:30:58.9408777Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:30:58.9409122Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:30:58.9409474Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:30:58.9409840Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:30:58.9410213Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:30:58.9410824Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:30:58.9411234Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:30:58.9411648Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:30:58.9412110Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:30:58.9412548Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:30:58.9412923Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:30:58.9413310Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:30:58.9413697Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:30:58.9414084Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:30:58.9414463Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:30:58.9414843Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:30:58.9415286Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:30:58.9415775Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:30:58.9416197Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:30:58.9416710Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:30:58.9417083Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:30:58.9417618Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:30:58.9418010Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:30:58.9418382Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:30:58.9418783Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:30:58.9419163Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:30:58.9419513Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:30:58.9419867Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:30:58.9420265Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:30:58.9420684Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:30:58.9421068Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:30:58.9421456Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:30:58.9421899Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:30:58.9422339Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:30:58.9422772Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:30:58.9423168Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:30:58.9423681Z 	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-20T21:30:58.9424186Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:30:58.9424578Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:30:58.9424990Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:30:58.9425423Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:30:58.9425940Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:30:58.9426526Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:30:58.9427375Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:30:58.9428153Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:30:58.9428799Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:30:58.9429427Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:30:58.9430055Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:30:58.9430636Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:30:58.9431117Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:30:58.9431560Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:30:58.9431997Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:30:58.9432422Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:30:58.9432899Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:30:58.9433329Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:30:58.9433710Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:30:58.9434236Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:30:58.9434616Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:30:58.9434996Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:30:58.9435401Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:30:58.9435810Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:30:58.9436175Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:30:58.9436564Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:30:58.9437024Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:30:58.9437688Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:30:58.9438186Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:30:58.9438675Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:30:58.9439125Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:30:58.9439539Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:30:58.9439950Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:30:58.9440372Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:30:58.9440803Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:30:58.9441228Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:30:58.9441622Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:30:58.9442005Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:30:58.9442386Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:30:58.9442762Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:30:58.9443197Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:30:58.9443658Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:30:58.9444063Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:30:58.9444698Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:30:58.9445159Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:30:58.9445612Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:30:58.9446059Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:30:58.9446493Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:30:58.9446894Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:30:58.9447268Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:30:58.9447800Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:30:58.9448172Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:30:58.9448547Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:30:58.9448952Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:30:58.9449352Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:30:58.9449777Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:30:58.9450246Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:30:58.9450876Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:30:58.9451269Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:30:58.9451619Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:30:58.9451992Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:30:58.9452386Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:30:58.9452773Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:30:58.9453166Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:30:58.9453594Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:30:58.9454039Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:30:58.9454455Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:30:58.9454843Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:30:58.9455240Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:30:58.9455783Z 	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-20T21:30:58.9456362Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:30:58.9456814Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:30:58.9457264Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:30:58.9457810Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:30:58.9458208Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:30:58.9458596Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:30:58.9458989Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:30:58.9459386Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:30:58.9459788Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:30:58.9460168Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:30:58.9460560Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:30:58.9461233Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:30:58.9461624Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:30:58.9462034Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:30:58.9462496Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:30:58.9462920Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:30:58.9463304Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:30:58.9463682Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:30:58.9464070Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:30:58.9464445Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:30:58.9464815Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:30:58.9465248Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:30:58.9465690Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:30:58.9466090Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:30:58.9466489Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:30:58.9466885Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:30:58.9467589Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:30:58.9467964Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:30:58.9468350Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:30:58.9468753Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:30:58.9469198Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:30:58.9469649Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:30:58.9470075Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:30:58.9470478Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:30:58.9470881Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:30:58.9471305Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:30:58.9471698Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:30:58.9472054Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:30:58.9472400Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:30:58.9472764Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:30:58.9473139Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:30:58.9473496Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:30:58.9473871Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:30:58.9474269Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:30:58.9474650Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:30:58.9475008Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:30:58.9475364Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:30:58.9475742Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:30:58.9476143Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:30:58.9476522Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:30:58.9476885Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:30:58.9477686Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:30:58.9478137Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:30:58.9478519Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:30:58.9478873Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:30:58.9479246Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:30:58.9479638Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:30:58.9480024Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:30:58.9480399Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:30:58.9480778Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:30:58.9481161Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:30:58.9481564Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:30:58.9481991Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:30:58.9482390Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:30:58.9482745Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:30:58.9483092Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:30:58.9483433Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:30:58.9484013Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:30:58.9484513Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:30:58.9484984Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:30:58.9485459Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:30:58.9485969Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:30:58.9486407Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:30:58.9486786Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:30:58.9487174Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:30:58.9487705Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:30:58.9488108Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:30:58.9488496Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:30:58.9488882Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:30:58.9489255Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:30:58.9489644Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:30:58.9490088Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:30:58.9490521Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:30:58.9490896Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:30:58.9491294Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:30:58.9491717Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:30:58.9492097Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:30:58.9492446Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:30:58.9492833Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:30:58.9493281Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:30:58.9493743Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:30:58.9494337Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:30:58.9494774Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:30:58.9495199Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:30:58.9495630Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:30:59.2570499Z info: downloading installer
2025-08-20T21:30:59.4314416Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:30:59.4314803Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:30:59.4315168Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:30:59.4315579Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:30:59.4499351Z info: profile set to 'default'
2025-08-20T21:30:59.4499663Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T21:30:59.4500073Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:30:59.5051617Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:30:59.6128923Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:30:59.6452893Z info: downloading component 'clippy'
2025-08-20T21:30:59.7169110Z info: downloading component 'rustfmt'
2025-08-20T21:31:00.0728957Z info: downloading component 'cargo'
2025-08-20T21:31:00.1732617Z info: downloading component 'rust-std'
2025-08-20T21:31:00.4048738Z info: downloading component 'rustc'
2025-08-20T21:31:01.0465733Z info: removing previous version of component 'clippy'
2025-08-20T21:31:01.0519198Z info: removing previous version of component 'rustfmt'
2025-08-20T21:31:01.0523202Z info: removing previous version of component 'cargo'
2025-08-20T21:31:01.0593670Z info: removing previous version of component 'rust-std'
2025-08-20T21:31:01.0644506Z info: removing previous version of component 'rustc'
2025-08-20T21:31:01.0696197Z info: installing component 'clippy'
2025-08-20T21:31:01.3367558Z info: installing component 'rustfmt'
2025-08-20T21:31:01.5363938Z info: installing component 'cargo'
2025-08-20T21:31:02.0422369Z info: installing component 'rust-std'
2025-08-20T21:31:03.3643704Z info: installing component 'rustc'
2025-08-20T21:31:06.2387587Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:31:06.2387915Z 
2025-08-20T21:31:06.2462518Z   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-20T21:31:06.2462964Z 
2025-08-20T21:31:06.2462968Z 
2025-08-20T21:31:06.2463050Z Rust is installed now. Great!
2025-08-20T21:31:06.2463195Z 
2025-08-20T21:31:06.2463366Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:31:06.2463765Z environment variable. This has not been done automatically.
2025-08-20T21:31:06.2463987Z 
2025-08-20T21:31:06.2464123Z To configure your current shell, you need to source
2025-08-20T21:31:06.2464406Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:31:06.2464588Z 
2025-08-20T21:31:06.2464752Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:31:06.2465136Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:31:06.2465428Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:31:06.2465703Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:31:06.2643252Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:31:06.2976775Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T21:31:06.2977082Z 
2025-08-20T21:31:06.3052043Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:31:06.3052379Z 
2025-08-20T21:31:06.3476906Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:31:06.3861999Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:31:06.4182361Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:31:06.4182762Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T21:31:06.4183135Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T21:31:06.4183495Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T21:31:06.4183862Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T21:31:06.4184220Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T21:31:06.4184598Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T21:31:06.4184963Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T21:31:06.4185304Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T21:31:06.4185631Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T21:31:06.4185988Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T21:31:06.4186377Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T21:31:06.4186756Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T21:31:06.4187163Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T21:31:06.4187700Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T21:31:06.4188108Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T21:31:06.4188765Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T21:31:06.4189129Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T21:31:06.4189507Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:31:06.4189967Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:31:06.4190410Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T21:31:06.4190806Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T21:31:06.4191224Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:31:06.4191622Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T21:31:06.4191972Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T21:31:06.4192363Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:31:06.4192797Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:31:06.4193213Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:31:06.4193618Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:31:06.4194038Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:31:06.4194462Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T21:31:06.4195041Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T21:31:06.4195471Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T21:31:06.4195891Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:31:06.4196329Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T21:31:06.4196755Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:31:06.4197165Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:31:06.4198185Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T21:31:06.4198592Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T21:31:06.4199001Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:31:06.4199424Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T21:31:06.4200087Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:31:06.4200518Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T21:31:06.4200912Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T21:31:06.4201364Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T21:31:06.4201840Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:31:06.4202310Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:31:06.4202798Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T21:31:06.4203244Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T21:31:06.4203665Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:31:06.4204085Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T21:31:06.4204495Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T21:31:06.4204913Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T21:31:06.4205314Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T21:31:06.4205681Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T21:31:06.4206208Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T21:31:06.4206578Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T21:31:06.4206969Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T21:31:06.4207371Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:31:06.4207975Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T21:31:06.4208391Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:31:06.4208832Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:31:06.4209252Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:31:06.4209659Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:31:06.4210082Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T21:31:06.4210510Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:31:06.4210911Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:31:06.4211304Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T21:31:06.4211739Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:31:06.4212237Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:31:06.4212735Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T21:31:06.4213193Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T21:31:06.4213608Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T21:31:06.4213995Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T21:31:06.4214388Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T21:31:06.4214787Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T21:31:06.4215185Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T21:31:06.4215641Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:31:06.4216147Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:31:06.4216868Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:31:06.4217376Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:31:06.4218137Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:31:06.4218541Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:31:06.4218944Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:31:06.4219350Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:31:06.4219747Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T21:31:06.4220131Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T21:31:06.4220552Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T21:31:06.4220976Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T21:31:06.4221361Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T21:31:06.4221733Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T21:31:06.4222137Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:31:06.4222544Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T21:31:06.4223108Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T21:31:06.4223475Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T21:31:06.4223866Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:31:06.4224254Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T21:31:06.4224604Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T21:31:06.4224979Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T21:31:06.4225384Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T21:31:06.4225770Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T21:31:06.4226131Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T21:31:06.4226491Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T21:31:06.4226868Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T21:31:06.4227260Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T21:31:06.4227832Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T21:31:06.4228231Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T21:31:06.4228616Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T21:31:06.4228994Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T21:31:06.4229394Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T21:31:06.4229794Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T21:31:06.4230161Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T21:31:06.4230513Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T21:31:06.4230863Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T21:31:06.4231223Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T21:31:06.4231585Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T21:31:06.4231935Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T21:31:06.4232304Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T21:31:06.4232705Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T21:31:06.4233356Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:31:06.4233807Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T21:31:06.4234210Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T21:31:06.4234600Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T21:31:06.4234989Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T21:31:06.4235381Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T21:31:06.4235780Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T21:31:06.4236185Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T21:31:06.4236567Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T21:31:06.4236959Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T21:31:06.4237371Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:31:06.4237950Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:31:06.4238382Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T21:31:06.4238770Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T21:31:06.4239169Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T21:31:06.4239745Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T21:31:06.4240152Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T21:31:06.4240554Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T21:31:06.4240948Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T21:31:06.4241339Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:31:06.4241744Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T21:31:06.4242126Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T21:31:06.4242482Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T21:31:06.4242845Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T21:31:06.4243241Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T21:31:06.4243645Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T21:31:06.4244047Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T21:31:06.4244434Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T21:31:06.4244839Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T21:31:06.4245221Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T21:31:06.4245603Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T21:31:06.4245991Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T21:31:06.4246413Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:31:06.4246854Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T21:31:06.4247248Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T21:31:06.4249109Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T21:31:06.4249503Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T21:31:06.4249927Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:31:06.4250343Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:31:06.4250693Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T21:31:06.4251305Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T21:31:06.4251728Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:31:06.4252159Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T21:31:06.4252568Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T21:31:06.4252952Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T21:31:06.4253339Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T21:31:06.4253723Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T21:31:06.4254146Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:31:06.4254610Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:31:06.4255022Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T21:31:06.4255391Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T21:31:06.4255752Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T21:31:06.4256198Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:31:06.4256701Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:31:06.4257290Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T21:31:06.4257802Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T21:31:06.4258262Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:31:06.4258799Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:31:06.4259301Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:31:06.4259744Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T21:31:06.4260102Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T21:31:06.4260481Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T21:31:06.4260892Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T21:31:06.4261308Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T21:31:06.4261715Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:31:06.4262091Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T21:31:06.4262470Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T21:31:06.4262871Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:31:06.4263276Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T21:31:06.4263680Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:31:06.4264082Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T21:31:06.4264481Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:31:06.4264874Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T21:31:06.4265296Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:31:06.4265748Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T21:31:06.4266174Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T21:31:06.4266565Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T21:31:06.4266941Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T21:31:06.4267318Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T21:31:06.4268058Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T21:31:06.4268465Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T21:31:06.4268885Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:31:06.4269353Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:31:06.4269806Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:31:06.4270218Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T21:31:06.4270606Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T21:31:06.4270989Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T21:31:06.4271367Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T21:31:06.4271736Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T21:31:06.4272123Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T21:31:06.4272506Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T21:31:06.4272950Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:31:06.4273426Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T21:31:06.4273885Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:31:06.4274539Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:31:06.4275051Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:31:06.4275556Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:31:06.4275994Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T21:31:06.4276362Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T21:31:06.4276728Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T21:31:06.4277106Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:31:06.4277682Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T21:31:06.4278075Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T21:31:06.4278466Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:31:06.4278845Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T21:31:06.4279232Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:31:06.4279611Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T21:31:06.4279986Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T21:31:06.4280384Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T21:31:06.4280776Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T21:31:06.4281198Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:31:06.4281637Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:31:06.4282061Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T21:31:06.4282481Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T21:31:06.4282884Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T21:31:06.4283298Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T21:31:06.4283718Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T21:31:06.4284111Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T21:31:06.4284756Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T21:31:06.4285296Z 	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-20T21:31:06.4285817Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T21:31:06.4286186Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T21:31:06.4286557Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T21:31:06.4286927Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T21:31:06.4287327Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:31:06.4287898Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T21:31:06.4288333Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:31:06.4288769Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T21:31:06.4289171Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T21:31:06.4289571Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T21:31:06.4289995Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:31:06.4290409Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T21:31:06.4290973Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T21:31:06.4291402Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:31:06.4291895Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:31:06.4292389Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:31:06.4292841Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:31:06.4293253Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T21:31:06.4293656Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T21:31:06.4294132Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:31:06.4294615Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T21:31:06.4295031Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T21:31:06.4295469Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:31:06.4295921Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T21:31:06.4296321Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T21:31:06.4296684Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T21:31:06.4297036Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T21:31:06.4297412Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T21:31:06.4297938Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T21:31:06.4298307Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T21:31:06.4298661Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T21:31:06.4299027Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T21:31:06.4299396Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T21:31:06.4299754Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T21:31:06.4300123Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T21:31:06.4300477Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T21:31:06.4300857Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T21:31:06.4301455Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T21:31:06.4301830Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T21:31:06.4302192Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T21:31:06.4302550Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T21:31:06.4302912Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T21:31:06.4303291Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T21:31:06.4303651Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T21:31:06.4304012Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T21:31:06.4304386Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T21:31:06.4304807Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T21:31:06.4305245Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T21:31:06.4305658Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T21:31:06.4306022Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T21:31:06.4306406Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:31:06.4306833Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:31:06.4307396Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T21:31:06.4307886Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T21:31:06.4308254Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T21:31:06.4308610Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T21:31:06.4308955Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T21:31:06.4309302Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T21:31:06.4309661Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T21:31:06.4310030Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T21:31:06.4310391Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T21:31:06.4310737Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T21:31:06.4311072Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T21:31:06.4311454Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:31:06.4311860Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T21:31:06.4312258Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:31:06.4312655Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T21:31:06.4313052Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:31:06.4313470Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:31:06.4313973Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:31:06.4314591Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:31:06.4315216Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:31:06.4315766Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:31:06.4316241Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:31:06.4316694Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:31:06.4317215Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:31:06.4318196Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:31:06.4318772Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:31:06.4319265Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:31:06.4319709Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T21:31:06.4320078Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T21:31:06.4320485Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T21:31:06.4320857Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T21:31:06.4321239Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T21:31:06.4321629Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T21:31:06.4322014Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T21:31:06.4322402Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T21:31:06.4322789Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T21:31:06.4323176Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T21:31:06.4323552Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T21:31:06.4323929Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T21:31:06.4324500Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T21:31:06.4324894Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T21:31:06.4325285Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T21:31:06.4325696Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T21:31:06.4326111Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T21:31:06.4326481Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T21:31:06.4326878Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T21:31:06.4327285Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T21:31:06.4327832Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:31:06.4328273Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:31:06.4328701Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T21:31:06.4329068Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T21:31:06.4329436Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T21:31:06.4329819Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T21:31:06.4330185Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T21:31:06.4330579Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:31:06.4330976Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T21:31:06.4331356Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T21:31:06.4331736Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T21:31:06.4332097Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T21:31:06.4332467Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T21:31:06.4333015Z 	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-20T21:31:06.4333733Z 	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-20T21:31:06.4334621Z 	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-20T21:31:06.4335307Z 	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-20T21:31:06.4335833Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T21:31:06.4336219Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T21:31:06.4336621Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T21:31:06.4337027Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T21:31:06.4337405Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T21:31:06.4337917Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T21:31:06.4338287Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T21:31:06.4338665Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T21:31:06.4339050Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T21:31:06.4339427Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T21:31:06.4339804Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T21:31:06.4340190Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T21:31:06.4340589Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T21:31:06.4341156Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T21:31:06.4341554Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T21:31:06.4341942Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T21:31:06.4342320Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T21:31:06.4342707Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T21:31:06.4343114Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T21:31:06.4343512Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T21:31:06.4343912Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T21:31:06.4344305Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T21:31:06.4344730Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:31:06.4345166Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T21:31:06.4345567Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T21:31:06.4346009Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:31:06.4346466Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:31:06.4346873Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T21:31:06.4347245Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T21:31:06.4347813Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T21:31:06.4348219Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T21:31:06.4348631Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:31:06.4349036Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T21:31:06.4349420Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T21:31:06.4349811Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T21:31:06.4350281Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:31:06.4350748Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:31:06.4351142Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T21:31:06.4351744Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:31:06.4352217Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:31:06.4352662Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:31:06.4353132Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:31:06.4353622Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:31:06.4354067Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:31:06.4354501Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:31:06.4354901Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T21:31:06.4355291Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T21:31:06.4355714Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T21:31:06.4356099Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T21:31:06.4356475Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T21:31:06.4356882Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T21:31:06.4357282Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T21:31:06.4357943Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:31:06.4358360Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T21:31:06.4358752Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T21:31:06.4359125Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T21:31:06.4359491Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T21:31:06.4359850Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T21:31:06.4360237Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:31:06.4360654Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:31:06.4361049Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T21:31:06.4361495Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:31:06.4361953Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:31:06.4362352Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T21:31:06.4362790Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:31:06.4363207Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T21:31:06.4363617Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:31:06.4364027Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T21:31:06.4364388Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T21:31:06.4364753Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T21:31:06.4365146Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T21:31:06.4365544Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T21:31:06.4365922Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T21:31:06.4366280Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T21:31:06.4366629Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T21:31:06.4366973Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T21:31:06.4367772Z 	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-20T21:31:06.4368315Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T21:31:06.4368700Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T21:31:06.4369081Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T21:31:06.4369478Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T21:31:06.4369893Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T21:31:06.4370299Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T21:31:06.4370704Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T21:31:06.4371119Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:31:06.4371529Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T21:31:06.4371907Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T21:31:06.4372298Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T21:31:06.4372661Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T21:31:06.4373041Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T21:31:06.4373462Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T21:31:06.4374031Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T21:31:06.4374429Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T21:31:06.4374849Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:31:06.4375290Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:31:06.4375688Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T21:31:06.4376056Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T21:31:06.4376407Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T21:31:06.4376755Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T21:31:06.4377121Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T21:31:06.4377650Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T21:31:06.4378030Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T21:31:06.4378433Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T21:31:06.4378849Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T21:31:06.4379310Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:31:06.4379744Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T21:31:06.4380123Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T21:31:06.4380513Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T21:31:06.4380899Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T21:31:06.4381284Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T21:31:06.4381667Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T21:31:06.4382052Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T21:31:06.4382495Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:31:06.4382989Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:31:06.4383416Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T21:31:06.4383791Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T21:31:06.4384366Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T21:31:06.4384786Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T21:31:06.4385177Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T21:31:06.4385551Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T21:31:06.4385948Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T21:31:06.4386333Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T21:31:06.4386681Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T21:31:06.4387037Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T21:31:06.4387437Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T21:31:06.4387994Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T21:31:06.4388378Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T21:31:06.4388765Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T21:31:06.4389205Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:31:06.4389648Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T21:31:06.4390075Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:31:06.4390623Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T21:31:06.4391142Z 	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-20T21:31:06.4391652Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T21:31:06.4392939Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:31:06.4393362Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T21:31:06.4393800Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:31:06.4394315Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:31:06.4394924Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:31:06.4395532Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:31:06.4396190Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:31:06.4396841Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:31:06.4397661Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:31:06.4398315Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:31:06.4398898Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:31:06.4399380Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T21:31:06.4399822Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:31:06.4400256Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T21:31:06.4400688Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:31:06.4401166Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:31:06.4401600Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T21:31:06.4401979Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T21:31:06.4402350Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T21:31:06.4402995Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T21:31:06.4403393Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T21:31:06.4403802Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:31:06.4404216Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T21:31:06.4404582Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T21:31:06.4404975Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:31:06.4405435Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:31:06.4405927Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:31:06.4406422Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:31:06.4406911Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:31:06.4407366Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:31:06.4407914Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T21:31:06.4408330Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T21:31:06.4408745Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T21:31:06.4409374Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:31:06.4409805Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T21:31:06.4410194Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T21:31:06.4410576Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T21:31:06.4410951Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T21:31:06.4411330Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T21:31:06.4411767Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:31:06.4412212Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T21:31:06.4412616Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T21:31:06.4413030Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T21:31:06.4413463Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:31:06.4413911Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:31:06.4414355Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:31:06.4414790Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:31:06.4415192Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T21:31:06.4415563Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T21:31:06.4415952Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T21:31:06.4416320Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T21:31:06.4416693Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T21:31:06.4417098Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T21:31:06.4417664Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T21:31:06.4418106Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:31:06.4418583Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:31:06.4419044Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:31:06.4419708Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T21:31:06.4420071Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T21:31:06.4420443Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T21:31:06.4420836Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T21:31:06.4421224Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T21:31:06.4421617Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:31:06.4422046Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:31:06.4422493Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:31:06.4422910Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T21:31:06.4423294Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T21:31:06.4423696Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T21:31:06.4424242Z 	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-20T21:31:06.4424855Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:31:06.4425315Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:31:06.4425897Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:31:06.4426317Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T21:31:06.4426715Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T21:31:06.4427104Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T21:31:06.4427603Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:31:06.4428008Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:31:06.4428411Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T21:31:06.4428790Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T21:31:06.4429181Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:31:06.4429586Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:31:06.4429962Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T21:31:06.4430368Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T21:31:06.4430830Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T21:31:06.4431255Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T21:31:06.4431630Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T21:31:06.4432008Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T21:31:06.4432396Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T21:31:06.4432774Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T21:31:06.4433142Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:31:06.4433574Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:31:06.4434025Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T21:31:06.4434432Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T21:31:06.4434827Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T21:31:06.4435223Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T21:31:06.4435607Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T21:31:06.4436172Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T21:31:06.4436574Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T21:31:06.4436974Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T21:31:06.4437416Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:31:06.4437997Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:31:06.4438428Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:31:06.4438831Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T21:31:06.4439234Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T21:31:06.4439659Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T21:31:06.4440049Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T21:31:06.4440406Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T21:31:06.4440755Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T21:31:06.4441119Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T21:31:06.4441492Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T21:31:06.4441846Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T21:31:06.4442360Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:31:06.4442758Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:31:06.4443138Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T21:31:06.4443496Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T21:31:06.4443843Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T21:31:06.4444226Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T21:31:06.4444628Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T21:31:06.4445003Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T21:31:06.4445368Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T21:31:06.4445732Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T21:31:06.4446121Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T21:31:06.4446498Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T21:31:06.4446847Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T21:31:06.4447222Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T21:31:06.4447737Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T21:31:06.4448122Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T21:31:06.4448500Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T21:31:06.4448875Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T21:31:06.4449261Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T21:31:06.4449661Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T21:31:06.4450090Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T21:31:06.4450487Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T21:31:06.4450841Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T21:31:06.4451189Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T21:31:06.4451532Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T21:31:06.4452134Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:31:06.4452650Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:31:06.4453120Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:31:06.4453599Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:31:06.4454102Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:31:06.4454544Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T21:31:06.4454924Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:31:06.4455313Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:31:06.4455702Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:31:06.4456090Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T21:31:06.4456480Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:31:06.4457390Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T21:31:06.4457939Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T21:31:06.4458336Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:31:06.4458777Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:31:06.4459428Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:31:06.4459805Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T21:31:06.4460199Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:31:06.4460624Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:31:06.4461002Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T21:31:06.4461353Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T21:31:06.4461740Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:31:06.4462189Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:31:06.4462652Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T21:31:06.4463069Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T21:31:06.4463487Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T21:31:06.4463915Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T21:31:06.4464351Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T21:31:06.4464700Z 
2025-08-20T21:31:06.4464704Z 
2025-08-20T21:31:06.4465076Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (09:31:06 PM)
2025-08-20T21:31:06.4465432Z 
2025-08-20T21:31:06.4465435Z 
2025-08-20T21:31:06.4465439Z 
2025-08-20T21:31:06.4465502Z [+] Continue : YES
2025-08-20T21:31:06.4465610Z 
2025-08-20T21:31:06.4465834Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:31:06.4892758Z 
2025-08-20T21:31:06.4893445Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:31:06 PM) UTC
2025-08-20T21:31:06.4893847Z 
2025-08-20T21:31:06.4910069Z 
2025-08-20T21:31:06.4910346Z [+] Total RECIPES :: 1
2025-08-20T21:31:06.4910502Z 
2025-08-20T21:31:06.4992353Z 
2025-08-20T21:31:06.4993120Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml (1/1)
2025-08-20T21:31:06.4993634Z 
2025-08-20T21:31:06.5508982Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:31:06.5513896Z mode of '/tmp/pkgforge/SrZxkAgdG_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:31:06.5567017Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/melange/official [Provided]
2025-08-20T21:31:06.5567432Z [+] Setting '.pkg_family' --> melange [Provided]
2025-08-20T21:31:06.5581928Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:31:06.5585824Z [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-20T21:31:06.5615719Z [00:00:00.003]➜  
2025-08-20T21:31:06.5616221Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/SrZxkAgdG_build.yaml
2025-08-20T21:31:06.5616630Z [00:00:00.003]➜  
2025-08-20T21:31:06.5653104Z [00:00:00.007]➜  
2025-08-20T21:31:06.5653556Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/SrZxkAgdG_build.yaml
2025-08-20T21:31:06.5653951Z [00:00:00.007]➜  
2025-08-20T21:31:06.5740069Z [00:00:00.015]➜  
2025-08-20T21:31:06.5741083Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/melange/static.official.source.yaml) --> /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:31:06 PM) UTC]
2025-08-20T21:31:06.5741921Z [00:00:00.015]➜  
2025-08-20T21:31:06.5742103Z [00:00:00.015]➜  
2025-08-20T21:31:06.5742289Z [00:00:00.015]➜  
2025-08-20T21:31:06.5742957Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:31:06.5750033Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:31:06.5751164Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:31:06.5751825Z [00:00:00.016]➜  _disabled: false
2025-08-20T21:31:06.5752061Z [00:00:00.016]➜  
2025-08-20T21:31:06.5752267Z [00:00:00.016]➜  pkg: "melange"
2025-08-20T21:31:06.5752577Z [00:00:00.016]➜  pkg_id: "github.com.chainguard-dev.melange"
2025-08-20T21:31:06.5752915Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T21:31:06.5753162Z [00:00:00.016]➜  category:
2025-08-20T21:31:06.5753875Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T21:31:06.5754190Z [00:00:00.016]➜    - "Utility"
2025-08-20T21:31:06.5754489Z [00:00:00.016]➜  description: "Build APKs from source code"
2025-08-20T21:31:06.5754790Z [00:00:00.016]➜  distro_pkg:
2025-08-20T21:31:06.5755019Z [00:00:00.016]➜    archlinux:
2025-08-20T21:31:06.5755260Z [00:00:00.016]➜      extra:
2025-08-20T21:31:06.5755490Z [00:00:00.016]➜        - "melange"
2025-08-20T21:31:06.5755735Z [00:00:00.016]➜    homebrew:
2025-08-20T21:31:06.5755964Z [00:00:00.016]➜      - "melange"
2025-08-20T21:31:06.5756188Z [00:00:00.016]➜    nixpkgs:
2025-08-20T21:31:06.5756414Z [00:00:00.016]➜      - "melange"
2025-08-20T21:31:06.5756646Z [00:00:00.016]➜  homepage:
2025-08-20T21:31:06.5756951Z [00:00:00.016]➜    - "https://github.com/chainguard-dev/melange"
2025-08-20T21:31:06.5757255Z [00:00:00.016]➜  license:
2025-08-20T21:31:06.5757793Z [00:00:00.016]➜    - id: "Apache-2.0"
2025-08-20T21:31:06.5758433Z [00:00:00.016]➜      url: "https://github.com/chainguard-dev/melange/raw/6613c1b51d63a826776afff9ce3f9b3e63372858/LICENSE"  
2025-08-20T21:31:06.5758913Z [00:00:00.016]➜  maintainer:
2025-08-20T21:31:06.5759260Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:31:06.5759568Z [00:00:00.016]➜  note:
2025-08-20T21:31:06.5759866Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:31:06.5760404Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/chainguard-dev/melange"
2025-08-20T21:31:06.5760835Z [00:00:00.016]➜  provides:
2025-08-20T21:31:06.5761056Z [00:00:00.016]➜    - "melange"
2025-08-20T21:31:06.5761285Z [00:00:00.016]➜  repology:
2025-08-20T21:31:06.5761523Z [00:00:00.016]➜    - "melange"
2025-08-20T21:31:06.5761745Z [00:00:00.016]➜  src_url:
2025-08-20T21:31:06.5762451Z [00:00:00.016]➜    - "https://github.com/chainguard-dev/melange"
2025-08-20T21:31:06.5762816Z [00:00:00.016]➜  tag:
2025-08-20T21:31:06.5763028Z [00:00:00.016]➜    - "Utility"
2025-08-20T21:31:06.5763251Z [00:00:00.016]➜  x_exec:
2025-08-20T21:31:06.5763484Z [00:00:00.016]➜    bsys: "docker://go"
2025-08-20T21:31:06.5763731Z [00:00:00.016]➜    host:
2025-08-20T21:31:06.5763964Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T21:31:06.5764242Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T21:31:06.5764505Z [00:00:00.017]➜    shell: "bash"
2025-08-20T21:31:06.5764741Z [00:00:00.017]➜    pkgver: |
2025-08-20T21:31:06.5765018Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:31:06.5765741Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/chainguard-dev/melange" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:31:06.5766610Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T21:31:06.5767259Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:31:06.5767939Z [00:00:00.017]➜    run: |
2025-08-20T21:31:06.5768167Z [00:00:00.017]➜      #Build
2025-08-20T21:31:06.5768762Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:31:06.5769769Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:31:06.5770329Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:31:06.5770784Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:31:06.5771196Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T21:31:06.5771536Z [00:00:00.017]➜        bash -l -c '
2025-08-20T21:31:06.5771790Z [00:00:00.017]➜        #Setup ENV
2025-08-20T21:31:06.5772157Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:31:06.5772521Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T21:31:06.5772887Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:31:06.5773398Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:31:06.5773793Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T21:31:06.5774104Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:31:06.5774400Z [00:00:00.017]➜        #Build
2025-08-20T21:31:06.5774922Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/chainguard-dev/melange" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:31:06.5775479Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:31:06.5775948Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:31:06.5776375Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T21:31:06.5777130Z [00:00:00.017]➜         go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/melange"
2025-08-20T21:31:06.5778009Z [00:00:00.017]➜        #Copy
2025-08-20T21:31:06.5778658Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:31:06.5779212Z [00:00:00.017]➜        #Strip 
2025-08-20T21:31:06.5779699Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:31:06.5780637Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:31:06.5781383Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:31:06.5781972Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:31:06.5782521Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:31:06.5782941Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T21:31:06.5783186Z [00:00:00.017]➜        '
2025-08-20T21:31:06.5783403Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T21:31:06.5783760Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:31:06.5784302Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:31:06.5785376Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:31:06.5786155Z [00:00:00.017]➜  
2025-08-20T21:31:06.5786343Z [00:00:00.017]➜  
2025-08-20T21:31:06.5786614Z [00:00:00.017]➜  ###################################################################
2025-08-20T21:31:06.5786891Z [00:00:00.017]➜  
2025-08-20T21:31:06.5787304Z [00:00:00.017]➜  
2025-08-20T21:31:06.5788116Z [00:00:00.017]➜  
2025-08-20T21:31:06.5788712Z [00:00:00.018]➜  '/tmp/pkgforge/SrZxkAgdG_build.yaml' -> '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:31:07.8812336Z [00:00:01.322]➜  '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/melange.static.version' -> '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/melange.version'
2025-08-20T21:31:07.8866025Z [00:00:01.328]➜  [+] Version: HEAD-f347dd6-250820T123756 ('.x_exec.pkgver') [/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/melange.static.version]
2025-08-20T21:31:07.9068389Z [00:00:01.348]➜  [+] Progs: melange
2025-08-20T21:31:08.0649106Z [00:00:01.506]➜  
2025-08-20T21:31:08.0649459Z [00:00:01.506]➜  [-] Missing packages. Found: 
2025-08-20T21:31:08.0649759Z [00:00:01.506]➜  [+] Expected: melange
2025-08-20T21:31:08.0650042Z [00:00:01.506]➜  [+] Continuing with build...
2025-08-20T21:31:08.0650293Z [00:00:01.506]➜  
2025-08-20T21:31:08.4270510Z [00:00:01.868]➜  
2025-08-20T21:31:08.4270851Z [00:00:01.868]➜  
2025-08-20T21:31:08.4348760Z [00:00:01.876]➜  + mkdir -pv /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:31:08.4365021Z [00:00:01.878]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=melange -e PKG_ID=github.com.chainguard-dev.melange -e PKG_TYPE=static -e PKG_VER=HEAD-f347dd6-250820T123756 -e PKGVER=HEAD-f347dd6-250820T123756 -e SBUILD_PKG=melange.static -e SBUILD_PKGVER=HEAD-f347dd6-250820T123756 --volume /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T21:31:08.4366678Z [00:00:01.878]➜    #Setup ENV
2025-08-20T21:31:08.4367047Z [00:00:01.878]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:31:08.4367397Z [00:00:01.878]➜     CGO_ENABLED="1" 
2025-08-20T21:31:08.4367918Z [00:00:01.878]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:31:08.4368440Z [00:00:01.878]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T21:31:08.4368823Z [00:00:01.878]➜     GOOS="linux"
2025-08-20T21:31:08.4369119Z [00:00:01.878]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:31:08.4369407Z [00:00:01.878]➜    #Build
2025-08-20T21:31:08.4369938Z [00:00:01.878]➜     git clone --filter "blob:none" --quiet "https://github.com/chainguard-dev/melange" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T21:31:08.4370833Z [00:00:01.878]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T21:31:08.4371409Z [00:00:01.878]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T21:31:08.4371832Z [00:00:01.878]➜     go mod tidy -v ; go generate ./...
2025-08-20T21:31:08.4372579Z [00:00:01.878]➜     go build -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/melange"
2025-08-20T21:31:08.4373200Z [00:00:01.878]➜    #Copy
2025-08-20T21:31:08.4373818Z [00:00:01.878]➜     ( 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-20T21:31:08.4374374Z [00:00:01.878]➜    #Strip 
2025-08-20T21:31:08.4374857Z [00:00:01.878]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:31:08.4375540Z [00:00:01.878]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:31:08.4376226Z [00:00:01.878]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:31:08.4376809Z [00:00:01.878]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:31:08.4377351Z [00:00:01.878]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:31:08.4378233Z [00:00:01.878]➜     popd &>/dev/null
2025-08-20T21:31:08.4378476Z [00:00:01.878]➜    '
2025-08-20T21:31:08.6837982Z [00:00:02.125]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:31:08.7509706Z [00:00:02.192]➜  b2e6f696af52: Pulling fs layer
2025-08-20T21:31:08.7510167Z [00:00:02.192]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T21:31:08.7510476Z [00:00:02.192]➜  99fd740fb142: Pulling fs layer
2025-08-20T21:31:08.7510816Z [00:00:02.192]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T21:31:08.7511117Z [00:00:02.192]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T21:31:08.7511410Z [00:00:02.192]➜  323e89f8c367: Pulling fs layer
2025-08-20T21:31:08.7511688Z [00:00:02.192]➜  2b92eb3035e7: Waiting
2025-08-20T21:31:08.7511947Z [00:00:02.192]➜  4239b2f25ebc: Waiting
2025-08-20T21:31:08.7512201Z [00:00:02.192]➜  323e89f8c367: Waiting
2025-08-20T21:31:08.8361929Z [00:00:02.277]➜  99fd740fb142: Verifying Checksum
2025-08-20T21:31:08.8362969Z [00:00:02.278]➜  99fd740fb142: Download complete
2025-08-20T21:31:08.9177326Z [00:00:02.359]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T21:31:08.9177877Z [00:00:02.359]➜  996f2cb07f7c: Download complete
2025-08-20T21:31:08.9340221Z [00:00:02.375]➜  b2e6f696af52: Download complete
2025-08-20T21:31:09.0246135Z [00:00:02.466]➜  323e89f8c367: Verifying Checksum
2025-08-20T21:31:09.0246538Z [00:00:02.466]➜  323e89f8c367: Download complete
2025-08-20T21:31:09.0529522Z [00:00:02.494]➜  b2e6f696af52: Pull complete
2025-08-20T21:31:09.5631226Z [00:00:03.004]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T21:31:09.5631696Z [00:00:03.004]➜  4239b2f25ebc: Download complete
2025-08-20T21:31:15.0294703Z [00:00:08.471]➜  996f2cb07f7c: Pull complete
2025-08-20T21:31:22.3761173Z [00:00:15.817]➜  99fd740fb142: Pull complete
2025-08-20T21:31:23.7303257Z [00:00:17.172]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T21:31:23.7303698Z [00:00:17.172]➜  2b92eb3035e7: Download complete
2025-08-20T21:33:03.5148378Z [00:01:56.956]➜  2b92eb3035e7: Pull complete
2025-08-20T21:33:16.4808535Z [00:02:09.922]➜  4239b2f25ebc: Pull complete
2025-08-20T21:33:16.5384024Z [00:02:09.980]➜  323e89f8c367: Pull complete
2025-08-20T21:33:16.5635194Z [00:02:10.005]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T21:33:16.5722122Z [00:02:10.014]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T21:33:16.9820911Z [00:02:10.423]➜  + mkdir -p /build-bins
2025-08-20T21:33:16.9840143Z [00:02:10.425]➜  ++ mktemp -d
2025-08-20T21:33:16.9855259Z [00:02:10.427]➜  + pushd /tmp/tmp.GtiBzZBBNH
2025-08-20T21:33:16.9855584Z [00:02:10.427]➜  + CGO_ENABLED=1
2025-08-20T21:33:16.9855937Z [00:02:10.427]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T21:33:16.9862423Z [00:02:10.428]➜  ++ uname -m
2025-08-20T21:33:16.9862831Z [00:02:10.428]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T21:33:16.9877338Z [00:02:10.429]➜  + GOARCH=arm64
2025-08-20T21:33:16.9877784Z [00:02:10.429]➜  + GOOS=linux
2025-08-20T21:33:16.9878095Z [00:02:10.429]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T21:33:16.9879354Z [00:02:10.429]➜  + git clone --filter blob:none --quiet https://github.com/chainguard-dev/melange ./TEMPREPO
2025-08-20T21:33:17.5777371Z [00:02:11.019]➜  + cd ./TEMPREPO
2025-08-20T21:33:17.5777994Z [00:02:11.019]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T21:33:17.5778562Z [00:02:11.019]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T21:33:17.5778984Z [00:02:11.019]➜  + go mod tidy -v
2025-08-20T21:33:17.5779213Z [00:02:11.019]➜  
2025-08-20T21:33:17.5779434Z [00:02:11.019]➜  [+] Target: "arm64/linux"
2025-08-20T21:33:17.5779865Z [00:02:11.019]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T21:33:17.5780233Z [00:02:11.019]➜  
2025-08-20T21:33:17.6065868Z [00:02:11.048]➜  go: downloading github.com/spf13/cobra v1.9.1
2025-08-20T21:33:17.6068671Z [00:02:11.048]➜  go: downloading github.com/chainguard-dev/clog v1.7.0
2025-08-20T21:33:17.6069085Z [00:02:11.048]➜  go: downloading sigs.k8s.io/yaml v1.5.0
2025-08-20T21:33:17.6080355Z [00:02:11.049]➜  go: downloading github.com/invopop/jsonschema v0.13.0
2025-08-20T21:33:17.6944074Z [00:02:11.135]➜  go: downloading github.com/ijt/goparsify v0.0.0-20221203142333-3a5276334b8d
2025-08-20T21:33:17.6947189Z [00:02:11.136]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T21:33:17.7106507Z [00:02:11.152]➜  go: downloading chainguard.dev/apko v0.30.5
2025-08-20T21:33:17.7160285Z [00:02:11.157]➜  go: downloading github.com/joho/godotenv v1.5.1
2025-08-20T21:33:17.7215607Z [00:02:11.163]➜  go: downloading github.com/package-url/packageurl-go v0.1.3
2025-08-20T21:33:17.7348436Z [00:02:11.176]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T21:33:17.9289586Z [00:02:11.370]➜  go: downloading github.com/docker/cli v28.3.3+incompatible
2025-08-20T21:33:18.0991101Z [00:02:11.540]➜  go: downloading github.com/docker/docker v28.3.3+incompatible
2025-08-20T21:33:18.5432051Z [00:02:11.984]➜  go: downloading github.com/google/go-containerregistry v0.20.6
2025-08-20T21:33:18.5432611Z [00:02:11.985]➜  go: downloading github.com/opencontainers/image-spec v1.1.1
2025-08-20T21:33:18.5433040Z [00:02:11.985]➜  go: downloading go.opentelemetry.io/otel v1.37.0
2025-08-20T21:33:18.5737855Z [00:02:12.015]➜  go: downloading golang.org/x/sync v0.16.0
2025-08-20T21:33:18.5911694Z [00:02:12.032]➜  go: downloading golang.org/x/time v0.12.0
2025-08-20T21:33:18.6114825Z [00:02:12.053]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T21:33:18.6409899Z [00:02:12.082]➜  go: downloading github.com/in-toto/attestation v1.1.2
2025-08-20T21:33:18.6959268Z [00:02:12.137]➜  go: downloading github.com/google/go-licenses/v2 v2.0.0-alpha.1
2025-08-20T21:33:18.8674136Z [00:02:12.309]➜  go: downloading github.com/google/licenseclassifier/v2 v2.0.0
2025-08-20T21:33:18.8674706Z [00:02:12.309]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T21:33:18.9788529Z [00:02:12.420]➜  go: downloading github.com/charmbracelet/log v0.4.2
2025-08-20T21:33:18.9902567Z [00:02:12.431]➜  go: downloading github.com/klauspost/pgzip v1.2.6
2025-08-20T21:33:18.9918312Z [00:02:12.433]➜  go: downloading github.com/psanford/memfs v0.0.0-20241019191636-4ef911798f9b
2025-08-20T21:33:18.9985226Z [00:02:12.440]➜  go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2025-08-20T21:33:19.0160679Z [00:02:12.457]➜  go: downloading github.com/spdx/tools-golang v0.5.5
2025-08-20T21:33:19.0200443Z [00:02:12.461]➜  go: downloading github.com/moby/moby v28.3.3+incompatible
2025-08-20T21:33:19.0924987Z [00:02:12.534]➜  go: downloading github.com/yookoala/realpath v1.0.0
2025-08-20T21:33:19.1104283Z [00:02:12.552]➜  go: downloading github.com/go-git/go-git/v5 v5.16.2
2025-08-20T21:33:19.2004822Z [00:02:12.642]➜  go: downloading golang.org/x/crypto v0.40.0
2025-08-20T21:33:19.2011599Z [00:02:12.643]➜  go: downloading github.com/zealic/xignore v0.3.3
2025-08-20T21:33:19.2266846Z [00:02:12.668]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T21:33:19.3330386Z [00:02:12.774]➜  go: downloading golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
2025-08-20T21:33:19.3330954Z [00:02:12.774]➜  go: downloading golang.org/x/sys v0.35.0
2025-08-20T21:33:19.4170901Z [00:02:12.858]➜  go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.37.0
2025-08-20T21:33:19.4330992Z [00:02:12.874]➜  go: downloading google.golang.org/protobuf v1.36.7
2025-08-20T21:33:19.5429298Z [00:02:12.984]➜  go: downloading golang.org/x/term v0.33.0
2025-08-20T21:33:19.5561514Z [00:02:12.997]➜  go: downloading go.opentelemetry.io/otel/sdk v1.37.0
2025-08-20T21:33:19.5698704Z [00:02:13.011]➜  go: downloading gopkg.in/ini.v1 v1.67.0
2025-08-20T21:33:19.6120547Z [00:02:13.053]➜  go: downloading github.com/dustin/go-humanize v1.0.1
2025-08-20T21:33:19.6259223Z [00:02:13.067]➜  go: downloading sigs.k8s.io/release-utils v0.12.1
2025-08-20T21:33:19.6264857Z [00:02:13.068]➜  go: downloading mvdan.cc/sh/v3 v3.12.0
2025-08-20T21:33:19.6336558Z [00:02:13.075]➜  go: downloading github.com/chainguard-dev/yam v0.2.29
2025-08-20T21:33:19.6374613Z [00:02:13.079]➜  go: downloading github.com/dprotaso/go-yit v0.0.0-20250513224043-18a80f8f6df4
2025-08-20T21:33:19.6577191Z [00:02:13.099]➜  go: downloading github.com/github/go-spdx/v2 v2.3.3
2025-08-20T21:33:19.6593692Z [00:02:13.101]➜  go: downloading golang.org/x/text v0.27.0
2025-08-20T21:33:19.6681078Z [00:02:13.109]➜  go: downloading github.com/chainguard-dev/go-pkgconfig v0.0.0-20240404163941-6351b37b2a10
2025-08-20T21:33:19.7104067Z [00:02:13.152]➜  go: downloading github.com/wk8/go-ordered-map/v2 v2.1.8
2025-08-20T21:33:19.7128130Z [00:02:13.154]➜  go: downloading go.yaml.in/yaml/v2 v2.4.2
2025-08-20T21:33:19.7490763Z [00:02:13.190]➜  go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.7
2025-08-20T21:33:19.7776033Z [00:02:13.219]➜  go: downloading github.com/spf13/pflag v1.0.6
2025-08-20T21:33:20.1061155Z [00:02:13.547]➜  go: downloading github.com/moby/term v0.5.2
2025-08-20T21:33:20.1061723Z [00:02:13.547]➜  go: downloading github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
2025-08-20T21:33:20.1264159Z [00:02:13.568]➜  go: downloading k8s.io/apimachinery v0.33.3
2025-08-20T21:33:20.1323738Z [00:02:13.574]➜  go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2025-08-20T21:33:20.1474266Z [00:02:13.589]➜  go: downloading github.com/docker/go-connections v0.5.0
2025-08-20T21:33:20.1716741Z [00:02:13.613]➜  go: downloading github.com/docker/go-units v0.5.0
2025-08-20T21:33:20.1864373Z [00:02:13.628]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T21:33:20.6882035Z [00:02:14.129]➜  go: downloading go.yaml.in/yaml/v3 v3.0.3
2025-08-20T21:33:20.6882553Z [00:02:14.129]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T21:33:20.6883014Z [00:02:14.129]➜  go: downloading gotest.tools/v3 v3.5.2
2025-08-20T21:33:20.7085126Z [00:02:14.150]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T21:33:20.7154810Z [00:02:14.157]➜  go: downloading github.com/containerd/errdefs v1.0.0
2025-08-20T21:33:20.7183241Z [00:02:14.160]➜  go: downloading github.com/containerd/errdefs/pkg v0.3.0
2025-08-20T21:33:20.7188366Z [00:02:14.160]➜  go: downloading github.com/distribution/reference v0.6.0
2025-08-20T21:33:20.7188979Z [00:02:14.160]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0
2025-08-20T21:33:20.7257616Z [00:02:14.167]➜  go: downloading go.opentelemetry.io/otel/trace v1.37.0
2025-08-20T21:33:20.7345902Z [00:02:14.176]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T21:33:20.7346410Z [00:02:14.176]➜  go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
2025-08-20T21:33:20.7364653Z [00:02:14.178]➜  go: downloading go.lsp.dev/uri v0.3.0
2025-08-20T21:33:20.7400197Z [00:02:14.181]➜  go: downloading go.step.sm/crypto v0.69.0
2025-08-20T21:33:20.7424100Z [00:02:14.184]➜  go: downloading github.com/u-root/u-root v0.14.0
2025-08-20T21:33:20.7475883Z [00:02:14.189]➜  go: downloading github.com/go-logr/logr v1.4.3
2025-08-20T21:33:20.7476345Z [00:02:14.189]➜  go: downloading go.opentelemetry.io/otel/metric v1.37.0
2025-08-20T21:33:20.7619006Z [00:02:14.202]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T21:33:20.7661921Z [00:02:14.208]➜  go: downloading golang.org/x/tools v0.35.0
2025-08-20T21:33:20.7708653Z [00:02:14.212]➜  go: downloading k8s.io/klog/v2 v2.130.1
2025-08-20T21:33:20.8173860Z [00:02:14.259]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T21:33:20.8227205Z [00:02:14.264]➜  go: downloading github.com/sergi/go-diff v1.4.0
2025-08-20T21:33:20.8314909Z [00:02:14.273]➜  go: downloading github.com/containerd/stargz-snapshotter/estargz v0.16.3
2025-08-20T21:33:20.8483149Z [00:02:14.290]➜  go: downloading github.com/charmbracelet/lipgloss v1.1.0
2025-08-20T21:33:20.8661407Z [00:02:14.307]➜  go: downloading github.com/go-logfmt/logfmt v0.6.0
2025-08-20T21:33:20.8755234Z [00:02:14.317]➜  go: downloading github.com/muesli/termenv v0.16.0
2025-08-20T21:33:20.9043116Z [00:02:14.346]➜  go: downloading dario.cat/mergo v1.0.1
2025-08-20T21:33:20.9082381Z [00:02:14.350]➜  go: downloading github.com/ProtonMail/go-crypto v1.3.0
2025-08-20T21:33:20.9559746Z [00:02:14.397]➜  go: downloading github.com/go-git/go-billy/v5 v5.6.2
2025-08-20T21:33:20.9712854Z [00:02:14.413]➜  go: downloading github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
2025-08-20T21:33:20.9713893Z [00:02:14.413]➜  go: downloading github.com/spf13/afero v1.14.0
2025-08-20T21:33:20.9893261Z [00:02:14.431]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T21:33:20.9993423Z [00:02:14.440]➜  go: downloading github.com/containerd/containerd/v2 v2.1.1
2025-08-20T21:33:21.0710999Z [00:02:14.512]➜  go: downloading github.com/containerd/log v0.1.0
2025-08-20T21:33:21.0820075Z [00:02:14.523]➜  go: downloading chainguard.dev/sdk v0.1.37
2025-08-20T21:33:21.1466872Z [00:02:14.588]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T21:33:21.1723475Z [00:02:14.614]➜  go: downloading google.golang.org/api v0.246.0
2025-08-20T21:33:21.2470554Z [00:02:14.688]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T21:33:21.2883025Z [00:02:14.729]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T21:33:21.2981597Z [00:02:14.739]➜  go: downloading github.com/onsi/ginkgo v1.16.5
2025-08-20T21:33:21.3482440Z [00:02:14.789]➜  go: downloading github.com/onsi/gomega v1.37.0
2025-08-20T21:33:21.4052782Z [00:02:14.847]➜  go: downloading github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
2025-08-20T21:33:21.4773870Z [00:02:14.919]➜  go: downloading github.com/go-quicktest/qt v1.101.0
2025-08-20T21:33:21.5039343Z [00:02:14.945]➜  go: downloading github.com/bahlo/generic-list-go v0.2.0
2025-08-20T21:33:21.5117404Z [00:02:14.953]➜  go: downloading github.com/buger/jsonparser v1.1.1
2025-08-20T21:33:21.5235798Z [00:02:14.965]➜  go: downloading github.com/mailru/easyjson v0.9.0
2025-08-20T21:33:21.5430932Z [00:02:14.984]➜  go: downloading github.com/russross/blackfriday/v2 v2.1.0
2025-08-20T21:33:21.5600187Z [00:02:15.001]➜  go: downloading github.com/creack/pty v1.1.24
2025-08-20T21:33:21.5938621Z [00:02:15.032]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T21:33:21.6097415Z [00:02:15.051]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T21:33:21.6387900Z [00:02:15.080]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0
2025-08-20T21:33:21.6514435Z [00:02:15.093]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0
2025-08-20T21:33:21.6720060Z [00:02:15.113]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T21:33:21.6873539Z [00:02:15.129]➜  go: downloading go.opentelemetry.io/otel/sdk/metric v1.37.0
2025-08-20T21:33:21.7142727Z [00:02:15.156]➜  go: downloading github.com/hashicorp/go-hclog v1.6.3
2025-08-20T21:33:21.7175052Z [00:02:15.159]➜  go: downloading go.opentelemetry.io/auto/sdk v1.1.0
2025-08-20T21:33:21.7338886Z [00:02:15.175]➜  go: downloading go.opencensus.io v0.24.0
2025-08-20T21:33:21.7683879Z [00:02:15.210]➜  go: downloading golang.org/x/net v0.42.0
2025-08-20T21:33:21.7684652Z [00:02:15.210]➜  go: downloading github.com/google/go-replayers/httpreplay v1.2.0
2025-08-20T21:33:21.7941202Z [00:02:15.235]➜  go: downloading github.com/go-jose/go-jose/v3 v3.0.4
2025-08-20T21:33:21.8181812Z [00:02:15.259]➜  go: downloading github.com/vbatts/tar-split v0.12.1
2025-08-20T21:33:21.8416044Z [00:02:15.283]➜  go: downloading github.com/charmbracelet/x/ansi v0.8.0
2025-08-20T21:33:21.8611428Z [00:02:15.302]➜  go: downloading github.com/charmbracelet/x/cellbuf v0.0.13
2025-08-20T21:33:21.8726943Z [00:02:15.314]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T21:33:21.9055812Z [00:02:15.347]➜  go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
2025-08-20T21:33:21.9137250Z [00:02:15.355]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T21:33:21.9180271Z [00:02:15.359]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T21:33:21.9314801Z [00:02:15.373]➜  go: downloading github.com/cyphar/filepath-securejoin v0.4.1
2025-08-20T21:33:21.9461737Z [00:02:15.387]➜  go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
2025-08-20T21:33:21.9558397Z [00:02:15.397]➜  go: downloading github.com/pjbgf/sha1cd v0.3.2
2025-08-20T21:33:21.9668891Z [00:02:15.408]➜  go: downloading github.com/emirpasic/gods v1.18.1
2025-08-20T21:33:21.9989688Z [00:02:15.440]➜  go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
2025-08-20T21:33:22.0114570Z [00:02:15.453]➜  go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
2025-08-20T21:33:22.0388134Z [00:02:15.480]➜  go: downloading github.com/elazarl/goproxy v1.7.2
2025-08-20T21:33:22.0833509Z [00:02:15.525]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T21:33:22.0949546Z [00:02:15.536]➜  go: downloading google.golang.org/grpc v1.74.2
2025-08-20T21:33:22.1008789Z [00:02:15.542]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
2025-08-20T21:33:22.1462605Z [00:02:15.588]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T21:33:22.1907713Z [00:02:15.632]➜  go: downloading github.com/docker/distribution v2.8.3+incompatible
2025-08-20T21:33:22.2906944Z [00:02:15.732]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T21:33:22.3232458Z [00:02:15.765]➜  go: downloading github.com/rogpeppe/go-internal v1.14.1
2025-08-20T21:33:22.3537431Z [00:02:15.795]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T21:33:22.3732206Z [00:02:15.815]➜  go: downloading github.com/moby/sys/atomicwriter v0.1.0
2025-08-20T21:33:22.3929258Z [00:02:15.834]➜  go: downloading github.com/morikuni/aec v1.0.0
2025-08-20T21:33:22.4187911Z [00:02:15.860]➜  go: downloading go.opentelemetry.io/proto/otlp v1.6.0
2025-08-20T21:33:22.4494666Z [00:02:15.891]➜  go: downloading github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701
2025-08-20T21:33:22.4660828Z [00:02:15.907]➜  go: downloading golang.org/x/mod v0.26.0
2025-08-20T21:33:22.4971873Z [00:02:15.938]➜  go: downloading github.com/fatih/color v1.18.0
2025-08-20T21:33:22.5073193Z [00:02:15.949]➜  go: downloading github.com/mattn/go-colorable v0.1.14
2025-08-20T21:33:22.5170410Z [00:02:15.958]➜  go: downloading filippo.io/edwards25519 v1.1.0
2025-08-20T21:33:22.5302129Z [00:02:15.972]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T21:33:22.5429380Z [00:02:15.983]➜  go: downloading github.com/charmbracelet/colorprofile v0.3.0
2025-08-20T21:33:22.5483281Z [00:02:15.990]➜  go: downloading github.com/charmbracelet/x/term v0.2.1
2025-08-20T21:33:22.5514239Z [00:02:15.993]➜  go: downloading github.com/cloudflare/circl v1.6.1
2025-08-20T21:33:22.7751545Z [00:02:16.216]➜  go: downloading gopkg.in/warnings.v0 v0.1.2
2025-08-20T21:33:22.7752430Z [00:02:16.217]➜  go: downloading github.com/kevinburke/ssh_config v1.2.0
2025-08-20T21:33:22.7844702Z [00:02:16.226]➜  go: downloading github.com/skeema/knownhosts v1.3.1
2025-08-20T21:33:22.7875309Z [00:02:16.229]➜  go: downloading github.com/xanzy/ssh-agent v0.3.3
2025-08-20T21:33:22.7957048Z [00:02:16.237]➜  go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
2025-08-20T21:33:22.7961931Z [00:02:16.237]➜  go: downloading github.com/gliderlabs/ssh v0.3.8
2025-08-20T21:33:22.8150964Z [00:02:16.256]➜  go: downloading chainguard.dev/go-grpc-kit v0.17.11
2025-08-20T21:33:22.8173648Z [00:02:16.259]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1
2025-08-20T21:33:22.8715462Z [00:02:16.313]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822
2025-08-20T21:33:22.8948546Z [00:02:16.336]➜  go: downloading github.com/nxadm/tail v1.4.11
2025-08-20T21:33:22.9119884Z [00:02:16.353]➜  go: downloading github.com/moby/sys/sequential v0.6.0
2025-08-20T21:33:22.9121552Z [00:02:16.353]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T21:33:22.9164350Z [00:02:16.358]➜  go: downloading github.com/pierrec/lz4/v4 v4.1.22
2025-08-20T21:33:22.9285071Z [00:02:16.370]➜  go: downloading github.com/google/martian/v3 v3.3.3
2025-08-20T21:33:22.9660665Z [00:02:16.407]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T21:33:22.9661339Z [00:02:16.407]➜  go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
2025-08-20T21:33:22.9763515Z [00:02:16.418]➜  go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
2025-08-20T21:33:22.9831013Z [00:02:16.424]➜  go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99
2025-08-20T21:33:22.9978990Z [00:02:16.438]➜  go: downloading github.com/kelseyhightower/envconfig v1.4.0
2025-08-20T21:33:23.0021492Z [00:02:16.443]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0
2025-08-20T21:33:23.0149915Z [00:02:16.456]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0
2025-08-20T21:33:23.0263371Z [00:02:16.468]➜  go: downloading github.com/docker/docker-credential-helpers v0.9.3
2025-08-20T21:33:23.0409342Z [00:02:16.482]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T21:33:23.0583211Z [00:02:16.500]➜  go: downloading github.com/prometheus/client_golang v1.22.0
2025-08-20T21:33:23.0966384Z [00:02:16.538]➜  go: downloading github.com/prometheus/client_model v0.6.2
2025-08-20T21:33:23.1094720Z [00:02:16.551]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T21:33:23.1387043Z [00:02:16.580]➜  go: downloading github.com/fsnotify/fsnotify v1.9.0
2025-08-20T21:33:23.1672547Z [00:02:16.608]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T21:33:23.1783018Z [00:02:16.619]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T21:33:23.1887048Z [00:02:16.630]➜  go: downloading github.com/prometheus/common v0.63.0
2025-08-20T21:33:23.2155656Z [00:02:16.657]➜  go: downloading github.com/prometheus/procfs v0.16.0
2025-08-20T21:33:23.2965652Z [00:02:16.738]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T21:33:23.3171328Z [00:02:16.758]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T21:33:23.4539191Z [00:02:16.895]➜  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
2025-08-20T21:33:23.4541110Z [00:02:16.896]➜  go: downloading cloud.google.com/go/compute/metadata v0.7.0
2025-08-20T21:33:23.4542057Z [00:02:16.896]➜  go: downloading cloud.google.com/go/auth v0.16.3
2025-08-20T21:33:23.4872166Z [00:02:16.928]➜  go: downloading github.com/google/s2a-go v0.1.9
2025-08-20T21:33:23.4874489Z [00:02:16.929]➜  go: downloading github.com/googleapis/gax-go/v2 v2.15.0
2025-08-20T21:33:23.5080024Z [00:02:16.949]➜  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
2025-08-20T21:33:23.9308341Z [00:02:17.372]➜  + go generate ./...
2025-08-20T21:33:46.9562614Z [00:02:40.398]➜  Wrote README.md
2025-08-20T21:33:46.9564556Z [00:02:40.398]➜  Wrote R/README.md
2025-08-20T21:33:46.9569660Z [00:02:40.398]➜  Wrote autoconf/README.md
2025-08-20T21:33:46.9573507Z [00:02:40.399]➜  Wrote cargo/README.md
2025-08-20T21:33:46.9579095Z [00:02:40.399]➜  Wrote cmake/README.md
2025-08-20T21:33:46.9599113Z [00:02:40.401]➜  Wrote go/README.md
2025-08-20T21:33:46.9603568Z [00:02:40.402]➜  Wrote llvm/README.md
2025-08-20T21:33:46.9607919Z [00:02:40.402]➜  Wrote maven/README.md
2025-08-20T21:33:46.9613469Z [00:02:40.403]➜  Wrote meson/README.md
2025-08-20T21:33:46.9617136Z [00:02:40.403]➜  Wrote npm/README.md
2025-08-20T21:33:46.9621128Z [00:02:40.404]➜  Wrote pecl/README.md
2025-08-20T21:33:46.9624191Z [00:02:40.404]➜  Wrote perl/README.md
2025-08-20T21:33:46.9632352Z [00:02:40.405]➜  Wrote python/README.md
2025-08-20T21:33:46.9637968Z [00:02:40.405]➜  Wrote ruby/README.md
2025-08-20T21:33:46.9647683Z [00:02:40.406]➜  Wrote split/README.md
2025-08-20T21:33:46.9655809Z [00:02:40.407]➜  Wrote xcover/README.md
2025-08-20T21:33:56.5263936Z [00:02:49.968]➜  2025/08/20 21:33:56 WARN git repository URL for build config not provided
2025-08-20T21:33:56.5264911Z [00:02:49.968]➜  2025/08/20 21:33:56 INFO melange version  with runner bubblewrap building ./testdata/ld-so-conf-d-test.yaml at commit f347dd6fcdd7c489eb56c484ae3707fc654569d9 for arches [amd64]
2025-08-20T21:33:56.5271724Z [00:02:49.968]➜  2025/08/20 21:33:56 WARN cannot use bubblewrap for containers: bwrap not found on $PATH arch=x86_64
2025-08-20T21:33:56.5278959Z [00:02:49.969]➜  2025/08/20 21:33:56 ERRO unable to run containers using bubblewrap, specify --runner and one of [bubblewrap docker qemu]
2025-08-20T21:33:56.5286252Z [00:02:49.970]➜  exit status 1
2025-08-20T21:33:56.5598348Z [00:02:50.001]➜  pkg/sca/sca_test.go:15: running "go": exit status 1
2025-08-20T21:33:56.5623767Z [00:02:50.004]➜  + go build -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/melange
2025-08-20T21:33:56.5648366Z [00:02:50.006]➜  WORK=/tmp/go-build1238918229
2025-08-20T21:33:56.6531334Z [00:02:50.094]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.6531760Z [00:02:50.094]➜  git status --porcelain
2025-08-20T21:33:56.6726949Z [00:02:50.114]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.6728345Z [00:02:50.114]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T21:33:56.6742043Z [00:02:50.116]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO; git config extensions.objectformat
2025-08-20T21:33:56.6752766Z [00:02:50.117]➜  0.001s # cd /tmp/tmp.GtiBzZBBNH/TEMPREPO; git config extensions.objectformat
2025-08-20T21:33:56.6754099Z [00:02:50.117]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' f347dd6fcdd7c489eb56c484ae3707fc654569d9 --
2025-08-20T21:33:56.6788856Z [00:02:50.120]➜  0.004s # cd /tmp/tmp.GtiBzZBBNH/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' f347dd6fcdd7c489eb56c484ae3707fc654569d9 --
2025-08-20T21:33:56.6790534Z [00:02:50.120]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged f347dd6fcdd7c489eb56c484ae3707fc654569d9
2025-08-20T21:33:56.7137741Z [00:02:50.155]➜  0.035s # cd /tmp/tmp.GtiBzZBBNH/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged f347dd6fcdd7c489eb56c484ae3707fc654569d9
2025-08-20T21:33:56.7138780Z [00:02:50.155]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' f347dd6fcdd7 --
2025-08-20T21:33:56.7161767Z [00:02:50.157]➜  0.002s # cd /tmp/tmp.GtiBzZBBNH/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' f347dd6fcdd7 --
2025-08-20T21:33:56.7162726Z [00:02:50.158]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO; git cat-file blob f347dd6fcdd7c489eb56c484ae3707fc654569d9:go.mod
2025-08-20T21:33:56.7178863Z [00:02:50.159]➜  0.002s # cd /tmp/tmp.GtiBzZBBNH/TEMPREPO; git cat-file blob f347dd6fcdd7c489eb56c484ae3707fc654569d9:go.mod
2025-08-20T21:33:56.7240877Z [00:02:50.165]➜  internal/goarch
2025-08-20T21:33:56.7241231Z [00:02:50.165]➜  mkdir -p $WORK/b008/
2025-08-20T21:33:56.7241504Z [00:02:50.165]➜  internal/byteorder
2025-08-20T21:33:56.7241767Z [00:02:50.165]➜  mkdir -p $WORK/b014/
2025-08-20T21:33:56.7242159Z [00:02:50.166]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T21:33:56.7249982Z [00:02:50.166]➜  internal/unsafeheader
2025-08-20T21:33:56.7250320Z [00:02:50.166]➜  mkdir -p $WORK/b010/
2025-08-20T21:33:56.7250672Z [00:02:50.166]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T21:33:56.7251036Z [00:02:50.166]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.7252944Z [00:02:50.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b008=>" -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/b008/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-20T21:33:56.7259723Z [00:02:50.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b014=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T21:33:56.7261198Z [00:02:50.166]➜  echo '# import config' > $WORK/b010/importcfg # internal
2025-08-20T21:33:56.7262913Z [00:02:50.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b010=>" -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/b010/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T21:33:56.7275357Z [00:02:50.169]➜  internal/cpu
2025-08-20T21:33:56.7275675Z [00:02:50.169]➜  mkdir -p $WORK/b013/
2025-08-20T21:33:56.7276361Z [00:02:50.169]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T21:33:56.7276744Z [00:02:50.169]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:33:56.7277920Z [00:02:50.169]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b013/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T21:33:56.7297432Z [00:02:50.171]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T21:33:56.7299985Z [00:02:50.171]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.7302305Z [00:02:50.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b013=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/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-20T21:33:56.7364391Z [00:02:50.178]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T21:33:56.7365040Z [00:02:50.178]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T21:33:56.7369919Z [00:02:50.178]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T21:33:56.7372181Z [00:02:50.179]➜  internal/coverage/rtcov
2025-08-20T21:33:56.7373316Z [00:02:50.179]➜  mkdir -p $WORK/b016/
2025-08-20T21:33:56.7376210Z [00:02:50.179]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T21:33:56.7379547Z [00:02:50.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b016=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T21:33:56.7387620Z [00:02:50.180]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T21:33:56.7395412Z [00:02:50.181]➜  internal/abi
2025-08-20T21:33:56.7399133Z [00:02:50.181]➜  mkdir -p $WORK/b007/
2025-08-20T21:33:56.7399478Z [00:02:50.181]➜  echo -n > $WORK/b007/go_asm.h # internal
2025-08-20T21:33:56.7399799Z [00:02:50.181]➜  cd /root/.go/src/internal/abi
2025-08-20T21:33:56.7400834Z [00:02:50.181]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b007=>" -I $WORK/b007/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b007/symabis ./abi_test.s ./stub.s
2025-08-20T21:33:56.7415285Z [00:02:50.183]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T21:33:56.7421744Z [00:02:50.183]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T21:33:56.7422316Z [00:02:50.183]➜  internal/godebugs
2025-08-20T21:33:56.7423863Z [00:02:50.184]➜  mkdir -p $WORK/b017/
2025-08-20T21:33:56.7426480Z [00:02:50.184]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T21:33:56.7430091Z [00:02:50.184]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.7433235Z [00:02:50.185]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b017=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T21:33:56.7449656Z [00:02:50.186]➜  cat >/tmp/go-build1238918229/b007/importcfg << 'EOF' # internal
2025-08-20T21:33:56.7450145Z [00:02:50.186]➜  # import config
2025-08-20T21:33:56.7450525Z [00:02:50.186]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:56.7450871Z [00:02:50.186]➜  EOF
2025-08-20T21:33:56.7454439Z [00:02:50.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b007=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b007/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack -asmhdr $WORK/b007/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-20T21:33:56.7538513Z [00:02:50.195]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:33:56.7542107Z [00:02:50.195]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/cpu.o ./cpu.s
2025-08-20T21:33:56.7546447Z [00:02:50.196]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T21:33:56.7549801Z [00:02:50.196]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T21:33:56.7615052Z [00:02:50.203]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T21:33:56.7618681Z [00:02:50.203]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/cpu_arm64.o ./cpu_arm64.s
2025-08-20T21:33:56.7620379Z [00:02:50.203]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T21:33:56.7621626Z [00:02:50.203]➜  internal/goos
2025-08-20T21:33:56.7621919Z [00:02:50.203]➜  mkdir -p $WORK/b019/
2025-08-20T21:33:56.7622198Z [00:02:50.203]➜  internal/goexperiment
2025-08-20T21:33:56.7622467Z [00:02:50.203]➜  mkdir -p $WORK/b018/
2025-08-20T21:33:56.7622812Z [00:02:50.203]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T21:33:56.7623174Z [00:02:50.203]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.7624968Z [00:02:50.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b019=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/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-20T21:33:56.7626566Z [00:02:50.203]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T21:33:56.7633165Z [00:02:50.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b018=>" -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/b018/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-20T21:33:56.7642946Z [00:02:50.206]➜  cd /root/.go/src/internal/cpu
2025-08-20T21:33:56.7645663Z [00:02:50.206]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/cpu.o $WORK/b013/cpu_arm64.o # internal
2025-08-20T21:33:56.7647071Z [00:02:50.206]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T21:33:56.7648249Z [00:02:50.206]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T21:33:56.7664609Z [00:02:50.208]➜  internal/bytealg
2025-08-20T21:33:56.7664926Z [00:02:50.208]➜  mkdir -p $WORK/b012/
2025-08-20T21:33:56.7665247Z [00:02:50.208]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T21:33:56.7665580Z [00:02:50.208]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:33:56.7666929Z [00:02:50.208]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b012/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T21:33:56.7718609Z [00:02:50.213]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T21:33:56.7719831Z [00:02:50.213]➜  cat >/tmp/go-build1238918229/b012/importcfg << 'EOF' # internal
2025-08-20T21:33:56.7720218Z [00:02:50.213]➜  # import config
2025-08-20T21:33:56.7724100Z [00:02:50.213]➜  packagefile internal/cpu=/tmp/go-build1238918229/b013/_pkg_.a
2025-08-20T21:33:56.7724703Z [00:02:50.213]➜  EOF
2025-08-20T21:33:56.7724963Z [00:02:50.213]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.7732284Z [00:02:50.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -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/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-20T21:33:56.7735435Z [00:02:50.214]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T21:33:56.7735977Z [00:02:50.214]➜  internal/chacha8rand
2025-08-20T21:33:56.7736244Z [00:02:50.214]➜  mkdir -p $WORK/b015/
2025-08-20T21:33:56.7736551Z [00:02:50.214]➜  echo -n > $WORK/b015/go_asm.h # internal
2025-08-20T21:33:56.7736886Z [00:02:50.214]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:33:56.7738442Z [00:02:50.214]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b015=>" -I $WORK/b015/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b015/symabis ./chacha8_arm64.s
2025-08-20T21:33:56.7765131Z [00:02:50.218]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T21:33:56.7765877Z [00:02:50.218]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T21:33:56.7766559Z [00:02:50.218]➜  cat >/tmp/go-build1238918229/b015/importcfg << 'EOF' # internal
2025-08-20T21:33:56.7766909Z [00:02:50.218]➜  # import config
2025-08-20T21:33:56.7770980Z [00:02:50.218]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:33:56.7771500Z [00:02:50.218]➜  packagefile internal/cpu=/tmp/go-build1238918229/b013/_pkg_.a
2025-08-20T21:33:56.7771976Z [00:02:50.218]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:56.7772321Z [00:02:50.218]➜  EOF
2025-08-20T21:33:56.7772562Z [00:02:50.218]➜  internal/profilerecord
2025-08-20T21:33:56.7772838Z [00:02:50.218]➜  mkdir -p $WORK/b020/
2025-08-20T21:33:56.7773127Z [00:02:50.218]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.7775103Z [00:02:50.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b015=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b015/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack -asmhdr $WORK/b015/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T21:33:56.7777358Z [00:02:50.218]➜  echo '# import config' > $WORK/b020/importcfg # internal
2025-08-20T21:33:56.7779308Z [00:02:50.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b020=>" -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/b020/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T21:33:56.7853445Z [00:02:50.227]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T21:33:56.7858467Z [00:02:50.227]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T21:33:56.7863145Z [00:02:50.228]➜  internal/runtime/atomic
2025-08-20T21:33:56.7864534Z [00:02:50.228]➜  mkdir -p $WORK/b021/
2025-08-20T21:33:56.7868828Z [00:02:50.228]➜  echo -n > $WORK/b021/go_asm.h # internal
2025-08-20T21:33:56.7873576Z [00:02:50.229]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:33:56.7878122Z [00:02:50.229]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b021=>" -I $WORK/b021/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b021/symabis ./atomic_arm64.s
2025-08-20T21:33:56.7918980Z [00:02:50.233]➜  cat >/tmp/go-build1238918229/b021/importcfg << 'EOF' # internal
2025-08-20T21:33:56.7922346Z [00:02:50.233]➜  # import config
2025-08-20T21:33:56.7922740Z [00:02:50.233]➜  packagefile internal/cpu=/tmp/go-build1238918229/b013/_pkg_.a
2025-08-20T21:33:56.7923261Z [00:02:50.233]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:56.7923613Z [00:02:50.233]➜  EOF
2025-08-20T21:33:56.7923866Z [00:02:50.233]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.7928757Z [00:02:50.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b021=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b021/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack -asmhdr $WORK/b021/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-20T21:33:56.7976371Z [00:02:50.239]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:33:56.7981921Z [00:02:50.239]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/compare_arm64.o ./compare_arm64.s
2025-08-20T21:33:56.8010156Z [00:02:50.242]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:33:56.8012260Z [00:02:50.242]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b015=>" -I $WORK/b015/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b015/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T21:33:56.8034258Z [00:02:50.245]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:33:56.8038568Z [00:02:50.245]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/count_arm64.o ./count_arm64.s
2025-08-20T21:33:56.8109514Z [00:02:50.250]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T21:33:56.8111295Z [00:02:50.253]➜  go tool pack r $WORK/b015/_pkg_.a $WORK/b015/chacha8_arm64.o # internal
2025-08-20T21:33:56.8112170Z [00:02:50.253]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T21:33:56.8113195Z [00:02:50.253]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T21:33:56.8114914Z [00:02:50.253]➜  internal/runtime/math
2025-08-20T21:33:56.8115249Z [00:02:50.253]➜  mkdir -p $WORK/b024/
2025-08-20T21:33:56.8115640Z [00:02:50.253]➜  cat >/tmp/go-build1238918229/b024/importcfg << 'EOF' # internal
2025-08-20T21:33:56.8115990Z [00:02:50.253]➜  # import config
2025-08-20T21:33:56.8116360Z [00:02:50.253]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:56.8116729Z [00:02:50.253]➜  EOF
2025-08-20T21:33:56.8116973Z [00:02:50.253]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.8118808Z [00:02:50.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b024=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T21:33:56.8120298Z [00:02:50.253]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:33:56.8121342Z [00:02:50.253]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/equal_arm64.o ./equal_arm64.s
2025-08-20T21:33:56.8203029Z [00:02:50.262]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/index_arm64.o ./index_arm64.s
2025-08-20T21:33:56.8213049Z [00:02:50.263]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T21:33:56.8217987Z [00:02:50.263]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T21:33:56.8219430Z [00:02:50.263]➜  internal/runtime/strconv
2025-08-20T21:33:56.8220790Z [00:02:50.263]➜  mkdir -p $WORK/b023/
2025-08-20T21:33:56.8223364Z [00:02:50.264]➜  cat >/tmp/go-build1238918229/b023/importcfg << 'EOF' # internal
2025-08-20T21:33:56.8224436Z [00:02:50.264]➜  # import config
2025-08-20T21:33:56.8225281Z [00:02:50.264]➜  packagefile internal/runtime/math=/tmp/go-build1238918229/b024/_pkg_.a
2025-08-20T21:33:56.8226453Z [00:02:50.264]➜  EOF
2025-08-20T21:33:56.8226792Z [00:02:50.264]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.8229032Z [00:02:50.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b023=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T21:33:56.8264770Z [00:02:50.268]➜  cd /root/.go/src/internal/bytealg
2025-08-20T21:33:56.8266306Z [00:02:50.268]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T21:33:56.8362918Z [00:02:50.278]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/compare_arm64.o $WORK/b012/count_arm64.o $WORK/b012/equal_arm64.o $WORK/b012/index_arm64.o $WORK/b012/indexbyte_arm64.o # internal
2025-08-20T21:33:56.8372533Z [00:02:50.279]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T21:33:56.8374799Z [00:02:50.279]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T21:33:56.8376779Z [00:02:50.279]➜  internal/runtime/syscall
2025-08-20T21:33:56.8377647Z [00:02:50.279]➜  mkdir -p $WORK/b025/
2025-08-20T21:33:56.8378061Z [00:02:50.279]➜  echo -n > $WORK/b025/go_asm.h # internal
2025-08-20T21:33:56.8378441Z [00:02:50.279]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:33:56.8379664Z [00:02:50.279]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b025=>" -I $WORK/b025/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b025/symabis ./asm_linux_arm64.s
2025-08-20T21:33:56.8430375Z [00:02:50.284]➜  cat >/tmp/go-build1238918229/b025/importcfg << 'EOF' # internal
2025-08-20T21:33:56.8430787Z [00:02:50.284]➜  # import config
2025-08-20T21:33:56.8431169Z [00:02:50.284]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:56.8431521Z [00:02:50.284]➜  EOF
2025-08-20T21:33:56.8431769Z [00:02:50.284]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.8434112Z [00:02:50.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b025=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b025/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack -asmhdr $WORK/b025/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-20T21:33:56.8436134Z [00:02:50.285]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T21:33:56.8439172Z [00:02:50.285]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T21:33:56.8441830Z [00:02:50.286]➜  internal/runtime/gc
2025-08-20T21:33:56.8442749Z [00:02:50.286]➜  mkdir -p $WORK/b027/
2025-08-20T21:33:56.8447895Z [00:02:50.286]➜  cat >/tmp/go-build1238918229/b027/importcfg << 'EOF' # internal
2025-08-20T21:33:56.8448347Z [00:02:50.286]➜  # import config
2025-08-20T21:33:56.8449111Z [00:02:50.286]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:56.8449523Z [00:02:50.286]➜  EOF
2025-08-20T21:33:56.8451548Z [00:02:50.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b027=>" -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/b027/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-20T21:33:56.8483124Z [00:02:50.290]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T21:33:56.8484385Z [00:02:50.290]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b021=>" -I $WORK/b021/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b021/atomic_arm64.o ./atomic_arm64.s
2025-08-20T21:33:56.8544832Z [00:02:50.296]➜  go tool pack r $WORK/b021/_pkg_.a $WORK/b021/atomic_arm64.o # internal
2025-08-20T21:33:56.8545343Z [00:02:50.296]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T21:33:56.8556642Z [00:02:50.297]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T21:33:56.8571742Z [00:02:50.299]➜  internal/runtime/exithook
2025-08-20T21:33:56.8572613Z [00:02:50.299]➜  mkdir -p $WORK/b026/
2025-08-20T21:33:56.8573866Z [00:02:50.299]➜  cat >/tmp/go-build1238918229/b026/importcfg << 'EOF' # internal
2025-08-20T21:33:56.8574790Z [00:02:50.299]➜  # import config
2025-08-20T21:33:56.8575598Z [00:02:50.299]➜  packagefile internal/runtime/atomic=/tmp/go-build1238918229/b021/_pkg_.a
2025-08-20T21:33:56.8576045Z [00:02:50.299]➜  EOF
2025-08-20T21:33:56.8576314Z [00:02:50.299]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.8578910Z [00:02:50.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b026=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T21:33:56.8649929Z [00:02:50.306]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:33:56.8651214Z [00:02:50.306]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b025=>" -I $WORK/b025/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b025/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:33:56.8652301Z [00:02:50.306]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T21:33:56.8655883Z [00:02:50.307]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T21:33:56.8658722Z [00:02:50.307]➜  internal/asan
2025-08-20T21:33:56.8659062Z [00:02:50.307]➜  mkdir -p $WORK/b029/
2025-08-20T21:33:56.8662975Z [00:02:50.308]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T21:33:56.8664782Z [00:02:50.308]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.8667264Z [00:02:50.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b029=>" -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/b029/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T21:33:56.8730633Z [00:02:50.314]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T21:33:56.8731500Z [00:02:50.314]➜  go tool pack r $WORK/b025/_pkg_.a $WORK/b025/asm_linux_arm64.o # internal
2025-08-20T21:33:56.8732046Z [00:02:50.314]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T21:33:56.8732832Z [00:02:50.314]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T21:33:56.8733423Z [00:02:50.314]➜  internal/runtime/cgroup
2025-08-20T21:33:56.8733702Z [00:02:50.314]➜  mkdir -p $WORK/b022/
2025-08-20T21:33:56.8734090Z [00:02:50.314]➜  cat >/tmp/go-build1238918229/b022/importcfg << 'EOF' # internal
2025-08-20T21:33:56.8734435Z [00:02:50.314]➜  # import config
2025-08-20T21:33:56.8734808Z [00:02:50.314]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:56.8735329Z [00:02:50.314]➜  packagefile internal/runtime/strconv=/tmp/go-build1238918229/b023/_pkg_.a
2025-08-20T21:33:56.8735878Z [00:02:50.314]➜  packagefile internal/runtime/syscall=/tmp/go-build1238918229/b025/_pkg_.a
2025-08-20T21:33:56.8737194Z [00:02:50.314]➜  EOF
2025-08-20T21:33:56.8738194Z [00:02:50.314]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.8740386Z [00:02:50.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b022=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/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-20T21:33:56.8744807Z [00:02:50.316]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T21:33:56.8751986Z [00:02:50.317]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T21:33:56.8759334Z [00:02:50.317]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T21:33:56.8761483Z [00:02:50.318]➜  internal/msan
2025-08-20T21:33:56.8761762Z [00:02:50.318]➜  mkdir -p $WORK/b030/
2025-08-20T21:33:56.8762122Z [00:02:50.318]➜  echo '# import config' > $WORK/b030/importcfg # internal
2025-08-20T21:33:56.8763832Z [00:02:50.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b030=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T21:33:56.8765587Z [00:02:50.318]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T21:33:56.8766125Z [00:02:50.318]➜  internal/runtime/sys
2025-08-20T21:33:56.8766392Z [00:02:50.318]➜  mkdir -p $WORK/b032/
2025-08-20T21:33:56.8775844Z [00:02:50.319]➜  echo -n > $WORK/b032/go_asm.h # internal
2025-08-20T21:33:56.8777897Z [00:02:50.319]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:33:56.8779143Z [00:02:50.319]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b032=>" -I $WORK/b032/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b032/symabis ./dit_arm64.s ./empty.s
2025-08-20T21:33:56.8800005Z [00:02:50.321]➜  cd /root/.go/src/internal/abi
2025-08-20T21:33:56.8801676Z [00:02:50.321]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b007=>" -I $WORK/b007/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b007/abi_test.o ./abi_test.s
2025-08-20T21:33:56.8820874Z [00:02:50.323]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b007=>" -I $WORK/b007/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b007/stub.o ./stub.s
2025-08-20T21:33:56.8823329Z [00:02:50.324]➜  cat >/tmp/go-build1238918229/b032/importcfg << 'EOF' # internal
2025-08-20T21:33:56.8824192Z [00:02:50.324]➜  # import config
2025-08-20T21:33:56.8824624Z [00:02:50.324]➜  packagefile internal/cpu=/tmp/go-build1238918229/b013/_pkg_.a
2025-08-20T21:33:56.8825118Z [00:02:50.324]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:56.8825622Z [00:02:50.324]➜  packagefile internal/goos=/tmp/go-build1238918229/b019/_pkg_.a
2025-08-20T21:33:56.8825960Z [00:02:50.324]➜  EOF
2025-08-20T21:33:56.8826207Z [00:02:50.324]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.8829304Z [00:02:50.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b032=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b032/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack -asmhdr $WORK/b032/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-20T21:33:56.8859385Z [00:02:50.327]➜  cd /root/.go/src/internal/abi
2025-08-20T21:33:56.8860587Z [00:02:50.327]➜  go tool pack r $WORK/b007/_pkg_.a $WORK/b007/abi_test.o $WORK/b007/stub.o # internal
2025-08-20T21:33:56.8861115Z [00:02:50.327]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T21:33:56.8877134Z [00:02:50.329]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T21:33:56.8880164Z [00:02:50.329]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T21:33:56.8880821Z [00:02:50.329]➜  internal/stringslite
2025-08-20T21:33:56.8881462Z [00:02:50.330]➜  mkdir -p $WORK/b033/
2025-08-20T21:33:56.8885530Z [00:02:50.330]➜  cat >/tmp/go-build1238918229/b033/importcfg << 'EOF' # internal
2025-08-20T21:33:56.8886914Z [00:02:50.330]➜  # import config
2025-08-20T21:33:56.8888008Z [00:02:50.330]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:56.8888985Z [00:02:50.330]➜  EOF
2025-08-20T21:33:56.8889684Z [00:02:50.330]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.8892775Z [00:02:50.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b033=>" -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/b033/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T21:33:56.8940018Z [00:02:50.334]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T21:33:56.8940609Z [00:02:50.334]➜  internal/race
2025-08-20T21:33:56.8940863Z [00:02:50.334]➜  mkdir -p $WORK/b031/
2025-08-20T21:33:56.8941236Z [00:02:50.334]➜  cat >/tmp/go-build1238918229/b031/importcfg << 'EOF' # internal
2025-08-20T21:33:56.8941579Z [00:02:50.334]➜  # import config
2025-08-20T21:33:56.8941938Z [00:02:50.334]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:33:56.8942282Z [00:02:50.334]➜  EOF
2025-08-20T21:33:56.8946795Z [00:02:50.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b031=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T21:33:56.9038995Z [00:02:50.345]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:33:56.9040896Z [00:02:50.345]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b032=>" -I $WORK/b032/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b032/dit_arm64.o ./dit_arm64.s
2025-08-20T21:33:56.9068407Z [00:02:50.348]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T21:33:56.9085514Z [00:02:50.350]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T21:33:56.9086734Z [00:02:50.350]➜  internal/trace/tracev2
2025-08-20T21:33:56.9087754Z [00:02:50.350]➜  mkdir -p $WORK/b034/
2025-08-20T21:33:56.9091247Z [00:02:50.351]➜  echo '# import config' > $WORK/b034/importcfg # internal
2025-08-20T21:33:56.9092714Z [00:02:50.351]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.9095345Z [00:02:50.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b034=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/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-20T21:33:56.9102632Z [00:02:50.351]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T21:33:56.9103355Z [00:02:50.351]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T21:33:56.9103899Z [00:02:50.352]➜  sync/atomic
2025-08-20T21:33:56.9104148Z [00:02:50.352]➜  mkdir -p $WORK/b038/
2025-08-20T21:33:56.9104621Z [00:02:50.352]➜  echo -n > $WORK/b038/go_asm.h # internal
2025-08-20T21:33:56.9104957Z [00:02:50.352]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:33:56.9107641Z [00:02:50.352]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b038/symabis ./asm.s
2025-08-20T21:33:56.9110193Z [00:02:50.352]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:33:56.9112276Z [00:02:50.353]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b032=>" -I $WORK/b032/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b032/empty.o ./empty.s
2025-08-20T21:33:56.9131876Z [00:02:50.355]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T21:33:56.9138657Z [00:02:50.355]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T21:33:56.9139247Z [00:02:50.355]➜  internal/synctest
2025-08-20T21:33:56.9139720Z [00:02:50.355]➜  mkdir -p $WORK/b039/
2025-08-20T21:33:56.9142064Z [00:02:50.356]➜  cat >/tmp/go-build1238918229/b039/importcfg << 'EOF' # internal
2025-08-20T21:33:56.9142418Z [00:02:50.356]➜  # import config
2025-08-20T21:33:56.9143525Z [00:02:50.356]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:33:56.9144115Z [00:02:50.356]➜  EOF
2025-08-20T21:33:56.9150766Z [00:02:50.357]➜  echo '# import config' > $WORK/b038/importcfg # internal
2025-08-20T21:33:56.9151530Z [00:02:50.357]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.9154112Z [00:02:50.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b038=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -goversion go1.25.0 -symabis $WORK/b038/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack -asmhdr $WORK/b038/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-20T21:33:56.9157645Z [00:02:50.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b039=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T21:33:56.9162479Z [00:02:50.358]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T21:33:56.9163246Z [00:02:50.358]➜  go tool pack r $WORK/b032/_pkg_.a $WORK/b032/dit_arm64.o $WORK/b032/empty.o # internal
2025-08-20T21:33:56.9163739Z [00:02:50.358]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T21:33:56.9164402Z [00:02:50.358]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T21:33:56.9170223Z [00:02:50.358]➜  internal/runtime/maps
2025-08-20T21:33:56.9171856Z [00:02:50.359]➜  mkdir -p $WORK/b028/
2025-08-20T21:33:56.9177298Z [00:02:50.359]➜  cat >/tmp/go-build1238918229/b028/importcfg << 'EOF' # internal
2025-08-20T21:33:56.9178507Z [00:02:50.359]➜  # import config
2025-08-20T21:33:56.9178877Z [00:02:50.359]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:33:56.9179350Z [00:02:50.359]➜  packagefile internal/asan=/tmp/go-build1238918229/b029/_pkg_.a
2025-08-20T21:33:56.9180262Z [00:02:50.359]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:56.9180737Z [00:02:50.359]➜  packagefile internal/msan=/tmp/go-build1238918229/b030/_pkg_.a
2025-08-20T21:33:56.9181204Z [00:02:50.359]➜  packagefile internal/race=/tmp/go-build1238918229/b031/_pkg_.a
2025-08-20T21:33:56.9181706Z [00:02:50.359]➜  packagefile internal/runtime/math=/tmp/go-build1238918229/b024/_pkg_.a
2025-08-20T21:33:56.9182240Z [00:02:50.359]➜  packagefile internal/runtime/sys=/tmp/go-build1238918229/b032/_pkg_.a
2025-08-20T21:33:56.9182602Z [00:02:50.359]➜  EOF
2025-08-20T21:33:56.9183085Z [00:02:50.360]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.9186901Z [00:02:50.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b028=>" -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/b028/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-20T21:33:56.9282541Z [00:02:50.369]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T21:33:56.9294946Z [00:02:50.371]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T21:33:56.9297253Z [00:02:50.371]➜  math/bits
2025-08-20T21:33:56.9298590Z [00:02:50.371]➜  mkdir -p $WORK/b041/
2025-08-20T21:33:56.9302317Z [00:02:50.372]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T21:33:56.9305595Z [00:02:50.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b041=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T21:33:56.9321699Z [00:02:50.373]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T21:33:56.9325752Z [00:02:50.374]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T21:33:56.9329157Z [00:02:50.374]➜  unicode
2025-08-20T21:33:56.9330183Z [00:02:50.374]➜  mkdir -p $WORK/b042/
2025-08-20T21:33:56.9334106Z [00:02:50.375]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T21:33:56.9338268Z [00:02:50.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b042=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/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-20T21:33:56.9578330Z [00:02:50.399]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T21:33:56.9579073Z [00:02:50.399]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T21:33:56.9579616Z [00:02:50.399]➜  unicode/utf8
2025-08-20T21:33:56.9579872Z [00:02:50.399]➜  mkdir -p $WORK/b043/
2025-08-20T21:33:56.9580226Z [00:02:50.399]➜  echo '# import config' > $WORK/b043/importcfg # internal
2025-08-20T21:33:56.9581792Z [00:02:50.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b043=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid reMv-Ud2pu9ytkC_Wm1X/reMv-Ud2pu9ytkC_Wm1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T21:33:56.9614869Z [00:02:50.403]➜  cd /root/.go/src/sync/atomic
2025-08-20T21:33:56.9619676Z [00:02:50.403]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b038/asm.o ./asm.s
2025-08-20T21:33:56.9684661Z [00:02:50.410]➜  go tool pack r $WORK/b038/_pkg_.a $WORK/b038/asm.o # internal
2025-08-20T21:33:56.9686942Z [00:02:50.410]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T21:33:56.9702159Z [00:02:50.411]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T21:33:56.9703101Z [00:02:50.412]➜  internal/sync
2025-08-20T21:33:56.9720990Z [00:02:50.413]➜  mkdir -p $WORK/b037/
2025-08-20T21:33:56.9721620Z [00:02:50.413]➜  cat >/tmp/go-build1238918229/b037/importcfg << 'EOF' # internal
2025-08-20T21:33:56.9722008Z [00:02:50.413]➜  # import config
2025-08-20T21:33:56.9722374Z [00:02:50.413]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:33:56.9723197Z [00:02:50.414]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:56.9723772Z [00:02:50.414]➜  packagefile internal/race=/tmp/go-build1238918229/b031/_pkg_.a
2025-08-20T21:33:56.9724248Z [00:02:50.414]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:33:56.9724581Z [00:02:50.414]➜  EOF
2025-08-20T21:33:56.9724827Z [00:02:50.414]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:56.9726648Z [00:02:50.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b037=>" -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/b037/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-20T21:33:56.9809909Z [00:02:50.422]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T21:33:56.9815513Z [00:02:50.423]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T21:33:56.9821722Z [00:02:50.423]➜  cmp
2025-08-20T21:33:56.9821988Z [00:02:50.423]➜  mkdir -p $WORK/b046/
2025-08-20T21:33:56.9822344Z [00:02:50.423]➜  echo '# import config' > $WORK/b046/importcfg # internal
2025-08-20T21:33:56.9823733Z [00:02:50.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b046=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T21:33:56.9897309Z [00:02:50.431]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T21:33:56.9900452Z [00:02:50.431]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T21:33:56.9901814Z [00:02:50.432]➜  internal/itoa
2025-08-20T21:33:56.9902661Z [00:02:50.432]➜  mkdir -p $WORK/b048/
2025-08-20T21:33:56.9959219Z [00:02:50.436]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T21:33:56.9960318Z [00:02:50.437]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T21:33:56.9966150Z [00:02:50.438]➜  math
2025-08-20T21:33:56.9988572Z [00:02:50.440]➜  mkdir -p $WORK/b049/
2025-08-20T21:33:56.9989221Z [00:02:50.440]➜  echo -n > $WORK/b049/go_asm.h # internal
2025-08-20T21:33:56.9991557Z [00:02:50.440]➜  cd /root/.go/src/math
2025-08-20T21:33:56.9992675Z [00:02:50.440]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b049/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T21:33:56.9993729Z [00:02:50.441]➜  echo '# import config' > $WORK/b048/importcfg # internal
2025-08-20T21:33:56.9998187Z [00:02:50.441]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:57.0004684Z [00:02:50.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b048=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T21:33:57.0026623Z [00:02:50.444]➜  cat >/tmp/go-build1238918229/b049/importcfg << 'EOF' # internal
2025-08-20T21:33:57.0027340Z [00:02:50.444]➜  # import config
2025-08-20T21:33:57.0029592Z [00:02:50.444]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:33:57.0029946Z [00:02:50.444]➜  EOF
2025-08-20T21:33:57.0038883Z [00:02:50.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b049/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack -asmhdr $WORK/b049/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_asm.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_noasm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_stub.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_asm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T21:33:57.0191600Z [00:02:50.458]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T21:33:57.0194826Z [00:02:50.461]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T21:33:57.0201974Z [00:02:50.462]➜  encoding
2025-08-20T21:33:57.0206602Z [00:02:50.462]➜  mkdir -p $WORK/b088/
2025-08-20T21:33:57.0208632Z [00:02:50.462]➜  echo '# import config' > $WORK/b088/importcfg # internal
2025-08-20T21:33:57.0211047Z [00:02:50.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b088=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T21:33:57.0420212Z [00:02:50.483]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T21:33:57.0428105Z [00:02:50.484]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T21:33:57.0431225Z [00:02:50.485]➜  unicode/utf16
2025-08-20T21:33:57.0434819Z [00:02:50.485]➜  mkdir -p $WORK/b090/
2025-08-20T21:33:57.0436004Z [00:02:50.485]➜  echo '# import config' > $WORK/b090/importcfg # internal
2025-08-20T21:33:57.0438426Z [00:02:50.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b090=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T21:33:57.0777768Z [00:02:50.519]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T21:33:57.0780040Z [00:02:50.519]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T21:33:57.0781722Z [00:02:50.519]➜  log/internal
2025-08-20T21:33:57.0782008Z [00:02:50.519]➜  mkdir -p $WORK/b092/
2025-08-20T21:33:57.0788229Z [00:02:50.520]➜  echo '# import config' > $WORK/b092/importcfg # internal
2025-08-20T21:33:57.0792067Z [00:02:50.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b092=>" -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/b092/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T21:33:57.0862504Z [00:02:50.527]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T21:33:57.0879518Z [00:02:50.528]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T21:33:57.0881679Z [00:02:50.529]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T21:33:57.0882697Z [00:02:50.530]➜  google.golang.org/grpc/serviceconfig
2025-08-20T21:33:57.0883513Z [00:02:50.530]➜  mkdir -p $WORK/b093/
2025-08-20T21:33:57.0884565Z [00:02:50.530]➜  echo '# import config' > $WORK/b093/importcfg # internal
2025-08-20T21:33:57.0886690Z [00:02:50.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/serviceconfig=>google.golang.org/grpc@v1.74.2/serviceconfig;$WORK/b093=>" -p google.golang.org/grpc/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid Zlfj58CDF0-jQg9Q_PR2/Zlfj58CDF0-jQg9Q_PR2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/serviceconfig/serviceconfig.go
2025-08-20T21:33:57.0889379Z [00:02:50.530]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T21:33:57.0963202Z [00:02:50.538]➜  runtime
2025-08-20T21:33:57.0963558Z [00:02:50.538]➜  mkdir -p $WORK/b011/
2025-08-20T21:33:57.0971874Z [00:02:50.539]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T21:33:57.0973164Z [00:02:50.539]➜  cd /root/.go/src/runtime
2025-08-20T21:33:57.0975276Z [00:02:50.539]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b011/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-20T21:33:57.0977357Z [00:02:50.539]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T21:33:57.0992881Z [00:02:50.541]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T21:33:57.0994639Z [00:02:50.541]➜  internal/nettrace
2025-08-20T21:33:57.0994984Z [00:02:50.541]➜  mkdir -p $WORK/b096/
2025-08-20T21:33:57.0995348Z [00:02:50.541]➜  echo '# import config' > $WORK/b096/importcfg # internal
2025-08-20T21:33:57.1001102Z [00:02:50.541]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:57.1002772Z [00:02:50.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b096=>" -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/b096/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T21:33:57.1055872Z [00:02:50.547]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T21:33:57.1066131Z [00:02:50.548]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/a6/a6ef354bfb0caf2b8238874b80b477dbae3fd6bdb9f45b30cdbf8e51c0331fb0-d # internal
2025-08-20T21:33:57.1076333Z [00:02:50.549]➜  crypto/internal/fips140/alias
2025-08-20T21:33:57.1078212Z [00:02:50.549]➜  mkdir -p $WORK/b110/
2025-08-20T21:33:57.1080200Z [00:02:50.549]➜  cat >/tmp/go-build1238918229/b011/importcfg << 'EOF' # internal
2025-08-20T21:33:57.1081064Z [00:02:50.549]➜  # import config
2025-08-20T21:33:57.1081466Z [00:02:50.549]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:33:57.1082384Z [00:02:50.549]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:57.1082953Z [00:02:50.549]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:33:57.1083483Z [00:02:50.549]➜  packagefile internal/chacha8rand=/tmp/go-build1238918229/b015/_pkg_.a
2025-08-20T21:33:57.1084015Z [00:02:50.549]➜  packagefile internal/coverage/rtcov=/tmp/go-build1238918229/b016/_pkg_.a
2025-08-20T21:33:57.1084529Z [00:02:50.549]➜  packagefile internal/cpu=/tmp/go-build1238918229/b013/_pkg_.a
2025-08-20T21:33:57.1085005Z [00:02:50.549]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:57.1085495Z [00:02:50.549]➜  packagefile internal/godebugs=/tmp/go-build1238918229/b017/_pkg_.a
2025-08-20T21:33:57.1086008Z [00:02:50.549]➜  packagefile internal/goexperiment=/tmp/go-build1238918229/b018/_pkg_.a
2025-08-20T21:33:57.1086501Z [00:02:50.549]➜  packagefile internal/goos=/tmp/go-build1238918229/b019/_pkg_.a
2025-08-20T21:33:57.1087014Z [00:02:50.549]➜  packagefile internal/profilerecord=/tmp/go-build1238918229/b020/_pkg_.a
2025-08-20T21:33:57.1087782Z [00:02:50.549]➜  packagefile internal/runtime/atomic=/tmp/go-build1238918229/b021/_pkg_.a
2025-08-20T21:33:57.1088399Z [00:02:50.549]➜  packagefile internal/runtime/cgroup=/tmp/go-build1238918229/b022/_pkg_.a
2025-08-20T21:33:57.1088951Z [00:02:50.549]➜  packagefile internal/runtime/exithook=/tmp/go-build1238918229/b026/_pkg_.a
2025-08-20T21:33:57.1089820Z [00:02:50.549]➜  packagefile internal/runtime/gc=/tmp/go-build1238918229/b027/_pkg_.a
2025-08-20T21:33:57.1090341Z [00:02:50.549]➜  packagefile internal/runtime/maps=/tmp/go-build1238918229/b028/_pkg_.a
2025-08-20T21:33:57.1090865Z [00:02:50.549]➜  packagefile internal/runtime/math=/tmp/go-build1238918229/b024/_pkg_.a
2025-08-20T21:33:57.1091400Z [00:02:50.549]➜  packagefile internal/runtime/strconv=/tmp/go-build1238918229/b023/_pkg_.a
2025-08-20T21:33:57.1091933Z [00:02:50.549]➜  packagefile internal/runtime/sys=/tmp/go-build1238918229/b032/_pkg_.a
2025-08-20T21:33:57.1092486Z [00:02:50.549]➜  packagefile internal/runtime/syscall=/tmp/go-build1238918229/b025/_pkg_.a
2025-08-20T21:33:57.1093010Z [00:02:50.549]➜  packagefile internal/stringslite=/tmp/go-build1238918229/b033/_pkg_.a
2025-08-20T21:33:57.1093533Z [00:02:50.549]➜  packagefile internal/trace/tracev2=/tmp/go-build1238918229/b034/_pkg_.a
2025-08-20T21:33:57.1093897Z [00:02:50.549]➜  EOF
2025-08-20T21:33:57.1094181Z [00:02:50.549]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T21:33:57.1094621Z [00:02:50.550]➜  echo '# import config' > $WORK/b110/importcfg # internal
2025-08-20T21:33:57.1145027Z [00:02:50.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -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/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-20T21:33:57.1176332Z [00:02:50.550]➜  /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-20T21:33:57.1178841Z [00:02:50.551]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T21:33:57.1179799Z [00:02:50.552]➜  crypto/internal/fips140deps/byteorder
2025-08-20T21:33:57.1180264Z [00:02:50.552]➜  mkdir -p $WORK/b114/
2025-08-20T21:33:57.1180615Z [00:02:50.552]➜  cd /root/.go/src/math
2025-08-20T21:33:57.1181716Z [00:02:50.552]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b049/dim_arm64.o ./dim_arm64.s
2025-08-20T21:33:57.1182750Z [00:02:50.553]➜  cat >/tmp/go-build1238918229/b114/importcfg << 'EOF' # internal
2025-08-20T21:33:57.1183104Z [00:02:50.553]➜  # import config
2025-08-20T21:33:57.1183648Z [00:02:50.553]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:33:57.1184156Z [00:02:50.553]➜  EOF
2025-08-20T21:33:57.1184410Z [00:02:50.554]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:57.1186702Z [00:02:50.554]➜  /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-20T21:33:57.1188733Z [00:02:50.557]➜  cd /root/.go/src/math
2025-08-20T21:33:57.1189731Z [00:02:50.557]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b049/exp_arm64.o ./exp_arm64.s
2025-08-20T21:33:57.1209183Z [00:02:50.562]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b049/floor_arm64.o ./floor_arm64.s
2025-08-20T21:33:57.1248922Z [00:02:50.564]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T21:33:57.1275310Z [00:02:50.569]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T21:33:57.1279268Z [00:02:50.569]➜  crypto/internal/fips140deps/cpu
2025-08-20T21:33:57.1280625Z [00:02:50.569]➜  mkdir -p $WORK/b115/
2025-08-20T21:33:57.1284922Z [00:02:50.570]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b049=>" -I $WORK/b049/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b049/modf_arm64.o ./modf_arm64.s
2025-08-20T21:33:57.1289478Z [00:02:50.570]➜  cat >/tmp/go-build1238918229/b115/importcfg << 'EOF' # internal
2025-08-20T21:33:57.1290085Z [00:02:50.570]➜  # import config
2025-08-20T21:33:57.1290764Z [00:02:50.570]➜  packagefile internal/cpu=/tmp/go-build1238918229/b013/_pkg_.a
2025-08-20T21:33:57.1291737Z [00:02:50.570]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:57.1292143Z [00:02:50.570]➜  EOF
2025-08-20T21:33:57.1292411Z [00:02:50.571]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:57.1294964Z [00:02:50.571]➜  /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-20T21:33:57.1314175Z [00:02:50.573]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T21:33:57.1324567Z [00:02:50.574]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T21:33:57.1349442Z [00:02:50.576]➜  crypto/internal/fips140/subtle
2025-08-20T21:33:57.1349782Z [00:02:50.576]➜  mkdir -p $WORK/b118/
2025-08-20T21:33:57.1350107Z [00:02:50.576]➜  echo -n > $WORK/b118/go_asm.h # internal
2025-08-20T21:33:57.1350728Z [00:02:50.576]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:33:57.1352174Z [00:02:50.576]➜  /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-20T21:33:57.1363950Z [00:02:50.577]➜  cd /root/.go/src/math
2025-08-20T21:33:57.1364675Z [00:02:50.578]➜  go tool pack r $WORK/b049/_pkg_.a $WORK/b049/dim_arm64.o $WORK/b049/exp_arm64.o $WORK/b049/floor_arm64.o $WORK/b049/modf_arm64.o # internal
2025-08-20T21:33:57.1365285Z [00:02:50.578]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T21:33:57.1387987Z [00:02:50.580]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T21:33:57.1388627Z [00:02:50.580]➜  crypto/internal/boring/sig
2025-08-20T21:33:57.1388914Z [00:02:50.580]➜  mkdir -p $WORK/b128/
2025-08-20T21:33:57.1404407Z [00:02:50.582]➜  echo -n > $WORK/b128/go_asm.h # internal
2025-08-20T21:33:57.1405196Z [00:02:50.582]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:33:57.1406907Z [00:02:50.582]➜  /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/b128=>" -I $WORK/b128/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b128/symabis ./sig_other.s
2025-08-20T21:33:57.1423428Z [00:02:50.584]➜  echo '# import config' > $WORK/b128/importcfg # internal
2025-08-20T21:33:57.1424768Z [00:02:50.584]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:57.1426722Z [00:02:50.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b128=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b128/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack -asmhdr $WORK/b128/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T21:33:57.1434385Z [00:02:50.585]➜  cat >/tmp/go-build1238918229/b118/importcfg << 'EOF' # internal
2025-08-20T21:33:57.1435159Z [00:02:50.585]➜  # import config
2025-08-20T21:33:57.1435680Z [00:02:50.585]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1238918229/b110/_pkg_.a
2025-08-20T21:33:57.1436309Z [00:02:50.585]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:33:57.1436857Z [00:02:50.585]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:33:57.1437198Z [00:02:50.585]➜  EOF
2025-08-20T21:33:57.1439891Z [00:02:50.585]➜  /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-20T21:33:57.1462507Z [00:02:50.588]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T21:33:57.1465412Z [00:02:50.588]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T21:33:57.1467420Z [00:02:50.588]➜  container/list
2025-08-20T21:33:57.1468836Z [00:02:50.588]➜  mkdir -p $WORK/b132/
2025-08-20T21:33:57.1473198Z [00:02:50.589]➜  echo '# import config' > $WORK/b132/importcfg # internal
2025-08-20T21:33:57.1475254Z [00:02:50.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b132=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T21:33:57.1527146Z [00:02:50.594]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T21:33:57.1529745Z [00:02:50.594]➜  /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/b128=>" -I $WORK/b128/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b128/sig_other.o ./sig_other.s
2025-08-20T21:33:57.1584861Z [00:02:50.600]➜  go tool pack r $WORK/b128/_pkg_.a $WORK/b128/sig_other.o # internal
2025-08-20T21:33:57.1585415Z [00:02:50.600]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T21:33:57.1654099Z [00:02:50.607]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:33:57.1655536Z [00:02:50.607]➜  /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-20T21:33:57.1658021Z [00:02:50.607]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T21:33:57.1659176Z [00:02:50.607]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:33:57.1659520Z [00:02:50.607]➜  mkdir -p $WORK/b151/
2025-08-20T21:33:57.1663888Z [00:02:50.608]➜  echo '# import config' > $WORK/b151/importcfg # internal
2025-08-20T21:33:57.1664726Z [00:02:50.608]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:57.1667051Z [00:02:50.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b151=>" -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/b151/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T21:33:57.1724725Z [00:02:50.614]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T21:33:57.1725375Z [00:02:50.614]➜  go tool pack r $WORK/b118/_pkg_.a $WORK/b118/xor_arm64.o # internal
2025-08-20T21:33:57.1725834Z [00:02:50.614]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T21:33:57.1726751Z [00:02:50.614]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T21:33:57.1793293Z [00:02:50.621]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T21:33:57.1795180Z [00:02:50.621]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:33:57.1795553Z [00:02:50.621]➜  mkdir -p $WORK/b164/
2025-08-20T21:33:57.1795917Z [00:02:50.621]➜  echo '# import config' > $WORK/b164/importcfg # internal
2025-08-20T21:33:57.1796284Z [00:02:50.621]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:57.1798479Z [00:02:50.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b164=>" -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/b164/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T21:33:57.1801910Z [00:02:50.621]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T21:33:57.1802472Z [00:02:50.621]➜  log/slog/internal
2025-08-20T21:33:57.1802732Z [00:02:50.621]➜  mkdir -p $WORK/b182/
2025-08-20T21:33:57.1803080Z [00:02:50.621]➜  echo '# import config' > $WORK/b182/importcfg # internal
2025-08-20T21:33:57.1804709Z [00:02:50.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b182=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid _pX6nOEPDwOqnqzQhusU/_pX6nOEPDwOqnqzQhusU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T21:33:57.1806117Z [00:02:50.621]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T21:33:57.1810351Z [00:02:50.622]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T21:33:57.1819380Z [00:02:50.623]➜  google.golang.org/protobuf/internal/flags
2025-08-20T21:33:57.1819730Z [00:02:50.623]➜  mkdir -p $WORK/b233/
2025-08-20T21:33:57.1824966Z [00:02:50.624]➜  echo '# import config' > $WORK/b233/importcfg # internal
2025-08-20T21:33:57.1836056Z [00:02:50.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/flags=>google.golang.org/protobuf@v1.36.7/internal/flags;$WORK/b233=>" -p google.golang.org/protobuf/internal/flags -lang=go1.22 -complete -installsuffix shared -buildid ZQGBV4D0tYqgqzq0Gu6e/ZQGBV4D0tYqgqzq0Gu6e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/flags/proto_legacy_disable.go
2025-08-20T21:33:57.1884182Z [00:02:50.629]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T21:33:57.1887095Z [00:02:50.630]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d # internal
2025-08-20T21:33:57.1887864Z [00:02:50.630]➜  google.golang.org/protobuf/internal/set
2025-08-20T21:33:57.1888185Z [00:02:50.630]➜  mkdir -p $WORK/b257/
2025-08-20T21:33:57.1891824Z [00:02:50.630]➜  cat >/tmp/go-build1238918229/b257/importcfg << 'EOF' # internal
2025-08-20T21:33:57.1893269Z [00:02:50.631]➜  # import config
2025-08-20T21:33:57.1895232Z [00:02:50.631]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:33:57.1896218Z [00:02:50.631]➜  EOF
2025-08-20T21:33:57.1898818Z [00:02:50.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/set=>google.golang.org/protobuf@v1.36.7/internal/set;$WORK/b257=>" -p google.golang.org/protobuf/internal/set -lang=go1.22 -complete -installsuffix shared -buildid H5pPSEB-wr8o6l2mZB9K/H5pPSEB-wr8o6l2mZB9K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/set/ints.go
2025-08-20T21:33:57.1915962Z [00:02:50.633]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T21:33:57.1921084Z [00:02:50.633]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T21:33:57.1922546Z [00:02:50.634]➜  go.opentelemetry.io/otel/trace/embedded
2025-08-20T21:33:57.1923618Z [00:02:50.634]➜  mkdir -p $WORK/b349/
2025-08-20T21:33:57.1928053Z [00:02:50.634]➜  echo '# import config' > $WORK/b349/importcfg # internal
2025-08-20T21:33:57.1931959Z [00:02:50.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b349/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/embedded=>go.opentelemetry.io/otel/trace@v1.37.0/embedded;$WORK/b349=>" -p go.opentelemetry.io/otel/trace/embedded -lang=go1.23 -complete -installsuffix shared -buildid AX-vR8inNSyxo_YCWOGc/AX-vR8inNSyxo_YCWOGc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/embedded/embedded.go
2025-08-20T21:33:57.1957854Z [00:02:50.637]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T21:33:57.1978910Z [00:02:50.638]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/d1/d17f27a42d2c9819903b3039084750f6f8a2452e6b619d2ccf51e663d9423bd7-d # internal
2025-08-20T21:33:57.1979728Z [00:02:50.638]➜  go.opentelemetry.io/otel/metric/embedded
2025-08-20T21:33:57.1980179Z [00:02:50.638]➜  mkdir -p $WORK/b353/
2025-08-20T21:33:57.1980647Z [00:02:50.638]➜  echo '# import config' > $WORK/b353/importcfg # internal
2025-08-20T21:33:57.1982816Z [00:02:50.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/embedded=>go.opentelemetry.io/otel/metric@v1.37.0/embedded;$WORK/b353=>" -p go.opentelemetry.io/otel/metric/embedded -lang=go1.23 -complete -installsuffix shared -buildid rE1qErhPjg9aciVQeXU0/rE1qErhPjg9aciVQeXU0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/embedded/embedded.go
2025-08-20T21:33:57.2018893Z [00:02:50.643]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T21:33:57.2024914Z [00:02:50.644]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/72/72da026b667f523f6e5f24cba64860f4b913ac7ae6a9d48c9b2d6122978e17a3-d # internal
2025-08-20T21:33:57.2025544Z [00:02:50.644]➜  golang.org/x/crypto/internal/alias
2025-08-20T21:33:57.2025850Z [00:02:50.644]➜  mkdir -p $WORK/b405/
2025-08-20T21:33:57.2026750Z [00:02:50.644]➜  echo '# import config' > $WORK/b405/importcfg # internal
2025-08-20T21:33:57.2030674Z [00:02:50.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b405/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/alias=>golang.org/x/crypto@v0.40.0/internal/alias;$WORK/b405=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid AU6NCAVrmQaW95S-T_aq/AU6NCAVrmQaW95S-T_aq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/alias/alias.go
2025-08-20T21:33:57.2068663Z [00:02:50.648]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T21:33:57.2075021Z [00:02:50.649]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/ac/ac1b39e9eb094cc461de60129a08a2ea5c8d5e147e1f5a1fde8b0c817f8b748d-d # internal
2025-08-20T21:33:57.2075757Z [00:02:50.649]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:33:57.2076072Z [00:02:50.649]➜  mkdir -p $WORK/b408/
2025-08-20T21:33:57.2078522Z [00:02:50.649]➜  echo '# import config' > $WORK/b408/importcfg # internal
2025-08-20T21:33:57.2083837Z [00:02:50.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b408/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte/asn1=>golang.org/x/crypto@v0.40.0/cryptobyte/asn1;$WORK/b408=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid M4TzYDKQYvupS_NTiruC/M4TzYDKQYvupS_NTiruC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte/asn1/asn1.go
2025-08-20T21:33:57.2090874Z [00:02:50.650]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T21:33:57.2096938Z [00:02:50.651]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/63/638f97bbbeea867b0dc873221546ca684da506f28441099382089ae2af9e9c4b-d # internal
2025-08-20T21:33:57.2103216Z [00:02:50.652]➜  github.com/klauspost/compress/internal/le
2025-08-20T21:33:57.2109424Z [00:02:50.652]➜  mkdir -p $WORK/b455/
2025-08-20T21:33:57.2114643Z [00:02:50.653]➜  echo '# import config' > $WORK/b455/importcfg # internal
2025-08-20T21:33:57.2122347Z [00:02:50.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b455/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le=>github.com/klauspost/compress@v1.18.0/internal/le;$WORK/b455=>" -p github.com/klauspost/compress/internal/le -lang=go1.22 -complete -installsuffix shared -buildid jFqXVdQP4HIwXfGmCd4f/jFqXVdQP4HIwXfGmCd4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le/le.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/le/unsafe_enabled.go
2025-08-20T21:33:57.2134479Z [00:02:50.655]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T21:33:57.2150044Z [00:02:50.656]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/29/29076a31f816b99d0e66109680c67ef3c842a31440733a1ca139a8cde97a4289-d # internal
2025-08-20T21:33:57.2150670Z [00:02:50.656]➜  golang.org/x/crypto/salsa20/salsa
2025-08-20T21:33:57.2150976Z [00:02:50.656]➜  mkdir -p $WORK/b488/
2025-08-20T21:33:57.2151352Z [00:02:50.656]➜  cat >/tmp/go-build1238918229/b488/importcfg << 'EOF' # internal
2025-08-20T21:33:57.2151718Z [00:02:50.656]➜  # import config
2025-08-20T21:33:57.2152069Z [00:02:50.656]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:33:57.2152393Z [00:02:50.656]➜  EOF
2025-08-20T21:33:57.2155065Z [00:02:50.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/salsa20/salsa=>golang.org/x/crypto@v0.40.0/salsa20/salsa;$WORK/b488=>" -p golang.org/x/crypto/salsa20/salsa -lang=go1.23 -complete -installsuffix shared -buildid rXpVYSgBwK3N1E12v6Mt/rXpVYSgBwK3N1E12v6Mt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/salsa20/salsa/hsalsa20.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/salsa20/salsa/salsa208.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/salsa20/salsa/salsa20_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/salsa20/salsa/salsa20_ref.go
2025-08-20T21:33:57.2223930Z [00:02:50.664]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T21:33:57.2229139Z [00:02:50.664]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/12/12aa5233875525288d813846368685b0430a7931846783c8dc4e96027ea79b15-d # internal
2025-08-20T21:33:57.2231347Z [00:02:50.664]➜  github.com/ProtonMail/go-crypto/internal/byteutil
2025-08-20T21:33:57.2231698Z [00:02:50.664]➜  mkdir -p $WORK/b506/
2025-08-20T21:33:57.2233841Z [00:02:50.665]➜  echo '# import config' > $WORK/b506/importcfg # internal
2025-08-20T21:33:57.2235278Z [00:02:50.665]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T21:33:57.2241851Z [00:02:50.665]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/4b/4b20aeaf029b6010a32e09d5e5ea12271a5e94860278e0d901fb010386c94bf6-d # internal
2025-08-20T21:33:57.2253089Z [00:02:50.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b506/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/internal/byteutil=>github.com/ProtonMail/go-crypto@v1.3.0/internal/byteutil;$WORK/b506=>" -p github.com/ProtonMail/go-crypto/internal/byteutil -lang=go1.22 -complete -installsuffix shared -buildid knYEGBXwEtOCs0hKARGr/knYEGBXwEtOCs0hKARGr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/internal/byteutil/byteutil.go
2025-08-20T21:33:57.2255077Z [00:02:50.666]➜  image/color
2025-08-20T21:33:57.2255330Z [00:02:50.666]➜  mkdir -p $WORK/b540/
2025-08-20T21:33:57.2255675Z [00:02:50.666]➜  echo '# import config' > $WORK/b540/importcfg # internal
2025-08-20T21:33:57.2257311Z [00:02:50.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b540=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T21:33:57.2378818Z [00:02:50.679]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T21:33:57.2379968Z [00:02:50.679]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/ce/ce25467393c4eeae27f31c826809fe7acf5315e708ce13540a6c23191719ac06-d # internal
2025-08-20T21:33:57.2380558Z [00:02:50.679]➜  github.com/pjbgf/sha1cd/internal
2025-08-20T21:33:57.2390524Z [00:02:50.680]➜  mkdir -p $WORK/b556/
2025-08-20T21:33:57.2390913Z [00:02:50.680]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T21:33:57.2395690Z [00:02:50.681]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/90/904b87fb0937360f47a29b7b7f998ee696d03df473a10c4808faca178b73b292-d # internal
2025-08-20T21:33:57.2397398Z [00:02:50.681]➜  echo '# import config' > $WORK/b556/importcfg # internal
2025-08-20T21:33:57.2401912Z [00:02:50.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/internal=>github.com/pjbgf/sha1cd@v0.3.2/internal;$WORK/b556=>" -p github.com/pjbgf/sha1cd/internal -lang=go1.21 -complete -installsuffix shared -buildid YvcHtNC0VE3kSypZ2pFs/YvcHtNC0VE3kSypZ2pFs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/internal/const.go
2025-08-20T21:33:57.2408269Z [00:02:50.682]➜  github.com/pjbgf/sha1cd/ubc
2025-08-20T21:33:57.2408643Z [00:02:50.682]➜  mkdir -p $WORK/b557/
2025-08-20T21:33:57.2410257Z [00:02:50.682]➜  echo '# import config' > $WORK/b557/importcfg # internal
2025-08-20T21:33:57.2415167Z [00:02:50.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b557=>" -p github.com/pjbgf/sha1cd/ubc -lang=go1.21 -complete -installsuffix shared -buildid C515LUTHhqkPGkLPa6E2/C515LUTHhqkPGkLPa6E2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/const.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/ubc.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/ubc_generic.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/ubc_noasm.go
2025-08-20T21:33:57.2571834Z [00:02:50.695]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T21:33:57.2572665Z [00:02:50.696]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/3d/3d03b4d2ec5bb5175640dc103dfd1592e40fc726c55268fe870b589a26a92150-d # internal
2025-08-20T21:33:57.2573277Z [00:02:50.696]➜  github.com/go-git/go-git/v5/plumbing/color
2025-08-20T21:33:57.2573600Z [00:02:50.696]➜  mkdir -p $WORK/b586/
2025-08-20T21:33:57.2574400Z [00:02:50.696]➜  echo '# import config' > $WORK/b586/importcfg # internal
2025-08-20T21:33:57.2576534Z [00:02:50.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/color=>github.com/go-git/go-git/v5@v5.16.2/plumbing/color;$WORK/b586=>" -p github.com/go-git/go-git/v5/plumbing/color -lang=go1.23 -complete -installsuffix shared -buildid Hd6CJ8AmR0MWcgZnCaYL/Hd6CJ8AmR0MWcgZnCaYL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/color/color.go
2025-08-20T21:33:57.2673450Z [00:02:50.708]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T21:33:57.2680578Z [00:02:50.709]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T21:33:57.2683241Z [00:02:50.709]➜  github.com/golang/groupcache/lru
2025-08-20T21:33:57.2683598Z [00:02:50.709]➜  mkdir -p $WORK/b611/
2025-08-20T21:33:57.2683978Z [00:02:50.710]➜  cat >/tmp/go-build1238918229/b611/importcfg << 'EOF' # internal
2025-08-20T21:33:57.2684331Z [00:02:50.710]➜  # import config
2025-08-20T21:33:57.2684701Z [00:02:50.710]➜  packagefile container/list=/tmp/go-build1238918229/b132/_pkg_.a
2025-08-20T21:33:57.2685044Z [00:02:50.710]➜  EOF
2025-08-20T21:33:57.2687190Z [00:02:50.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b611/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru=>github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru;$WORK/b611=>" -p github.com/golang/groupcache/lru -lang=go1.20 -complete -installsuffix shared -buildid jyyNKhvqGfOaoYaF4Npb/jyyNKhvqGfOaoYaF4Npb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru/lru.go
2025-08-20T21:33:57.2713300Z [00:02:50.712]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T21:33:57.2717432Z [00:02:50.713]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/ba/bae88e861ae63cf42b2a07bbd8b5ae4865bf7666cb0948103ad9410fd27e299e-d # internal
2025-08-20T21:33:57.2727168Z [00:02:50.714]➜  github.com/google/go-cmp/cmp/internal/flags
2025-08-20T21:33:57.2728377Z [00:02:50.714]➜  mkdir -p $WORK/b624/
2025-08-20T21:33:57.2728745Z [00:02:50.714]➜  echo '# import config' > $WORK/b624/importcfg # internal
2025-08-20T21:33:57.2731607Z [00:02:50.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b624/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/flags=>github.com/google/go-cmp@v0.7.0/cmp/internal/flags;$WORK/b624=>" -p github.com/google/go-cmp/cmp/internal/flags -lang=go1.21 -complete -installsuffix shared -buildid 06isJ1DYX4wg-bmY8W7I/06isJ1DYX4wg-bmY8W7I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/flags/flags.go
2025-08-20T21:33:57.2828824Z [00:02:50.724]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T21:33:57.2857245Z [00:02:50.727]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/0d/0d8acad9c89c1ab4afb8c21f1e1c2aa579e8b51dca88565e87cea14a750d3276-d # internal
2025-08-20T21:33:57.2859209Z [00:02:50.727]➜  github.com/google/go-containerregistry/pkg/v1/types
2025-08-20T21:33:57.2859645Z [00:02:50.727]➜  mkdir -p $WORK/b628/
2025-08-20T21:33:57.2860033Z [00:02:50.727]➜  echo '# import config' > $WORK/b628/importcfg # internal
2025-08-20T21:33:57.2862654Z [00:02:50.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/types=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/types;$WORK/b628=>" -p github.com/google/go-containerregistry/pkg/v1/types -lang=go1.24 -complete -installsuffix shared -buildid nqsLOErxD1Vp_zqYKsmZ/nqsLOErxD1Vp_zqYKsmZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/types/types.go
2025-08-20T21:33:57.2938623Z [00:02:50.735]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T21:33:57.2946919Z [00:02:50.736]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/da/dad1775cb24c7685a9b333c284886cf25855128a930863a3f187dcd6cdae82ac-d # internal
2025-08-20T21:33:57.2947766Z [00:02:50.736]➜  github.com/klauspost/compress
2025-08-20T21:33:57.2948206Z [00:02:50.736]➜  mkdir -p $WORK/b660/
2025-08-20T21:33:57.2957722Z [00:02:50.737]➜  cat >/tmp/go-build1238918229/b660/importcfg << 'EOF' # internal
2025-08-20T21:33:57.2958270Z [00:02:50.737]➜  # import config
2025-08-20T21:33:57.2958719Z [00:02:50.737]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:33:57.2959137Z [00:02:50.737]➜  EOF
2025-08-20T21:33:57.2961009Z [00:02:50.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b660/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0=>github.com/klauspost/compress@v1.18.0;$WORK/b660=>" -p github.com/klauspost/compress -lang=go1.22 -complete -installsuffix shared -buildid HEadWJC1Ujr3UqpsCrLy/HEadWJC1Ujr3UqpsCrLy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/compressible.go
2025-08-20T21:33:57.2965130Z [00:02:50.738]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T21:33:57.2977867Z [00:02:50.739]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/af/afc5b48d08e8efb38c190ad2e1bc62c50f01a19895a2cef24c6f635247a88278-d # internal
2025-08-20T21:33:57.2980865Z [00:02:50.739]➜  github.com/google/go-containerregistry/pkg/compression
2025-08-20T21:33:57.2981245Z [00:02:50.739]➜  mkdir -p $WORK/b665/
2025-08-20T21:33:57.2981603Z [00:02:50.739]➜  echo '# import config' > $WORK/b665/importcfg # internal
2025-08-20T21:33:57.2983958Z [00:02:50.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b665/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/compression=>github.com/google/go-containerregistry@v0.20.6/pkg/compression;$WORK/b665=>" -p github.com/google/go-containerregistry/pkg/compression -lang=go1.24 -complete -installsuffix shared -buildid ojHDxWOAnZAc0kwMmSA1/ojHDxWOAnZAc0kwMmSA1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/compression/compression.go
2025-08-20T21:33:57.3060142Z [00:02:50.747]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T21:33:57.3067563Z [00:02:50.748]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/eb/ebbaa9ed1ff93c0a972a43928cba56a528962fd5414a34edcdc3fc32530dd45a-d # internal
2025-08-20T21:33:57.3068283Z [00:02:50.748]➜  github.com/github/go-spdx/v2/spdxexp/spdxlicenses
2025-08-20T21:33:57.3068623Z [00:02:50.748]➜  mkdir -p $WORK/b691/
2025-08-20T21:33:57.3076201Z [00:02:50.748]➜  echo '# import config' > $WORK/b691/importcfg # internal
2025-08-20T21:33:57.3079926Z [00:02:50.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b691/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/spdxlicenses=>github.com/github/go-spdx/v2@v2.3.3/spdxexp/spdxlicenses;$WORK/b691=>" -p github.com/github/go-spdx/v2/spdxexp/spdxlicenses -lang=go1.21 -complete -installsuffix shared -buildid Orl-sPa168G7IOeUmhlc/Orl-sPa168G7IOeUmhlc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/spdxlicenses/doc.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/spdxlicenses/get_deprecated.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/spdxlicenses/get_exceptions.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/spdxlicenses/get_licenses.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/spdxlicenses/license_ranges.go
2025-08-20T21:33:57.3103145Z [00:02:50.751]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T21:33:57.3103924Z [00:02:50.751]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T21:33:57.3104665Z [00:02:50.751]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/af/af3527cebd04dba6e0e2f1703b266ca50d1a128d4532fb2ff5afdb9780728dc0-d # internal
2025-08-20T21:33:57.3105566Z [00:02:50.751]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/7c/7cddddae1b766dbc622ec99aa078e4953fdfc27e0173d82889df004a242c1b6e-d # internal
2025-08-20T21:33:57.3106104Z [00:02:50.751]➜  go.opencensus.io
2025-08-20T21:33:57.3106369Z [00:02:50.751]➜  mkdir -p $WORK/b725/
2025-08-20T21:33:57.3106689Z [00:02:50.752]➜  github.com/pierrec/lz4/v4/internal/lz4errors
2025-08-20T21:33:57.3106997Z [00:02:50.752]➜  mkdir -p $WORK/b709/
2025-08-20T21:33:57.3107339Z [00:02:50.752]➜  echo '# import config' > $WORK/b709/importcfg # internal
2025-08-20T21:33:57.3115762Z [00:02:50.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b709/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4errors=>github.com/pierrec/lz4/v4@v4.1.22/internal/lz4errors;$WORK/b709=>" -p github.com/pierrec/lz4/v4/internal/lz4errors -lang=go1.14 -complete -installsuffix shared -buildid eaPqasy-Dd0GbrNJP39q/eaPqasy-Dd0GbrNJP39q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4errors/errors.go
2025-08-20T21:33:57.3120125Z [00:02:50.753]➜  echo '# import config' > $WORK/b725/importcfg # internal
2025-08-20T21:33:57.3122173Z [00:02:50.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b725/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0=>go.opencensus.io@v0.24.0;$WORK/b725=>" -p go.opencensus.io -lang=go1.13 -complete -installsuffix shared -buildid Px97rdbHDuNGUKE-ECiN/Px97rdbHDuNGUKE-ECiN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/opencensus.go
2025-08-20T21:33:57.3215083Z [00:02:50.763]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T21:33:57.3216506Z [00:02:50.763]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/db/db3387628424fb6de28c217cabf6d59df81fb3b8671a339f7ac95b045536d506-d # internal
2025-08-20T21:33:57.3217687Z [00:02:50.763]➜  go.opencensus.io/trace/internal
2025-08-20T21:33:57.3218085Z [00:02:50.763]➜  mkdir -p $WORK/b726/
2025-08-20T21:33:57.3218447Z [00:02:50.763]➜  echo '# import config' > $WORK/b726/importcfg # internal
2025-08-20T21:33:57.3220369Z [00:02:50.763]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b726/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal=>go.opencensus.io@v0.24.0/trace/internal;$WORK/b726=>" -p go.opencensus.io/trace/internal -lang=go1.13 -complete -installsuffix shared -buildid MNVnQ3ObK6Fsa1fjjuH4/MNVnQ3ObK6Fsa1fjjuH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal/internal.go
2025-08-20T21:33:57.3227105Z [00:02:50.764]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T21:33:57.3235310Z [00:02:50.765]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/c4/c4e73be92033acc920b2c742e4d5b68f66d274176324e2fb86c87af3e707fab3-d # internal
2025-08-20T21:33:57.3249008Z [00:02:50.766]➜  go.opencensus.io/internal/tagencoding
2025-08-20T21:33:57.3255436Z [00:02:50.767]➜  mkdir -p $WORK/b736/
2025-08-20T21:33:57.3259393Z [00:02:50.767]➜  echo '# import config' > $WORK/b736/importcfg # internal
2025-08-20T21:33:57.3263792Z [00:02:50.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b736/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/tagencoding=>go.opencensus.io@v0.24.0/internal/tagencoding;$WORK/b736=>" -p go.opencensus.io/internal/tagencoding -lang=go1.13 -complete -installsuffix shared -buildid OqElsLM6mUTLyV_QSHp0/OqElsLM6mUTLyV_QSHp0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/tagencoding/tagencoding.go
2025-08-20T21:33:57.3341076Z [00:02:50.775]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T21:33:57.3346751Z [00:02:50.776]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/09/09a81adad69e739304138b7fd679f5a2764532484b79dbf033d33dfca877ee0f-d # internal
2025-08-20T21:33:57.3348409Z [00:02:50.776]➜  internal/goversion
2025-08-20T21:33:57.3351134Z [00:02:50.777]➜  mkdir -p $WORK/b752/
2025-08-20T21:33:57.3354909Z [00:02:50.777]➜  echo '# import config' > $WORK/b752/importcfg # internal
2025-08-20T21:33:57.3358729Z [00:02:50.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b752/_pkg_.a -trimpath "/root/.go/src/internal/goversion=>internal/goversion;$WORK/b752=>" -p internal/goversion -lang=go1.25 -std -complete -installsuffix shared -buildid LV3fw3zKt9pvoVZw61on/LV3fw3zKt9pvoVZw61on -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b752/importcfg -pack /root/.go/src/internal/goversion/goversion.go
2025-08-20T21:33:57.3396832Z [00:02:50.781]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T21:33:57.3402771Z [00:02:50.782]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/c3/c3fb84ec11fda341b51ece8acedc5f9dc5891ce2d1ab54eaa163ed9194fc63b4-d # internal
2025-08-20T21:33:57.3408548Z [00:02:50.782]➜  internal/platform
2025-08-20T21:33:57.3408858Z [00:02:50.782]➜  mkdir -p $WORK/b753/
2025-08-20T21:33:57.3410252Z [00:02:50.782]➜  echo '# import config' > $WORK/b753/importcfg # internal
2025-08-20T21:33:57.3413425Z [00:02:50.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b753/_pkg_.a -trimpath "/root/.go/src/internal/platform=>internal/platform;$WORK/b753=>" -p internal/platform -lang=go1.25 -std -complete -installsuffix shared -buildid n1M3Gc_4bd6uEkS3n-kY/n1M3Gc_4bd6uEkS3n-kY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b753/importcfg -pack /root/.go/src/internal/platform/supported.go /root/.go/src/internal/platform/zosarch.go
2025-08-20T21:33:57.3447140Z [00:02:50.786]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T21:33:57.3450382Z [00:02:50.786]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/93/93cc6ca44fd1901c627c219694794dadc3860e312aaa073980c15c555204df8f-d # internal
2025-08-20T21:33:57.3451173Z [00:02:50.786]➜  internal/syslist
2025-08-20T21:33:57.3451611Z [00:02:50.786]➜  mkdir -p $WORK/b754/
2025-08-20T21:33:57.3451992Z [00:02:50.786]➜  echo '# import config' > $WORK/b754/importcfg # internal
2025-08-20T21:33:57.3454792Z [00:02:50.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b754/_pkg_.a -trimpath "/root/.go/src/internal/syslist=>internal/syslist;$WORK/b754=>" -p internal/syslist -lang=go1.25 -std -complete -installsuffix shared -buildid _j0WU0QH4RMH9GPlhGmm/_j0WU0QH4RMH9GPlhGmm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b754/importcfg -pack /root/.go/src/internal/syslist/syslist.go
2025-08-20T21:33:57.3495761Z [00:02:50.791]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T21:33:57.3499536Z [00:02:50.791]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/35/3543e85f9cbfbd101cd569f17b5b136b17f940e873bac0e7377e662e3efee281-d # internal
2025-08-20T21:33:57.3500967Z [00:02:50.791]➜  internal/gover
2025-08-20T21:33:57.3501901Z [00:02:50.791]➜  mkdir -p $WORK/b759/
2025-08-20T21:33:57.3505709Z [00:02:50.792]➜  cat >/tmp/go-build1238918229/b759/importcfg << 'EOF' # internal
2025-08-20T21:33:57.3506835Z [00:02:50.792]➜  # import config
2025-08-20T21:33:57.3507220Z [00:02:50.792]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:33:57.3507772Z [00:02:50.792]➜  EOF
2025-08-20T21:33:57.3509285Z [00:02:50.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b759/_pkg_.a -trimpath "/root/.go/src/internal/gover=>internal/gover;$WORK/b759=>" -p internal/gover -lang=go1.25 -std -complete -installsuffix shared -buildid xHNPK7C-7XGsLyT8Smup/xHNPK7C-7XGsLyT8Smup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack /root/.go/src/internal/gover/gover.go
2025-08-20T21:33:57.3598732Z [00:02:50.801]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T21:33:57.3601263Z [00:02:50.801]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/0d/0d1f4d34f28cd8b76175fc11980f35e42aceea75596a4fa38d98686c9657447b-d # internal
2025-08-20T21:33:57.3602122Z [00:02:50.802]➜  github.com/charmbracelet/x/ansi/parser
2025-08-20T21:33:57.3602440Z [00:02:50.802]➜  mkdir -p $WORK/b790/
2025-08-20T21:33:57.3604165Z [00:02:50.802]➜  cat >/tmp/go-build1238918229/b790/importcfg << 'EOF' # internal
2025-08-20T21:33:57.3604522Z [00:02:50.802]➜  # import config
2025-08-20T21:33:57.3604859Z [00:02:50.802]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:33:57.3605193Z [00:02:50.802]➜  EOF
2025-08-20T21:33:57.3607889Z [00:02:50.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b790/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser=>github.com/charmbracelet/x/ansi@v0.8.0/parser;$WORK/b790=>" -p github.com/charmbracelet/x/ansi/parser -lang=go1.18 -complete -installsuffix shared -buildid DkTVe7UWLcnAG72Q_dM8/DkTVe7UWLcnAG72Q_dM8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser/const.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser/seq.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser/transition_table.go
2025-08-20T21:33:57.3793877Z [00:02:50.821]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T21:33:57.3818755Z [00:02:50.821]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/30/30bd2d50f067f40aea97fc8d2cc7ccee321c1a4adb459295ab42dd83ef434ff2-d # internal
2025-08-20T21:33:57.3821824Z [00:02:50.824]➜  github.com/rivo/uniseg
2025-08-20T21:33:57.3822142Z [00:02:50.824]➜  mkdir -p $WORK/b794/
2025-08-20T21:33:57.3912486Z [00:02:50.833]➜  cat >/tmp/go-build1238918229/b794/importcfg << 'EOF' # internal
2025-08-20T21:33:57.3913220Z [00:02:50.833]➜  # import config
2025-08-20T21:33:57.3915044Z [00:02:50.833]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:33:57.3915483Z [00:02:50.833]➜  EOF
2025-08-20T21:33:57.3938706Z [00:02:50.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b794/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b794=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid _Ij5HmOVJjd14q5M5JOk/_Ij5HmOVJjd14q5M5JOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/eastasianwidth.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/emojipresentation.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemeproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/graphemerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/line.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/lineproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/linerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/properties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentence.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentenceproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/sentencerules.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/step.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/width.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/word.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordproperties.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7/wordrules.go
2025-08-20T21:33:57.3990235Z [00:02:50.840]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T21:33:57.3994105Z [00:02:50.841]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/16/167cd125c505ce005245a1b00a7d2a20347ec69269b0de06d5459603210dea63-d # internal
2025-08-20T21:33:57.3995687Z [00:02:50.841]➜  github.com/docker/docker/api/types/common
2025-08-20T21:33:57.3996609Z [00:02:50.841]➜  mkdir -p $WORK/b843/
2025-08-20T21:33:57.4003767Z [00:02:50.842]➜  echo '# import config' > $WORK/b843/importcfg # internal
2025-08-20T21:33:57.4007187Z [00:02:50.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b843/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/common=>github.com/docker/docker@v28.3.3+incompatible/api/types/common;$WORK/b843=>" -p github.com/docker/docker/api/types/common -lang=go1.16 -complete -installsuffix shared -buildid TwDbU-IedFpDFPIfY_0k/TwDbU-IedFpDFPIfY_0k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/common/id_response.go
2025-08-20T21:33:57.4111218Z [00:02:50.852]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T21:33:57.4112721Z [00:02:50.852]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/11/1133f981082289f008413cf33ad9246ac9b661e5d739ec26c4bf87071a596d7d-d # internal
2025-08-20T21:33:57.4120043Z [00:02:50.853]➜  github.com/docker/docker/api/types/storage
2025-08-20T21:33:57.4123567Z [00:02:50.854]➜  mkdir -p $WORK/b849/
2025-08-20T21:33:57.4134559Z [00:02:50.854]➜  echo '# import config' > $WORK/b849/importcfg # internal
2025-08-20T21:33:57.4136874Z [00:02:50.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b849/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/storage=>github.com/docker/docker@v28.3.3+incompatible/api/types/storage;$WORK/b849=>" -p github.com/docker/docker/api/types/storage -lang=go1.16 -complete -installsuffix shared -buildid VlcB7c_hFugng23VkAS9/VlcB7c_hFugng23VkAS9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/storage/driver_data.go
2025-08-20T21:33:57.4261337Z [00:02:50.867]➜  go tool buildid -w $WORK/b849/_pkg_.a # internal
2025-08-20T21:33:57.4263544Z [00:02:50.868]➜  cp $WORK/b849/_pkg_.a /root/.cache/go-build/26/26580673f113331719cca97847150b1e0f6f09efab2113b475fff47a7e4f9763-d # internal
2025-08-20T21:33:57.4268297Z [00:02:50.868]➜  github.com/docker/docker/api
2025-08-20T21:33:57.4271523Z [00:02:50.869]➜  mkdir -p $WORK/b858/
2025-08-20T21:33:57.4275737Z [00:02:50.869]➜  echo '# import config' > $WORK/b858/importcfg # internal
2025-08-20T21:33:57.4282719Z [00:02:50.869]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b858/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api=>github.com/docker/docker@v28.3.3+incompatible/api;$WORK/b858=>" -p github.com/docker/docker/api -lang=go1.16 -complete -installsuffix shared -buildid DJtNq2EVPsdh0cWU1Tqh/DJtNq2EVPsdh0cWU1Tqh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b858/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/common.go
2025-08-20T21:33:57.4310606Z [00:02:50.872]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T21:33:57.4322887Z [00:02:50.874]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/81/812361f2ec8441d0246f76ee0a93f649dfdbeebeea70f98a80ea1a7a880748ff-d # internal
2025-08-20T21:33:57.4323911Z [00:02:50.874]➜  github.com/docker/docker/api/types/checkpoint
2025-08-20T21:33:57.4324599Z [00:02:50.874]➜  mkdir -p $WORK/b866/
2025-08-20T21:33:57.4326508Z [00:02:50.874]➜  echo '# import config' > $WORK/b866/importcfg # internal
2025-08-20T21:33:57.4329443Z [00:02:50.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b866/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/checkpoint=>github.com/docker/docker@v28.3.3+incompatible/api/types/checkpoint;$WORK/b866=>" -p github.com/docker/docker/api/types/checkpoint -lang=go1.16 -complete -installsuffix shared -buildid GAlQpgAb7hHNtVayCHQO/GAlQpgAb7hHNtVayCHQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b866/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/checkpoint/list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/checkpoint/options.go
2025-08-20T21:33:57.4383569Z [00:02:50.880]➜  go tool buildid -w $WORK/b858/_pkg_.a # internal
2025-08-20T21:33:57.4388864Z [00:02:50.880]➜  cp $WORK/b858/_pkg_.a /root/.cache/go-build/8f/8f6f7d4408b81eb7a20f6cbd2ef198f0ebad70a91f2a4712ce83b3368010de2b-d # internal
2025-08-20T21:33:57.4392201Z [00:02:50.880]➜  github.com/docker/cli/cli/config/types
2025-08-20T21:33:57.4392626Z [00:02:50.880]➜  mkdir -p $WORK/b882/
2025-08-20T21:33:57.4394826Z [00:02:50.881]➜  echo '# import config' > $WORK/b882/importcfg # internal
2025-08-20T21:33:57.4397303Z [00:02:50.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b882/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/types=>github.com/docker/cli@v28.3.3+incompatible/cli/config/types;$WORK/b882=>" -p github.com/docker/cli/cli/config/types -lang=go1.16 -complete -installsuffix shared -buildid qYXmX3Y-hhM2Wzp6L_E9/qYXmX3Y-hhM2Wzp6L_E9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b882/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/types/authconfig.go
2025-08-20T21:33:57.4449907Z [00:02:50.886]➜  go tool buildid -w $WORK/b866/_pkg_.a # internal
2025-08-20T21:33:57.4454480Z [00:02:50.887]➜  cp $WORK/b866/_pkg_.a /root/.cache/go-build/b6/b65cbd37d2a4bd2e26838e49920a24b23c3590b0da42aab6abe910ecfd8e6350-d # internal
2025-08-20T21:33:57.4456252Z [00:02:50.887]➜  go.opentelemetry.io/otel/sdk
2025-08-20T21:33:57.4457171Z [00:02:50.887]➜  mkdir -p $WORK/b911/
2025-08-20T21:33:57.4464001Z [00:02:50.888]➜  echo '# import config' > $WORK/b911/importcfg # internal
2025-08-20T21:33:57.4467098Z [00:02:50.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b911/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0=>go.opentelemetry.io/otel/sdk@v1.37.0;$WORK/b911=>" -p go.opentelemetry.io/otel/sdk -lang=go1.23 -complete -installsuffix shared -buildid imRVsf2oEcdbW72emgkA/imRVsf2oEcdbW72emgkA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b911/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/version.go
2025-08-20T21:33:57.4549743Z [00:02:50.896]➜  go tool buildid -w $WORK/b882/_pkg_.a # internal
2025-08-20T21:33:57.4552791Z [00:02:50.897]➜  cp $WORK/b882/_pkg_.a /root/.cache/go-build/8c/8cce15dafbd4ac95696fae4dbf14efced4f510df7cf5399b82b61e67e6d25888-d # internal
2025-08-20T21:33:57.4558246Z [00:02:50.897]➜  go tool buildid -w $WORK/b911/_pkg_.a # internal
2025-08-20T21:33:57.4562877Z [00:02:50.898]➜  cp $WORK/b911/_pkg_.a /root/.cache/go-build/1f/1f1a69881d681fc560ee5ba304ad0a15a89d757aef3403c3ddfbc624e0c67620-d # internal
2025-08-20T21:33:57.5499965Z [00:02:50.991]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T21:33:57.5553683Z [00:02:50.997]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/7f/7f11baf07beced63ee1ba1c91d16963c6126de0599b614b0c82d3d56039e1744-d # internal
2025-08-20T21:33:58.8009348Z [00:02:52.242]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b011/tls_GOARCH.h
2025-08-20T21:33:58.8010464Z [00:02:52.242]➜  cd /root/.go/src/runtime
2025-08-20T21:33:58.8011436Z [00:02:52.242]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/asm.o ./asm.s
2025-08-20T21:33:58.8038929Z [00:02:52.245]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/asm_arm64.o ./asm_arm64.s
2025-08-20T21:33:58.8126999Z [00:02:52.254]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/atomic_arm64.o ./atomic_arm64.s
2025-08-20T21:33:58.8149285Z [00:02:52.256]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/duff_arm64.o ./duff_arm64.s
2025-08-20T21:33:58.8175991Z [00:02:52.259]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/ints.o ./ints.s
2025-08-20T21:33:58.8201434Z [00:02:52.261]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/memclr_arm64.o ./memclr_arm64.s
2025-08-20T21:33:58.8226100Z [00:02:52.264]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/memmove_arm64.o ./memmove_arm64.s
2025-08-20T21:33:58.8250880Z [00:02:52.266]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/preempt_arm64.o ./preempt_arm64.s
2025-08-20T21:33:58.8291886Z [00:02:52.270]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T21:33:58.8316249Z [00:02:52.273]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T21:33:58.8369174Z [00:02:52.278]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/tls_arm64.o ./tls_arm64.s
2025-08-20T21:33:58.8410893Z [00:02:52.282]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/asm.o $WORK/b011/asm_arm64.o $WORK/b011/atomic_arm64.o $WORK/b011/duff_arm64.o $WORK/b011/ints.o $WORK/b011/memclr_arm64.o $WORK/b011/memmove_arm64.o $WORK/b011/preempt_arm64.o $WORK/b011/rt0_linux_arm64.o $WORK/b011/sys_linux_arm64.o $WORK/b011/tls_arm64.o # internal
2025-08-20T21:33:58.8413088Z [00:02:52.283]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T21:33:58.8727572Z [00:02:52.314]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T21:33:58.8739642Z [00:02:52.314]➜  internal/reflectlite
2025-08-20T21:33:58.8739984Z [00:02:52.314]➜  mkdir -p $WORK/b006/
2025-08-20T21:33:58.8740225Z [00:02:52.314]➜  iter
2025-08-20T21:33:58.8740451Z [00:02:52.314]➜  mkdir -p $WORK/b040/
2025-08-20T21:33:58.8740689Z [00:02:52.314]➜  sync
2025-08-20T21:33:58.8740912Z [00:02:52.314]➜  mkdir -p $WORK/b036/
2025-08-20T21:33:58.8741149Z [00:02:52.314]➜  weak
2025-08-20T21:33:58.8741369Z [00:02:52.314]➜  mkdir -p $WORK/b100/
2025-08-20T21:33:58.8741669Z [00:02:52.314]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T21:33:58.8742020Z [00:02:52.314]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:33:58.8743141Z [00:02:52.315]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b006/symabis ./asm.s
2025-08-20T21:33:58.8744208Z [00:02:52.315]➜  cat >/tmp/go-build1238918229/b040/importcfg << 'EOF' # internal
2025-08-20T21:33:58.8744564Z [00:02:52.315]➜  # import config
2025-08-20T21:33:58.8744924Z [00:02:52.315]➜  packagefile internal/race=/tmp/go-build1238918229/b031/_pkg_.a
2025-08-20T21:33:58.8745375Z [00:02:52.315]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:58.8745690Z [00:02:52.315]➜  EOF
2025-08-20T21:33:58.8746009Z [00:02:52.315]➜  cat >/tmp/go-build1238918229/b036/importcfg << 'EOF' # internal
2025-08-20T21:33:58.8746351Z [00:02:52.315]➜  # import config
2025-08-20T21:33:58.8747177Z [00:02:52.315]➜  packagefile internal/race=/tmp/go-build1238918229/b031/_pkg_.a
2025-08-20T21:33:58.8747876Z [00:02:52.315]➜  packagefile internal/sync=/tmp/go-build1238918229/b037/_pkg_.a
2025-08-20T21:33:58.8748362Z [00:02:52.315]➜  packagefile internal/synctest=/tmp/go-build1238918229/b039/_pkg_.a
2025-08-20T21:33:58.8748825Z [00:02:52.315]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:58.8749267Z [00:02:52.315]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:33:58.8749607Z [00:02:52.315]➜  EOF
2025-08-20T21:33:58.8749854Z [00:02:52.315]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:58.8752229Z [00:02:52.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b036=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/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-20T21:33:58.8755271Z [00:02:52.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b040=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T21:33:58.8758314Z [00:02:52.317]➜  cat >/tmp/go-build1238918229/b100/importcfg << 'EOF' # internal
2025-08-20T21:33:58.8758711Z [00:02:52.317]➜  # import config
2025-08-20T21:33:58.8766882Z [00:02:52.317]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:33:58.8767634Z [00:02:52.317]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:58.8768118Z [00:02:52.317]➜  EOF
2025-08-20T21:33:58.8769535Z [00:02:52.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b100=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T21:33:58.8789101Z [00:02:52.320]➜  cat >/tmp/go-build1238918229/b006/importcfg << 'EOF' # internal
2025-08-20T21:33:58.8790152Z [00:02:52.320]➜  # import config
2025-08-20T21:33:58.8790567Z [00:02:52.320]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:33:58.8791060Z [00:02:52.320]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:58.8791615Z [00:02:52.320]➜  packagefile internal/unsafeheader=/tmp/go-build1238918229/b010/_pkg_.a
2025-08-20T21:33:58.8792119Z [00:02:52.320]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:58.8792439Z [00:02:52.320]➜  EOF
2025-08-20T21:33:58.8794502Z [00:02:52.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b006=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -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/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T21:33:58.8851655Z [00:02:52.327]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T21:33:58.8854915Z [00:02:52.327]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T21:33:58.8856271Z [00:02:52.327]➜  crypto/subtle
2025-08-20T21:33:58.8857082Z [00:02:52.327]➜  mkdir -p $WORK/b127/
2025-08-20T21:33:58.8860233Z [00:02:52.327]➜  cat >/tmp/go-build1238918229/b127/importcfg << 'EOF' # internal
2025-08-20T21:33:58.8860651Z [00:02:52.327]➜  # import config
2025-08-20T21:33:58.8861093Z [00:02:52.327]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1238918229/b118/_pkg_.a
2025-08-20T21:33:58.8861662Z [00:02:52.327]➜  packagefile internal/runtime/sys=/tmp/go-build1238918229/b032/_pkg_.a
2025-08-20T21:33:58.8862560Z [00:02:52.327]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:58.8862882Z [00:02:52.327]➜  EOF
2025-08-20T21:33:58.8864628Z [00:02:52.327]➜  /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-20T21:33:58.8881506Z [00:02:52.329]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T21:33:58.8882359Z [00:02:52.329]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T21:33:58.8882887Z [00:02:52.329]➜  slices
2025-08-20T21:33:58.8883119Z [00:02:52.329]➜  mkdir -p $WORK/b051/
2025-08-20T21:33:58.8883508Z [00:02:52.329]➜  cat >/tmp/go-build1238918229/b051/importcfg << 'EOF' # internal
2025-08-20T21:33:58.8883850Z [00:02:52.329]➜  # import config
2025-08-20T21:33:58.8884178Z [00:02:52.329]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:33:58.8884590Z [00:02:52.329]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:33:58.8885016Z [00:02:52.329]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:33:58.8885353Z [00:02:52.329]➜  EOF
2025-08-20T21:33:58.8887172Z [00:02:52.329]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b051=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/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-20T21:33:58.9060329Z [00:02:52.347]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T21:33:58.9061114Z [00:02:52.347]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T21:33:58.9061656Z [00:02:52.347]➜  maps
2025-08-20T21:33:58.9061891Z [00:02:52.347]➜  mkdir -p $WORK/b065/
2025-08-20T21:33:58.9062264Z [00:02:52.347]➜  cat >/tmp/go-build1238918229/b065/importcfg << 'EOF' # internal
2025-08-20T21:33:58.9062609Z [00:02:52.347]➜  # import config
2025-08-20T21:33:58.9063284Z [00:02:52.347]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:33:58.9063657Z [00:02:52.347]➜  EOF
2025-08-20T21:33:58.9065062Z [00:02:52.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b065=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T21:33:58.9067631Z [00:02:52.348]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T21:33:58.9069308Z [00:02:52.348]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T21:33:58.9070768Z [00:02:52.348]➜  runtime/metrics
2025-08-20T21:33:58.9072406Z [00:02:52.348]➜  mkdir -p $WORK/b325/
2025-08-20T21:33:58.9072877Z [00:02:52.349]➜  cat >/tmp/go-build1238918229/b325/importcfg << 'EOF' # internal
2025-08-20T21:33:58.9073231Z [00:02:52.349]➜  # import config
2025-08-20T21:33:58.9073611Z [00:02:52.349]➜  packagefile internal/godebugs=/tmp/go-build1238918229/b017/_pkg_.a
2025-08-20T21:33:58.9074073Z [00:02:52.349]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:33:58.9074494Z [00:02:52.349]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:58.9074808Z [00:02:52.349]➜  EOF
2025-08-20T21:33:58.9077246Z [00:02:52.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/.go/src/runtime/metrics=>runtime/metrics;$WORK/b325=>" -p runtime/metrics -lang=go1.25 -std -installsuffix shared -buildid r4f670ttoJBq9e3NNbJ_/r4f670ttoJBq9e3NNbJ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /root/.go/src/runtime/metrics/description.go /root/.go/src/runtime/metrics/doc.go /root/.go/src/runtime/metrics/histogram.go /root/.go/src/runtime/metrics/sample.go /root/.go/src/runtime/metrics/value.go
2025-08-20T21:33:58.9163100Z [00:02:52.357]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T21:33:58.9163911Z [00:02:52.357]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T21:33:58.9164476Z [00:02:52.357]➜  k8s.io/klog/v2/internal/dbg
2025-08-20T21:33:58.9164759Z [00:02:52.357]➜  mkdir -p $WORK/b782/
2025-08-20T21:33:58.9165160Z [00:02:52.358]➜  cat >/tmp/go-build1238918229/b782/importcfg << 'EOF' # internal
2025-08-20T21:33:58.9165504Z [00:02:52.358]➜  # import config
2025-08-20T21:33:58.9165849Z [00:02:52.358]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:58.9166164Z [00:02:52.358]➜  EOF
2025-08-20T21:33:58.9168040Z [00:02:52.358]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b782/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/dbg=>k8s.io/klog/v2@v2.130.1/internal/dbg;$WORK/b782=>" -p k8s.io/klog/v2/internal/dbg -lang=go1.18 -complete -installsuffix shared -buildid h-FRWKW4bGNVm1hyqLgY/h-FRWKW4bGNVm1hyqLgY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/dbg/dbg.go
2025-08-20T21:33:58.9242853Z [00:02:52.365]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T21:33:58.9261052Z [00:02:52.367]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/e8/e89495d4f1e79ba399fa2b8412546586d9ed9aa43d9c4652fb4972a075ce1f42-d # internal
2025-08-20T21:33:58.9261705Z [00:02:52.367]➜  golang.org/x/exp/maps
2025-08-20T21:33:58.9265346Z [00:02:52.367]➜  mkdir -p $WORK/b816/
2025-08-20T21:33:58.9283809Z [00:02:52.370]➜  cat >/tmp/go-build1238918229/b816/importcfg << 'EOF' # internal
2025-08-20T21:33:58.9286268Z [00:02:52.370]➜  # import config
2025-08-20T21:33:58.9287116Z [00:02:52.370]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:33:58.9287606Z [00:02:52.370]➜  EOF
2025-08-20T21:33:58.9290040Z [00:02:52.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b816/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/maps=>golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/maps;$WORK/b816=>" -p golang.org/x/exp/maps -lang=go1.23 -complete -installsuffix shared -buildid JdxFj4kKmgny6E8GHc--/JdxFj4kKmgny6E8GHc-- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b816/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250620022241-b7579e27df2b/maps/maps.go
2025-08-20T21:33:58.9331731Z [00:02:52.375]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T21:33:58.9350894Z [00:02:52.376]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/bc/bc962760eaba423cbb1c1ce54a1b62cdc5b37e61a95acaa34a351cb3861665c1-d # internal
2025-08-20T21:33:58.9463350Z [00:02:52.388]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T21:33:58.9470389Z [00:02:52.388]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/0c/0c2e231049dd1259eb49628c1360f3c1bbe50eeafa0c3a029fe8c14959c435c2-d # internal
2025-08-20T21:33:58.9794515Z [00:02:52.421]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T21:33:58.9796035Z [00:02:52.421]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b006=>" -I $WORK/b006/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b006/asm.o ./asm.s
2025-08-20T21:33:58.9816483Z [00:02:52.423]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/asm.o # internal
2025-08-20T21:33:58.9817361Z [00:02:52.423]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T21:33:58.9834143Z [00:02:52.425]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T21:33:58.9841616Z [00:02:52.425]➜  errors
2025-08-20T21:33:58.9841951Z [00:02:52.425]➜  mkdir -p $WORK/b005/
2025-08-20T21:33:58.9842206Z [00:02:52.425]➜  sort
2025-08-20T21:33:58.9842435Z [00:02:52.425]➜  mkdir -p $WORK/b083/
2025-08-20T21:33:58.9842840Z [00:02:52.425]➜  cat >/tmp/go-build1238918229/b005/importcfg << 'EOF' # internal
2025-08-20T21:33:58.9843186Z [00:02:52.425]➜  # import config
2025-08-20T21:33:58.9843577Z [00:02:52.425]➜  packagefile internal/reflectlite=/tmp/go-build1238918229/b006/_pkg_.a
2025-08-20T21:33:58.9843938Z [00:02:52.425]➜  EOF
2025-08-20T21:33:58.9844182Z [00:02:52.425]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:58.9845774Z [00:02:52.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b005=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T21:33:58.9855972Z [00:02:52.425]➜  cat >/tmp/go-build1238918229/b083/importcfg << 'EOF' # internal
2025-08-20T21:33:58.9856334Z [00:02:52.425]➜  # import config
2025-08-20T21:33:58.9856741Z [00:02:52.425]➜  packagefile internal/reflectlite=/tmp/go-build1238918229/b006/_pkg_.a
2025-08-20T21:33:58.9857227Z [00:02:52.425]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:33:58.9857826Z [00:02:52.425]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:33:58.9858141Z [00:02:52.425]➜  EOF
2025-08-20T21:33:58.9859966Z [00:02:52.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b083=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T21:33:58.9861603Z [00:02:52.426]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T21:33:58.9870221Z [00:02:52.428]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T21:33:58.9882149Z [00:02:52.429]➜  internal/testlog
2025-08-20T21:33:58.9885921Z [00:02:52.429]➜  mkdir -p $WORK/b064/
2025-08-20T21:33:58.9886361Z [00:02:52.429]➜  cat >/tmp/go-build1238918229/b064/importcfg << 'EOF' # internal
2025-08-20T21:33:58.9886709Z [00:02:52.429]➜  # import config
2025-08-20T21:33:58.9887045Z [00:02:52.429]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:33:58.9887588Z [00:02:52.429]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:33:58.9887967Z [00:02:52.429]➜  EOF
2025-08-20T21:33:58.9897989Z [00:02:52.429]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b064=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T21:33:58.9899487Z [00:02:52.429]➜  internal/bisect
2025-08-20T21:33:58.9899746Z [00:02:52.429]➜  mkdir -p $WORK/b059/
2025-08-20T21:33:58.9900139Z [00:02:52.430]➜  cat >/tmp/go-build1238918229/b059/importcfg << 'EOF' # internal
2025-08-20T21:33:58.9900482Z [00:02:52.430]➜  # import config
2025-08-20T21:33:58.9900822Z [00:02:52.430]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:58.9901703Z [00:02:52.430]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:33:58.9902136Z [00:02:52.430]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:33:58.9902465Z [00:02:52.430]➜  EOF
2025-08-20T21:33:58.9903939Z [00:02:52.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b059=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T21:33:59.0070434Z [00:02:52.447]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T21:33:59.0080645Z [00:02:52.448]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T21:33:59.0081367Z [00:02:52.449]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T21:33:59.0089295Z [00:02:52.449]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T21:33:59.0089888Z [00:02:52.449]➜  io
2025-08-20T21:33:59.0090130Z [00:02:52.449]➜  mkdir -p $WORK/b035/
2025-08-20T21:33:59.0090509Z [00:02:52.449]➜  cat >/tmp/go-build1238918229/b035/importcfg << 'EOF' # internal
2025-08-20T21:33:59.0090855Z [00:02:52.449]➜  # import config
2025-08-20T21:33:59.0091220Z [00:02:52.449]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.0091645Z [00:02:52.449]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:33:59.0091952Z [00:02:52.449]➜  EOF
2025-08-20T21:33:59.0093388Z [00:02:52.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b035=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T21:33:59.0094637Z [00:02:52.450]➜  strconv
2025-08-20T21:33:59.0099390Z [00:02:52.451]➜  mkdir -p $WORK/b050/
2025-08-20T21:33:59.0101258Z [00:02:52.451]➜  cat >/tmp/go-build1238918229/b050/importcfg << 'EOF' # internal
2025-08-20T21:33:59.0102018Z [00:02:52.451]➜  # import config
2025-08-20T21:33:59.0102837Z [00:02:52.451]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.0104887Z [00:02:52.451]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:59.0105860Z [00:02:52.451]➜  packagefile internal/stringslite=/tmp/go-build1238918229/b033/_pkg_.a
2025-08-20T21:33:59.0106405Z [00:02:52.451]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:33:59.0106835Z [00:02:52.452]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:33:59.0107285Z [00:02:52.452]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:33:59.0112441Z [00:02:52.452]➜  EOF
2025-08-20T21:33:59.0115465Z [00:02:52.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b050=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/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-20T21:33:59.0545557Z [00:02:52.496]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T21:33:59.0558324Z [00:02:52.496]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T21:33:59.0559058Z [00:02:52.497]➜  internal/oserror
2025-08-20T21:33:59.0559333Z [00:02:52.497]➜  mkdir -p $WORK/b055/
2025-08-20T21:33:59.0559709Z [00:02:52.497]➜  cat >/tmp/go-build1238918229/b055/importcfg << 'EOF' # internal
2025-08-20T21:33:59.0560054Z [00:02:52.497]➜  # import config
2025-08-20T21:33:59.0560386Z [00:02:52.497]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.0560729Z [00:02:52.497]➜  EOF
2025-08-20T21:33:59.0590114Z [00:02:52.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b055=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T21:33:59.0747063Z [00:02:52.516]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T21:33:59.0751155Z [00:02:52.516]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T21:33:59.0751781Z [00:02:52.516]➜  path
2025-08-20T21:33:59.0752020Z [00:02:52.516]➜  mkdir -p $WORK/b056/
2025-08-20T21:33:59.0752399Z [00:02:52.516]➜  cat >/tmp/go-build1238918229/b056/importcfg << 'EOF' # internal
2025-08-20T21:33:59.0752774Z [00:02:52.516]➜  # import config
2025-08-20T21:33:59.0753118Z [00:02:52.516]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.0753575Z [00:02:52.516]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:59.0754052Z [00:02:52.516]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:33:59.0754386Z [00:02:52.516]➜  EOF
2025-08-20T21:33:59.0755844Z [00:02:52.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b056=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T21:33:59.0799432Z [00:02:52.521]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T21:33:59.0814419Z [00:02:52.523]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T21:33:59.0861649Z [00:02:52.527]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T21:33:59.0877381Z [00:02:52.529]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T21:33:59.0890484Z [00:02:52.530]➜  internal/godebug
2025-08-20T21:33:59.0891366Z [00:02:52.530]➜  mkdir -p $WORK/b058/
2025-08-20T21:33:59.0900880Z [00:02:52.531]➜  cat >/tmp/go-build1238918229/b058/importcfg << 'EOF' # internal
2025-08-20T21:33:59.0901835Z [00:02:52.532]➜  # import config
2025-08-20T21:33:59.0902515Z [00:02:52.532]➜  packagefile internal/bisect=/tmp/go-build1238918229/b059/_pkg_.a
2025-08-20T21:33:59.0903316Z [00:02:52.532]➜  packagefile internal/godebugs=/tmp/go-build1238918229/b017/_pkg_.a
2025-08-20T21:33:59.0904116Z [00:02:52.532]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:33:59.0906323Z [00:02:52.532]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:33:59.0906735Z [00:02:52.532]➜  EOF
2025-08-20T21:33:59.0909139Z [00:02:52.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b058=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T21:33:59.0999660Z [00:02:52.541]➜  bytes
2025-08-20T21:33:59.1035806Z [00:02:52.545]➜  mkdir -p $WORK/b004/
2025-08-20T21:33:59.1036897Z [00:02:52.545]➜  cat >/tmp/go-build1238918229/b004/importcfg << 'EOF' # internal
2025-08-20T21:33:59.1038011Z [00:02:52.545]➜  # import config
2025-08-20T21:33:59.1038517Z [00:02:52.545]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.1039125Z [00:02:52.545]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:59.1047132Z [00:02:52.545]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:33:59.1047847Z [00:02:52.545]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:33:59.1048343Z [00:02:52.545]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:33:59.1048781Z [00:02:52.545]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:33:59.1049232Z [00:02:52.545]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:33:59.1049590Z [00:02:52.545]➜  EOF
2025-08-20T21:33:59.1051221Z [00:02:52.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b004=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/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-20T21:33:59.1052715Z [00:02:52.545]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T21:33:59.1053372Z [00:02:52.546]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T21:33:59.1062647Z [00:02:52.548]➜  syscall
2025-08-20T21:33:59.1085942Z [00:02:52.549]➜  mkdir -p $WORK/b060/
2025-08-20T21:33:59.1086295Z [00:02:52.549]➜  echo -n > $WORK/b060/go_asm.h # internal
2025-08-20T21:33:59.1104843Z [00:02:52.552]➜  cd /root/.go/src/syscall
2025-08-20T21:33:59.1106601Z [00:02:52.552]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b060=>" -I $WORK/b060/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b060/symabis ./asm_linux_arm64.s
2025-08-20T21:33:59.1192467Z [00:02:52.561]➜  cat >/tmp/go-build1238918229/b060/importcfg << 'EOF' # internal
2025-08-20T21:33:59.1193763Z [00:02:52.561]➜  # import config
2025-08-20T21:33:59.1197891Z [00:02:52.561]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.1198471Z [00:02:52.561]➜  packagefile internal/asan=/tmp/go-build1238918229/b029/_pkg_.a
2025-08-20T21:33:59.1198966Z [00:02:52.561]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:59.1199466Z [00:02:52.561]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:33:59.1199966Z [00:02:52.561]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:59.1200467Z [00:02:52.561]➜  packagefile internal/itoa=/tmp/go-build1238918229/b048/_pkg_.a
2025-08-20T21:33:59.1200937Z [00:02:52.561]➜  packagefile internal/msan=/tmp/go-build1238918229/b030/_pkg_.a
2025-08-20T21:33:59.1201419Z [00:02:52.561]➜  packagefile internal/oserror=/tmp/go-build1238918229/b055/_pkg_.a
2025-08-20T21:33:59.1201897Z [00:02:52.561]➜  packagefile internal/race=/tmp/go-build1238918229/b031/_pkg_.a
2025-08-20T21:33:59.1202427Z [00:02:52.561]➜  packagefile internal/runtime/syscall=/tmp/go-build1238918229/b025/_pkg_.a
2025-08-20T21:33:59.1202917Z [00:02:52.561]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:59.1203344Z [00:02:52.561]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:33:59.1203757Z [00:02:52.561]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:33:59.1204191Z [00:02:52.561]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:33:59.1204995Z [00:02:52.561]➜  EOF
2025-08-20T21:33:59.1215225Z [00:02:52.563]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:59.1222229Z [00:02:52.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b060=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b060/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack -asmhdr $WORK/b060/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-20T21:33:59.1682808Z [00:02:52.609]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T21:33:59.1706810Z [00:02:52.612]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T21:33:59.1719229Z [00:02:52.613]➜  reflect
2025-08-20T21:33:59.1722523Z [00:02:52.613]➜  mkdir -p $WORK/b047/
2025-08-20T21:33:59.1730892Z [00:02:52.614]➜  echo -n > $WORK/b047/go_asm.h # internal
2025-08-20T21:33:59.1732034Z [00:02:52.615]➜  cd /root/.go/src/reflect
2025-08-20T21:33:59.1737021Z [00:02:52.615]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b047/symabis ./asm_arm64.s
2025-08-20T21:33:59.1772182Z [00:02:52.618]➜  cat >/tmp/go-build1238918229/b047/importcfg << 'EOF' # internal
2025-08-20T21:33:59.1774332Z [00:02:52.619]➜  # import config
2025-08-20T21:33:59.1777350Z [00:02:52.619]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.1778055Z [00:02:52.619]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:33:59.1778544Z [00:02:52.619]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:59.1779035Z [00:02:52.619]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:59.1779510Z [00:02:52.619]➜  packagefile internal/itoa=/tmp/go-build1238918229/b048/_pkg_.a
2025-08-20T21:33:59.1779998Z [00:02:52.619]➜  packagefile internal/race=/tmp/go-build1238918229/b031/_pkg_.a
2025-08-20T21:33:59.1780500Z [00:02:52.619]➜  packagefile internal/runtime/maps=/tmp/go-build1238918229/b028/_pkg_.a
2025-08-20T21:33:59.1781027Z [00:02:52.619]➜  packagefile internal/runtime/sys=/tmp/go-build1238918229/b032/_pkg_.a
2025-08-20T21:33:59.1781558Z [00:02:52.619]➜  packagefile internal/unsafeheader=/tmp/go-build1238918229/b010/_pkg_.a
2025-08-20T21:33:59.1782024Z [00:02:52.619]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:33:59.1782452Z [00:02:52.619]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:33:59.1782874Z [00:02:52.619]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:59.1783298Z [00:02:52.619]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:33:59.1783716Z [00:02:52.619]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:33:59.1784134Z [00:02:52.619]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:33:59.1784945Z [00:02:52.619]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:33:59.1785286Z [00:02:52.619]➜  EOF
2025-08-20T21:33:59.1785536Z [00:02:52.619]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:59.1788653Z [00:02:52.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b047=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b047/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack -asmhdr $WORK/b047/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-20T21:33:59.1837072Z [00:02:52.625]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T21:33:59.1876261Z [00:02:52.629]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T21:33:59.1877273Z [00:02:52.629]➜  strings
2025-08-20T21:33:59.1877618Z [00:02:52.629]➜  mkdir -p $WORK/b067/
2025-08-20T21:33:59.1881378Z [00:02:52.630]➜  cat >/tmp/go-build1238918229/b067/importcfg << 'EOF' # internal
2025-08-20T21:33:59.1882830Z [00:02:52.630]➜  # import config
2025-08-20T21:33:59.1883205Z [00:02:52.630]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.1883660Z [00:02:52.630]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:33:59.1884141Z [00:02:52.630]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:59.1884668Z [00:02:52.630]➜  packagefile internal/stringslite=/tmp/go-build1238918229/b033/_pkg_.a
2025-08-20T21:33:59.1885147Z [00:02:52.630]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:33:59.1885551Z [00:02:52.630]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:33:59.1885973Z [00:02:52.630]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:33:59.1886396Z [00:02:52.630]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:33:59.1886816Z [00:02:52.630]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:33:59.1887753Z [00:02:52.630]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:33:59.1888183Z [00:02:52.630]➜  EOF
2025-08-20T21:33:59.1890362Z [00:02:52.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b067=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T21:33:59.2571193Z [00:02:52.698]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T21:33:59.2588562Z [00:02:52.700]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T21:33:59.2668971Z [00:02:52.708]➜  runtime/cgo
2025-08-20T21:33:59.2672575Z [00:02:52.708]➜  mkdir -p $WORK/b068/
2025-08-20T21:33:59.2672945Z [00:02:52.708]➜  echo -n > $WORK/b068/preferlinkext # internal
2025-08-20T21:33:59.2673287Z [00:02:52.709]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:33:59.2674561Z [00:02:52.709]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b068/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b068/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T21:33:59.2896335Z [00:02:52.731]➜  cd $WORK/b068
2025-08-20T21:33:59.2898170Z [00:02:52.731]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x001.o -c _cgo_export.c
2025-08-20T21:33:59.2959540Z [00:02:52.737]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T21:33:59.2976702Z [00:02:52.739]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T21:33:59.3003266Z [00:02:52.742]➜  bufio
2025-08-20T21:33:59.3003614Z [00:02:52.742]➜  mkdir -p $WORK/b070/
2025-08-20T21:33:59.3007309Z [00:02:52.742]➜  cat >/tmp/go-build1238918229/b070/importcfg << 'EOF' # internal
2025-08-20T21:33:59.3008398Z [00:02:52.742]➜  # import config
2025-08-20T21:33:59.3009404Z [00:02:52.742]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:33:59.3009923Z [00:02:52.742]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.3010345Z [00:02:52.742]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:33:59.3010784Z [00:02:52.742]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:33:59.3011251Z [00:02:52.742]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:33:59.3011581Z [00:02:52.742]➜  EOF
2025-08-20T21:33:59.3011828Z [00:02:52.742]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:59.3013290Z [00:02:52.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b070=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T21:33:59.3145932Z [00:02:52.754]➜  cd $WORK/b068
2025-08-20T21:33:59.3148170Z [00:02:52.754]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x002.o -c cgo.cgo2.c
2025-08-20T21:33:59.3563945Z [00:02:52.798]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:33:59.3567772Z [00:02:52.798]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x003.o -c gcc_context.c
2025-08-20T21:33:59.3704327Z [00:02:52.812]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T21:33:59.3730320Z [00:02:52.814]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T21:33:59.3733160Z [00:02:52.815]➜  encoding/base64
2025-08-20T21:33:59.3733613Z [00:02:52.815]➜  mkdir -p $WORK/b089/
2025-08-20T21:33:59.3734158Z [00:02:52.815]➜  cat >/tmp/go-build1238918229/b089/importcfg << 'EOF' # internal
2025-08-20T21:33:59.3734535Z [00:02:52.815]➜  # import config
2025-08-20T21:33:59.3734923Z [00:02:52.815]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:33:59.3735380Z [00:02:52.815]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:33:59.3736279Z [00:02:52.815]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:33:59.3736708Z [00:02:52.815]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:33:59.3737029Z [00:02:52.815]➜  EOF
2025-08-20T21:33:59.3737276Z [00:02:52.815]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:59.3738992Z [00:02:52.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b089=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T21:33:59.3855664Z [00:02:52.827]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:33:59.3857283Z [00:02:52.827]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x004.o -c gcc_fatalf.c
2025-08-20T21:33:59.4149976Z [00:02:52.856]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T21:33:59.4180197Z [00:02:52.859]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T21:33:59.4181711Z [00:02:52.859]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:33:59.4183554Z [00:02:52.859]➜  mkdir -p $WORK/b095/
2025-08-20T21:33:59.4184335Z [00:02:52.860]➜  cat >/tmp/go-build1238918229/b095/importcfg << 'EOF' # internal
2025-08-20T21:33:59.4184914Z [00:02:52.860]➜  # import config
2025-08-20T21:33:59.4186057Z [00:02:52.860]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.4186386Z [00:02:52.860]➜  EOF
2025-08-20T21:33:59.4186665Z [00:02:52.860]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:59.4190932Z [00:02:52.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b095=>" -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/b095/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T21:33:59.4276157Z [00:02:52.869]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:33:59.4279726Z [00:02:52.869]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x005.o -c gcc_libinit.c
2025-08-20T21:33:59.4406438Z [00:02:52.882]➜  cd /root/.go/src/syscall
2025-08-20T21:33:59.4408470Z [00:02:52.882]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b060=>" -I $WORK/b060/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b060/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:33:59.4425978Z [00:02:52.884]➜  go tool pack r $WORK/b060/_pkg_.a $WORK/b060/asm_linux_arm64.o # internal
2025-08-20T21:33:59.4427288Z [00:02:52.884]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T21:33:59.4472911Z [00:02:52.889]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T21:33:59.4476615Z [00:02:52.889]➜  time
2025-08-20T21:33:59.4481826Z [00:02:52.890]➜  mkdir -p $WORK/b057/
2025-08-20T21:33:59.4482845Z [00:02:52.890]➜  cat >/tmp/go-build1238918229/b057/importcfg << 'EOF' # internal
2025-08-20T21:33:59.4484880Z [00:02:52.890]➜  # import config
2025-08-20T21:33:59.4485503Z [00:02:52.890]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.4486186Z [00:02:52.890]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:59.4494272Z [00:02:52.890]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:33:59.4495794Z [00:02:52.890]➜  packagefile internal/stringslite=/tmp/go-build1238918229/b033/_pkg_.a
2025-08-20T21:33:59.4496691Z [00:02:52.890]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:33:59.4497987Z [00:02:52.890]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:59.4499050Z [00:02:52.890]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:33:59.4500192Z [00:02:52.890]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:33:59.4500756Z [00:02:52.890]➜  EOF
2025-08-20T21:33:59.4501109Z [00:02:52.890]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:59.4504498Z [00:02:52.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b057=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/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-20T21:33:59.4746589Z [00:02:52.916]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:33:59.4750289Z [00:02:52.916]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x006.o -c gcc_linux_arm64.c
2025-08-20T21:33:59.5194685Z [00:02:52.961]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x007.o -c gcc_mmap.c
2025-08-20T21:33:59.5701375Z [00:02:53.011]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x008.o -c gcc_setenv.c
2025-08-20T21:33:59.5788532Z [00:02:53.020]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T21:33:59.5820129Z [00:02:53.023]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T21:33:59.5851083Z [00:02:53.026]➜  internal/syscall/unix
2025-08-20T21:33:59.5852195Z [00:02:53.027]➜  mkdir -p $WORK/b062/
2025-08-20T21:33:59.5861875Z [00:02:53.028]➜  cat >/tmp/go-build1238918229/b062/importcfg << 'EOF' # internal
2025-08-20T21:33:59.5863408Z [00:02:53.028]➜  # import config
2025-08-20T21:33:59.5864060Z [00:02:53.028]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:59.5866644Z [00:02:53.028]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:33:59.5867300Z [00:02:53.028]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:33:59.5870347Z [00:02:53.028]➜  EOF
2025-08-20T21:33:59.5881586Z [00:02:53.029]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:59.5888301Z [00:02:53.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b062=>" -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/b062/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-20T21:33:59.5979553Z [00:02:53.037]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:33:59.5984643Z [00:02:53.040]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x009.o -c gcc_sigaction.c
2025-08-20T21:33:59.6265411Z [00:02:53.067]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x010.o -c gcc_stack_unix.c
2025-08-20T21:33:59.6490914Z [00:02:53.090]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T21:33:59.6503903Z [00:02:53.092]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T21:33:59.6512409Z [00:02:53.092]➜  internal/syscall/execenv
2025-08-20T21:33:59.6512746Z [00:02:53.093]➜  mkdir -p $WORK/b063/
2025-08-20T21:33:59.6513125Z [00:02:53.093]➜  cat >/tmp/go-build1238918229/b063/importcfg << 'EOF' # internal
2025-08-20T21:33:59.6513512Z [00:02:53.093]➜  # import config
2025-08-20T21:33:59.6514836Z [00:02:53.093]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:33:59.6516473Z [00:02:53.093]➜  EOF
2025-08-20T21:33:59.6518300Z [00:02:53.093]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:59.6522079Z [00:02:53.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b063=>" -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/b063/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T21:33:59.6551606Z [00:02:53.096]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:33:59.6555769Z [00:02:53.097]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x011.o -c gcc_traceback.c
2025-08-20T21:33:59.6743135Z [00:02:53.116]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T21:33:59.6745125Z [00:02:53.116]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T21:33:59.6746058Z [00:02:53.116]➜  internal/singleflight
2025-08-20T21:33:59.6746669Z [00:02:53.116]➜  mkdir -p $WORK/b097/
2025-08-20T21:33:59.6747384Z [00:02:53.116]➜  cat >/tmp/go-build1238918229/b097/importcfg << 'EOF' # internal
2025-08-20T21:33:59.6748189Z [00:02:53.116]➜  # import config
2025-08-20T21:33:59.6749128Z [00:02:53.116]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:33:59.6749506Z [00:02:53.116]➜  EOF
2025-08-20T21:33:59.6749779Z [00:02:53.116]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:59.6751502Z [00:02:53.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b097=>" -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/b097/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T21:33:59.7007046Z [00:02:53.142]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:33:59.7009058Z [00:02:53.142]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x012.o -c gcc_util.c
2025-08-20T21:33:59.7075229Z [00:02:53.149]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T21:33:59.7080939Z [00:02:53.149]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T21:33:59.7083177Z [00:02:53.150]➜  unique
2025-08-20T21:33:59.7085084Z [00:02:53.150]➜  mkdir -p $WORK/b099/
2025-08-20T21:33:59.7091030Z [00:02:53.150]➜  cat >/tmp/go-build1238918229/b099/importcfg << 'EOF' # internal
2025-08-20T21:33:59.7091414Z [00:02:53.150]➜  # import config
2025-08-20T21:33:59.7092173Z [00:02:53.150]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:33:59.7092778Z [00:02:53.150]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:33:59.7093515Z [00:02:53.150]➜  packagefile internal/stringslite=/tmp/go-build1238918229/b033/_pkg_.a
2025-08-20T21:33:59.7094016Z [00:02:53.150]➜  packagefile internal/sync=/tmp/go-build1238918229/b037/_pkg_.a
2025-08-20T21:33:59.7094978Z [00:02:53.150]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:59.7095967Z [00:02:53.150]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:33:59.7096471Z [00:02:53.150]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:33:59.7096920Z [00:02:53.150]➜  packagefile weak=/tmp/go-build1238918229/b100/_pkg_.a
2025-08-20T21:33:59.7097236Z [00:02:53.150]➜  EOF
2025-08-20T21:33:59.7097596Z [00:02:53.151]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:59.7099412Z [00:02:53.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b099=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/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-20T21:33:59.7325335Z [00:02:53.174]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:33:59.7327393Z [00:02:53.174]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x013.o -c linux_syscall.c
2025-08-20T21:33:59.7679136Z [00:02:53.209]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_x014.o -c gcc_arm64.S
2025-08-20T21:33:59.7829444Z [00:02:53.224]➜  cd $WORK/b068
2025-08-20T21:33:59.7837728Z [00:02:53.225]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -I $WORK/b068/ -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/b068/_cgo_main.o -c _cgo_main.c
2025-08-20T21:33:59.8026074Z [00:02:53.243]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:59.8031317Z [00:02:53.244]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -o $WORK/b068/_cgo_.o $WORK/b068/_cgo_main.o $WORK/b068/preferlinkext $WORK/b068/_x001.o $WORK/b068/_x002.o $WORK/b068/_x003.o $WORK/b068/_x004.o $WORK/b068/_x005.o $WORK/b068/_x006.o $WORK/b068/_x007.o $WORK/b068/_x008.o $WORK/b068/_x009.o $WORK/b068/_x010.o $WORK/b068/_x011.o $WORK/b068/_x012.o $WORK/b068/_x013.o $WORK/b068/_x014.o -O2 -g -lpthread
2025-08-20T21:33:59.8448715Z [00:02:53.286]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T21:33:59.8495959Z [00:02:53.291]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T21:33:59.8511591Z [00:02:53.292]➜  net/netip
2025-08-20T21:33:59.8513366Z [00:02:53.292]➜  mkdir -p $WORK/b098/
2025-08-20T21:33:59.8513769Z [00:02:53.293]➜  cat >/tmp/go-build1238918229/b098/importcfg << 'EOF' # internal
2025-08-20T21:33:59.8514119Z [00:02:53.293]➜  # import config
2025-08-20T21:33:59.8514780Z [00:02:53.293]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:33:59.8515315Z [00:02:53.293]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.8515780Z [00:02:53.293]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:59.8516283Z [00:02:53.293]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:33:59.8516775Z [00:02:53.293]➜  packagefile internal/itoa=/tmp/go-build1238918229/b048/_pkg_.a
2025-08-20T21:33:59.8517235Z [00:02:53.293]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:33:59.8517941Z [00:02:53.293]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:33:59.8518380Z [00:02:53.293]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:33:59.8518805Z [00:02:53.293]➜  packagefile unique=/tmp/go-build1238918229/b099/_pkg_.a
2025-08-20T21:33:59.8519116Z [00:02:53.293]➜  EOF
2025-08-20T21:33:59.8531375Z [00:02:53.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b098=>" -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/b098/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T21:33:59.8694701Z [00:02:53.311]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T21:33:59.8874592Z [00:02:53.329]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T21:33:59.8893116Z [00:02:53.331]➜  io/fs
2025-08-20T21:33:59.8894745Z [00:02:53.331]➜  mkdir -p $WORK/b054/
2025-08-20T21:33:59.8896563Z [00:02:53.331]➜  cat >/tmp/go-build1238918229/b054/importcfg << 'EOF' # internal
2025-08-20T21:33:59.8902367Z [00:02:53.331]➜  # import config
2025-08-20T21:33:59.8902734Z [00:02:53.331]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.8903240Z [00:02:53.331]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:59.8903738Z [00:02:53.331]➜  packagefile internal/oserror=/tmp/go-build1238918229/b055/_pkg_.a
2025-08-20T21:33:59.8904185Z [00:02:53.331]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:33:59.8904594Z [00:02:53.331]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:33:59.8905031Z [00:02:53.331]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:33:59.8905445Z [00:02:53.332]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:33:59.8905887Z [00:02:53.332]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:33:59.8906217Z [00:02:53.332]➜  EOF
2025-08-20T21:33:59.8908573Z [00:02:53.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b054=>" -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/b054/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-20T21:33:59.9555408Z [00:02:53.396]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b068=/tmp/go-build -gno-record-gcc-switches -o $WORK/b068/_cgo_.o $WORK/b068/_cgo_main.o $WORK/b068/preferlinkext $WORK/b068/_x001.o $WORK/b068/_x002.o $WORK/b068/_x003.o $WORK/b068/_x004.o $WORK/b068/_x005.o $WORK/b068/_x006.o $WORK/b068/_x007.o $WORK/b068/_x008.o $WORK/b068/_x009.o $WORK/b068/_x010.o $WORK/b068/_x011.o $WORK/b068/_x012.o $WORK/b068/_x013.o $WORK/b068/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T21:33:59.9561198Z [00:02:53.397]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b068/_cgo_.o -dynout $WORK/b068/_cgo_import.go -dynlinker
2025-08-20T21:33:59.9581062Z [00:02:53.399]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T21:33:59.9599626Z [00:02:53.401]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T21:33:59.9603307Z [00:02:53.402]➜  internal/filepathlite
2025-08-20T21:33:59.9603647Z [00:02:53.402]➜  mkdir -p $WORK/b053/
2025-08-20T21:33:59.9613173Z [00:02:53.403]➜  cat >/tmp/go-build1238918229/b053/importcfg << 'EOF' # internal
2025-08-20T21:33:59.9616296Z [00:02:53.403]➜  # import config
2025-08-20T21:33:59.9616684Z [00:02:53.403]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.9617154Z [00:02:53.403]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:33:59.9617925Z [00:02:53.403]➜  packagefile internal/stringslite=/tmp/go-build1238918229/b033/_pkg_.a
2025-08-20T21:33:59.9618412Z [00:02:53.403]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:33:59.9618830Z [00:02:53.403]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:33:59.9619143Z [00:02:53.403]➜  EOF
2025-08-20T21:33:59.9621135Z [00:02:53.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b053=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/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-20T21:33:59.9623305Z [00:02:53.403]➜  cd /root/.go/src/reflect
2025-08-20T21:33:59.9624217Z [00:02:53.403]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b047/asm_arm64.o ./asm_arm64.s
2025-08-20T21:33:59.9638375Z [00:02:53.405]➜  echo -n > $WORK/b068/go_asm.h # internal
2025-08-20T21:33:59.9641278Z [00:02:53.405]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:33:59.9644158Z [00:02:53.405]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b068=>" -I $WORK/b068/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b068/symabis ./asm_arm64.s
2025-08-20T21:33:59.9670823Z [00:02:53.408]➜  cd /root/.go/src/reflect
2025-08-20T21:33:59.9671350Z [00:02:53.408]➜  go tool pack r $WORK/b047/_pkg_.a $WORK/b047/asm_arm64.o # internal
2025-08-20T21:33:59.9692727Z [00:02:53.410]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T21:33:59.9693910Z [00:02:53.411]➜  cat >/tmp/go-build1238918229/b068/importcfg << 'EOF' # internal
2025-08-20T21:33:59.9694590Z [00:02:53.411]➜  # import config
2025-08-20T21:33:59.9695335Z [00:02:53.411]➜  packagefile internal/runtime/sys=/tmp/go-build1238918229/b032/_pkg_.a
2025-08-20T21:33:59.9697331Z [00:02:53.411]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:33:59.9697981Z [00:02:53.411]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:33:59.9698364Z [00:02:53.411]➜  EOF
2025-08-20T21:33:59.9698615Z [00:02:53.411]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:33:59.9701857Z [00:02:53.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b068=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b068/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack -asmhdr $WORK/b068/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/b068/_cgo_gotypes.go $WORK/b068/cgo.cgo1.go $WORK/b068/_cgo_import.go
2025-08-20T21:33:59.9850053Z [00:02:53.426]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T21:33:59.9874901Z [00:02:53.429]➜  internal/fmtsort
2025-08-20T21:33:59.9877323Z [00:02:53.429]➜  mkdir -p $WORK/b045/
2025-08-20T21:33:59.9880551Z [00:02:53.429]➜  cat >/tmp/go-build1238918229/b045/importcfg << 'EOF' # internal
2025-08-20T21:33:59.9881615Z [00:02:53.429]➜  # import config
2025-08-20T21:33:59.9887834Z [00:02:53.429]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:33:59.9888966Z [00:02:53.429]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:33:59.9889454Z [00:02:53.429]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:33:59.9889799Z [00:02:53.429]➜  EOF
2025-08-20T21:33:59.9972333Z [00:02:53.429]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b045=>" -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/b045/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T21:33:59.9981111Z [00:02:53.438]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T21:33:59.9981974Z [00:02:53.439]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T21:33:59.9982528Z [00:02:53.439]➜  internal/poll
2025-08-20T21:33:59.9982781Z [00:02:53.439]➜  mkdir -p $WORK/b061/
2025-08-20T21:33:59.9983154Z [00:02:53.439]➜  cat >/tmp/go-build1238918229/b061/importcfg << 'EOF' # internal
2025-08-20T21:33:59.9983520Z [00:02:53.439]➜  # import config
2025-08-20T21:33:59.9983868Z [00:02:53.439]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:33:59.9984317Z [00:02:53.439]➜  packagefile internal/itoa=/tmp/go-build1238918229/b048/_pkg_.a
2025-08-20T21:33:59.9984817Z [00:02:53.439]➜  packagefile internal/syscall/unix=/tmp/go-build1238918229/b062/_pkg_.a
2025-08-20T21:33:59.9985312Z [00:02:53.439]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:33:59.9985763Z [00:02:53.439]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:33:59.9986182Z [00:02:53.439]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:33:59.9986620Z [00:02:53.439]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:33:59.9987064Z [00:02:53.439]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:33:59.9987640Z [00:02:53.439]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:33:59.9988039Z [00:02:53.439]➜  EOF
2025-08-20T21:33:59.9993166Z [00:02:53.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b061=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/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-20T21:34:00.0575975Z [00:02:53.499]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T21:34:00.0591222Z [00:02:53.500]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T21:34:00.0595108Z [00:02:53.501]➜  context
2025-08-20T21:34:00.0595387Z [00:02:53.501]➜  mkdir -p $WORK/b078/
2025-08-20T21:34:00.0595779Z [00:02:53.501]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b068/abi_GOARCH.h
2025-08-20T21:34:00.0596237Z [00:02:53.501]➜  cat >/tmp/go-build1238918229/b078/importcfg << 'EOF' # internal
2025-08-20T21:34:00.0596582Z [00:02:53.501]➜  # import config
2025-08-20T21:34:00.0596948Z [00:02:53.501]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.0597428Z [00:02:53.501]➜  packagefile internal/reflectlite=/tmp/go-build1238918229/b006/_pkg_.a
2025-08-20T21:34:00.0599679Z [00:02:53.501]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:00.0600126Z [00:02:53.501]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:00.0600557Z [00:02:53.501]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:00.0601308Z [00:02:53.501]➜  EOF
2025-08-20T21:34:00.0602652Z [00:02:53.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b078=>" -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/b078/importcfg -pack /root/.go/src/context/context.go
2025-08-20T21:34:00.0603856Z [00:02:53.501]➜  cd /root/.go/src/runtime/cgo
2025-08-20T21:34:00.0604816Z [00:02:53.501]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b068=>" -I $WORK/b068/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b068/asm_arm64.o ./asm_arm64.s
2025-08-20T21:34:00.0637058Z [00:02:53.505]➜  go tool pack r $WORK/b068/_pkg_.a $WORK/b068/asm_arm64.o $WORK/b068/preferlinkext $WORK/b068/_x001.o $WORK/b068/_x002.o $WORK/b068/_x003.o $WORK/b068/_x004.o $WORK/b068/_x005.o $WORK/b068/_x006.o $WORK/b068/_x007.o $WORK/b068/_x008.o $WORK/b068/_x009.o $WORK/b068/_x010.o $WORK/b068/_x011.o $WORK/b068/_x012.o $WORK/b068/_x013.o $WORK/b068/_x014.o # internal
2025-08-20T21:34:00.0639742Z [00:02:53.505]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T21:34:00.0660630Z [00:02:53.507]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T21:34:00.0661327Z [00:02:53.507]➜  encoding/binary
2025-08-20T21:34:00.0661622Z [00:02:53.507]➜  mkdir -p $WORK/b082/
2025-08-20T21:34:00.0661999Z [00:02:53.507]➜  cat >/tmp/go-build1238918229/b082/importcfg << 'EOF' # internal
2025-08-20T21:34:00.0662346Z [00:02:53.507]➜  # import config
2025-08-20T21:34:00.0662686Z [00:02:53.507]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.0663093Z [00:02:53.507]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:00.0663499Z [00:02:53.507]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:00.0663935Z [00:02:53.507]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:00.0664362Z [00:02:53.507]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:00.0664774Z [00:02:53.507]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:00.0665080Z [00:02:53.507]➜  EOF
2025-08-20T21:34:00.0665326Z [00:02:53.507]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:00.0667741Z [00:02:53.507]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b082=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/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-20T21:34:00.1503887Z [00:02:53.591]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T21:34:00.1557787Z [00:02:53.597]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T21:34:00.1570428Z [00:02:53.598]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T21:34:00.1573917Z [00:02:53.598]➜  hash
2025-08-20T21:34:00.1574178Z [00:02:53.599]➜  mkdir -p $WORK/b105/
2025-08-20T21:34:00.1574571Z [00:02:53.599]➜  cat >/tmp/go-build1238918229/b105/importcfg << 'EOF' # internal
2025-08-20T21:34:00.1574949Z [00:02:53.599]➜  # import config
2025-08-20T21:34:00.1575282Z [00:02:53.599]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:00.1575604Z [00:02:53.599]➜  EOF
2025-08-20T21:34:00.1576882Z [00:02:53.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b105=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T21:34:00.1583626Z [00:02:53.599]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T21:34:00.1584233Z [00:02:53.599]➜  crypto/internal/fips140deps/godebug
2025-08-20T21:34:00.1584532Z [00:02:53.599]➜  mkdir -p $WORK/b109/
2025-08-20T21:34:00.1606446Z [00:02:53.602]➜  cat >/tmp/go-build1238918229/b109/importcfg << 'EOF' # internal
2025-08-20T21:34:00.1606879Z [00:02:53.602]➜  # import config
2025-08-20T21:34:00.1607269Z [00:02:53.602]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:00.1607794Z [00:02:53.602]➜  EOF
2025-08-20T21:34:00.1609654Z [00:02:53.602]➜  /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-20T21:34:00.1800654Z [00:02:53.621]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T21:34:00.1826205Z [00:02:53.624]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T21:34:00.1834407Z [00:02:53.624]➜  os
2025-08-20T21:34:00.1834885Z [00:02:53.625]➜  mkdir -p $WORK/b052/
2025-08-20T21:34:00.1835280Z [00:02:53.625]➜  cat >/tmp/go-build1238918229/b052/importcfg << 'EOF' # internal
2025-08-20T21:34:00.1835634Z [00:02:53.625]➜  # import config
2025-08-20T21:34:00.1835981Z [00:02:53.625]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.1836449Z [00:02:53.625]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:34:00.1836978Z [00:02:53.625]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:00.1837672Z [00:02:53.625]➜  packagefile internal/filepathlite=/tmp/go-build1238918229/b053/_pkg_.a
2025-08-20T21:34:00.1838245Z [00:02:53.625]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:34:00.1838724Z [00:02:53.625]➜  packagefile internal/itoa=/tmp/go-build1238918229/b048/_pkg_.a
2025-08-20T21:34:00.1839189Z [00:02:53.625]➜  packagefile internal/poll=/tmp/go-build1238918229/b061/_pkg_.a
2025-08-20T21:34:00.1839698Z [00:02:53.625]➜  packagefile internal/stringslite=/tmp/go-build1238918229/b033/_pkg_.a
2025-08-20T21:34:00.1852077Z [00:02:53.625]➜  packagefile internal/syscall/execenv=/tmp/go-build1238918229/b063/_pkg_.a
2025-08-20T21:34:00.1852822Z [00:02:53.625]➜  packagefile internal/syscall/unix=/tmp/go-build1238918229/b062/_pkg_.a
2025-08-20T21:34:00.1853343Z [00:02:53.625]➜  packagefile internal/testlog=/tmp/go-build1238918229/b064/_pkg_.a
2025-08-20T21:34:00.1854180Z [00:02:53.625]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:00.1854851Z [00:02:53.625]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:00.1855641Z [00:02:53.625]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:00.1856906Z [00:02:53.625]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:00.1857400Z [00:02:53.625]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:00.1858016Z [00:02:53.625]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:00.1858461Z [00:02:53.625]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:00.1858879Z [00:02:53.625]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:00.1859186Z [00:02:53.625]➜  EOF
2025-08-20T21:34:00.1864786Z [00:02:53.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b052=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/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-20T21:34:00.1869719Z [00:02:53.626]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T21:34:00.1870639Z [00:02:53.626]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T21:34:00.1871260Z [00:02:53.626]➜  crypto
2025-08-20T21:34:00.1871495Z [00:02:53.626]➜  mkdir -p $WORK/b104/
2025-08-20T21:34:00.1885820Z [00:02:53.627]➜  cat >/tmp/go-build1238918229/b104/importcfg << 'EOF' # internal
2025-08-20T21:34:00.1886222Z [00:02:53.627]➜  # import config
2025-08-20T21:34:00.1886592Z [00:02:53.627]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:00.1887006Z [00:02:53.627]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:00.1887421Z [00:02:53.627]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:00.1887930Z [00:02:53.627]➜  EOF
2025-08-20T21:34:00.1889274Z [00:02:53.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b104=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T21:34:00.1930830Z [00:02:53.634]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T21:34:00.1937094Z [00:02:53.635]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T21:34:00.1958439Z [00:02:53.636]➜  crypto/internal/fips140
2025-08-20T21:34:00.1959111Z [00:02:53.636]➜  mkdir -p $WORK/b108/
2025-08-20T21:34:00.1959736Z [00:02:53.636]➜  cat >/tmp/go-build1238918229/b108/importcfg << 'EOF' # internal
2025-08-20T21:34:00.1960227Z [00:02:53.636]➜  # import config
2025-08-20T21:34:00.1960779Z [00:02:53.636]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1238918229/b109/_pkg_.a
2025-08-20T21:34:00.1961504Z [00:02:53.636]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.1962077Z [00:02:53.636]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:00.1962596Z [00:02:53.636]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:00.1963111Z [00:02:53.636]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:00.1963729Z [00:02:53.636]➜  EOF
2025-08-20T21:34:00.1974559Z [00:02:53.639]➜  /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-20T21:34:00.2178783Z [00:02:53.659]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T21:34:00.2185059Z [00:02:53.660]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T21:34:00.2186803Z [00:02:53.660]➜  crypto/internal/impl
2025-08-20T21:34:00.2188836Z [00:02:53.660]➜  mkdir -p $WORK/b116/
2025-08-20T21:34:00.2190217Z [00:02:53.660]➜  cat >/tmp/go-build1238918229/b116/importcfg << 'EOF' # internal
2025-08-20T21:34:00.2192035Z [00:02:53.660]➜  # import config
2025-08-20T21:34:00.2192396Z [00:02:53.660]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:00.2192718Z [00:02:53.660]➜  EOF
2025-08-20T21:34:00.2194548Z [00:02:53.661]➜  /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-20T21:34:00.2232629Z [00:02:53.664]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T21:34:00.2236069Z [00:02:53.665]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T21:34:00.2252352Z [00:02:53.667]➜  math/rand/v2
2025-08-20T21:34:00.2253003Z [00:02:53.667]➜  mkdir -p $WORK/b125/
2025-08-20T21:34:00.2254816Z [00:02:53.667]➜  cat >/tmp/go-build1238918229/b125/importcfg << 'EOF' # internal
2025-08-20T21:34:00.2259611Z [00:02:53.667]➜  # import config
2025-08-20T21:34:00.2262728Z [00:02:53.667]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.2263231Z [00:02:53.667]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:00.2263757Z [00:02:53.667]➜  packagefile internal/chacha8rand=/tmp/go-build1238918229/b015/_pkg_.a
2025-08-20T21:34:00.2264241Z [00:02:53.667]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:00.2264670Z [00:02:53.667]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:00.2264993Z [00:02:53.667]➜  EOF
2025-08-20T21:34:00.2268018Z [00:02:53.668]➜  /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-20T21:34:00.2356304Z [00:02:53.677]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T21:34:00.2364947Z [00:02:53.678]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T21:34:00.2369544Z [00:02:53.678]➜  crypto/internal/fips140/sha256
2025-08-20T21:34:00.2381730Z [00:02:53.680]➜  mkdir -p $WORK/b113/
2025-08-20T21:34:00.2392384Z [00:02:53.681]➜  echo -n > $WORK/b113/go_asm.h # internal
2025-08-20T21:34:00.2393204Z [00:02:53.681]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:34:00.2395754Z [00:02:53.681]➜  /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-20T21:34:00.2432541Z [00:02:53.685]➜  cat >/tmp/go-build1238918229/b113/importcfg << 'EOF' # internal
2025-08-20T21:34:00.2433198Z [00:02:53.685]➜  # import config
2025-08-20T21:34:00.2433653Z [00:02:53.685]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:00.2435172Z [00:02:53.685]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:00.2435791Z [00:02:53.685]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:00.2436428Z [00:02:53.685]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1238918229/b115/_pkg_.a
2025-08-20T21:34:00.2436986Z [00:02:53.685]➜  packagefile crypto/internal/impl=/tmp/go-build1238918229/b116/_pkg_.a
2025-08-20T21:34:00.2437682Z [00:02:53.685]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.2438168Z [00:02:53.685]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:00.2438597Z [00:02:53.685]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:00.2438924Z [00:02:53.685]➜  EOF
2025-08-20T21:34:00.2452195Z [00:02:53.686]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:00.2455864Z [00:02:53.686]➜  /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-20T21:34:00.2513306Z [00:02:53.693]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T21:34:00.2552299Z [00:02:53.696]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T21:34:00.2555939Z [00:02:53.697]➜  golang.org/x/sys/unix
2025-08-20T21:34:00.2556248Z [00:02:53.697]➜  mkdir -p $WORK/b081/
2025-08-20T21:34:00.2556598Z [00:02:53.697]➜  echo -n > $WORK/b081/go_asm.h # internal
2025-08-20T21:34:00.2556975Z [00:02:53.697]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T21:34:00.2558412Z [00:02:53.697]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b081=>" -I $WORK/b081/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b081/symabis ./asm_linux_arm64.s
2025-08-20T21:34:00.2583961Z [00:02:53.700]➜  cat >/tmp/go-build1238918229/b081/importcfg << 'EOF' # internal
2025-08-20T21:34:00.2584645Z [00:02:53.700]➜  # import config
2025-08-20T21:34:00.2585316Z [00:02:53.700]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:00.2588179Z [00:02:53.700]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:00.2589216Z [00:02:53.700]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:00.2589881Z [00:02:53.700]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:00.2590673Z [00:02:53.700]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:00.2591408Z [00:02:53.700]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:00.2592054Z [00:02:53.700]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:00.2592857Z [00:02:53.700]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:00.2593692Z [00:02:53.700]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:00.2594400Z [00:02:53.700]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:00.2594969Z [00:02:53.700]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:00.2595624Z [00:02:53.700]➜  EOF
2025-08-20T21:34:00.2596343Z [00:02:53.700]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:00.2612063Z [00:02:53.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b081=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid aFG0iYWlth8bQMP2Jg1c/aFG0iYWlth8bQMP2Jg1c -goversion go1.25.0 -symabis $WORK/b081/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack -asmhdr $WORK/b081/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix/ztypes_linux_arm64.go
2025-08-20T21:34:00.2799510Z [00:02:53.721]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T21:34:00.2805633Z [00:02:53.721]➜  /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-20T21:34:00.2827965Z [00:02:53.724]➜  go tool pack r $WORK/b113/_pkg_.a $WORK/b113/sha256block_arm64.o # internal
2025-08-20T21:34:00.2832139Z [00:02:53.725]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T21:34:00.2876787Z [00:02:53.729]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T21:34:00.2886850Z [00:02:53.730]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T21:34:00.2893636Z [00:02:53.731]➜  crypto/internal/fips140/sha3
2025-08-20T21:34:00.2894829Z [00:02:53.731]➜  mkdir -p $WORK/b117/
2025-08-20T21:34:00.2904494Z [00:02:53.732]➜  echo -n > $WORK/b117/go_asm.h # internal
2025-08-20T21:34:00.2906085Z [00:02:53.732]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:34:00.2910390Z [00:02:53.732]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/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-20T21:34:00.2916286Z [00:02:53.733]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T21:34:00.2920220Z [00:02:53.733]➜  crypto/internal/fips140/sha512
2025-08-20T21:34:00.2920553Z [00:02:53.733]➜  mkdir -p $WORK/b119/
2025-08-20T21:34:00.2920866Z [00:02:53.733]➜  echo -n > $WORK/b119/go_asm.h # internal
2025-08-20T21:34:00.2921228Z [00:02:53.733]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:34:00.2922841Z [00:02:53.733]➜  /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-20T21:34:00.2963901Z [00:02:53.738]➜  cat >/tmp/go-build1238918229/b119/importcfg << 'EOF' # internal
2025-08-20T21:34:00.2964291Z [00:02:53.738]➜  # import config
2025-08-20T21:34:00.2964640Z [00:02:53.738]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:00.2965161Z [00:02:53.738]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:00.2965792Z [00:02:53.738]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:00.2966422Z [00:02:53.738]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1238918229/b115/_pkg_.a
2025-08-20T21:34:00.2967955Z [00:02:53.738]➜  packagefile crypto/internal/impl=/tmp/go-build1238918229/b116/_pkg_.a
2025-08-20T21:34:00.2968495Z [00:02:53.738]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.2968915Z [00:02:53.738]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:00.2969341Z [00:02:53.738]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:00.2969659Z [00:02:53.738]➜  EOF
2025-08-20T21:34:00.2969906Z [00:02:53.738]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:00.2972611Z [00:02:53.738]➜  /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-20T21:34:00.3013312Z [00:02:53.743]➜  cat >/tmp/go-build1238918229/b117/importcfg << 'EOF' # internal
2025-08-20T21:34:00.3014393Z [00:02:53.743]➜  # import config
2025-08-20T21:34:00.3016783Z [00:02:53.743]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:00.3017290Z [00:02:53.743]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:00.3018869Z [00:02:53.743]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1238918229/b118/_pkg_.a
2025-08-20T21:34:00.3019526Z [00:02:53.743]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:00.3020152Z [00:02:53.743]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1238918229/b115/_pkg_.a
2025-08-20T21:34:00.3020709Z [00:02:53.743]➜  packagefile crypto/internal/impl=/tmp/go-build1238918229/b116/_pkg_.a
2025-08-20T21:34:00.3021193Z [00:02:53.743]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.3021665Z [00:02:53.743]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:00.3022099Z [00:02:53.743]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:00.3022416Z [00:02:53.743]➜  EOF
2025-08-20T21:34:00.3025614Z [00:02:53.743]➜  /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-20T21:34:00.3270763Z [00:02:53.768]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T21:34:00.3272174Z [00:02:53.768]➜  /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-20T21:34:00.3310995Z [00:02:53.772]➜  go tool pack r $WORK/b119/_pkg_.a $WORK/b119/sha512block_arm64.o # internal
2025-08-20T21:34:00.3311562Z [00:02:53.772]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T21:34:00.3317945Z [00:02:53.773]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T21:34:00.3318614Z [00:02:53.773]➜  crypto/internal/randutil
2025-08-20T21:34:00.3318903Z [00:02:53.773]➜  mkdir -p $WORK/b124/
2025-08-20T21:34:00.3319310Z [00:02:53.773]➜  cat >/tmp/go-build1238918229/b124/importcfg << 'EOF' # internal
2025-08-20T21:34:00.3319656Z [00:02:53.773]➜  # import config
2025-08-20T21:34:00.3319981Z [00:02:53.773]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:00.3320415Z [00:02:53.773]➜  packagefile math/rand/v2=/tmp/go-build1238918229/b125/_pkg_.a
2025-08-20T21:34:00.3320750Z [00:02:53.773]➜  EOF
2025-08-20T21:34:00.3321458Z [00:02:53.773]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:00.3323164Z [00:02:53.773]➜  /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-20T21:34:00.3479641Z [00:02:53.789]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T21:34:00.3480623Z [00:02:53.789]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T21:34:00.3481490Z [00:02:53.789]➜  math/rand
2025-08-20T21:34:00.3482666Z [00:02:53.789]➜  mkdir -p $WORK/b130/
2025-08-20T21:34:00.3483070Z [00:02:53.789]➜  cat >/tmp/go-build1238918229/b130/importcfg << 'EOF' # internal
2025-08-20T21:34:00.3483443Z [00:02:53.789]➜  # import config
2025-08-20T21:34:00.3483821Z [00:02:53.789]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:00.3484276Z [00:02:53.789]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:00.3484682Z [00:02:53.789]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:00.3485114Z [00:02:53.789]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:00.3485446Z [00:02:53.789]➜  EOF
2025-08-20T21:34:00.3487250Z [00:02:53.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b130=>" -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/b130/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-20T21:34:00.3635240Z [00:02:53.805]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T21:34:00.3636643Z [00:02:53.805]➜  /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-20T21:34:00.3694095Z [00:02:53.811]➜  go tool pack r $WORK/b117/_pkg_.a $WORK/b117/sha3_arm64.o # internal
2025-08-20T21:34:00.3694991Z [00:02:53.811]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T21:34:00.3707211Z [00:02:53.812]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T21:34:00.3711182Z [00:02:53.813]➜  crypto/internal/fips140/hmac
2025-08-20T21:34:00.3711511Z [00:02:53.813]➜  mkdir -p $WORK/b112/
2025-08-20T21:34:00.3717303Z [00:02:53.813]➜  cat >/tmp/go-build1238918229/b112/importcfg << 'EOF' # internal
2025-08-20T21:34:00.3717997Z [00:02:53.813]➜  # import config
2025-08-20T21:34:00.3718349Z [00:02:53.813]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:00.3718849Z [00:02:53.813]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:00.3719449Z [00:02:53.813]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1238918229/b113/_pkg_.a
2025-08-20T21:34:00.3720046Z [00:02:53.813]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1238918229/b117/_pkg_.a
2025-08-20T21:34:00.3720818Z [00:02:53.813]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1238918229/b119/_pkg_.a
2025-08-20T21:34:00.3721528Z [00:02:53.813]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.3721956Z [00:02:53.813]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:00.3722264Z [00:02:53.813]➜  EOF
2025-08-20T21:34:00.3722512Z [00:02:53.813]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:00.3724887Z [00:02:53.814]➜  /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-20T21:34:00.4072272Z [00:02:53.848]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T21:34:00.4073046Z [00:02:53.849]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T21:34:00.4073625Z [00:02:53.849]➜  crypto/internal/fips140/check
2025-08-20T21:34:00.4073918Z [00:02:53.849]➜  mkdir -p $WORK/b111/
2025-08-20T21:34:00.4137256Z [00:02:53.855]➜  cat >/tmp/go-build1238918229/b111/importcfg << 'EOF' # internal
2025-08-20T21:34:00.4137951Z [00:02:53.855]➜  # import config
2025-08-20T21:34:00.4138380Z [00:02:53.855]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:00.4138964Z [00:02:53.855]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1238918229/b112/_pkg_.a
2025-08-20T21:34:00.4139559Z [00:02:53.855]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1238918229/b113/_pkg_.a
2025-08-20T21:34:00.4140204Z [00:02:53.855]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:00.4140850Z [00:02:53.855]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1238918229/b109/_pkg_.a
2025-08-20T21:34:00.4141362Z [00:02:53.855]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:00.4141664Z [00:02:53.855]➜  EOF
2025-08-20T21:34:00.4143397Z [00:02:53.855]➜  /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-20T21:34:00.4216367Z [00:02:53.863]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T21:34:00.4238291Z [00:02:53.865]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T21:34:00.4239003Z [00:02:53.865]➜  crypto/internal/fips140cache
2025-08-20T21:34:00.4239305Z [00:02:53.865]➜  mkdir -p $WORK/b145/
2025-08-20T21:34:00.4248647Z [00:02:53.866]➜  cat >/tmp/go-build1238918229/b145/importcfg << 'EOF' # internal
2025-08-20T21:34:00.4249067Z [00:02:53.866]➜  # import config
2025-08-20T21:34:00.4249477Z [00:02:53.866]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:00.4249965Z [00:02:53.866]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:00.4250377Z [00:02:53.866]➜  packagefile weak=/tmp/go-build1238918229/b100/_pkg_.a
2025-08-20T21:34:00.4250683Z [00:02:53.866]➜  EOF
2025-08-20T21:34:00.4252387Z [00:02:53.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b145=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T21:34:00.4381792Z [00:02:53.879]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T21:34:00.4394915Z [00:02:53.881]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T21:34:00.4396062Z [00:02:53.881]➜  crypto/sha3
2025-08-20T21:34:00.4396662Z [00:02:53.881]➜  mkdir -p $WORK/b147/
2025-08-20T21:34:00.4404888Z [00:02:53.882]➜  cat >/tmp/go-build1238918229/b147/importcfg << 'EOF' # internal
2025-08-20T21:34:00.4405880Z [00:02:53.882]➜  # import config
2025-08-20T21:34:00.4406297Z [00:02:53.882]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:00.4406822Z [00:02:53.882]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1238918229/b117/_pkg_.a
2025-08-20T21:34:00.4407341Z [00:02:53.882]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:00.4407829Z [00:02:53.882]➜  EOF
2025-08-20T21:34:00.4409339Z [00:02:53.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b147=>" -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/b147/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T21:34:00.4464761Z [00:02:53.888]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T21:34:00.4466105Z [00:02:53.888]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T21:34:00.4466695Z [00:02:53.888]➜  crypto/internal/fips140/aes
2025-08-20T21:34:00.4466983Z [00:02:53.888]➜  mkdir -p $WORK/b107/
2025-08-20T21:34:00.4467291Z [00:02:53.888]➜  echo -n > $WORK/b107/go_asm.h # internal
2025-08-20T21:34:00.4467879Z [00:02:53.888]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:34:00.4469179Z [00:02:53.888]➜  /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-20T21:34:00.4527217Z [00:02:53.894]➜  cat >/tmp/go-build1238918229/b107/importcfg << 'EOF' # internal
2025-08-20T21:34:00.4559025Z [00:02:53.894]➜  # import config
2025-08-20T21:34:00.4559413Z [00:02:53.894]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:00.4559927Z [00:02:53.894]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:00.4560497Z [00:02:53.894]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1238918229/b110/_pkg_.a
2025-08-20T21:34:00.4561080Z [00:02:53.894]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:00.4562160Z [00:02:53.894]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1238918229/b118/_pkg_.a
2025-08-20T21:34:00.4562861Z [00:02:53.894]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:00.4563489Z [00:02:53.894]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1238918229/b115/_pkg_.a
2025-08-20T21:34:00.4564106Z [00:02:53.894]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1238918229/b109/_pkg_.a
2025-08-20T21:34:00.4564690Z [00:02:53.894]➜  packagefile crypto/internal/impl=/tmp/go-build1238918229/b116/_pkg_.a
2025-08-20T21:34:00.4565160Z [00:02:53.894]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.4565594Z [00:02:53.894]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:00.4566028Z [00:02:53.894]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:00.4566347Z [00:02:53.894]➜  EOF
2025-08-20T21:34:00.4566599Z [00:02:53.894]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:00.4570599Z [00:02:53.894]➜  /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-20T21:34:00.4728186Z [00:02:53.914]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T21:34:00.4737561Z [00:02:53.915]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T21:34:00.4745797Z [00:02:53.916]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T21:34:00.4746965Z [00:02:53.916]➜  mkdir -p $WORK/b138/
2025-08-20T21:34:00.4748777Z [00:02:53.916]➜  cat >/tmp/go-build1238918229/b138/importcfg << 'EOF' # internal
2025-08-20T21:34:00.4749207Z [00:02:53.916]➜  # import config
2025-08-20T21:34:00.4749653Z [00:02:53.916]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:00.4750241Z [00:02:53.916]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1238918229/b118/_pkg_.a
2025-08-20T21:34:00.4750745Z [00:02:53.916]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.4751177Z [00:02:53.916]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:00.4751514Z [00:02:53.916]➜  EOF
2025-08-20T21:34:00.4762229Z [00:02:53.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b138=>" -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/b138/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-20T21:34:00.5326343Z [00:02:53.974]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T21:34:00.5332714Z [00:02:53.975]➜  /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-20T21:34:00.5413908Z [00:02:53.983]➜  /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-20T21:34:00.5556294Z [00:02:53.997]➜  go tool pack r $WORK/b107/_pkg_.a $WORK/b107/aes_arm64.o $WORK/b107/ctr_arm64.o # internal
2025-08-20T21:34:00.5582670Z [00:02:54.000]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T21:34:00.5598787Z [00:02:54.001]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T21:34:00.5608111Z [00:02:54.002]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T21:34:00.5616061Z [00:02:54.003]➜  mkdir -p $WORK/b139/
2025-08-20T21:34:00.5629038Z [00:02:54.004]➜  cat >/tmp/go-build1238918229/b139/importcfg << 'EOF' # internal
2025-08-20T21:34:00.5629489Z [00:02:54.004]➜  # import config
2025-08-20T21:34:00.5630631Z [00:02:54.004]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:00.5631712Z [00:02:54.004]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1238918229/b118/_pkg_.a
2025-08-20T21:34:00.5632849Z [00:02:54.004]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:00.5633605Z [00:02:54.004]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.5634254Z [00:02:54.004]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:00.5635435Z [00:02:54.004]➜  EOF
2025-08-20T21:34:00.5643648Z [00:02:54.006]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:00.5653519Z [00:02:54.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b139=>" -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/b139/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-20T21:34:00.6039402Z [00:02:54.045]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T21:34:00.6057819Z [00:02:54.047]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T21:34:00.6058493Z [00:02:54.047]➜  crypto/internal/fips140/bigmod
2025-08-20T21:34:00.6058800Z [00:02:54.047]➜  mkdir -p $WORK/b144/
2025-08-20T21:34:00.6062051Z [00:02:54.047]➜  echo -n > $WORK/b144/go_asm.h # internal
2025-08-20T21:34:00.6062939Z [00:02:54.047]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:34:00.6064254Z [00:02:54.047]➜  /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/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b144/symabis ./nat_arm64.s
2025-08-20T21:34:00.6094258Z [00:02:54.051]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T21:34:00.6127378Z [00:02:54.054]➜  cat >/tmp/go-build1238918229/b144/importcfg << 'EOF' # internal
2025-08-20T21:34:00.6129506Z [00:02:54.054]➜  # import config
2025-08-20T21:34:00.6129954Z [00:02:54.054]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:00.6130591Z [00:02:54.054]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:00.6131249Z [00:02:54.054]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1238918229/b115/_pkg_.a
2025-08-20T21:34:00.6131804Z [00:02:54.054]➜  packagefile crypto/internal/impl=/tmp/go-build1238918229/b116/_pkg_.a
2025-08-20T21:34:00.6132279Z [00:02:54.054]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.6132707Z [00:02:54.054]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:00.6133030Z [00:02:54.054]➜  EOF
2025-08-20T21:34:00.6133291Z [00:02:54.054]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:00.6135476Z [00:02:54.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b144=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b144/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack -asmhdr $WORK/b144/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T21:34:00.6256503Z [00:02:54.067]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T21:34:00.6257126Z [00:02:54.067]➜  fmt
2025-08-20T21:34:00.6257366Z [00:02:54.067]➜  mkdir -p $WORK/b044/
2025-08-20T21:34:00.6269736Z [00:02:54.068]➜  cat >/tmp/go-build1238918229/b044/importcfg << 'EOF' # internal
2025-08-20T21:34:00.6270233Z [00:02:54.068]➜  # import config
2025-08-20T21:34:00.6270588Z [00:02:54.068]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.6271053Z [00:02:54.068]➜  packagefile internal/fmtsort=/tmp/go-build1238918229/b045/_pkg_.a
2025-08-20T21:34:00.6271599Z [00:02:54.068]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:00.6272004Z [00:02:54.068]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:00.6272425Z [00:02:54.068]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:00.6272834Z [00:02:54.068]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:00.6273260Z [00:02:54.068]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:00.6273682Z [00:02:54.068]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:00.6274098Z [00:02:54.068]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:00.6274544Z [00:02:54.068]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:00.6274879Z [00:02:54.068]➜  EOF
2025-08-20T21:34:00.6276529Z [00:02:54.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b044=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/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-20T21:34:00.7045934Z [00:02:54.146]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T21:34:00.7047866Z [00:02:54.146]➜  /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/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b144/nat_arm64.o ./nat_arm64.s
2025-08-20T21:34:00.7189252Z [00:02:54.159]➜  go tool pack r $WORK/b144/_pkg_.a $WORK/b144/nat_arm64.o # internal
2025-08-20T21:34:00.7193793Z [00:02:54.159]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T21:34:00.7201397Z [00:02:54.161]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T21:34:00.7202469Z [00:02:54.161]➜  path/filepath
2025-08-20T21:34:00.7203213Z [00:02:54.161]➜  mkdir -p $WORK/b069/
2025-08-20T21:34:00.7215540Z [00:02:54.163]➜  cat >/tmp/go-build1238918229/b069/importcfg << 'EOF' # internal
2025-08-20T21:34:00.7215967Z [00:02:54.163]➜  # import config
2025-08-20T21:34:00.7216313Z [00:02:54.163]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.7216778Z [00:02:54.163]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:34:00.7217295Z [00:02:54.163]➜  packagefile internal/filepathlite=/tmp/go-build1238918229/b053/_pkg_.a
2025-08-20T21:34:00.7217980Z [00:02:54.163]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:00.7218390Z [00:02:54.163]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:00.7218803Z [00:02:54.163]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:00.7219229Z [00:02:54.163]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:00.7219652Z [00:02:54.163]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:00.7220562Z [00:02:54.163]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:00.7221012Z [00:02:54.163]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:00.7221347Z [00:02:54.163]➜  EOF
2025-08-20T21:34:00.7221591Z [00:02:54.163]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:00.7223729Z [00:02:54.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b069=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/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-20T21:34:00.7686469Z [00:02:54.210]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T21:34:00.7715602Z [00:02:54.213]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T21:34:00.7727718Z [00:02:54.214]➜  net
2025-08-20T21:34:00.7729484Z [00:02:54.214]➜  mkdir -p $WORK/b094/
2025-08-20T21:34:00.7730532Z [00:02:54.214]➜  echo -n > $WORK/b094/preferlinkext # internal
2025-08-20T21:34:00.7731539Z [00:02:54.215]➜  cd /root/.go/src/net
2025-08-20T21:34:00.7739966Z [00:02:54.215]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b094/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b094/ -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-20T21:34:00.8290217Z [00:02:54.270]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T21:34:00.8314040Z [00:02:54.273]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T21:34:00.8324028Z [00:02:54.274]➜  crypto/internal/sysrand
2025-08-20T21:34:00.8324776Z [00:02:54.274]➜  mkdir -p $WORK/b123/
2025-08-20T21:34:00.8366221Z [00:02:54.278]➜  cat >/tmp/go-build1238918229/b123/importcfg << 'EOF' # internal
2025-08-20T21:34:00.8366964Z [00:02:54.278]➜  # import config
2025-08-20T21:34:00.8368121Z [00:02:54.278]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.8371035Z [00:02:54.278]➜  packagefile internal/syscall/unix=/tmp/go-build1238918229/b062/_pkg_.a
2025-08-20T21:34:00.8371760Z [00:02:54.278]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:00.8372182Z [00:02:54.278]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:00.8372607Z [00:02:54.278]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:00.8373030Z [00:02:54.278]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:00.8373490Z [00:02:54.278]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:00.8373932Z [00:02:54.278]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:00.8374351Z [00:02:54.278]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:00.8374663Z [00:02:54.278]➜  EOF
2025-08-20T21:34:00.8380278Z [00:02:54.279]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:00.8387236Z [00:02:54.280]➜  /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-20T21:34:00.8915545Z [00:02:54.333]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T21:34:00.8939330Z [00:02:54.334]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T21:34:00.8940121Z [00:02:54.334]➜  crypto/internal/entropy
2025-08-20T21:34:00.8940535Z [00:02:54.334]➜  mkdir -p $WORK/b122/
2025-08-20T21:34:00.8941045Z [00:02:54.334]➜  cat >/tmp/go-build1238918229/b122/importcfg << 'EOF' # internal
2025-08-20T21:34:00.8941509Z [00:02:54.334]➜  # import config
2025-08-20T21:34:00.8942086Z [00:02:54.334]➜  packagefile crypto/internal/sysrand=/tmp/go-build1238918229/b123/_pkg_.a
2025-08-20T21:34:00.8942584Z [00:02:54.334]➜  EOF
2025-08-20T21:34:00.8944326Z [00:02:54.335]➜  /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-20T21:34:00.9023331Z [00:02:54.343]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T21:34:00.9026485Z [00:02:54.344]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T21:34:00.9027109Z [00:02:54.344]➜  crypto/internal/fips140/drbg
2025-08-20T21:34:00.9028609Z [00:02:54.344]➜  mkdir -p $WORK/b121/
2025-08-20T21:34:00.9033230Z [00:02:54.345]➜  cat >/tmp/go-build1238918229/b121/importcfg << 'EOF' # internal
2025-08-20T21:34:00.9033747Z [00:02:54.345]➜  # import config
2025-08-20T21:34:00.9034194Z [00:02:54.345]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:00.9035973Z [00:02:54.345]➜  packagefile crypto/internal/entropy=/tmp/go-build1238918229/b122/_pkg_.a
2025-08-20T21:34:00.9036918Z [00:02:54.345]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:00.9037979Z [00:02:54.345]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1238918229/b107/_pkg_.a
2025-08-20T21:34:00.9038821Z [00:02:54.345]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:00.9039652Z [00:02:54.345]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1238918229/b118/_pkg_.a
2025-08-20T21:34:00.9040871Z [00:02:54.345]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:00.9041865Z [00:02:54.345]➜  packagefile crypto/internal/randutil=/tmp/go-build1238918229/b124/_pkg_.a
2025-08-20T21:34:00.9042511Z [00:02:54.345]➜  packagefile crypto/internal/sysrand=/tmp/go-build1238918229/b123/_pkg_.a
2025-08-20T21:34:00.9043002Z [00:02:54.345]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.9043416Z [00:02:54.345]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:00.9043838Z [00:02:54.345]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:00.9044282Z [00:02:54.345]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:00.9044590Z [00:02:54.345]➜  EOF
2025-08-20T21:34:00.9046701Z [00:02:54.345]➜  /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-20T21:34:00.9394919Z [00:02:54.381]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T21:34:00.9409290Z [00:02:54.382]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T21:34:00.9418140Z [00:02:54.383]➜  crypto/internal/fips140/aes/gcm
2025-08-20T21:34:00.9418503Z [00:02:54.383]➜  mkdir -p $WORK/b120/
2025-08-20T21:34:00.9423222Z [00:02:54.384]➜  echo -n > $WORK/b120/go_asm.h # internal
2025-08-20T21:34:00.9424431Z [00:02:54.384]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:34:00.9426894Z [00:02:54.384]➜  /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-20T21:34:00.9436627Z [00:02:54.385]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T21:34:00.9465143Z [00:02:54.388]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T21:34:00.9467158Z [00:02:54.388]➜  os/user
2025-08-20T21:34:00.9467692Z [00:02:54.388]➜  mkdir -p $WORK/b066/
2025-08-20T21:34:00.9470094Z [00:02:54.388]➜  echo -n > $WORK/b066/preferlinkext # internal
2025-08-20T21:34:00.9470878Z [00:02:54.389]➜  cd /root/.go/src/os/user
2025-08-20T21:34:00.9471999Z [00:02:54.389]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b066/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b066/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T21:34:00.9494568Z [00:02:54.391]➜  cat >/tmp/go-build1238918229/b120/importcfg << 'EOF' # internal
2025-08-20T21:34:00.9495176Z [00:02:54.391]➜  # import config
2025-08-20T21:34:00.9495691Z [00:02:54.391]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:00.9496347Z [00:02:54.391]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1238918229/b107/_pkg_.a
2025-08-20T21:34:00.9497040Z [00:02:54.391]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1238918229/b110/_pkg_.a
2025-08-20T21:34:00.9497925Z [00:02:54.391]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:00.9498508Z [00:02:54.391]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1238918229/b121/_pkg_.a
2025-08-20T21:34:00.9499087Z [00:02:54.391]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1238918229/b118/_pkg_.a
2025-08-20T21:34:00.9499721Z [00:02:54.391]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:00.9500859Z [00:02:54.391]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1238918229/b115/_pkg_.a
2025-08-20T21:34:00.9501664Z [00:02:54.391]➜  packagefile crypto/internal/impl=/tmp/go-build1238918229/b116/_pkg_.a
2025-08-20T21:34:00.9502255Z [00:02:54.391]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:00.9502776Z [00:02:54.391]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:00.9503161Z [00:02:54.391]➜  EOF
2025-08-20T21:34:00.9503450Z [00:02:54.391]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:00.9507661Z [00:02:54.391]➜  /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-20T21:34:00.9773124Z [00:02:54.419]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix
2025-08-20T21:34:00.9775234Z [00:02:54.419]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/unix=>golang.org/x/sys@v0.35.0/unix;$WORK/b081=>" -I $WORK/b081/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b081/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T21:34:00.9848956Z [00:02:54.424]➜  go tool pack r $WORK/b081/_pkg_.a $WORK/b081/asm_linux_arm64.o # internal
2025-08-20T21:34:00.9849909Z [00:02:54.424]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T21:34:01.0079262Z [00:02:54.449]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/96/9628eb4052d717105871aa746744bbf4f41a33f56e8e69be926658df728048fd-d # internal
2025-08-20T21:34:01.0089382Z [00:02:54.450]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:34:01.0091063Z [00:02:54.450]➜  /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-20T21:34:01.0101910Z [00:02:54.452]➜  encoding/json
2025-08-20T21:34:01.0102441Z [00:02:54.452]➜  mkdir -p $WORK/b087/
2025-08-20T21:34:01.0103799Z [00:02:54.452]➜  cat >/tmp/go-build1238918229/b087/importcfg << 'EOF' # internal
2025-08-20T21:34:01.0104154Z [00:02:54.452]➜  # import config
2025-08-20T21:34:01.0104522Z [00:02:54.452]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:01.0104941Z [00:02:54.452]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:01.0105366Z [00:02:54.452]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:01.0105821Z [00:02:54.452]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:01.0106266Z [00:02:54.452]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.0106691Z [00:02:54.452]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:01.0107089Z [00:02:54.452]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.0107718Z [00:02:54.452]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:01.0108209Z [00:02:54.452]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:01.0108631Z [00:02:54.452]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:01.0109432Z [00:02:54.452]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:01.0109937Z [00:02:54.452]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:01.0110353Z [00:02:54.452]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:01.0110767Z [00:02:54.452]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:01.0111215Z [00:02:54.452]➜  packagefile unicode/utf16=/tmp/go-build1238918229/b090/_pkg_.a
2025-08-20T21:34:01.0111686Z [00:02:54.452]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:01.0112021Z [00:02:54.452]➜  EOF
2025-08-20T21:34:01.0112270Z [00:02:54.452]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:01.0114897Z [00:02:54.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b087=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/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-20T21:34:01.0181066Z [00:02:54.459]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T21:34:01.0185896Z [00:02:54.460]➜  go tool pack r $WORK/b120/_pkg_.a $WORK/b120/gcm_arm64.o # internal
2025-08-20T21:34:01.0190526Z [00:02:54.460]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T21:34:01.0209944Z [00:02:54.462]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T21:34:01.0213143Z [00:02:54.463]➜  log
2025-08-20T21:34:01.0213398Z [00:02:54.463]➜  mkdir -p $WORK/b091/
2025-08-20T21:34:01.0219249Z [00:02:54.463]➜  cat >/tmp/go-build1238918229/b091/importcfg << 'EOF' # internal
2025-08-20T21:34:01.0220819Z [00:02:54.463]➜  # import config
2025-08-20T21:34:01.0225857Z [00:02:54.464]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:01.0227649Z [00:02:54.464]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.0228699Z [00:02:54.464]➜  packagefile log/internal=/tmp/go-build1238918229/b092/_pkg_.a
2025-08-20T21:34:01.0229211Z [00:02:54.464]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:01.0229670Z [00:02:54.464]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:01.0230092Z [00:02:54.464]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:01.0230529Z [00:02:54.464]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:01.0230963Z [00:02:54.464]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:01.0231275Z [00:02:54.464]➜  EOF
2025-08-20T21:34:01.0231521Z [00:02:54.464]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:01.0232866Z [00:02:54.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b091=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/log/log.go
2025-08-20T21:34:01.0752100Z [00:02:54.516]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T21:34:01.0774215Z [00:02:54.519]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T21:34:01.0782742Z [00:02:54.520]➜  crypto/internal/fips140only
2025-08-20T21:34:01.0783915Z [00:02:54.520]➜  mkdir -p $WORK/b126/
2025-08-20T21:34:01.0785142Z [00:02:54.520]➜  cat >/tmp/go-build1238918229/b126/importcfg << 'EOF' # internal
2025-08-20T21:34:01.0787781Z [00:02:54.520]➜  # import config
2025-08-20T21:34:01.0788778Z [00:02:54.520]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1238918229/b121/_pkg_.a
2025-08-20T21:34:01.0791808Z [00:02:54.520]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1238918229/b113/_pkg_.a
2025-08-20T21:34:01.0792505Z [00:02:54.520]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1238918229/b117/_pkg_.a
2025-08-20T21:34:01.0793094Z [00:02:54.520]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1238918229/b119/_pkg_.a
2025-08-20T21:34:01.0793590Z [00:02:54.520]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:01.0794065Z [00:02:54.520]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:01.0794508Z [00:02:54.520]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.0794812Z [00:02:54.520]➜  EOF
2025-08-20T21:34:01.0803066Z [00:02:54.520]➜  /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-20T21:34:01.0971314Z [00:02:54.538]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T21:34:01.0975063Z [00:02:54.539]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T21:34:01.0977803Z [00:02:54.539]➜  crypto/cipher
2025-08-20T21:34:01.0978524Z [00:02:54.539]➜  mkdir -p $WORK/b106/
2025-08-20T21:34:01.0983988Z [00:02:54.540]➜  cat >/tmp/go-build1238918229/b106/importcfg << 'EOF' # internal
2025-08-20T21:34:01.0985822Z [00:02:54.540]➜  # import config
2025-08-20T21:34:01.0986490Z [00:02:54.540]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:01.0989608Z [00:02:54.540]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1238918229/b107/_pkg_.a
2025-08-20T21:34:01.0990350Z [00:02:54.540]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1238918229/b120/_pkg_.a
2025-08-20T21:34:01.0990957Z [00:02:54.540]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1238918229/b110/_pkg_.a
2025-08-20T21:34:01.0991536Z [00:02:54.540]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:01.0992053Z [00:02:54.540]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:01.0992509Z [00:02:54.540]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.0992971Z [00:02:54.540]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:01.0993422Z [00:02:54.540]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.0993725Z [00:02:54.540]➜  EOF
2025-08-20T21:34:01.0996269Z [00:02:54.540]➜  /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-20T21:34:01.1647685Z [00:02:54.605]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T21:34:01.1651217Z [00:02:54.606]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T21:34:01.1651812Z [00:02:54.606]➜  crypto/internal/boring
2025-08-20T21:34:01.1652091Z [00:02:54.606]➜  mkdir -p $WORK/b103/
2025-08-20T21:34:01.1654100Z [00:02:54.607]➜  cat >/tmp/go-build1238918229/b103/importcfg << 'EOF' # internal
2025-08-20T21:34:01.1655597Z [00:02:54.607]➜  # import config
2025-08-20T21:34:01.1656038Z [00:02:54.607]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:01.1656527Z [00:02:54.607]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:01.1657058Z [00:02:54.607]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1238918229/b128/_pkg_.a
2025-08-20T21:34:01.1657738Z [00:02:54.607]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:01.1658502Z [00:02:54.607]➜  EOF
2025-08-20T21:34:01.1664968Z [00:02:54.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b103=>" -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/b103/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T21:34:01.2150131Z [00:02:54.655]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T21:34:01.2150918Z [00:02:54.655]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T21:34:01.2152078Z [00:02:54.656]➜  math/big
2025-08-20T21:34:01.2152551Z [00:02:54.656]➜  mkdir -p $WORK/b129/
2025-08-20T21:34:01.2153083Z [00:02:54.657]➜  echo -n > $WORK/b129/go_asm.h # internal
2025-08-20T21:34:01.2154418Z [00:02:54.657]➜  cd /root/.go/src/math/big
2025-08-20T21:34:01.2155394Z [00:02:54.657]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b129=>" -I $WORK/b129/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b129/symabis ./arith_arm64.s
2025-08-20T21:34:01.2246098Z [00:02:54.666]➜  cat >/tmp/go-build1238918229/b129/importcfg << 'EOF' # internal
2025-08-20T21:34:01.2246722Z [00:02:54.666]➜  # import config
2025-08-20T21:34:01.2247237Z [00:02:54.666]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:01.2248099Z [00:02:54.666]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.2248642Z [00:02:54.666]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:01.2249206Z [00:02:54.666]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:01.2249769Z [00:02:54.666]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.2250326Z [00:02:54.666]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:01.2250865Z [00:02:54.666]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:01.2251425Z [00:02:54.666]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:01.2251964Z [00:02:54.666]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:01.2252477Z [00:02:54.666]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:01.2253407Z [00:02:54.666]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:01.2254036Z [00:02:54.666]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:01.2254453Z [00:02:54.666]➜  EOF
2025-08-20T21:34:01.2258379Z [00:02:54.667]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:01.2262556Z [00:02:54.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b129=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b129/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack -asmhdr $WORK/b129/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-20T21:34:01.2702812Z [00:02:54.711]➜  cd $WORK/b066
2025-08-20T21:34:01.2704754Z [00:02:54.711]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b066=/tmp/go-build -gno-record-gcc-switches -I $WORK/b066/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b066/_x001.o -c _cgo_export.c
2025-08-20T21:34:01.3016175Z [00:02:54.743]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b066=/tmp/go-build -gno-record-gcc-switches -I $WORK/b066/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b066/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T21:34:01.3382683Z [00:02:54.779]➜  cd $WORK/b094
2025-08-20T21:34:01.3385028Z [00:02:54.779]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b094/_x001.o -c _cgo_export.c
2025-08-20T21:34:01.3460092Z [00:02:54.787]➜  cd $WORK/b066
2025-08-20T21:34:01.3462324Z [00:02:54.787]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b066=/tmp/go-build -gno-record-gcc-switches -I $WORK/b066/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b066/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T21:34:01.3463960Z [00:02:54.788]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T21:34:01.3518992Z [00:02:54.793]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T21:34:01.3532733Z [00:02:54.795]➜  google.golang.org/grpc/grpclog/internal
2025-08-20T21:34:01.3533371Z [00:02:54.795]➜  mkdir -p $WORK/b086/
2025-08-20T21:34:01.3534432Z [00:02:54.795]➜  cat >/tmp/go-build1238918229/b086/importcfg << 'EOF' # internal
2025-08-20T21:34:01.3545442Z [00:02:54.795]➜  # import config
2025-08-20T21:34:01.3546372Z [00:02:54.795]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:01.3547956Z [00:02:54.795]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:01.3549141Z [00:02:54.795]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.3550141Z [00:02:54.795]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:01.3551130Z [00:02:54.795]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:01.3551760Z [00:02:54.795]➜  EOF
2025-08-20T21:34:01.3552165Z [00:02:54.795]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:01.3555219Z [00:02:54.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/internal=>google.golang.org/grpc@v1.74.2/grpclog/internal;$WORK/b086=>" -p google.golang.org/grpc/grpclog/internal -lang=go1.23 -complete -installsuffix shared -buildid hphMpByXZg8CKddiDiN7/hphMpByXZg8CKddiDiN7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/internal/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/internal/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/internal/loggerv2.go
2025-08-20T21:34:01.3570578Z [00:02:54.798]➜  cd $WORK/b094
2025-08-20T21:34:01.3572601Z [00:02:54.798]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b094/_x002.o -c cgo_linux.cgo2.c
2025-08-20T21:34:01.3697279Z [00:02:54.811]➜  cd $WORK/b066
2025-08-20T21:34:01.3699736Z [00:02:54.811]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b066=/tmp/go-build -gno-record-gcc-switches -I $WORK/b066/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b066/_cgo_main.o -c _cgo_main.c
2025-08-20T21:34:01.3886036Z [00:02:54.830]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:01.3888216Z [00:02:54.830]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b066=/tmp/go-build -gno-record-gcc-switches -o $WORK/b066/_cgo_.o $WORK/b066/_cgo_main.o $WORK/b066/preferlinkext $WORK/b066/_x001.o $WORK/b066/_x002.o $WORK/b066/_x003.o -O2 -g
2025-08-20T21:34:01.3944008Z [00:02:54.836]➜  cd $WORK/b094
2025-08-20T21:34:01.3945853Z [00:02:54.836]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b094/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T21:34:01.4042448Z [00:02:54.846]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T21:34:01.4059453Z [00:02:54.847]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/5e/5e1d2ab96c8ec71810c426edf5faebd14484e2b42a22c909c96df8095a260dc4-d # internal
2025-08-20T21:34:01.4076091Z [00:02:54.849]➜  google.golang.org/grpc/grpclog
2025-08-20T21:34:01.4076771Z [00:02:54.849]➜  mkdir -p $WORK/b085/
2025-08-20T21:34:01.4077639Z [00:02:54.849]➜  cat >/tmp/go-build1238918229/b085/importcfg << 'EOF' # internal
2025-08-20T21:34:01.4078561Z [00:02:54.849]➜  # import config
2025-08-20T21:34:01.4078973Z [00:02:54.849]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:01.4079585Z [00:02:54.849]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build1238918229/b086/_pkg_.a
2025-08-20T21:34:01.4080104Z [00:02:54.849]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.4080502Z [00:02:54.849]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:01.4080915Z [00:02:54.849]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:01.4081341Z [00:02:54.849]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:01.4082061Z [00:02:54.849]➜  EOF
2025-08-20T21:34:01.4082401Z [00:02:54.849]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:01.4085026Z [00:02:54.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog=>google.golang.org/grpc@v1.74.2/grpclog;$WORK/b085=>" -p google.golang.org/grpc/grpclog -lang=go1.23 -complete -installsuffix shared -buildid Er8jHoeajbbMJUln00v0/Er8jHoeajbbMJUln00v0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/component.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/loggerv2.go
2025-08-20T21:34:01.4292533Z [00:02:54.871]➜  cd $WORK/b094
2025-08-20T21:34:01.4294038Z [00:02:54.871]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b094/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T21:34:01.4629759Z [00:02:54.904]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T21:34:01.4636302Z [00:02:54.905]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/06/06cb590b344e946b6f26afaadcade2b0720aac1ad0d2695ffd54712ac6a404af-d # internal
2025-08-20T21:34:01.4637811Z [00:02:54.905]➜  google.golang.org/grpc/connectivity
2025-08-20T21:34:01.4638297Z [00:02:54.905]➜  mkdir -p $WORK/b084/
2025-08-20T21:34:01.4638803Z [00:02:54.905]➜  cat >/tmp/go-build1238918229/b084/importcfg << 'EOF' # internal
2025-08-20T21:34:01.4639237Z [00:02:54.905]➜  # import config
2025-08-20T21:34:01.4639784Z [00:02:54.905]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:01.4640266Z [00:02:54.905]➜  EOF
2025-08-20T21:34:01.4640601Z [00:02:54.905]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:01.4642673Z [00:02:54.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/connectivity=>google.golang.org/grpc@v1.74.2/connectivity;$WORK/b084=>" -p google.golang.org/grpc/connectivity -lang=go1.23 -complete -installsuffix shared -buildid mXpl9xv7t9FWpcIj-ZXU/mXpl9xv7t9FWpcIj-ZXU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/connectivity/connectivity.go
2025-08-20T21:34:01.4699223Z [00:02:54.911]➜  cd $WORK/b094
2025-08-20T21:34:01.4700759Z [00:02:54.911]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b094/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T21:34:01.4798982Z [00:02:54.921]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T21:34:01.4801287Z [00:02:54.921]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/7d/7d47512aadf9dd2f9dfb4d7e57a9c80e7f331d78ee4eb67c0ba6daf83942e015-d # internal
2025-08-20T21:34:01.4802455Z [00:02:54.921]➜  crypto/aes
2025-08-20T21:34:01.4802725Z [00:02:54.921]➜  mkdir -p $WORK/b133/
2025-08-20T21:34:01.4803342Z [00:02:54.921]➜  cat >/tmp/go-build1238918229/b133/importcfg << 'EOF' # internal
2025-08-20T21:34:01.4803835Z [00:02:54.921]➜  # import config
2025-08-20T21:34:01.4804226Z [00:02:54.921]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:01.4804934Z [00:02:54.921]➜  packagefile crypto/internal/boring=/tmp/go-build1238918229/b103/_pkg_.a
2025-08-20T21:34:01.4805666Z [00:02:54.921]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1238918229/b107/_pkg_.a
2025-08-20T21:34:01.4806865Z [00:02:54.921]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:01.4807298Z [00:02:54.921]➜  EOF
2025-08-20T21:34:01.4807761Z [00:02:54.921]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:01.4809469Z [00:02:54.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b133=>" -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/b133/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T21:34:01.4970721Z [00:02:54.938]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T21:34:01.4974329Z [00:02:54.939]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T21:34:01.4975079Z [00:02:54.939]➜  crypto/des
2025-08-20T21:34:01.4975422Z [00:02:54.939]➜  mkdir -p $WORK/b134/
2025-08-20T21:34:01.4977563Z [00:02:54.939]➜  cat >/tmp/go-build1238918229/b134/importcfg << 'EOF' # internal
2025-08-20T21:34:01.4977969Z [00:02:54.939]➜  # import config
2025-08-20T21:34:01.4978335Z [00:02:54.939]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:01.4978872Z [00:02:54.939]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1238918229/b110/_pkg_.a
2025-08-20T21:34:01.4979455Z [00:02:54.939]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:01.4980420Z [00:02:54.939]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.4981731Z [00:02:54.939]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:01.4982208Z [00:02:54.939]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:01.4982628Z [00:02:54.939]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:01.4982937Z [00:02:54.939]➜  EOF
2025-08-20T21:34:01.4984583Z [00:02:54.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b134=>" -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/b134/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-20T21:34:01.5131855Z [00:02:54.954]➜  cd $WORK/b094
2025-08-20T21:34:01.5134248Z [00:02:54.955]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b094/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T21:34:01.5350120Z [00:02:54.975]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T21:34:01.5350959Z [00:02:54.976]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T21:34:01.5353808Z [00:02:54.976]➜  crypto/internal/fips140/nistec
2025-08-20T21:34:01.5358879Z [00:02:54.977]➜  mkdir -p $WORK/b137/
2025-08-20T21:34:01.5369515Z [00:02:54.978]➜  echo -n > $WORK/b137/go_asm.h # internal
2025-08-20T21:34:01.5370038Z [00:02:54.978]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:34:01.5372187Z [00:02:54.978]➜  /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/b137=>" -I $WORK/b137/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b137/symabis ./p256_asm_arm64.s
2025-08-20T21:34:01.5417767Z [00:02:54.983]➜  cd $WORK/b094
2025-08-20T21:34:01.5419715Z [00:02:54.983]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -I $WORK/b094/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b094/_cgo_main.o -c _cgo_main.c
2025-08-20T21:34:01.5435623Z [00:02:54.985]➜  cat >/tmp/go-build1238918229/b137/importcfg << 'EOF' # internal
2025-08-20T21:34:01.5436410Z [00:02:54.985]➜  # import config
2025-08-20T21:34:01.5436885Z [00:02:54.985]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:01.5437641Z [00:02:54.985]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build1238918229/b138/_pkg_.a
2025-08-20T21:34:01.5438308Z [00:02:54.985]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1238918229/b118/_pkg_.a
2025-08-20T21:34:01.5438937Z [00:02:54.985]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:01.5439467Z [00:02:54.985]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.5439911Z [00:02:54.985]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:01.5440346Z [00:02:54.985]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:01.5440762Z [00:02:54.985]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:01.5441066Z [00:02:54.985]➜  EOF
2025-08-20T21:34:01.5441318Z [00:02:54.985]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:01.5444828Z [00:02:54.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b137=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b137/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack -asmhdr $WORK/b137/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-20T21:34:01.5534911Z [00:02:54.995]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b066=/tmp/go-build -gno-record-gcc-switches -o $WORK/b066/_cgo_.o $WORK/b066/_cgo_main.o $WORK/b066/preferlinkext $WORK/b066/_x001.o $WORK/b066/_x002.o $WORK/b066/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T21:34:01.5536455Z [00:02:54.995]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b066/_cgo_.o -dynout $WORK/b066/_cgo_import.go
2025-08-20T21:34:01.5622507Z [00:02:55.003]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -o $WORK/b094/_cgo_.o $WORK/b094/_cgo_main.o $WORK/b094/preferlinkext $WORK/b094/_x001.o $WORK/b094/_x002.o $WORK/b094/_x003.o $WORK/b094/_x004.o $WORK/b094/_x005.o $WORK/b094/_x006.o -O2 -g -lresolv
2025-08-20T21:34:01.5637732Z [00:02:55.005]➜  cat >/tmp/go-build1238918229/b066/importcfg << 'EOF' # internal
2025-08-20T21:34:01.5638378Z [00:02:55.005]➜  # import config
2025-08-20T21:34:01.5638852Z [00:02:55.005]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:01.5639413Z [00:02:55.005]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:01.5639941Z [00:02:55.005]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:01.5640469Z [00:02:55.005]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:01.5640984Z [00:02:55.005]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:01.5641894Z [00:02:55.005]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:01.5642542Z [00:02:55.005]➜  packagefile runtime/cgo=/tmp/go-build1238918229/b068/_pkg_.a
2025-08-20T21:34:01.5642968Z [00:02:55.005]➜  EOF
2025-08-20T21:34:01.5645279Z [00:02:55.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b066=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/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/b066/_cgo_gotypes.go $WORK/b066/cgo_lookup_cgo.cgo1.go $WORK/b066/getgrouplist_unix.cgo1.go $WORK/b066/_cgo_import.go
2025-08-20T21:34:01.6107201Z [00:02:55.052]➜  cd /root/.go/src/os/user
2025-08-20T21:34:01.6108220Z [00:02:55.052]➜  go tool pack r $WORK/b066/_pkg_.a $WORK/b066/preferlinkext $WORK/b066/_x001.o $WORK/b066/_x002.o $WORK/b066/_x003.o # internal
2025-08-20T21:34:01.6112177Z [00:02:55.052]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T21:34:01.6138960Z [00:02:55.053]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/60/609a3dfd725c4358f3c92c8cfda9c7565d51a4bac20ae29feb1a70bd13be89ea-d # internal
2025-08-20T21:34:01.6141997Z [00:02:55.055]➜  archive/tar
2025-08-20T21:34:01.6144524Z [00:02:55.055]➜  mkdir -p $WORK/b003/
2025-08-20T21:34:01.6144934Z [00:02:55.055]➜  cat >/tmp/go-build1238918229/b003/importcfg << 'EOF' # internal
2025-08-20T21:34:01.6145635Z [00:02:55.056]➜  # import config
2025-08-20T21:34:01.6145976Z [00:02:55.056]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:01.6146402Z [00:02:55.056]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.6146822Z [00:02:55.056]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:01.6147273Z [00:02:55.056]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:01.6147996Z [00:02:55.056]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.6148424Z [00:02:55.056]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:01.6148838Z [00:02:55.056]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:01.6149251Z [00:02:55.056]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:01.6149668Z [00:02:55.056]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:01.6150098Z [00:02:55.056]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:01.6150541Z [00:02:55.056]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:01.6150998Z [00:02:55.056]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:01.6151431Z [00:02:55.056]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:01.6151859Z [00:02:55.056]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:01.6152291Z [00:02:55.056]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:01.6152726Z [00:02:55.056]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:01.6153140Z [00:02:55.056]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:01.6153559Z [00:02:55.056]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:01.6153980Z [00:02:55.056]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:01.6154299Z [00:02:55.056]➜  EOF
2025-08-20T21:34:01.6154560Z [00:02:55.056]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:01.6157148Z [00:02:55.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b003=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid 7cR72Bvkjkm7EvqhqGLM/7cR72Bvkjkm7EvqhqGLM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/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-20T21:34:01.6531907Z [00:02:55.094]➜  cd /root/.go/src/math/big
2025-08-20T21:34:01.6535869Z [00:02:55.094]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b129=>" -I $WORK/b129/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b129/arith_arm64.o ./arith_arm64.s
2025-08-20T21:34:01.6565654Z [00:02:55.098]➜  go tool pack r $WORK/b129/_pkg_.a $WORK/b129/arith_arm64.o # internal
2025-08-20T21:34:01.6569353Z [00:02:55.098]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T21:34:01.6617283Z [00:02:55.103]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T21:34:01.6619558Z [00:02:55.103]➜  crypto/rand
2025-08-20T21:34:01.6620384Z [00:02:55.103]➜  mkdir -p $WORK/b102/
2025-08-20T21:34:01.6621289Z [00:02:55.103]➜  cat >/tmp/go-build1238918229/b102/importcfg << 'EOF' # internal
2025-08-20T21:34:01.6621687Z [00:02:55.103]➜  # import config
2025-08-20T21:34:01.6622099Z [00:02:55.103]➜  packagefile crypto/internal/boring=/tmp/go-build1238918229/b103/_pkg_.a
2025-08-20T21:34:01.6622651Z [00:02:55.103]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:01.6623684Z [00:02:55.103]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1238918229/b121/_pkg_.a
2025-08-20T21:34:01.6624263Z [00:02:55.103]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:01.6624824Z [00:02:55.103]➜  packagefile crypto/internal/randutil=/tmp/go-build1238918229/b124/_pkg_.a
2025-08-20T21:34:01.6625369Z [00:02:55.103]➜  packagefile crypto/internal/sysrand=/tmp/go-build1238918229/b123/_pkg_.a
2025-08-20T21:34:01.6625880Z [00:02:55.103]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.6626296Z [00:02:55.103]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.6626712Z [00:02:55.103]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:01.6627031Z [00:02:55.103]➜  EOF
2025-08-20T21:34:01.6627284Z [00:02:55.103]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:01.6629245Z [00:02:55.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b102=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/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-20T21:34:01.6782112Z [00:02:55.119]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T21:34:01.6786212Z [00:02:55.120]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T21:34:01.6786854Z [00:02:55.120]➜  crypto/internal/boring/bbig
2025-08-20T21:34:01.6787150Z [00:02:55.120]➜  mkdir -p $WORK/b142/
2025-08-20T21:34:01.6794088Z [00:02:55.120]➜  cat >/tmp/go-build1238918229/b142/importcfg << 'EOF' # internal
2025-08-20T21:34:01.6795472Z [00:02:55.120]➜  # import config
2025-08-20T21:34:01.6795910Z [00:02:55.120]➜  packagefile crypto/internal/boring=/tmp/go-build1238918229/b103/_pkg_.a
2025-08-20T21:34:01.6796513Z [00:02:55.120]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:01.6796841Z [00:02:55.120]➜  EOF
2025-08-20T21:34:01.6799022Z [00:02:55.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b142=>" -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/b142/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T21:34:01.6925955Z [00:02:55.134]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b094=/tmp/go-build -gno-record-gcc-switches -o $WORK/b094/_cgo_.o $WORK/b094/_cgo_main.o $WORK/b094/preferlinkext $WORK/b094/_x001.o $WORK/b094/_x002.o $WORK/b094/_x003.o $WORK/b094/_x004.o $WORK/b094/_x005.o $WORK/b094/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T21:34:01.6928994Z [00:02:55.134]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b094/_cgo_.o -dynout $WORK/b094/_cgo_import.go
2025-08-20T21:34:01.6929635Z [00:02:55.134]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T21:34:01.6930344Z [00:02:55.134]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T21:34:01.6931113Z [00:02:55.134]➜  crypto/internal/fips140hash
2025-08-20T21:34:01.6940767Z [00:02:55.134]➜  mkdir -p $WORK/b146/
2025-08-20T21:34:01.6941170Z [00:02:55.134]➜  cat >/tmp/go-build1238918229/b146/importcfg << 'EOF' # internal
2025-08-20T21:34:01.6941531Z [00:02:55.134]➜  # import config
2025-08-20T21:34:01.6941957Z [00:02:55.134]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1238918229/b117/_pkg_.a
2025-08-20T21:34:01.6942469Z [00:02:55.134]➜  packagefile crypto/sha3=/tmp/go-build1238918229/b147/_pkg_.a
2025-08-20T21:34:01.6943357Z [00:02:55.134]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:01.6943663Z [00:02:55.134]➜  EOF
2025-08-20T21:34:01.6945337Z [00:02:55.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b146=>" -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/b146/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T21:34:01.6948680Z [00:02:55.136]➜  cat >/tmp/go-build1238918229/b094/importcfg << 'EOF' # internal
2025-08-20T21:34:01.6950186Z [00:02:55.136]➜  # import config
2025-08-20T21:34:01.6950702Z [00:02:55.136]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T21:34:01.6951228Z [00:02:55.136]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:01.6951675Z [00:02:55.136]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:01.6952104Z [00:02:55.136]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.6952642Z [00:02:55.136]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1238918229/b095/_pkg_.a
2025-08-20T21:34:01.6953227Z [00:02:55.136]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:34:01.6953732Z [00:02:55.136]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:01.6954213Z [00:02:55.136]➜  packagefile internal/itoa=/tmp/go-build1238918229/b048/_pkg_.a
2025-08-20T21:34:01.6954698Z [00:02:55.136]➜  packagefile internal/nettrace=/tmp/go-build1238918229/b096/_pkg_.a
2025-08-20T21:34:01.6955184Z [00:02:55.136]➜  packagefile internal/poll=/tmp/go-build1238918229/b061/_pkg_.a
2025-08-20T21:34:01.6955683Z [00:02:55.136]➜  packagefile internal/singleflight=/tmp/go-build1238918229/b097/_pkg_.a
2025-08-20T21:34:01.6956218Z [00:02:55.136]➜  packagefile internal/stringslite=/tmp/go-build1238918229/b033/_pkg_.a
2025-08-20T21:34:01.6956739Z [00:02:55.136]➜  packagefile internal/syscall/unix=/tmp/go-build1238918229/b062/_pkg_.a
2025-08-20T21:34:01.6957194Z [00:02:55.136]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.6957817Z [00:02:55.136]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:01.6958282Z [00:02:55.136]➜  packagefile net/netip=/tmp/go-build1238918229/b098/_pkg_.a
2025-08-20T21:34:01.6959149Z [00:02:55.136]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:01.6959642Z [00:02:55.136]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:01.6960067Z [00:02:55.136]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:01.6960486Z [00:02:55.136]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:01.6960923Z [00:02:55.136]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:01.6961374Z [00:02:55.136]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:01.6961793Z [00:02:55.136]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:01.6962226Z [00:02:55.136]➜  packagefile runtime/cgo=/tmp/go-build1238918229/b068/_pkg_.a
2025-08-20T21:34:01.6962555Z [00:02:55.136]➜  EOF
2025-08-20T21:34:01.6971234Z [00:02:55.137]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b094=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/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/b094/_cgo_gotypes.go $WORK/b094/cgo_linux.cgo1.go $WORK/b094/cgo_resnew.cgo1.go $WORK/b094/cgo_socknew.cgo1.go $WORK/b094/cgo_unix_cgo.cgo1.go $WORK/b094/cgo_unix_cgo_res.cgo1.go $WORK/b094/_cgo_import.go
2025-08-20T21:34:01.7141061Z [00:02:55.155]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T21:34:01.7149160Z [00:02:55.156]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T21:34:01.7150018Z [00:02:55.156]➜  crypto/sha512
2025-08-20T21:34:01.7152663Z [00:02:55.157]➜  mkdir -p $WORK/b148/
2025-08-20T21:34:01.7156340Z [00:02:55.157]➜  cat >/tmp/go-build1238918229/b148/importcfg << 'EOF' # internal
2025-08-20T21:34:01.7157017Z [00:02:55.157]➜  # import config
2025-08-20T21:34:01.7157379Z [00:02:55.157]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:01.7159068Z [00:02:55.157]➜  packagefile crypto/internal/boring=/tmp/go-build1238918229/b103/_pkg_.a
2025-08-20T21:34:01.7159726Z [00:02:55.157]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1238918229/b119/_pkg_.a
2025-08-20T21:34:01.7160223Z [00:02:55.157]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:01.7160532Z [00:02:55.157]➜  EOF
2025-08-20T21:34:01.7161967Z [00:02:55.157]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b148=>" -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/b148/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T21:34:01.7434380Z [00:02:55.185]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T21:34:01.7435158Z [00:02:55.185]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T21:34:01.7438329Z [00:02:55.185]➜  encoding/asn1
2025-08-20T21:34:01.7438648Z [00:02:55.185]➜  mkdir -p $WORK/b150/
2025-08-20T21:34:01.7449120Z [00:02:55.186]➜  cat >/tmp/go-build1238918229/b150/importcfg << 'EOF' # internal
2025-08-20T21:34:01.7449647Z [00:02:55.186]➜  # import config
2025-08-20T21:34:01.7450002Z [00:02:55.186]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:01.7450430Z [00:02:55.186]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.7451282Z [00:02:55.186]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:01.7451698Z [00:02:55.186]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:01.7452120Z [00:02:55.186]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:01.7452553Z [00:02:55.186]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:01.7452974Z [00:02:55.186]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:01.7453409Z [00:02:55.186]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:01.7453836Z [00:02:55.186]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:01.7454251Z [00:02:55.186]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:01.7454689Z [00:02:55.186]➜  packagefile unicode/utf16=/tmp/go-build1238918229/b090/_pkg_.a
2025-08-20T21:34:01.7455154Z [00:02:55.186]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:01.7455496Z [00:02:55.186]➜  EOF
2025-08-20T21:34:01.7457223Z [00:02:55.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b150=>" -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/b150/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-20T21:34:01.9044553Z [00:02:55.345]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T21:34:01.9048969Z [00:02:55.346]➜  /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/b137=>" -I $WORK/b137/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b137/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T21:34:01.9188584Z [00:02:55.360]➜  go tool pack r $WORK/b137/_pkg_.a $WORK/b137/p256_asm_arm64.o # internal
2025-08-20T21:34:01.9189744Z [00:02:55.360]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T21:34:01.9227765Z [00:02:55.364]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T21:34:01.9254583Z [00:02:55.367]➜  crypto/internal/fips140/ecdh
2025-08-20T21:34:01.9256192Z [00:02:55.367]➜  mkdir -p $WORK/b136/
2025-08-20T21:34:01.9257098Z [00:02:55.367]➜  cat >/tmp/go-build1238918229/b136/importcfg << 'EOF' # internal
2025-08-20T21:34:01.9257758Z [00:02:55.367]➜  # import config
2025-08-20T21:34:01.9258127Z [00:02:55.367]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:01.9258634Z [00:02:55.367]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:01.9259227Z [00:02:55.367]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:01.9259825Z [00:02:55.367]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1238918229/b121/_pkg_.a
2025-08-20T21:34:01.9260408Z [00:02:55.367]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1238918229/b137/_pkg_.a
2025-08-20T21:34:01.9261027Z [00:02:55.367]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:01.9261551Z [00:02:55.367]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.9261968Z [00:02:55.367]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.9262391Z [00:02:55.367]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:01.9262818Z [00:02:55.367]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:01.9263121Z [00:02:55.367]➜  EOF
2025-08-20T21:34:01.9263361Z [00:02:55.367]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:01.9265313Z [00:02:55.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b136=>" -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/b136/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T21:34:01.9309118Z [00:02:55.372]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T21:34:01.9383688Z [00:02:55.379]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/71/713d792f6850c78a1fe0ea8c3796c37a74b9002d4a613b28c353943786794f86-d # internal
2025-08-20T21:34:01.9390921Z [00:02:55.379]➜  chainguard.dev/apko/internal/tarfs
2025-08-20T21:34:01.9391262Z [00:02:55.379]➜  mkdir -p $WORK/b072/
2025-08-20T21:34:01.9391646Z [00:02:55.379]➜  cat >/tmp/go-build1238918229/b072/importcfg << 'EOF' # internal
2025-08-20T21:34:01.9391994Z [00:02:55.379]➜  # import config
2025-08-20T21:34:01.9392382Z [00:02:55.379]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:01.9392817Z [00:02:55.379]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:01.9393230Z [00:02:55.379]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:01.9393646Z [00:02:55.379]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.9394059Z [00:02:55.379]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:01.9394472Z [00:02:55.379]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.9394877Z [00:02:55.379]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:01.9395290Z [00:02:55.379]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:01.9395705Z [00:02:55.379]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:01.9396116Z [00:02:55.379]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:01.9396531Z [00:02:55.379]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:01.9396834Z [00:02:55.379]➜  EOF
2025-08-20T21:34:01.9399294Z [00:02:55.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/internal/tarfs=>chainguard.dev/apko@v0.30.5/internal/tarfs;$WORK/b072=>" -p chainguard.dev/apko/internal/tarfs -lang=go1.24 -complete -installsuffix shared -buildid xx2wQFzQKgV4To49Kh7i/xx2wQFzQKgV4To49Kh7i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/internal/tarfs/tarfs.go
2025-08-20T21:34:01.9528906Z [00:02:55.394]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T21:34:01.9537982Z [00:02:55.395]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T21:34:01.9539018Z [00:02:55.395]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T21:34:01.9540908Z [00:02:55.395]➜  crypto/ecdh
2025-08-20T21:34:01.9541186Z [00:02:55.395]➜  mkdir -p $WORK/b135/
2025-08-20T21:34:01.9541565Z [00:02:55.395]➜  cat >/tmp/go-build1238918229/b135/importcfg << 'EOF' # internal
2025-08-20T21:34:01.9541912Z [00:02:55.395]➜  # import config
2025-08-20T21:34:01.9542249Z [00:02:55.395]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:01.9542670Z [00:02:55.395]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:01.9543173Z [00:02:55.395]➜  packagefile crypto/internal/boring=/tmp/go-build1238918229/b103/_pkg_.a
2025-08-20T21:34:01.9543741Z [00:02:55.395]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build1238918229/b136/_pkg_.a
2025-08-20T21:34:01.9544378Z [00:02:55.395]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1238918229/b139/_pkg_.a
2025-08-20T21:34:01.9544999Z [00:02:55.395]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:01.9546026Z [00:02:55.395]➜  packagefile crypto/internal/randutil=/tmp/go-build1238918229/b124/_pkg_.a
2025-08-20T21:34:01.9546531Z [00:02:55.395]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:01.9546971Z [00:02:55.395]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.9547379Z [00:02:55.395]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.9550045Z [00:02:55.395]➜  EOF
2025-08-20T21:34:01.9551786Z [00:02:55.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b135=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/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-20T21:34:01.9585784Z [00:02:55.400]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T21:34:01.9594120Z [00:02:55.401]➜  crypto/elliptic
2025-08-20T21:34:01.9598535Z [00:02:55.401]➜  mkdir -p $WORK/b141/
2025-08-20T21:34:01.9608378Z [00:02:55.402]➜  cat >/tmp/go-build1238918229/b141/importcfg << 'EOF' # internal
2025-08-20T21:34:01.9609038Z [00:02:55.402]➜  # import config
2025-08-20T21:34:01.9609706Z [00:02:55.402]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1238918229/b137/_pkg_.a
2025-08-20T21:34:01.9611284Z [00:02:55.402]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.9611715Z [00:02:55.402]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.9612133Z [00:02:55.402]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:01.9612555Z [00:02:55.402]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:01.9612861Z [00:02:55.402]➜  EOF
2025-08-20T21:34:01.9621464Z [00:02:55.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b141=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/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-20T21:34:01.9831802Z [00:02:55.424]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T21:34:01.9842062Z [00:02:55.425]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/a3/a3eaa14ac94b1200a6146d28a1360714df9d14e2636747e3fa1a1cd5f841479e-d # internal
2025-08-20T21:34:01.9844084Z [00:02:55.426]➜  crypto/internal/fips140/ecdsa
2025-08-20T21:34:01.9845498Z [00:02:55.426]➜  mkdir -p $WORK/b143/
2025-08-20T21:34:01.9845907Z [00:02:55.426]➜  cat >/tmp/go-build1238918229/b143/importcfg << 'EOF' # internal
2025-08-20T21:34:01.9846254Z [00:02:55.426]➜  # import config
2025-08-20T21:34:01.9846621Z [00:02:55.426]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:01.9847113Z [00:02:55.426]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:01.9847905Z [00:02:55.426]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1238918229/b144/_pkg_.a
2025-08-20T21:34:01.9848508Z [00:02:55.426]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:01.9849102Z [00:02:55.426]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1238918229/b121/_pkg_.a
2025-08-20T21:34:01.9849676Z [00:02:55.426]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1238918229/b112/_pkg_.a
2025-08-20T21:34:01.9850254Z [00:02:55.426]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1238918229/b137/_pkg_.a
2025-08-20T21:34:01.9850836Z [00:02:55.426]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1238918229/b119/_pkg_.a
2025-08-20T21:34:01.9851332Z [00:02:55.426]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:01.9852081Z [00:02:55.426]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:01.9852488Z [00:02:55.426]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:01.9852893Z [00:02:55.426]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:01.9853199Z [00:02:55.426]➜  EOF
2025-08-20T21:34:01.9855594Z [00:02:55.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b143=>" -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/b143/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-20T21:34:02.0119754Z [00:02:55.453]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T21:34:02.0135420Z [00:02:55.455]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T21:34:02.0136636Z [00:02:55.455]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:34:02.0137167Z [00:02:55.455]➜  mkdir -p $WORK/b149/
2025-08-20T21:34:02.0171077Z [00:02:55.458]➜  cat >/tmp/go-build1238918229/b149/importcfg << 'EOF' # internal
2025-08-20T21:34:02.0173295Z [00:02:55.459]➜  # import config
2025-08-20T21:34:02.0174429Z [00:02:55.459]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:34:02.0175097Z [00:02:55.459]➜  packagefile encoding/asn1=/tmp/go-build1238918229/b150/_pkg_.a
2025-08-20T21:34:02.0175560Z [00:02:55.459]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.0175978Z [00:02:55.459]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:02.0176563Z [00:02:55.459]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1238918229/b151/_pkg_.a
2025-08-20T21:34:02.0177112Z [00:02:55.459]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:02.0177704Z [00:02:55.459]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:02.0178189Z [00:02:55.459]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:02.0178496Z [00:02:55.459]➜  EOF
2025-08-20T21:34:02.0181216Z [00:02:55.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b149=>" -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/b149/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-20T21:34:02.1003450Z [00:02:55.542]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T21:34:02.1024357Z [00:02:55.544]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T21:34:02.1031549Z [00:02:55.544]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T21:34:02.1037386Z [00:02:55.545]➜  crypto/internal/fips140/edwards25519
2025-08-20T21:34:02.1037901Z [00:02:55.545]➜  mkdir -p $WORK/b154/
2025-08-20T21:34:02.1045077Z [00:02:55.546]➜  cat >/tmp/go-build1238918229/b154/importcfg << 'EOF' # internal
2025-08-20T21:34:02.1045468Z [00:02:55.546]➜  # import config
2025-08-20T21:34:02.1058938Z [00:02:55.546]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:02.1059696Z [00:02:55.546]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1238918229/b139/_pkg_.a
2025-08-20T21:34:02.1060771Z [00:02:55.546]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1238918229/b118/_pkg_.a
2025-08-20T21:34:02.1061396Z [00:02:55.546]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:02.1061923Z [00:02:55.546]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.1062352Z [00:02:55.546]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:02.1062796Z [00:02:55.546]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:02.1063107Z [00:02:55.546]➜  EOF
2025-08-20T21:34:02.1066230Z [00:02:55.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b154=>" -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/b154/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-20T21:34:02.1073537Z [00:02:55.549]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T21:34:02.1114747Z [00:02:55.553]➜  crypto/internal/fips140/hkdf
2025-08-20T21:34:02.1115087Z [00:02:55.553]➜  mkdir -p $WORK/b156/
2025-08-20T21:34:02.1118342Z [00:02:55.553]➜  cat >/tmp/go-build1238918229/b156/importcfg << 'EOF' # internal
2025-08-20T21:34:02.1118705Z [00:02:55.553]➜  # import config
2025-08-20T21:34:02.1119045Z [00:02:55.553]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:02.1119566Z [00:02:55.553]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:02.1120138Z [00:02:55.553]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:02.1120715Z [00:02:55.553]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1238918229/b112/_pkg_.a
2025-08-20T21:34:02.1121294Z [00:02:55.553]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1238918229/b113/_pkg_.a
2025-08-20T21:34:02.1122137Z [00:02:55.553]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.1122667Z [00:02:55.553]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:02.1122984Z [00:02:55.553]➜  EOF
2025-08-20T21:34:02.1124867Z [00:02:55.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b156=>" -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/b156/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T21:34:02.1303300Z [00:02:55.571]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T21:34:02.1313696Z [00:02:55.572]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T21:34:02.1318973Z [00:02:55.573]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T21:34:02.1319966Z [00:02:55.573]➜  crypto/hkdf
2025-08-20T21:34:02.1320263Z [00:02:55.573]➜  mkdir -p $WORK/b155/
2025-08-20T21:34:02.1328074Z [00:02:55.574]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T21:34:02.1328744Z [00:02:55.574]➜  crypto/ecdsa
2025-08-20T21:34:02.1330319Z [00:02:55.574]➜  mkdir -p $WORK/b140/
2025-08-20T21:34:02.1330703Z [00:02:55.574]➜  cat >/tmp/go-build1238918229/b155/importcfg << 'EOF' # internal
2025-08-20T21:34:02.1331049Z [00:02:55.574]➜  # import config
2025-08-20T21:34:02.1331473Z [00:02:55.574]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1238918229/b156/_pkg_.a
2025-08-20T21:34:02.1332048Z [00:02:55.574]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1238918229/b146/_pkg_.a
2025-08-20T21:34:02.1332629Z [00:02:55.574]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:02.1333131Z [00:02:55.574]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.1333546Z [00:02:55.574]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:02.1333851Z [00:02:55.574]➜  EOF
2025-08-20T21:34:02.1335270Z [00:02:55.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b155=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T21:34:02.1352653Z [00:02:55.576]➜  cat >/tmp/go-build1238918229/b140/importcfg << 'EOF' # internal
2025-08-20T21:34:02.1353085Z [00:02:55.576]➜  # import config
2025-08-20T21:34:02.1353516Z [00:02:55.576]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:34:02.1354175Z [00:02:55.576]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:34:02.1354718Z [00:02:55.576]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:02.1355156Z [00:02:55.576]➜  packagefile crypto/ecdh=/tmp/go-build1238918229/b135/_pkg_.a
2025-08-20T21:34:02.1355626Z [00:02:55.577]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:02.1356134Z [00:02:55.577]➜  packagefile crypto/internal/boring=/tmp/go-build1238918229/b103/_pkg_.a
2025-08-20T21:34:02.1356699Z [00:02:55.577]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1238918229/b142/_pkg_.a
2025-08-20T21:34:02.1357273Z [00:02:55.577]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build1238918229/b143/_pkg_.a
2025-08-20T21:34:02.1358046Z [00:02:55.577]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1238918229/b137/_pkg_.a
2025-08-20T21:34:02.1358629Z [00:02:55.577]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1238918229/b145/_pkg_.a
2025-08-20T21:34:02.1359586Z [00:02:55.577]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1238918229/b146/_pkg_.a
2025-08-20T21:34:02.1360244Z [00:02:55.577]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:02.1360802Z [00:02:55.577]➜  packagefile crypto/internal/randutil=/tmp/go-build1238918229/b124/_pkg_.a
2025-08-20T21:34:02.1361306Z [00:02:55.577]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:02.1361784Z [00:02:55.577]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:02.1362227Z [00:02:55.577]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.1362764Z [00:02:55.577]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1238918229/b149/_pkg_.a
2025-08-20T21:34:02.1363418Z [00:02:55.577]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1238918229/b151/_pkg_.a
2025-08-20T21:34:02.1363996Z [00:02:55.577]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:02.1364417Z [00:02:55.577]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:02.1364862Z [00:02:55.577]➜  packagefile math/rand/v2=/tmp/go-build1238918229/b125/_pkg_.a
2025-08-20T21:34:02.1365194Z [00:02:55.577]➜  EOF
2025-08-20T21:34:02.1366908Z [00:02:55.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b140=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/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-20T21:34:02.1427609Z [00:02:55.584]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T21:34:02.1432310Z [00:02:55.585]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T21:34:02.1433014Z [00:02:55.585]➜  crypto/hmac
2025-08-20T21:34:02.1433285Z [00:02:55.585]➜  mkdir -p $WORK/b157/
2025-08-20T21:34:02.1437543Z [00:02:55.585]➜  cat >/tmp/go-build1238918229/b157/importcfg << 'EOF' # internal
2025-08-20T21:34:02.1439478Z [00:02:55.585]➜  # import config
2025-08-20T21:34:02.1439979Z [00:02:55.585]➜  packagefile crypto/internal/boring=/tmp/go-build1238918229/b103/_pkg_.a
2025-08-20T21:34:02.1440632Z [00:02:55.585]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1238918229/b112/_pkg_.a
2025-08-20T21:34:02.1441215Z [00:02:55.585]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1238918229/b146/_pkg_.a
2025-08-20T21:34:02.1441821Z [00:02:55.585]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:02.1442337Z [00:02:55.585]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:02.1442778Z [00:02:55.585]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:02.1443101Z [00:02:55.585]➜  EOF
2025-08-20T21:34:02.1444490Z [00:02:55.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b157=>" -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/b157/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T21:34:02.1628864Z [00:02:55.604]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T21:34:02.1638655Z [00:02:55.605]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T21:34:02.1640004Z [00:02:55.605]➜  crypto/internal/fips140/mlkem
2025-08-20T21:34:02.1640840Z [00:02:55.605]➜  mkdir -p $WORK/b158/
2025-08-20T21:34:02.1642398Z [00:02:55.606]➜  cat >/tmp/go-build1238918229/b158/importcfg << 'EOF' # internal
2025-08-20T21:34:02.1643194Z [00:02:55.606]➜  # import config
2025-08-20T21:34:02.1643645Z [00:02:55.606]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:02.1644140Z [00:02:55.606]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:02.1644710Z [00:02:55.606]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:02.1645285Z [00:02:55.606]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1238918229/b121/_pkg_.a
2025-08-20T21:34:02.1646104Z [00:02:55.606]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1238918229/b117/_pkg_.a
2025-08-20T21:34:02.1646687Z [00:02:55.606]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1238918229/b118/_pkg_.a
2025-08-20T21:34:02.1647309Z [00:02:55.606]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:02.1648195Z [00:02:55.606]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.1648521Z [00:02:55.606]➜  EOF
2025-08-20T21:34:02.1650940Z [00:02:55.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b158=>" -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/b158/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-20T21:34:02.2116524Z [00:02:55.653]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T21:34:02.2129453Z [00:02:55.654]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T21:34:02.2153090Z [00:02:55.657]➜  crypto/internal/fips140/ed25519
2025-08-20T21:34:02.2154022Z [00:02:55.657]➜  mkdir -p $WORK/b153/
2025-08-20T21:34:02.2155028Z [00:02:55.657]➜  cat >/tmp/go-build1238918229/b153/importcfg << 'EOF' # internal
2025-08-20T21:34:02.2156332Z [00:02:55.657]➜  # import config
2025-08-20T21:34:02.2156757Z [00:02:55.657]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:02.2157269Z [00:02:55.657]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:02.2158038Z [00:02:55.657]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:02.2158639Z [00:02:55.657]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1238918229/b121/_pkg_.a
2025-08-20T21:34:02.2159250Z [00:02:55.657]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build1238918229/b154/_pkg_.a
2025-08-20T21:34:02.2159857Z [00:02:55.657]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1238918229/b119/_pkg_.a
2025-08-20T21:34:02.2160353Z [00:02:55.657]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.2161110Z [00:02:55.657]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:02.2161600Z [00:02:55.657]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:02.2161909Z [00:02:55.657]➜  EOF
2025-08-20T21:34:02.2163892Z [00:02:55.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b153=>" -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/b153/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T21:34:02.2828231Z [00:02:55.724]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T21:34:02.2842151Z [00:02:55.725]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T21:34:02.2856237Z [00:02:55.726]➜  crypto/ed25519
2025-08-20T21:34:02.2856743Z [00:02:55.726]➜  mkdir -p $WORK/b152/
2025-08-20T21:34:02.2857228Z [00:02:55.727]➜  cat >/tmp/go-build1238918229/b152/importcfg << 'EOF' # internal
2025-08-20T21:34:02.2857818Z [00:02:55.727]➜  # import config
2025-08-20T21:34:02.2858258Z [00:02:55.727]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:02.2859322Z [00:02:55.727]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build1238918229/b153/_pkg_.a
2025-08-20T21:34:02.2860051Z [00:02:55.727]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1238918229/b145/_pkg_.a
2025-08-20T21:34:02.2860720Z [00:02:55.727]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:02.2861334Z [00:02:55.727]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:02.2861910Z [00:02:55.727]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:02.2862433Z [00:02:55.727]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.2862928Z [00:02:55.727]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:02.2863422Z [00:02:55.727]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:02.2863816Z [00:02:55.727]➜  EOF
2025-08-20T21:34:02.2865293Z [00:02:55.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b152=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T21:34:02.3243036Z [00:02:55.762]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T21:34:02.3243902Z [00:02:55.762]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T21:34:02.3244488Z [00:02:55.762]➜  crypto/internal/fips140/tls12
2025-08-20T21:34:02.3244789Z [00:02:55.762]➜  mkdir -p $WORK/b159/
2025-08-20T21:34:02.3245161Z [00:02:55.762]➜  cat >/tmp/go-build1238918229/b159/importcfg << 'EOF' # internal
2025-08-20T21:34:02.3245507Z [00:02:55.762]➜  # import config
2025-08-20T21:34:02.3245842Z [00:02:55.762]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:02.3246350Z [00:02:55.762]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:02.3246915Z [00:02:55.762]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:02.3247635Z [00:02:55.762]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1238918229/b112/_pkg_.a
2025-08-20T21:34:02.3248292Z [00:02:55.762]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1238918229/b113/_pkg_.a
2025-08-20T21:34:02.3249245Z [00:02:55.762]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1238918229/b119/_pkg_.a
2025-08-20T21:34:02.3249853Z [00:02:55.762]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.3250272Z [00:02:55.762]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:02.3250578Z [00:02:55.762]➜  EOF
2025-08-20T21:34:02.3252486Z [00:02:55.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b159=>" -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/b159/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T21:34:02.3464589Z [00:02:55.788]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T21:34:02.3469433Z [00:02:55.788]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T21:34:02.3472125Z [00:02:55.789]➜  crypto/internal/fips140/tls13
2025-08-20T21:34:02.3473009Z [00:02:55.789]➜  mkdir -p $WORK/b160/
2025-08-20T21:34:02.3494777Z [00:02:55.791]➜  cat >/tmp/go-build1238918229/b160/importcfg << 'EOF' # internal
2025-08-20T21:34:02.3495567Z [00:02:55.791]➜  # import config
2025-08-20T21:34:02.3496224Z [00:02:55.791]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:02.3497316Z [00:02:55.791]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:02.3498328Z [00:02:55.791]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:02.3499486Z [00:02:55.791]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1238918229/b156/_pkg_.a
2025-08-20T21:34:02.3500137Z [00:02:55.791]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1238918229/b113/_pkg_.a
2025-08-20T21:34:02.3500801Z [00:02:55.791]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:02.3501342Z [00:02:55.791]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.3501765Z [00:02:55.791]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:02.3502072Z [00:02:55.791]➜  EOF
2025-08-20T21:34:02.3503986Z [00:02:55.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b160=>" -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/b160/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T21:34:02.4393363Z [00:02:55.881]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T21:34:02.4401987Z [00:02:55.882]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T21:34:02.4403507Z [00:02:55.882]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T21:34:02.4404654Z [00:02:55.882]➜  mkdir -p $WORK/b163/
2025-08-20T21:34:02.4406709Z [00:02:55.882]➜  echo -n > $WORK/b163/go_asm.h # internal
2025-08-20T21:34:02.4408591Z [00:02:55.882]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T21:34:02.4411512Z [00:02:55.882]➜  /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/b163=>" -I $WORK/b163/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b163/symabis ./chacha_arm64.s
2025-08-20T21:34:02.4494667Z [00:02:55.891]➜  cat >/tmp/go-build1238918229/b163/importcfg << 'EOF' # internal
2025-08-20T21:34:02.4495778Z [00:02:55.891]➜  # import config
2025-08-20T21:34:02.4496680Z [00:02:55.891]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:34:02.4497328Z [00:02:55.891]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:02.4497996Z [00:02:55.891]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:02.4498455Z [00:02:55.891]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.4499008Z [00:02:55.891]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1238918229/b164/_pkg_.a
2025-08-20T21:34:02.4499577Z [00:02:55.891]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:02.4500017Z [00:02:55.891]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:02.4500337Z [00:02:55.891]➜  EOF
2025-08-20T21:34:02.4500601Z [00:02:55.891]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:02.4503141Z [00:02:55.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b163=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b163/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack -asmhdr $WORK/b163/go_asm.h /root/.go/src/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-20T21:34:02.4806309Z [00:02:55.922]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T21:34:02.4969507Z [00:02:55.938]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T21:34:02.4987658Z [00:02:55.940]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T21:34:02.5055030Z [00:02:55.947]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:34:02.5055456Z [00:02:55.947]➜  mkdir -p $WORK/b165/
2025-08-20T21:34:02.5062401Z [00:02:55.948]➜  cat >/tmp/go-build1238918229/b165/importcfg << 'EOF' # internal
2025-08-20T21:34:02.5063467Z [00:02:55.948]➜  # import config
2025-08-20T21:34:02.5064288Z [00:02:55.948]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:02.5064827Z [00:02:55.948]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:02.5065328Z [00:02:55.948]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:02.5065663Z [00:02:55.948]➜  EOF
2025-08-20T21:34:02.5068363Z [00:02:55.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b165=>" -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/b165/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-20T21:34:02.5175139Z [00:02:55.959]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T21:34:02.5175797Z [00:02:55.959]➜  crypto/md5
2025-08-20T21:34:02.5176058Z [00:02:55.959]➜  mkdir -p $WORK/b166/
2025-08-20T21:34:02.5180213Z [00:02:55.959]➜  echo -n > $WORK/b166/go_asm.h # internal
2025-08-20T21:34:02.5181995Z [00:02:55.960]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:34:02.5183415Z [00:02:55.960]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b166=>" -I $WORK/b166/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b166/symabis ./md5block_arm64.s
2025-08-20T21:34:02.5249602Z [00:02:55.964]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T21:34:02.5251752Z [00:02:55.964]➜  /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/b163=>" -I $WORK/b163/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b163/chacha_arm64.o ./chacha_arm64.s
2025-08-20T21:34:02.5274516Z [00:02:55.969]➜  go tool pack r $WORK/b163/_pkg_.a $WORK/b163/chacha_arm64.o # internal
2025-08-20T21:34:02.5275000Z [00:02:55.969]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T21:34:02.5281704Z [00:02:55.970]➜  cat >/tmp/go-build1238918229/b166/importcfg << 'EOF' # internal
2025-08-20T21:34:02.5282126Z [00:02:55.970]➜  # import config
2025-08-20T21:34:02.5282710Z [00:02:55.970]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:02.5283266Z [00:02:55.970]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:02.5283784Z [00:02:55.970]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.5284199Z [00:02:55.970]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:02.5284658Z [00:02:55.970]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:02.5285133Z [00:02:55.970]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:02.5285853Z [00:02:55.970]➜  EOF
2025-08-20T21:34:02.5287391Z [00:02:55.970]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:02.5289910Z [00:02:55.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b166=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b166/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack -asmhdr $WORK/b166/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-20T21:34:02.5291945Z [00:02:55.970]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T21:34:02.5292712Z [00:02:55.970]➜  crypto/rc4
2025-08-20T21:34:02.5293624Z [00:02:55.971]➜  mkdir -p $WORK/b167/
2025-08-20T21:34:02.5298152Z [00:02:55.971]➜  cat >/tmp/go-build1238918229/b167/importcfg << 'EOF' # internal
2025-08-20T21:34:02.5298530Z [00:02:55.971]➜  # import config
2025-08-20T21:34:02.5298973Z [00:02:55.971]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1238918229/b110/_pkg_.a
2025-08-20T21:34:02.5299551Z [00:02:55.971]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:02.5300043Z [00:02:55.971]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.5300470Z [00:02:55.971]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:02.5300806Z [00:02:55.971]➜  EOF
2025-08-20T21:34:02.5302376Z [00:02:55.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b167=>" -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/b167/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T21:34:02.5578514Z [00:02:55.998]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T21:34:02.5579320Z [00:02:55.999]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T21:34:02.5579935Z [00:02:55.999]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:34:02.5581018Z [00:02:56.000]➜  mkdir -p $WORK/b162/
2025-08-20T21:34:02.5622824Z [00:02:56.004]➜  cat >/tmp/go-build1238918229/b162/importcfg << 'EOF' # internal
2025-08-20T21:34:02.5623421Z [00:02:56.004]➜  # import config
2025-08-20T21:34:02.5624473Z [00:02:56.004]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T21:34:02.5628788Z [00:02:56.004]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T21:34:02.5629651Z [00:02:56.004]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T21:34:02.5632806Z [00:02:56.004]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:02.5633353Z [00:02:56.004]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:02.5633809Z [00:02:56.004]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.5634341Z [00:02:56.004]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1238918229/b163/_pkg_.a
2025-08-20T21:34:02.5634985Z [00:02:56.004]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1238918229/b164/_pkg_.a
2025-08-20T21:34:02.5635714Z [00:02:56.004]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1238918229/b165/_pkg_.a
2025-08-20T21:34:02.5636151Z [00:02:56.004]➜  EOF
2025-08-20T21:34:02.5639352Z [00:02:56.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b162=>" -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/b162/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-20T21:34:02.5645260Z [00:02:56.006]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T21:34:02.5645960Z [00:02:56.006]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T21:34:02.5646519Z [00:02:56.006]➜  crypto/internal/fips140/rsa
2025-08-20T21:34:02.5646978Z [00:02:56.006]➜  mkdir -p $WORK/b169/
2025-08-20T21:34:02.5648942Z [00:02:56.006]➜  cat >/tmp/go-build1238918229/b169/importcfg << 'EOF' # internal
2025-08-20T21:34:02.5649323Z [00:02:56.006]➜  # import config
2025-08-20T21:34:02.5649658Z [00:02:56.006]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:02.5650873Z [00:02:56.006]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:02.5651488Z [00:02:56.006]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1238918229/b144/_pkg_.a
2025-08-20T21:34:02.5652128Z [00:02:56.006]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:02.5652723Z [00:02:56.006]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1238918229/b121/_pkg_.a
2025-08-20T21:34:02.5653302Z [00:02:56.006]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1238918229/b113/_pkg_.a
2025-08-20T21:34:02.5653877Z [00:02:56.006]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1238918229/b117/_pkg_.a
2025-08-20T21:34:02.5654452Z [00:02:56.006]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1238918229/b119/_pkg_.a
2025-08-20T21:34:02.5655045Z [00:02:56.006]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1238918229/b118/_pkg_.a
2025-08-20T21:34:02.5655540Z [00:02:56.006]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.5655957Z [00:02:56.006]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:02.5656362Z [00:02:56.006]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:02.5656763Z [00:02:56.006]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:02.5657070Z [00:02:56.006]➜  EOF
2025-08-20T21:34:02.5660042Z [00:02:56.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b169=>" -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/b169/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-20T21:34:02.5756894Z [00:02:56.017]➜  cd /root/.go/src/crypto/md5
2025-08-20T21:34:02.5758131Z [00:02:56.017]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b166=>" -I $WORK/b166/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b166/md5block_arm64.o ./md5block_arm64.s
2025-08-20T21:34:02.5893754Z [00:02:56.030]➜  go tool pack r $WORK/b166/_pkg_.a $WORK/b166/md5block_arm64.o # internal
2025-08-20T21:34:02.5894927Z [00:02:56.031]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T21:34:02.5908667Z [00:02:56.032]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T21:34:02.5918254Z [00:02:56.033]➜  crypto/sha1
2025-08-20T21:34:02.5919318Z [00:02:56.033]➜  mkdir -p $WORK/b170/
2025-08-20T21:34:02.5930559Z [00:02:56.034]➜  echo -n > $WORK/b170/go_asm.h # internal
2025-08-20T21:34:02.5931548Z [00:02:56.034]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:34:02.5932662Z [00:02:56.034]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b170=>" -I $WORK/b170/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b170/symabis ./sha1block_arm64.s
2025-08-20T21:34:02.5961136Z [00:02:56.037]➜  cat >/tmp/go-build1238918229/b170/importcfg << 'EOF' # internal
2025-08-20T21:34:02.5962013Z [00:02:56.037]➜  # import config
2025-08-20T21:34:02.5964979Z [00:02:56.037]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:02.5965866Z [00:02:56.037]➜  packagefile crypto/internal/boring=/tmp/go-build1238918229/b103/_pkg_.a
2025-08-20T21:34:02.5966686Z [00:02:56.037]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:02.5968757Z [00:02:56.037]➜  packagefile crypto/internal/impl=/tmp/go-build1238918229/b116/_pkg_.a
2025-08-20T21:34:02.5969472Z [00:02:56.037]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.5970306Z [00:02:56.037]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:02.5971344Z [00:02:56.037]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:02.5971910Z [00:02:56.038]➜  packagefile internal/cpu=/tmp/go-build1238918229/b013/_pkg_.a
2025-08-20T21:34:02.5972399Z [00:02:56.038]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:02.5972726Z [00:02:56.038]➜  EOF
2025-08-20T21:34:02.5981463Z [00:02:56.040]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T21:34:02.5986879Z [00:02:56.040]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T21:34:02.5994961Z [00:02:56.040]➜  crypto/internal/hpke
2025-08-20T21:34:02.5995285Z [00:02:56.040]➜  mkdir -p $WORK/b161/
2025-08-20T21:34:02.5995655Z [00:02:56.040]➜  cat >/tmp/go-build1238918229/b161/importcfg << 'EOF' # internal
2025-08-20T21:34:02.5995997Z [00:02:56.040]➜  # import config
2025-08-20T21:34:02.5996477Z [00:02:56.040]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:34:02.5997025Z [00:02:56.040]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:02.6003792Z [00:02:56.040]➜  packagefile crypto/aes=/tmp/go-build1238918229/b133/_pkg_.a
2025-08-20T21:34:02.6004417Z [00:02:56.040]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:02.6004887Z [00:02:56.040]➜  packagefile crypto/ecdh=/tmp/go-build1238918229/b135/_pkg_.a
2025-08-20T21:34:02.6005343Z [00:02:56.040]➜  packagefile crypto/hkdf=/tmp/go-build1238918229/b155/_pkg_.a
2025-08-20T21:34:02.6005797Z [00:02:56.040]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:02.6006250Z [00:02:56.040]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.6007281Z [00:02:56.040]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1238918229/b162/_pkg_.a
2025-08-20T21:34:02.6007993Z [00:02:56.040]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:02.6008472Z [00:02:56.040]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:02.6008798Z [00:02:56.040]➜  EOF
2025-08-20T21:34:02.6009058Z [00:02:56.040]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:02.6010701Z [00:02:56.040]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b161=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T21:34:02.6014039Z [00:02:56.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b170=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b170/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack -asmhdr $WORK/b170/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-20T21:34:02.6449752Z [00:02:56.085]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T21:34:02.6468449Z [00:02:56.088]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T21:34:02.6469311Z [00:02:56.088]➜  crypto/sha256
2025-08-20T21:34:02.6469607Z [00:02:56.088]➜  mkdir -p $WORK/b171/
2025-08-20T21:34:02.6470130Z [00:02:56.088]➜  cat >/tmp/go-build1238918229/b171/importcfg << 'EOF' # internal
2025-08-20T21:34:02.6470599Z [00:02:56.088]➜  # import config
2025-08-20T21:34:02.6471620Z [00:02:56.088]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:02.6472250Z [00:02:56.088]➜  packagefile crypto/internal/boring=/tmp/go-build1238918229/b103/_pkg_.a
2025-08-20T21:34:02.6472945Z [00:02:56.088]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1238918229/b113/_pkg_.a
2025-08-20T21:34:02.6473520Z [00:02:56.088]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:02.6473866Z [00:02:56.088]➜  EOF
2025-08-20T21:34:02.6475328Z [00:02:56.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b171=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T21:34:02.6508363Z [00:02:56.092]➜  cd /root/.go/src/crypto/sha1
2025-08-20T21:34:02.6509948Z [00:02:56.092]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b170=>" -I $WORK/b170/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b170/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T21:34:02.6582612Z [00:02:56.100]➜  go tool pack r $WORK/b170/_pkg_.a $WORK/b170/sha1block_arm64.o # internal
2025-08-20T21:34:02.6583226Z [00:02:56.100]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T21:34:02.6584038Z [00:02:56.100]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T21:34:02.6590018Z [00:02:56.100]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T21:34:02.6590859Z [00:02:56.100]➜  crypto/fips140
2025-08-20T21:34:02.6591336Z [00:02:56.100]➜  mkdir -p $WORK/b173/
2025-08-20T21:34:02.6601473Z [00:02:56.101]➜  cat >/tmp/go-build1238918229/b173/importcfg << 'EOF' # internal
2025-08-20T21:34:02.6613590Z [00:02:56.102]➜  # import config
2025-08-20T21:34:02.6614396Z [00:02:56.102]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:02.6615365Z [00:02:56.102]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:02.6617776Z [00:02:56.102]➜  EOF
2025-08-20T21:34:02.6618129Z [00:02:56.102]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:02.6619738Z [00:02:56.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b173=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T21:34:02.6621411Z [00:02:56.102]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T21:34:02.6622370Z [00:02:56.102]➜  crypto/dsa
2025-08-20T21:34:02.6622636Z [00:02:56.102]➜  mkdir -p $WORK/b175/
2025-08-20T21:34:02.6623011Z [00:02:56.102]➜  cat >/tmp/go-build1238918229/b175/importcfg << 'EOF' # internal
2025-08-20T21:34:02.6623354Z [00:02:56.102]➜  # import config
2025-08-20T21:34:02.6623779Z [00:02:56.102]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:02.6624341Z [00:02:56.102]➜  packagefile crypto/internal/randutil=/tmp/go-build1238918229/b124/_pkg_.a
2025-08-20T21:34:02.6624837Z [00:02:56.102]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.6625249Z [00:02:56.102]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:02.6625668Z [00:02:56.102]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:02.6626015Z [00:02:56.102]➜  EOF
2025-08-20T21:34:02.6627422Z [00:02:56.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b175=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T21:34:02.6694029Z [00:02:56.111]➜  cd /root/.go/src/net
2025-08-20T21:34:02.6696211Z [00:02:56.111]➜  go tool pack r $WORK/b094/_pkg_.a $WORK/b094/preferlinkext $WORK/b094/_x001.o $WORK/b094/_x002.o $WORK/b094/_x003.o $WORK/b094/_x004.o $WORK/b094/_x005.o $WORK/b094/_x006.o # internal
2025-08-20T21:34:02.6697008Z [00:02:56.111]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T21:34:02.6758040Z [00:02:56.117]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T21:34:02.6763030Z [00:02:56.118]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T21:34:02.6764328Z [00:02:56.118]➜  crypto/tls/internal/fips140tls
2025-08-20T21:34:02.6765255Z [00:02:56.118]➜  mkdir -p $WORK/b172/
2025-08-20T21:34:02.6769449Z [00:02:56.118]➜  cat >/tmp/go-build1238918229/b172/importcfg << 'EOF' # internal
2025-08-20T21:34:02.6770719Z [00:02:56.118]➜  # import config
2025-08-20T21:34:02.6771428Z [00:02:56.118]➜  packagefile crypto/fips140=/tmp/go-build1238918229/b173/_pkg_.a
2025-08-20T21:34:02.6772742Z [00:02:56.118]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:02.6773658Z [00:02:56.118]➜  EOF
2025-08-20T21:34:02.6774397Z [00:02:56.119]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:02.6776258Z [00:02:56.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b172=>" -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/b172/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T21:34:02.6865760Z [00:02:56.126]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T21:34:02.6866503Z [00:02:56.128]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T21:34:02.6880545Z [00:02:56.129]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T21:34:02.6886531Z [00:02:56.130]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T21:34:02.6889504Z [00:02:56.130]➜  encoding/hex
2025-08-20T21:34:02.6889861Z [00:02:56.130]➜  mkdir -p $WORK/b177/
2025-08-20T21:34:02.6890359Z [00:02:56.130]➜  crypto/rsa
2025-08-20T21:34:02.6890600Z [00:02:56.130]➜  mkdir -p $WORK/b168/
2025-08-20T21:34:02.6897044Z [00:02:56.131]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/a4/a407eb6a44f5e1188daecf77f38c3f4763748a9566c573bee2625a0221dea89e-d # internal
2025-08-20T21:34:02.6904274Z [00:02:56.132]➜  cat >/tmp/go-build1238918229/b168/importcfg << 'EOF' # internal
2025-08-20T21:34:02.6904654Z [00:02:56.132]➜  # import config
2025-08-20T21:34:02.6910813Z [00:02:56.132]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:02.6911416Z [00:02:56.132]➜  packagefile crypto/internal/boring=/tmp/go-build1238918229/b103/_pkg_.a
2025-08-20T21:34:02.6911985Z [00:02:56.132]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1238918229/b142/_pkg_.a
2025-08-20T21:34:02.6912592Z [00:02:56.132]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1238918229/b144/_pkg_.a
2025-08-20T21:34:02.6913171Z [00:02:56.132]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build1238918229/b169/_pkg_.a
2025-08-20T21:34:02.6913734Z [00:02:56.132]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1238918229/b146/_pkg_.a
2025-08-20T21:34:02.6914302Z [00:02:56.132]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:02.6914895Z [00:02:56.132]➜  packagefile crypto/internal/randutil=/tmp/go-build1238918229/b124/_pkg_.a
2025-08-20T21:34:02.6915392Z [00:02:56.132]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:02.6915856Z [00:02:56.132]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:02.6916295Z [00:02:56.132]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.6916710Z [00:02:56.132]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:02.6917127Z [00:02:56.132]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:02.6917698Z [00:02:56.132]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:02.6918197Z [00:02:56.132]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:02.6925290Z [00:02:56.132]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:02.6925802Z [00:02:56.132]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:02.6926155Z [00:02:56.132]➜  EOF
2025-08-20T21:34:02.6929447Z [00:02:56.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b168=>" -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/b168/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-20T21:34:02.6931578Z [00:02:56.133]➜  google.golang.org/grpc/internal
2025-08-20T21:34:02.6931954Z [00:02:56.133]➜  mkdir -p $WORK/b080/
2025-08-20T21:34:02.6932329Z [00:02:56.134]➜  cat >/tmp/go-build1238918229/b080/importcfg << 'EOF' # internal
2025-08-20T21:34:02.6932670Z [00:02:56.134]➜  # import config
2025-08-20T21:34:02.6933010Z [00:02:56.134]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:02.6933498Z [00:02:56.134]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:02.6934073Z [00:02:56.134]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1238918229/b084/_pkg_.a
2025-08-20T21:34:02.6934693Z [00:02:56.134]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1238918229/b093/_pkg_.a
2025-08-20T21:34:02.6935205Z [00:02:56.134]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:02.6935624Z [00:02:56.134]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:02.6936051Z [00:02:56.134]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:02.6936355Z [00:02:56.134]➜  EOF
2025-08-20T21:34:02.6936678Z [00:02:56.134]➜  cat >/tmp/go-build1238918229/b177/importcfg << 'EOF' # internal
2025-08-20T21:34:02.6937020Z [00:02:56.134]➜  # import config
2025-08-20T21:34:02.6937353Z [00:02:56.134]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.6938284Z [00:02:56.134]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:02.6939017Z [00:02:56.134]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:02.6939429Z [00:02:56.134]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:02.6939850Z [00:02:56.134]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:02.6940170Z [00:02:56.134]➜  EOF
2025-08-20T21:34:02.6942528Z [00:02:56.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal=>google.golang.org/grpc@v1.74.2/internal;$WORK/b080=>" -p google.golang.org/grpc/internal -lang=go1.23 -complete -installsuffix shared -buildid cu0kRjhYLxFg1-l7ragH/cu0kRjhYLxFg1-l7ragH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/experimental.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/internal.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/tcp_keepalive_unix.go
2025-08-20T21:34:02.6945741Z [00:02:56.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b177=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T21:34:02.6984612Z [00:02:56.140]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T21:34:02.7003615Z [00:02:56.142]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T21:34:02.7010280Z [00:02:56.142]➜  encoding/pem
2025-08-20T21:34:02.7010947Z [00:02:56.142]➜  mkdir -p $WORK/b178/
2025-08-20T21:34:02.7013856Z [00:02:56.142]➜  cat >/tmp/go-build1238918229/b178/importcfg << 'EOF' # internal
2025-08-20T21:34:02.7014497Z [00:02:56.142]➜  # import config
2025-08-20T21:34:02.7016860Z [00:02:56.142]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:02.7017334Z [00:02:56.142]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:02.7018018Z [00:02:56.142]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.7018439Z [00:02:56.142]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:02.7018852Z [00:02:56.142]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:02.7019582Z [00:02:56.142]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:02.7020003Z [00:02:56.142]➜  EOF
2025-08-20T21:34:02.7021427Z [00:02:56.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b178=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T21:34:02.7221299Z [00:02:56.163]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T21:34:02.7242465Z [00:02:56.165]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T21:34:02.7243058Z [00:02:56.165]➜  crypto/x509/pkix
2025-08-20T21:34:02.7243324Z [00:02:56.165]➜  mkdir -p $WORK/b176/
2025-08-20T21:34:02.7243691Z [00:02:56.165]➜  cat >/tmp/go-build1238918229/b176/importcfg << 'EOF' # internal
2025-08-20T21:34:02.7244067Z [00:02:56.165]➜  # import config
2025-08-20T21:34:02.7244431Z [00:02:56.165]➜  packagefile encoding/asn1=/tmp/go-build1238918229/b150/_pkg_.a
2025-08-20T21:34:02.7244897Z [00:02:56.165]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:02.7245328Z [00:02:56.165]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:02.7245748Z [00:02:56.165]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:02.7246543Z [00:02:56.165]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:02.7246850Z [00:02:56.165]➜  EOF
2025-08-20T21:34:02.7251808Z [00:02:56.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b176=>" -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/b176/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T21:34:02.7323423Z [00:02:56.173]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T21:34:02.7329015Z [00:02:56.174]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/b0/b0ff6deb3fd2af7f4c15bc46e4ca3b76c00688707b38f7c2347727d2425b42a9-d # internal
2025-08-20T21:34:02.7330859Z [00:02:56.174]➜  google.golang.org/grpc/metadata
2025-08-20T21:34:02.7332800Z [00:02:56.175]➜  mkdir -p $WORK/b079/
2025-08-20T21:34:02.7333477Z [00:02:56.175]➜  cat >/tmp/go-build1238918229/b079/importcfg << 'EOF' # internal
2025-08-20T21:34:02.7335140Z [00:02:56.175]➜  # import config
2025-08-20T21:34:02.7335970Z [00:02:56.175]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:02.7337047Z [00:02:56.175]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:02.7338420Z [00:02:56.175]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1238918229/b080/_pkg_.a
2025-08-20T21:34:02.7339657Z [00:02:56.175]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:02.7340343Z [00:02:56.175]➜  EOF
2025-08-20T21:34:02.7342511Z [00:02:56.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/metadata=>google.golang.org/grpc@v1.74.2/metadata;$WORK/b079=>" -p google.golang.org/grpc/metadata -lang=go1.23 -complete -installsuffix shared -buildid lHOqgrR0mzHyz89YRceU/lHOqgrR0mzHyz89YRceU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/metadata/metadata.go
2025-08-20T21:34:02.7574458Z [00:02:56.199]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T21:34:02.7582339Z [00:02:56.200]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T21:34:02.7584765Z [00:02:56.200]➜  net/url
2025-08-20T21:34:02.7585878Z [00:02:56.200]➜  mkdir -p $WORK/b179/
2025-08-20T21:34:02.7592940Z [00:02:56.201]➜  cat >/tmp/go-build1238918229/b179/importcfg << 'EOF' # internal
2025-08-20T21:34:02.7593390Z [00:02:56.201]➜  # import config
2025-08-20T21:34:02.7593736Z [00:02:56.201]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.7594151Z [00:02:56.201]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:02.7594560Z [00:02:56.201]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:02.7594981Z [00:02:56.201]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:02.7595403Z [00:02:56.201]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:02.7595828Z [00:02:56.201]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:02.7596255Z [00:02:56.201]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:02.7596567Z [00:02:56.201]➜  EOF
2025-08-20T21:34:02.7598292Z [00:02:56.201]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b179=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T21:34:02.7610448Z [00:02:56.202]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T21:34:02.7653285Z [00:02:56.206]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T21:34:02.7656302Z [00:02:56.207]➜  log/slog/internal/buffer
2025-08-20T21:34:02.7656603Z [00:02:56.207]➜  mkdir -p $WORK/b183/
2025-08-20T21:34:02.7664466Z [00:02:56.208]➜  cat >/tmp/go-build1238918229/b183/importcfg << 'EOF' # internal
2025-08-20T21:34:02.7664825Z [00:02:56.208]➜  # import config
2025-08-20T21:34:02.7665163Z [00:02:56.208]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:02.7665472Z [00:02:56.208]➜  EOF
2025-08-20T21:34:02.7669036Z [00:02:56.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b183=>" -p log/slog/internal/buffer -lang=go1.25 -std -complete -installsuffix shared -buildid xzxUO5vP-XvNEJOhwgu0/xzxUO5vP-XvNEJOhwgu0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T21:34:02.7728939Z [00:02:56.214]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T21:34:02.7736467Z [00:02:56.215]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T21:34:02.7742328Z [00:02:56.216]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T21:34:02.7743309Z [00:02:56.216]➜  github.com/grpc-ecosystem/go-grpc-middleware/util/backoffutils
2025-08-20T21:34:02.7744029Z [00:02:56.216]➜  mkdir -p $WORK/b185/
2025-08-20T21:34:02.7746528Z [00:02:56.216]➜  cat >/tmp/go-build1238918229/b185/importcfg << 'EOF' # internal
2025-08-20T21:34:02.7746886Z [00:02:56.216]➜  # import config
2025-08-20T21:34:02.7747238Z [00:02:56.216]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:02.7747797Z [00:02:56.216]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:02.7748110Z [00:02:56.216]➜  EOF
2025-08-20T21:34:02.7750914Z [00:02:56.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/util/backoffutils=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/util/backoffutils;$WORK/b185=>" -p github.com/grpc-ecosystem/go-grpc-middleware/util/backoffutils -lang=go1.14 -complete -installsuffix shared -buildid OpVtB8LAO0Xr_j74Qn8G/OpVtB8LAO0Xr_j74Qn8G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/util/backoffutils/backoff.go
2025-08-20T21:34:02.7754240Z [00:02:56.216]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/5f/5f2464064d9ab87cb58d36b81dbd59051102b645cf235c38d6c43674ce32e101-d # internal
2025-08-20T21:34:02.7759277Z [00:02:56.217]➜  google.golang.org/grpc/stats
2025-08-20T21:34:02.7759589Z [00:02:56.217]➜  mkdir -p $WORK/b101/
2025-08-20T21:34:02.7759960Z [00:02:56.217]➜  cat >/tmp/go-build1238918229/b101/importcfg << 'EOF' # internal
2025-08-20T21:34:02.7760303Z [00:02:56.217]➜  # import config
2025-08-20T21:34:02.7760660Z [00:02:56.217]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:02.7761178Z [00:02:56.217]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:02.7761675Z [00:02:56.217]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:02.7762081Z [00:02:56.217]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:02.7762486Z [00:02:56.217]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:02.7762791Z [00:02:56.217]➜  EOF
2025-08-20T21:34:02.7765236Z [00:02:56.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats=>google.golang.org/grpc@v1.74.2/stats;$WORK/b101=>" -p google.golang.org/grpc/stats -lang=go1.23 -complete -installsuffix shared -buildid oA_xsW6sJm-DoJEHGAvj/oA_xsW6sJm-DoJEHGAvj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/handlers.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/stats.go
2025-08-20T21:34:02.7846241Z [00:02:56.226]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T21:34:02.7850495Z [00:02:56.226]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/d5/d50ecba29b846a724b66a1a6e5d1cd1ea9810e07703ea1900460135841882dc7-d # internal
2025-08-20T21:34:02.7855225Z [00:02:56.227]➜  github.com/grpc-ecosystem/go-grpc-middleware/util/metautils
2025-08-20T21:34:02.7855627Z [00:02:56.227]➜  mkdir -p $WORK/b186/
2025-08-20T21:34:02.7856143Z [00:02:56.227]➜  cat >/tmp/go-build1238918229/b186/importcfg << 'EOF' # internal
2025-08-20T21:34:02.7856612Z [00:02:56.227]➜  # import config
2025-08-20T21:34:02.7857069Z [00:02:56.227]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:02.7857809Z [00:02:56.227]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:02.7858475Z [00:02:56.227]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:02.7858898Z [00:02:56.227]➜  EOF
2025-08-20T21:34:02.7861528Z [00:02:56.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/util/metautils=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/util/metautils;$WORK/b186=>" -p github.com/grpc-ecosystem/go-grpc-middleware/util/metautils -lang=go1.14 -complete -installsuffix shared -buildid X-rMU5qPghoDQdLsbNhp/X-rMU5qPghoDQdLsbNhp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/util/metautils/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/util/metautils/nicemd.go
2025-08-20T21:34:02.7984556Z [00:02:56.240]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T21:34:02.7987267Z [00:02:56.240]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d # internal
2025-08-20T21:34:02.7988622Z [00:02:56.240]➜  log/slog
2025-08-20T21:34:02.7988886Z [00:02:56.240]➜  mkdir -p $WORK/b181/
2025-08-20T21:34:02.8016931Z [00:02:56.243]➜  cat >/tmp/go-build1238918229/b181/importcfg << 'EOF' # internal
2025-08-20T21:34:02.8017653Z [00:02:56.243]➜  # import config
2025-08-20T21:34:02.8018136Z [00:02:56.243]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:02.8019020Z [00:02:56.243]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:02.8019626Z [00:02:56.243]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:02.8020203Z [00:02:56.243]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:02.8020770Z [00:02:56.243]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.8021289Z [00:02:56.243]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:02.8021864Z [00:02:56.243]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:02.8022379Z [00:02:56.243]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:02.8022927Z [00:02:56.243]➜  packagefile log/internal=/tmp/go-build1238918229/b092/_pkg_.a
2025-08-20T21:34:02.8023510Z [00:02:56.243]➜  packagefile log/slog/internal=/tmp/go-build1238918229/b182/_pkg_.a
2025-08-20T21:34:02.8024134Z [00:02:56.243]➜  packagefile log/slog/internal/buffer=/tmp/go-build1238918229/b183/_pkg_.a
2025-08-20T21:34:02.8024755Z [00:02:56.243]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:02.8025283Z [00:02:56.243]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:02.8025835Z [00:02:56.243]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:02.8026376Z [00:02:56.243]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:02.8026923Z [00:02:56.243]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:02.8027852Z [00:02:56.243]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:02.8028414Z [00:02:56.243]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:02.8028973Z [00:02:56.243]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:02.8029530Z [00:02:56.243]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:02.8030075Z [00:02:56.243]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:02.8030642Z [00:02:56.243]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:02.8031084Z [00:02:56.243]➜  EOF
2025-08-20T21:34:02.8033519Z [00:02:56.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b181=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid nhnpwUMZh03h3VIHK5N1/nhnpwUMZh03h3VIHK5N1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/log/slog/attr.go /root/.go/src/log/slog/doc.go /root/.go/src/log/slog/handler.go /root/.go/src/log/slog/json_handler.go /root/.go/src/log/slog/level.go /root/.go/src/log/slog/logger.go /root/.go/src/log/slog/record.go /root/.go/src/log/slog/text_handler.go /root/.go/src/log/slog/value.go
2025-08-20T21:34:02.8044983Z [00:02:56.245]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T21:34:02.8068967Z [00:02:56.247]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/e2/e29bf24c5f836b17748a263e3536ca778a593197cb037a5575ccae8dbe274602-d # internal
2025-08-20T21:34:02.8069609Z [00:02:56.247]➜  chainguard.dev/go-grpc-kit/pkg/trace
2025-08-20T21:34:02.8069915Z [00:02:56.247]➜  mkdir -p $WORK/b077/
2025-08-20T21:34:02.8070282Z [00:02:56.247]➜  cat >/tmp/go-build1238918229/b077/importcfg << 'EOF' # internal
2025-08-20T21:34:02.8070623Z [00:02:56.247]➜  # import config
2025-08-20T21:34:02.8070960Z [00:02:56.247]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:02.8071488Z [00:02:56.247]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:02.8072063Z [00:02:56.247]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1238918229/b101/_pkg_.a
2025-08-20T21:34:02.8072441Z [00:02:56.247]➜  EOF
2025-08-20T21:34:02.8097710Z [00:02:56.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/go-grpc-kit@v0.17.11/pkg/trace=>chainguard.dev/go-grpc-kit@v0.17.11/pkg/trace;$WORK/b077=>" -p chainguard.dev/go-grpc-kit/pkg/trace -lang=go1.23 -complete -installsuffix shared -buildid p_9YmYEyVgzlLAA6GiHX/p_9YmYEyVgzlLAA6GiHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/go/pkg/mod/chainguard.dev/go-grpc-kit@v0.17.11/pkg/trace/preserve.go /root/go/pkg/mod/chainguard.dev/go-grpc-kit@v0.17.11/pkg/trace/restore.go
2025-08-20T21:34:02.8100016Z [00:02:56.247]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T21:34:02.8100714Z [00:02:56.248]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/7b/7b48387df00f8f60e7b57588dcd41e35a9bef1d53ecd29556ef6e63e11c70dd4-d # internal
2025-08-20T21:34:02.8101300Z [00:02:56.248]➜  golang.org/x/net/internal/timeseries
2025-08-20T21:34:02.8101607Z [00:02:56.248]➜  mkdir -p $WORK/b188/
2025-08-20T21:34:02.8102008Z [00:02:56.249]➜  cat >/tmp/go-build1238918229/b188/importcfg << 'EOF' # internal
2025-08-20T21:34:02.8102353Z [00:02:56.249]➜  # import config
2025-08-20T21:34:02.8102684Z [00:02:56.249]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:02.8103098Z [00:02:56.249]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:02.8103507Z [00:02:56.249]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:02.8103812Z [00:02:56.249]➜  EOF
2025-08-20T21:34:02.8105718Z [00:02:56.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/timeseries=>golang.org/x/net@v0.42.0/internal/timeseries;$WORK/b188=>" -p golang.org/x/net/internal/timeseries -lang=go1.23 -complete -installsuffix shared -buildid rhZ2kiwa1PSUueMxvEul/rhZ2kiwa1PSUueMxvEul -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/timeseries/timeseries.go
2025-08-20T21:34:02.8321900Z [00:02:56.273]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T21:34:02.8327077Z [00:02:56.274]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/c6/c60938ed3be4d0cd49cbb19c5e20b8b5dc62bb31905efa37c5b89387503b96e7-d # internal
2025-08-20T21:34:02.8330459Z [00:02:56.274]➜  html
2025-08-20T21:34:02.8330722Z [00:02:56.274]➜  mkdir -p $WORK/b190/
2025-08-20T21:34:02.8332470Z [00:02:56.275]➜  cat >/tmp/go-build1238918229/b190/importcfg << 'EOF' # internal
2025-08-20T21:34:02.8332825Z [00:02:56.275]➜  # import config
2025-08-20T21:34:02.8333336Z [00:02:56.275]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:02.8333785Z [00:02:56.275]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:02.8334363Z [00:02:56.275]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:02.8334789Z [00:02:56.275]➜  EOF
2025-08-20T21:34:02.8336230Z [00:02:56.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b190=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T21:34:02.8681273Z [00:02:56.309]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T21:34:02.8692708Z [00:02:56.310]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/b3/b313a9c3e1ed172c4f5d39ae751a312f961256fad80f25e8a2fd0c3cd7e162b7-d # internal
2025-08-20T21:34:02.8702256Z [00:02:56.311]➜  regexp/syntax
2025-08-20T21:34:02.8702600Z [00:02:56.311]➜  mkdir -p $WORK/b192/
2025-08-20T21:34:02.8703188Z [00:02:56.312]➜  cat >/tmp/go-build1238918229/b192/importcfg << 'EOF' # internal
2025-08-20T21:34:02.8703886Z [00:02:56.312]➜  # import config
2025-08-20T21:34:02.8704236Z [00:02:56.312]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:02.8704754Z [00:02:56.312]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:02.8705175Z [00:02:56.312]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:02.8706099Z [00:02:56.312]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:02.8707286Z [00:02:56.312]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:02.8707924Z [00:02:56.312]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:02.8708375Z [00:02:56.312]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:02.8708706Z [00:02:56.312]➜  EOF
2025-08-20T21:34:02.8711170Z [00:02:56.312]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b192=>" -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/b192/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-20T21:34:02.8716912Z [00:02:56.313]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T21:34:02.8732121Z [00:02:56.315]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T21:34:02.8744725Z [00:02:56.316]➜  crypto/x509
2025-08-20T21:34:02.8745022Z [00:02:56.316]➜  mkdir -p $WORK/b174/
2025-08-20T21:34:02.8748346Z [00:02:56.316]➜  cat >/tmp/go-build1238918229/b174/importcfg << 'EOF' # internal
2025-08-20T21:34:02.8749985Z [00:02:56.316]➜  # import config
2025-08-20T21:34:02.8750506Z [00:02:56.316]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:34:02.8751158Z [00:02:56.316]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T21:34:02.8751696Z [00:02:56.316]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:02.8752140Z [00:02:56.316]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:02.8752577Z [00:02:56.316]➜  packagefile crypto/aes=/tmp/go-build1238918229/b133/_pkg_.a
2025-08-20T21:34:02.8753038Z [00:02:56.316]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:02.8753492Z [00:02:56.316]➜  packagefile crypto/des=/tmp/go-build1238918229/b134/_pkg_.a
2025-08-20T21:34:02.8753938Z [00:02:56.316]➜  packagefile crypto/dsa=/tmp/go-build1238918229/b175/_pkg_.a
2025-08-20T21:34:02.8754401Z [00:02:56.316]➜  packagefile crypto/ecdh=/tmp/go-build1238918229/b135/_pkg_.a
2025-08-20T21:34:02.8754857Z [00:02:56.316]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:02.8755318Z [00:02:56.316]➜  packagefile crypto/ed25519=/tmp/go-build1238918229/b152/_pkg_.a
2025-08-20T21:34:02.8755793Z [00:02:56.316]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:02.8756256Z [00:02:56.316]➜  packagefile crypto/md5=/tmp/go-build1238918229/b166/_pkg_.a
2025-08-20T21:34:02.8757039Z [00:02:56.316]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:02.8757796Z [00:02:56.316]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:02.8758316Z [00:02:56.316]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:02.8758776Z [00:02:56.316]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:02.8759262Z [00:02:56.316]➜  packagefile crypto/x509/pkix=/tmp/go-build1238918229/b176/_pkg_.a
2025-08-20T21:34:02.8759736Z [00:02:56.316]➜  packagefile encoding/asn1=/tmp/go-build1238918229/b150/_pkg_.a
2025-08-20T21:34:02.8760200Z [00:02:56.316]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:02.8760681Z [00:02:56.317]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:02.8761119Z [00:02:56.317]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:02.8761538Z [00:02:56.317]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:02.8762065Z [00:02:56.317]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1238918229/b149/_pkg_.a
2025-08-20T21:34:02.8762746Z [00:02:56.317]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1238918229/b151/_pkg_.a
2025-08-20T21:34:02.8763319Z [00:02:56.317]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:02.8764071Z [00:02:56.317]➜  packagefile internal/goos=/tmp/go-build1238918229/b019/_pkg_.a
2025-08-20T21:34:02.8764498Z [00:02:56.317]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:02.8764902Z [00:02:56.317]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:02.8765311Z [00:02:56.317]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:34:02.8765716Z [00:02:56.317]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:02.8766129Z [00:02:56.317]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:02.8766547Z [00:02:56.317]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:02.8766982Z [00:02:56.317]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:02.8767408Z [00:02:56.317]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:02.8768067Z [00:02:56.317]➜  packagefile net/netip=/tmp/go-build1238918229/b098/_pkg_.a
2025-08-20T21:34:02.8768508Z [00:02:56.317]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:02.8768916Z [00:02:56.317]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:02.8769347Z [00:02:56.317]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:02.8769791Z [00:02:56.317]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:02.8770219Z [00:02:56.317]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:02.8770650Z [00:02:56.317]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:02.8771073Z [00:02:56.317]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:02.8771484Z [00:02:56.317]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:02.8771889Z [00:02:56.317]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:02.8772330Z [00:02:56.317]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:02.8772779Z [00:02:56.317]➜  packagefile unicode/utf16=/tmp/go-build1238918229/b090/_pkg_.a
2025-08-20T21:34:02.8773286Z [00:02:56.317]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:02.8773651Z [00:02:56.317]➜  EOF
2025-08-20T21:34:02.8801550Z [00:02:56.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b174=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid lpa7pvf1sy0YqpKp-VNs/lpa7pvf1sy0YqpKp-VNs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/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-20T21:34:02.8825430Z [00:02:56.324]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T21:34:02.8843849Z [00:02:56.326]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T21:34:02.8852153Z [00:02:56.327]➜  text/template/parse
2025-08-20T21:34:02.8852776Z [00:02:56.327]➜  mkdir -p $WORK/b194/
2025-08-20T21:34:02.8864348Z [00:02:56.328]➜  cat >/tmp/go-build1238918229/b194/importcfg << 'EOF' # internal
2025-08-20T21:34:02.8865125Z [00:02:56.328]➜  # import config
2025-08-20T21:34:02.8865749Z [00:02:56.328]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:02.8866622Z [00:02:56.328]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:02.8867127Z [00:02:56.328]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:02.8867753Z [00:02:56.328]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:02.8868571Z [00:02:56.328]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:02.8869006Z [00:02:56.328]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:02.8869451Z [00:02:56.328]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:02.8869784Z [00:02:56.328]➜  EOF
2025-08-20T21:34:02.8871624Z [00:02:56.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b194=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid 18g1CEh_U2Nxe_9ajhbY/18g1CEh_U2Nxe_9ajhbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T21:34:03.0102870Z [00:02:56.452]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T21:34:03.0208495Z [00:02:56.462]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d # internal
2025-08-20T21:34:03.0209729Z [00:02:56.462]➜  github.com/chainguard-dev/clog
2025-08-20T21:34:03.0219812Z [00:02:56.463]➜  mkdir -p $WORK/b180/
2025-08-20T21:34:03.0220507Z [00:02:56.463]➜  cat >/tmp/go-build1238918229/b180/importcfg << 'EOF' # internal
2025-08-20T21:34:03.0221151Z [00:02:56.463]➜  # import config
2025-08-20T21:34:03.0222076Z [00:02:56.463]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:03.0222612Z [00:02:56.463]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.0223044Z [00:02:56.463]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:03.0223454Z [00:02:56.463]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:03.0223868Z [00:02:56.463]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:03.0224285Z [00:02:56.463]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:03.0224606Z [00:02:56.463]➜  EOF
2025-08-20T21:34:03.0227224Z [00:02:56.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/chainguard-dev/clog@v1.7.0=>github.com/chainguard-dev/clog@v1.7.0;$WORK/b180=>" -p github.com/chainguard-dev/clog -lang=go1.22 -complete -installsuffix shared -buildid -UhQNnCsjM-tJd9fnnwA/-UhQNnCsjM-tJd9fnnwA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/go/pkg/mod/github.com/chainguard-dev/clog@v1.7.0/handler.go /root/go/pkg/mod/github.com/chainguard-dev/clog@v1.7.0/log.go /root/go/pkg/mod/github.com/chainguard-dev/clog@v1.7.0/logger.go
2025-08-20T21:34:03.0696896Z [00:02:56.511]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T21:34:03.0809409Z [00:02:56.522]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T21:34:03.0817955Z [00:02:56.523]➜  regexp
2025-08-20T21:34:03.0822901Z [00:02:56.524]➜  mkdir -p $WORK/b191/
2025-08-20T21:34:03.0823956Z [00:02:56.524]➜  cat >/tmp/go-build1238918229/b191/importcfg << 'EOF' # internal
2025-08-20T21:34:03.0824995Z [00:02:56.524]➜  # import config
2025-08-20T21:34:03.0825347Z [00:02:56.524]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:03.0825763Z [00:02:56.524]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.0826209Z [00:02:56.524]➜  packagefile regexp/syntax=/tmp/go-build1238918229/b192/_pkg_.a
2025-08-20T21:34:03.0826674Z [00:02:56.524]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:03.0827102Z [00:02:56.524]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:03.0827646Z [00:02:56.524]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.0828124Z [00:02:56.524]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:03.0828542Z [00:02:56.524]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:03.0829366Z [00:02:56.524]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:03.0829701Z [00:02:56.524]➜  EOF
2025-08-20T21:34:03.0831382Z [00:02:56.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b191=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/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-20T21:34:03.0983736Z [00:02:56.540]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T21:34:03.1000959Z [00:02:56.541]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/44/44e1799988f6fa799e560de3f31e850907c3c856c8e80a006668367d1901f3e2-d # internal
2025-08-20T21:34:03.1005303Z [00:02:56.542]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T21:34:03.1015671Z [00:02:56.543]➜  compress/flate
2025-08-20T21:34:03.1015976Z [00:02:56.543]➜  mkdir -p $WORK/b197/
2025-08-20T21:34:03.1023654Z [00:02:56.544]➜  cat >/tmp/go-build1238918229/b197/importcfg << 'EOF' # internal
2025-08-20T21:34:03.1025479Z [00:02:56.544]➜  # import config
2025-08-20T21:34:03.1026356Z [00:02:56.544]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:03.1028345Z [00:02:56.544]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.1029755Z [00:02:56.544]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.1031310Z [00:02:56.544]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.1031777Z [00:02:56.544]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:03.1032210Z [00:02:56.544]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:03.1032639Z [00:02:56.544]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:03.1033084Z [00:02:56.544]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:03.1033501Z [00:02:56.544]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:03.1033809Z [00:02:56.544]➜  EOF
2025-08-20T21:34:03.1036634Z [00:02:56.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b197=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/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-20T21:34:03.1058055Z [00:02:56.547]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T21:34:03.1066835Z [00:02:56.548]➜  text/template
2025-08-20T21:34:03.1073897Z [00:02:56.549]➜  mkdir -p $WORK/b193/
2025-08-20T21:34:03.1084327Z [00:02:56.550]➜  cat >/tmp/go-build1238918229/b193/importcfg << 'EOF' # internal
2025-08-20T21:34:03.1085072Z [00:02:56.550]➜  # import config
2025-08-20T21:34:03.1085759Z [00:02:56.550]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.1086674Z [00:02:56.550]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.1087602Z [00:02:56.550]➜  packagefile internal/fmtsort=/tmp/go-build1238918229/b045/_pkg_.a
2025-08-20T21:34:03.1088442Z [00:02:56.550]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.1090663Z [00:02:56.550]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:03.1091814Z [00:02:56.550]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:03.1095222Z [00:02:56.550]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:03.1096081Z [00:02:56.550]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:03.1096488Z [00:02:56.550]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:03.1096932Z [00:02:56.550]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:03.1097380Z [00:02:56.550]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:03.1097988Z [00:02:56.550]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:03.1098432Z [00:02:56.550]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.1098849Z [00:02:56.550]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:03.1099308Z [00:02:56.550]➜  packagefile text/template/parse=/tmp/go-build1238918229/b194/_pkg_.a
2025-08-20T21:34:03.1099775Z [00:02:56.550]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:03.1100232Z [00:02:56.550]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:03.1100562Z [00:02:56.550]➜  EOF
2025-08-20T21:34:03.1102838Z [00:02:56.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b193=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid nWNn5zq-4zq24i--jN00/nWNn5zq-4zq24i--jN00 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T21:34:03.3084855Z [00:02:56.750]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T21:34:03.3102264Z [00:02:56.751]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T21:34:03.3103495Z [00:02:56.752]➜  hash/crc32
2025-08-20T21:34:03.3105945Z [00:02:56.752]➜  mkdir -p $WORK/b198/
2025-08-20T21:34:03.3107908Z [00:02:56.752]➜  echo -n > $WORK/b198/go_asm.h # internal
2025-08-20T21:34:03.3110221Z [00:02:56.752]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:34:03.3113329Z [00:02:56.753]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b198=>" -I $WORK/b198/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b198/symabis ./crc32_arm64.s
2025-08-20T21:34:03.3190126Z [00:02:56.760]➜  cat >/tmp/go-build1238918229/b198/importcfg << 'EOF' # internal
2025-08-20T21:34:03.3191471Z [00:02:56.760]➜  # import config
2025-08-20T21:34:03.3192124Z [00:02:56.760]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.3192778Z [00:02:56.760]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:03.3193707Z [00:02:56.760]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:03.3194652Z [00:02:56.760]➜  packagefile internal/cpu=/tmp/go-build1238918229/b013/_pkg_.a
2025-08-20T21:34:03.3196286Z [00:02:56.760]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:03.3197011Z [00:02:56.760]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:03.3197616Z [00:02:56.760]➜  EOF
2025-08-20T21:34:03.3198180Z [00:02:56.760]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:03.3200744Z [00:02:56.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b198=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b198/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack -asmhdr $WORK/b198/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-20T21:34:03.3420960Z [00:02:56.783]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T21:34:03.3437231Z [00:02:56.785]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T21:34:03.3537979Z [00:02:56.795]➜  vendor/golang.org/x/text/transform
2025-08-20T21:34:03.3538772Z [00:02:56.795]➜  mkdir -p $WORK/b202/
2025-08-20T21:34:03.3563830Z [00:02:56.798]➜  cat >/tmp/go-build1238918229/b202/importcfg << 'EOF' # internal
2025-08-20T21:34:03.3564509Z [00:02:56.798]➜  # import config
2025-08-20T21:34:03.3565402Z [00:02:56.798]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:03.3566093Z [00:02:56.798]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.3566698Z [00:02:56.798]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.3568129Z [00:02:56.798]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:03.3568479Z [00:02:56.798]➜  EOF
2025-08-20T21:34:03.3570293Z [00:02:56.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b202=>" -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/b202/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T21:34:03.3718748Z [00:02:56.813]➜  cd /root/.go/src/hash/crc32
2025-08-20T21:34:03.3720744Z [00:02:56.813]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b198=>" -I $WORK/b198/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b198/crc32_arm64.o ./crc32_arm64.s
2025-08-20T21:34:03.3747365Z [00:02:56.816]➜  go tool pack r $WORK/b198/_pkg_.a $WORK/b198/crc32_arm64.o # internal
2025-08-20T21:34:03.3748318Z [00:02:56.816]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T21:34:03.3757027Z [00:02:56.817]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T21:34:03.3759582Z [00:02:56.817]➜  compress/gzip
2025-08-20T21:34:03.3760084Z [00:02:56.817]➜  mkdir -p $WORK/b196/
2025-08-20T21:34:03.3764795Z [00:02:56.818]➜  cat >/tmp/go-build1238918229/b196/importcfg << 'EOF' # internal
2025-08-20T21:34:03.3765525Z [00:02:56.818]➜  # import config
2025-08-20T21:34:03.3766436Z [00:02:56.818]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:03.3767817Z [00:02:56.818]➜  packagefile compress/flate=/tmp/go-build1238918229/b197/_pkg_.a
2025-08-20T21:34:03.3768337Z [00:02:56.818]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:03.3768791Z [00:02:56.818]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.3769201Z [00:02:56.818]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.3769650Z [00:02:56.818]➜  packagefile hash/crc32=/tmp/go-build1238918229/b198/_pkg_.a
2025-08-20T21:34:03.3770069Z [00:02:56.818]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.3770471Z [00:02:56.818]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:03.3770781Z [00:02:56.818]➜  EOF
2025-08-20T21:34:03.3771027Z [00:02:56.818]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:03.3772694Z [00:02:56.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b196=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T21:34:03.4044357Z [00:02:56.846]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T21:34:03.4066831Z [00:02:56.848]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T21:34:03.4067633Z [00:02:56.848]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:34:03.4068015Z [00:02:56.848]➜  mkdir -p $WORK/b203/
2025-08-20T21:34:03.4068562Z [00:02:56.848]➜  cat >/tmp/go-build1238918229/b203/importcfg << 'EOF' # internal
2025-08-20T21:34:03.4069012Z [00:02:56.848]➜  # import config
2025-08-20T21:34:03.4069453Z [00:02:56.848]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:03.4070063Z [00:02:56.848]➜  packagefile container/list=/tmp/go-build1238918229/b132/_pkg_.a
2025-08-20T21:34:03.4070634Z [00:02:56.848]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.4071162Z [00:02:56.848]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:03.4071706Z [00:02:56.848]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:03.4072242Z [00:02:56.848]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:03.4072733Z [00:02:56.848]➜  EOF
2025-08-20T21:34:03.4075802Z [00:02:56.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b203=>" -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/b203/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-20T21:34:03.4102021Z [00:02:56.851]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T21:34:03.4111510Z [00:02:56.852]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T21:34:03.4138847Z [00:02:56.854]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T21:34:03.4141387Z [00:02:56.855]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T21:34:03.4146143Z [00:02:56.855]➜  mkdir -p $WORK/b204/
2025-08-20T21:34:03.4146559Z [00:02:56.856]➜  cat >/tmp/go-build1238918229/b204/importcfg << 'EOF' # internal
2025-08-20T21:34:03.4147235Z [00:02:56.856]➜  # import config
2025-08-20T21:34:03.4147959Z [00:02:56.856]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:34:03.4148506Z [00:02:56.856]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:03.4148954Z [00:02:56.856]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.4149481Z [00:02:56.856]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1238918229/b202/_pkg_.a
2025-08-20T21:34:03.4149993Z [00:02:56.856]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.4150399Z [00:02:56.856]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:03.4150840Z [00:02:56.856]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:03.4151174Z [00:02:56.856]➜  EOF
2025-08-20T21:34:03.4154992Z [00:02:56.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b204=>" -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/b204/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-20T21:34:03.4206095Z [00:02:56.860]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/39/3929f3f355b51fcf78692683b7176f5f90ddcedc44010da8301e0c9d4dbff977-d # internal
2025-08-20T21:34:03.4206858Z [00:02:56.861]➜  crypto/tls
2025-08-20T21:34:03.4207122Z [00:02:56.861]➜  mkdir -p $WORK/b131/
2025-08-20T21:34:03.4207638Z [00:02:56.861]➜  cat >/tmp/go-build1238918229/b131/importcfg << 'EOF' # internal
2025-08-20T21:34:03.4208039Z [00:02:56.861]➜  # import config
2025-08-20T21:34:03.4209942Z [00:02:56.861]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T21:34:03.4210692Z [00:02:56.861]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T21:34:03.4211190Z [00:02:56.861]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:03.4211638Z [00:02:56.861]➜  packagefile container/list=/tmp/go-build1238918229/b132/_pkg_.a
2025-08-20T21:34:03.4212086Z [00:02:56.861]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:03.4212508Z [00:02:56.861]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:03.4212953Z [00:02:56.861]➜  packagefile crypto/aes=/tmp/go-build1238918229/b133/_pkg_.a
2025-08-20T21:34:03.4213415Z [00:02:56.861]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:03.4213867Z [00:02:56.861]➜  packagefile crypto/des=/tmp/go-build1238918229/b134/_pkg_.a
2025-08-20T21:34:03.4214317Z [00:02:56.861]➜  packagefile crypto/ecdh=/tmp/go-build1238918229/b135/_pkg_.a
2025-08-20T21:34:03.4214774Z [00:02:56.861]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:03.4215252Z [00:02:56.861]➜  packagefile crypto/ed25519=/tmp/go-build1238918229/b152/_pkg_.a
2025-08-20T21:34:03.4215727Z [00:02:56.861]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:03.4216191Z [00:02:56.861]➜  packagefile crypto/hkdf=/tmp/go-build1238918229/b155/_pkg_.a
2025-08-20T21:34:03.4216644Z [00:02:56.861]➜  packagefile crypto/hmac=/tmp/go-build1238918229/b157/_pkg_.a
2025-08-20T21:34:03.4221150Z [00:02:56.861]➜  packagefile crypto/internal/boring=/tmp/go-build1238918229/b103/_pkg_.a
2025-08-20T21:34:03.4222057Z [00:02:56.861]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1238918229/b107/_pkg_.a
2025-08-20T21:34:03.4222654Z [00:02:56.861]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1238918229/b120/_pkg_.a
2025-08-20T21:34:03.4223246Z [00:02:56.861]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1238918229/b158/_pkg_.a
2025-08-20T21:34:03.4223825Z [00:02:56.861]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build1238918229/b159/_pkg_.a
2025-08-20T21:34:03.4224411Z [00:02:56.861]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build1238918229/b160/_pkg_.a
2025-08-20T21:34:03.4224948Z [00:02:56.861]➜  packagefile crypto/internal/hpke=/tmp/go-build1238918229/b161/_pkg_.a
2025-08-20T21:34:03.4225430Z [00:02:56.861]➜  packagefile crypto/md5=/tmp/go-build1238918229/b166/_pkg_.a
2025-08-20T21:34:03.4225882Z [00:02:56.861]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:03.4226342Z [00:02:56.861]➜  packagefile crypto/rc4=/tmp/go-build1238918229/b167/_pkg_.a
2025-08-20T21:34:03.4226785Z [00:02:56.861]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:03.4227231Z [00:02:56.861]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:03.4227874Z [00:02:56.861]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:03.4228343Z [00:02:56.861]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:03.4229132Z [00:02:56.861]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:03.4229668Z [00:02:56.861]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build1238918229/b172/_pkg_.a
2025-08-20T21:34:03.4230185Z [00:02:56.861]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:03.4230642Z [00:02:56.861]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:03.4231090Z [00:02:56.861]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.4231502Z [00:02:56.861]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.4232051Z [00:02:56.861]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1238918229/b162/_pkg_.a
2025-08-20T21:34:03.4232707Z [00:02:56.861]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1238918229/b149/_pkg_.a
2025-08-20T21:34:03.4233224Z [00:02:56.861]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:03.4233694Z [00:02:56.861]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:03.4234177Z [00:02:56.861]➜  packagefile internal/cpu=/tmp/go-build1238918229/b013/_pkg_.a
2025-08-20T21:34:03.4234653Z [00:02:56.861]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:03.4235095Z [00:02:56.861]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.4235496Z [00:02:56.861]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:03.4235900Z [00:02:56.861]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:03.4236317Z [00:02:56.861]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:03.4236743Z [00:02:56.861]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:03.4237151Z [00:02:56.861]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:03.4237711Z [00:02:56.861]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:03.4238211Z [00:02:56.861]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.4238627Z [00:02:56.861]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:03.4239058Z [00:02:56.861]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:03.4239485Z [00:02:56.861]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:03.4239887Z [00:02:56.861]➜  packagefile weak=/tmp/go-build1238918229/b100/_pkg_.a
2025-08-20T21:34:03.4240447Z [00:02:56.861]➜  EOF
2025-08-20T21:34:03.4244772Z [00:02:56.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b131=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid ea-Y-BLJIxFlLkyGxpBB/ea-Y-BLJIxFlLkyGxpBB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/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-20T21:34:03.4312361Z [00:02:56.872]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T21:34:03.4373288Z [00:02:56.878]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T21:34:03.4379375Z [00:02:56.879]➜  html/template
2025-08-20T21:34:03.4379665Z [00:02:56.879]➜  mkdir -p $WORK/b189/
2025-08-20T21:34:03.4380045Z [00:02:56.879]➜  cat >/tmp/go-build1238918229/b189/importcfg << 'EOF' # internal
2025-08-20T21:34:03.4380389Z [00:02:56.879]➜  # import config
2025-08-20T21:34:03.4380725Z [00:02:56.879]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:03.4381190Z [00:02:56.879]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:03.4381651Z [00:02:56.879]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.4382059Z [00:02:56.879]➜  packagefile html=/tmp/go-build1238918229/b190/_pkg_.a
2025-08-20T21:34:03.4382504Z [00:02:56.879]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:03.4382941Z [00:02:56.879]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.4383347Z [00:02:56.879]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:03.4383769Z [00:02:56.879]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:03.4384170Z [00:02:56.879]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:03.4384570Z [00:02:56.879]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:03.4385008Z [00:02:56.879]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:03.4385456Z [00:02:56.879]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:03.4385886Z [00:02:56.879]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:03.4386308Z [00:02:56.879]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:03.4386733Z [00:02:56.879]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.4387149Z [00:02:56.879]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:03.4387817Z [00:02:56.879]➜  packagefile text/template=/tmp/go-build1238918229/b193/_pkg_.a
2025-08-20T21:34:03.4388377Z [00:02:56.879]➜  packagefile text/template/parse=/tmp/go-build1238918229/b194/_pkg_.a
2025-08-20T21:34:03.4388848Z [00:02:56.879]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:03.4389293Z [00:02:56.879]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:03.4389622Z [00:02:56.879]➜  EOF
2025-08-20T21:34:03.4393895Z [00:02:56.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b189=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid bcIVhNf49Yk1d6M9nH2_/bcIVhNf49Yk1d6M9nH2_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/html/template/attr.go /root/.go/src/html/template/attr_string.go /root/.go/src/html/template/content.go /root/.go/src/html/template/context.go /root/.go/src/html/template/css.go /root/.go/src/html/template/delim_string.go /root/.go/src/html/template/doc.go /root/.go/src/html/template/element_string.go /root/.go/src/html/template/error.go /root/.go/src/html/template/escape.go /root/.go/src/html/template/html.go /root/.go/src/html/template/js.go /root/.go/src/html/template/jsctx_string.go /root/.go/src/html/template/state_string.go /root/.go/src/html/template/template.go /root/.go/src/html/template/transition.go /root/.go/src/html/template/url.go /root/.go/src/html/template/urlpart_string.go
2025-08-20T21:34:03.5185844Z [00:02:56.960]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T21:34:03.5202309Z [00:02:56.961]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T21:34:03.5234206Z [00:02:56.965]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:34:03.5234570Z [00:02:56.965]➜  mkdir -p $WORK/b201/
2025-08-20T21:34:03.5247584Z [00:02:56.965]➜  cat >/tmp/go-build1238918229/b201/importcfg << 'EOF' # internal
2025-08-20T21:34:03.5253445Z [00:02:56.965]➜  # import config
2025-08-20T21:34:03.5255900Z [00:02:56.965]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T21:34:03.5256488Z [00:02:56.965]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:34:03.5257072Z [00:02:56.965]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.5257663Z [00:02:56.965]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1238918229/b202/_pkg_.a
2025-08-20T21:34:03.5258364Z [00:02:56.965]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1238918229/b203/_pkg_.a
2025-08-20T21:34:03.5258906Z [00:02:56.965]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:03.5259241Z [00:02:56.965]➜  EOF
2025-08-20T21:34:03.5261431Z [00:02:56.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b201=>" -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/b201/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-20T21:34:03.5537994Z [00:02:56.995]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T21:34:03.5544809Z [00:02:56.995]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T21:34:03.5551274Z [00:02:56.996]➜  net/textproto
2025-08-20T21:34:03.5551572Z [00:02:56.996]➜  mkdir -p $WORK/b205/
2025-08-20T21:34:03.5551956Z [00:02:56.996]➜  cat >/tmp/go-build1238918229/b205/importcfg << 'EOF' # internal
2025-08-20T21:34:03.5552302Z [00:02:56.996]➜  # import config
2025-08-20T21:34:03.5552641Z [00:02:56.996]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:03.5553080Z [00:02:56.996]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:03.5553496Z [00:02:56.996]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.5553904Z [00:02:56.996]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.5554300Z [00:02:56.996]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.5554706Z [00:02:56.996]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:03.5555464Z [00:02:56.996]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:03.5555977Z [00:02:56.996]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:03.5556406Z [00:02:56.996]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.5556822Z [00:02:56.996]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:03.5557124Z [00:02:56.996]➜  EOF
2025-08-20T21:34:03.5568167Z [00:02:56.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b205=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid Dxj0uvhWT65vpOUrXtcJ/Dxj0uvhWT65vpOUrXtcJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/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-20T21:34:03.6392561Z [00:02:57.080]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T21:34:03.6403167Z [00:02:57.082]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/7f/7ff673baacc6d5f36d03b8bbe261dd275406a3947d748d564d319fba92aa8371-d # internal
2025-08-20T21:34:03.6406360Z [00:02:57.082]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T21:34:03.6407156Z [00:02:57.082]➜  mkdir -p $WORK/b207/
2025-08-20T21:34:03.6408567Z [00:02:57.082]➜  cat >/tmp/go-build1238918229/b207/importcfg << 'EOF' # internal
2025-08-20T21:34:03.6410331Z [00:02:57.082]➜  # import config
2025-08-20T21:34:03.6412518Z [00:02:57.082]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:03.6412968Z [00:02:57.082]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.6413388Z [00:02:57.082]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.6413788Z [00:02:57.082]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.6414194Z [00:02:57.082]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:03.6414518Z [00:02:57.082]➜  EOF
2025-08-20T21:34:03.6417257Z [00:02:57.082]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b207=>" -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/b207/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-20T21:34:03.6873712Z [00:02:57.129]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T21:34:03.6910603Z [00:02:57.132]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T21:34:03.6925062Z [00:02:57.134]➜  vendor/golang.org/x/net/idna
2025-08-20T21:34:03.6932047Z [00:02:57.134]➜  mkdir -p $WORK/b200/
2025-08-20T21:34:03.6935301Z [00:02:57.134]➜  cat >/tmp/go-build1238918229/b200/importcfg << 'EOF' # internal
2025-08-20T21:34:03.6935671Z [00:02:57.134]➜  # import config
2025-08-20T21:34:03.6936130Z [00:02:57.134]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T21:34:03.6936772Z [00:02:57.134]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T21:34:03.6937353Z [00:02:57.134]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T21:34:03.6938043Z [00:02:57.134]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.6938595Z [00:02:57.134]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1238918229/b201/_pkg_.a
2025-08-20T21:34:03.6939571Z [00:02:57.134]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1238918229/b203/_pkg_.a
2025-08-20T21:34:03.6940286Z [00:02:57.134]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1238918229/b204/_pkg_.a
2025-08-20T21:34:03.6940801Z [00:02:57.134]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:03.6941221Z [00:02:57.134]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.6941680Z [00:02:57.134]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:03.6942012Z [00:02:57.134]➜  EOF
2025-08-20T21:34:03.6947651Z [00:02:57.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b200=>" -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/b200/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-20T21:34:03.7059131Z [00:02:57.145]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T21:34:03.7063974Z [00:02:57.148]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T21:34:03.7066578Z [00:02:57.148]➜  mime
2025-08-20T21:34:03.7066839Z [00:02:57.148]➜  mkdir -p $WORK/b208/
2025-08-20T21:34:03.7067223Z [00:02:57.148]➜  cat >/tmp/go-build1238918229/b208/importcfg << 'EOF' # internal
2025-08-20T21:34:03.7067738Z [00:02:57.148]➜  # import config
2025-08-20T21:34:03.7068092Z [00:02:57.148]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:03.7068529Z [00:02:57.148]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:03.7068984Z [00:02:57.148]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:03.7069435Z [00:02:57.148]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.7069846Z [00:02:57.148]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.7070246Z [00:02:57.148]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.7070668Z [00:02:57.148]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:03.7071066Z [00:02:57.148]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:03.7071474Z [00:02:57.148]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:03.7071896Z [00:02:57.148]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.7072314Z [00:02:57.148]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:03.7072744Z [00:02:57.148]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:03.7073195Z [00:02:57.148]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:03.7073526Z [00:02:57.148]➜  EOF
2025-08-20T21:34:03.7075270Z [00:02:57.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b208=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/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-20T21:34:03.7093507Z [00:02:57.151]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T21:34:03.7129046Z [00:02:57.154]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d # internal
2025-08-20T21:34:03.7133208Z [00:02:57.154]➜  mime/quotedprintable
2025-08-20T21:34:03.7133559Z [00:02:57.154]➜  mkdir -p $WORK/b210/
2025-08-20T21:34:03.7133936Z [00:02:57.155]➜  cat >/tmp/go-build1238918229/b210/importcfg << 'EOF' # internal
2025-08-20T21:34:03.7134279Z [00:02:57.155]➜  # import config
2025-08-20T21:34:03.7136000Z [00:02:57.155]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:03.7136809Z [00:02:57.155]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:03.7137775Z [00:02:57.155]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.7138451Z [00:02:57.155]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.7140110Z [00:02:57.155]➜  EOF
2025-08-20T21:34:03.7141890Z [00:02:57.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b210=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T21:34:03.7393693Z [00:02:57.181]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T21:34:03.7397776Z [00:02:57.181]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T21:34:03.7398882Z [00:02:57.181]➜  net/http/internal
2025-08-20T21:34:03.7399153Z [00:02:57.181]➜  mkdir -p $WORK/b212/
2025-08-20T21:34:03.7403049Z [00:02:57.182]➜  cat >/tmp/go-build1238918229/b212/importcfg << 'EOF' # internal
2025-08-20T21:34:03.7404219Z [00:02:57.182]➜  # import config
2025-08-20T21:34:03.7405000Z [00:02:57.182]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:03.7405462Z [00:02:57.182]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:03.7405916Z [00:02:57.182]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.7406334Z [00:02:57.182]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.7406734Z [00:02:57.182]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.7407034Z [00:02:57.182]➜  EOF
2025-08-20T21:34:03.7408691Z [00:02:57.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b212=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T21:34:03.7698074Z [00:02:57.211]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T21:34:03.7704646Z [00:02:57.212]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T21:34:03.7705264Z [00:02:57.212]➜  net/http/internal/ascii
2025-08-20T21:34:03.7705561Z [00:02:57.212]➜  mkdir -p $WORK/b213/
2025-08-20T21:34:03.7705935Z [00:02:57.212]➜  cat >/tmp/go-build1238918229/b213/importcfg << 'EOF' # internal
2025-08-20T21:34:03.7706280Z [00:02:57.212]➜  # import config
2025-08-20T21:34:03.7706626Z [00:02:57.212]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.7707055Z [00:02:57.212]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:03.7707388Z [00:02:57.212]➜  EOF
2025-08-20T21:34:03.7709153Z [00:02:57.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b213=>" -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/b213/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T21:34:03.7925779Z [00:02:57.234]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T21:34:03.7931894Z [00:02:57.234]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T21:34:03.7932742Z [00:02:57.234]➜  text/tabwriter
2025-08-20T21:34:03.7933245Z [00:02:57.234]➜  mkdir -p $WORK/b215/
2025-08-20T21:34:03.7934266Z [00:02:57.235]➜  cat >/tmp/go-build1238918229/b215/importcfg << 'EOF' # internal
2025-08-20T21:34:03.7934751Z [00:02:57.235]➜  # import config
2025-08-20T21:34:03.7935098Z [00:02:57.235]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.7935504Z [00:02:57.235]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.7935939Z [00:02:57.235]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:03.7936272Z [00:02:57.235]➜  EOF
2025-08-20T21:34:03.7937857Z [00:02:57.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b215=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T21:34:03.8553021Z [00:02:57.297]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T21:34:03.8561212Z [00:02:57.297]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T21:34:03.8563008Z [00:02:57.297]➜  google.golang.org/grpc/backoff
2025-08-20T21:34:03.8563981Z [00:02:57.297]➜  mkdir -p $WORK/b217/
2025-08-20T21:34:03.8564363Z [00:02:57.297]➜  cat >/tmp/go-build1238918229/b217/importcfg << 'EOF' # internal
2025-08-20T21:34:03.8564710Z [00:02:57.297]➜  # import config
2025-08-20T21:34:03.8565045Z [00:02:57.297]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:03.8565373Z [00:02:57.297]➜  EOF
2025-08-20T21:34:03.8567169Z [00:02:57.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/backoff=>google.golang.org/grpc@v1.74.2/backoff;$WORK/b217=>" -p google.golang.org/grpc/backoff -lang=go1.23 -complete -installsuffix shared -buildid RRyB1DC2mdEaO2Wtfr4f/RRyB1DC2mdEaO2Wtfr4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/backoff/backoff.go
2025-08-20T21:34:03.8729732Z [00:02:57.313]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T21:34:03.8754831Z [00:02:57.317]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T21:34:03.8759662Z [00:02:57.317]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/f0/f0db77d227af0740f205df9db14524a5a07a14ab29826e1f235f7d8ba50f06a6-d # internal
2025-08-20T21:34:03.8761309Z [00:02:57.317]➜  google.golang.org/grpc/attributes
2025-08-20T21:34:03.8769232Z [00:02:57.317]➜  mkdir -p $WORK/b222/
2025-08-20T21:34:03.8769633Z [00:02:57.317]➜  cat >/tmp/go-build1238918229/b222/importcfg << 'EOF' # internal
2025-08-20T21:34:03.8769979Z [00:02:57.317]➜  # import config
2025-08-20T21:34:03.8770311Z [00:02:57.317]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.8770736Z [00:02:57.317]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.8771052Z [00:02:57.317]➜  EOF
2025-08-20T21:34:03.8772930Z [00:02:57.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/attributes=>google.golang.org/grpc@v1.74.2/attributes;$WORK/b222=>" -p google.golang.org/grpc/attributes -lang=go1.23 -complete -installsuffix shared -buildid n3jSK7fFtmEUiMd1X0FG/n3jSK7fFtmEUiMd1X0FG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/attributes/attributes.go
2025-08-20T21:34:03.8775287Z [00:02:57.318]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T21:34:03.8775883Z [00:02:57.318]➜  mime/multipart
2025-08-20T21:34:03.8776138Z [00:02:57.318]➜  mkdir -p $WORK/b209/
2025-08-20T21:34:03.8776502Z [00:02:57.318]➜  cat >/tmp/go-build1238918229/b209/importcfg << 'EOF' # internal
2025-08-20T21:34:03.8776841Z [00:02:57.318]➜  # import config
2025-08-20T21:34:03.8777187Z [00:02:57.318]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:03.8777791Z [00:02:57.318]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:03.8778244Z [00:02:57.318]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:03.8778682Z [00:02:57.318]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.8779095Z [00:02:57.318]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.8779552Z [00:02:57.318]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:03.8779991Z [00:02:57.318]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:03.8780391Z [00:02:57.318]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:03.8780800Z [00:02:57.318]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:03.8781206Z [00:02:57.318]➜  packagefile mime=/tmp/go-build1238918229/b208/_pkg_.a
2025-08-20T21:34:03.8781683Z [00:02:57.318]➜  packagefile mime/quotedprintable=/tmp/go-build1238918229/b210/_pkg_.a
2025-08-20T21:34:03.8782479Z [00:02:57.318]➜  packagefile net/textproto=/tmp/go-build1238918229/b205/_pkg_.a
2025-08-20T21:34:03.8782905Z [00:02:57.318]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:03.8783337Z [00:02:57.318]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:03.8783779Z [00:02:57.318]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:03.8784205Z [00:02:57.318]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:03.8784627Z [00:02:57.318]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.8784940Z [00:02:57.318]➜  EOF
2025-08-20T21:34:03.8786879Z [00:02:57.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b209=>" -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/b209/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-20T21:34:03.8812205Z [00:02:57.322]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T21:34:03.8812966Z [00:02:57.322]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T21:34:03.8813569Z [00:02:57.322]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T21:34:03.8813879Z [00:02:57.322]➜  mkdir -p $WORK/b199/
2025-08-20T21:34:03.8814247Z [00:02:57.322]➜  cat >/tmp/go-build1238918229/b199/importcfg << 'EOF' # internal
2025-08-20T21:34:03.8814588Z [00:02:57.322]➜  # import config
2025-08-20T21:34:03.8814942Z [00:02:57.322]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:34:03.8815463Z [00:02:57.322]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1238918229/b200/_pkg_.a
2025-08-20T21:34:03.8815957Z [00:02:57.322]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:03.8816398Z [00:02:57.322]➜  packagefile net/textproto=/tmp/go-build1238918229/b205/_pkg_.a
2025-08-20T21:34:03.8816845Z [00:02:57.322]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.8817292Z [00:02:57.322]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:03.8817967Z [00:02:57.322]➜  EOF
2025-08-20T21:34:03.8820423Z [00:02:57.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b199=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid VUWd2KIdyWg74c69YwGC/VUWd2KIdyWg74c69YwGC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/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-20T21:34:03.9103478Z [00:02:57.351]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T21:34:03.9104440Z [00:02:57.352]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/ab/abb8f582d36c11424292293943f939e6ce16602fd328a0aba21b8062b345a89c-d # internal
2025-08-20T21:34:03.9109027Z [00:02:57.352]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:34:03.9116206Z [00:02:57.352]➜  mkdir -p $WORK/b206/
2025-08-20T21:34:03.9120675Z [00:02:57.352]➜  cat >/tmp/go-build1238918229/b206/importcfg << 'EOF' # internal
2025-08-20T21:34:03.9122290Z [00:02:57.353]➜  # import config
2025-08-20T21:34:03.9123603Z [00:02:57.353]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:34:03.9125045Z [00:02:57.353]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.9125551Z [00:02:57.353]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:03.9126470Z [00:02:57.353]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1238918229/b200/_pkg_.a
2025-08-20T21:34:03.9126962Z [00:02:57.353]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:03.9127388Z [00:02:57.353]➜  packagefile net/netip=/tmp/go-build1238918229/b098/_pkg_.a
2025-08-20T21:34:03.9128003Z [00:02:57.353]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:03.9128416Z [00:02:57.353]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:03.9128844Z [00:02:57.353]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.9129293Z [00:02:57.353]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:03.9129626Z [00:02:57.353]➜  EOF
2025-08-20T21:34:03.9131483Z [00:02:57.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b206=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid T-Jo1qOSwOHlJFCflYuV/T-Jo1qOSwOHlJFCflYuV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T21:34:03.9133176Z [00:02:57.353]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T21:34:03.9133945Z [00:02:57.354]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/e7/e774583825bbb5abcb82ddd951c9593e40643a0a94a6dc11377b56c46fa4e19b-d # internal
2025-08-20T21:34:03.9134569Z [00:02:57.354]➜  google.golang.org/grpc/internal/envconfig
2025-08-20T21:34:03.9135362Z [00:02:57.354]➜  mkdir -p $WORK/b224/
2025-08-20T21:34:03.9136476Z [00:02:57.354]➜  cat >/tmp/go-build1238918229/b224/importcfg << 'EOF' # internal
2025-08-20T21:34:03.9137212Z [00:02:57.354]➜  # import config
2025-08-20T21:34:03.9138023Z [00:02:57.354]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:03.9138905Z [00:02:57.354]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:03.9139388Z [00:02:57.354]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:03.9139706Z [00:02:57.354]➜  EOF
2025-08-20T21:34:03.9142560Z [00:02:57.354]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/envconfig=>google.golang.org/grpc@v1.74.2/internal/envconfig;$WORK/b224=>" -p google.golang.org/grpc/internal/envconfig -lang=go1.23 -complete -installsuffix shared -buildid MzDXw019qDYQRiF0ykpd/MzDXw019qDYQRiF0ykpd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/envconfig/envconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/envconfig/observability.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/envconfig/xds.go
2025-08-20T21:34:03.9540993Z [00:02:57.395]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T21:34:03.9544313Z [00:02:57.396]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/e3/e34d7790e6db4e1521a2535f147698890b10ab7f42304db2115f7d219d103424-d # internal
2025-08-20T21:34:03.9544863Z [00:02:57.396]➜  hash/fnv
2025-08-20T21:34:03.9545113Z [00:02:57.396]➜  mkdir -p $WORK/b229/
2025-08-20T21:34:03.9545742Z [00:02:57.396]➜  cat >/tmp/go-build1238918229/b229/importcfg << 'EOF' # internal
2025-08-20T21:34:03.9546114Z [00:02:57.396]➜  # import config
2025-08-20T21:34:03.9546454Z [00:02:57.396]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:03.9546889Z [00:02:57.396]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:03.9547351Z [00:02:57.396]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:03.9547993Z [00:02:57.396]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:03.9548318Z [00:02:57.396]➜  EOF
2025-08-20T21:34:03.9549674Z [00:02:57.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b229=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid uLzdQ0oUWqb99HA1DntA/uLzdQ0oUWqb99HA1DntA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T21:34:03.9759058Z [00:02:57.417]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T21:34:03.9764347Z [00:02:57.418]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/90/904080edda32178a719f3fe98e5f226a4428acba39e43058200bc8cf17c199b5-d # internal
2025-08-20T21:34:03.9765183Z [00:02:57.418]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T21:34:03.9765515Z [00:02:57.418]➜  mkdir -p $WORK/b232/
2025-08-20T21:34:03.9766071Z [00:02:57.418]➜  cat >/tmp/go-build1238918229/b232/importcfg << 'EOF' # internal
2025-08-20T21:34:03.9766422Z [00:02:57.418]➜  # import config
2025-08-20T21:34:03.9766756Z [00:02:57.418]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:03.9767069Z [00:02:57.418]➜  EOF
2025-08-20T21:34:03.9769209Z [00:02:57.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/pragma=>google.golang.org/protobuf@v1.36.7/internal/pragma;$WORK/b232=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.22 -complete -installsuffix shared -buildid 8BfX8Rw50mWat9IOUqHh/8BfX8Rw50mWat9IOUqHh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/pragma/pragma.go
2025-08-20T21:34:04.0013011Z [00:02:57.443]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T21:34:04.0038998Z [00:02:57.445]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T21:34:04.0040033Z [00:02:57.445]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/5f/5f4c630ec6799e0e8ef4769e7db879bd2490348653fe0274f6d30d5f2801dc76-d # internal
2025-08-20T21:34:04.0040650Z [00:02:57.445]➜  go/token
2025-08-20T21:34:04.0040892Z [00:02:57.446]➜  mkdir -p $WORK/b237/
2025-08-20T21:34:04.0042560Z [00:02:57.446]➜  cat >/tmp/go-build1238918229/b237/importcfg << 'EOF' # internal
2025-08-20T21:34:04.0043062Z [00:02:57.446]➜  # import config
2025-08-20T21:34:04.0043394Z [00:02:57.446]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:04.0043810Z [00:02:57.446]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.0044220Z [00:02:57.446]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:34:04.0044860Z [00:02:57.446]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:04.0045447Z [00:02:57.446]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:04.0046012Z [00:02:57.446]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:04.0046539Z [00:02:57.446]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:04.0047214Z [00:02:57.446]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:04.0048209Z [00:02:57.446]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:04.0048548Z [00:02:57.446]➜  EOF
2025-08-20T21:34:04.0050300Z [00:02:57.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b237=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/.go/src/go/token/position.go /root/.go/src/go/token/serialize.go /root/.go/src/go/token/token.go /root/.go/src/go/token/tree.go
2025-08-20T21:34:04.0052178Z [00:02:57.446]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T21:34:04.0052775Z [00:02:57.446]➜  google.golang.org/grpc/experimental/stats
2025-08-20T21:34:04.0053083Z [00:02:57.446]➜  mkdir -p $WORK/b240/
2025-08-20T21:34:04.0060064Z [00:02:57.447]➜  cat >/tmp/go-build1238918229/b240/importcfg << 'EOF' # internal
2025-08-20T21:34:04.0079123Z [00:02:57.447]➜  # import config
2025-08-20T21:34:04.0079768Z [00:02:57.447]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:04.0080378Z [00:02:57.447]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1238918229/b080/_pkg_.a
2025-08-20T21:34:04.0080970Z [00:02:57.447]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1238918229/b101/_pkg_.a
2025-08-20T21:34:04.0081460Z [00:02:57.447]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:04.0081795Z [00:02:57.447]➜  EOF
2025-08-20T21:34:04.0084083Z [00:02:57.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/experimental/stats=>google.golang.org/grpc@v1.74.2/experimental/stats;$WORK/b240=>" -p google.golang.org/grpc/experimental/stats -lang=go1.23 -complete -installsuffix shared -buildid _osBQTlsPdduig_jNrEu/_osBQTlsPdduig_jNrEu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/experimental/stats/metricregistry.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/experimental/stats/metrics.go
2025-08-20T21:34:04.0087883Z [00:02:57.450]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T21:34:04.0109391Z [00:02:57.452]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d # internal
2025-08-20T21:34:04.0116214Z [00:02:57.453]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T21:34:04.0116811Z [00:02:57.453]➜  mkdir -p $WORK/b228/
2025-08-20T21:34:04.0121660Z [00:02:57.453]➜  cat >/tmp/go-build1238918229/b228/importcfg << 'EOF' # internal
2025-08-20T21:34:04.0132046Z [00:02:57.454]➜  # import config
2025-08-20T21:34:04.0133165Z [00:02:57.455]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:04.0133982Z [00:02:57.455]➜  packagefile hash/fnv=/tmp/go-build1238918229/b229/_pkg_.a
2025-08-20T21:34:04.0134906Z [00:02:57.455]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:04.0135218Z [00:02:57.455]➜  EOF
2025-08-20T21:34:04.0137242Z [00:02:57.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/detrand=>google.golang.org/protobuf@v1.36.7/internal/detrand;$WORK/b228=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.22 -complete -installsuffix shared -buildid eVooWtq6QmLrdflUHLY3/eVooWtq6QmLrdflUHLY3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/detrand/rand.go
2025-08-20T21:34:04.0376567Z [00:02:57.479]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T21:34:04.0378936Z [00:02:57.479]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/b8/b8ed00dc9e89fa202a5c3582c49a178f2645e30d1948664ed03e713a9c6a966a-d # internal
2025-08-20T21:34:04.0382060Z [00:02:57.480]➜  google.golang.org/protobuf/internal/errors
2025-08-20T21:34:04.0382395Z [00:02:57.480]➜  mkdir -p $WORK/b227/
2025-08-20T21:34:04.0382769Z [00:02:57.480]➜  cat >/tmp/go-build1238918229/b227/importcfg << 'EOF' # internal
2025-08-20T21:34:04.0383114Z [00:02:57.480]➜  # import config
2025-08-20T21:34:04.0383621Z [00:02:57.480]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.0384056Z [00:02:57.480]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.0384812Z [00:02:57.480]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1238918229/b228/_pkg_.a
2025-08-20T21:34:04.0385373Z [00:02:57.480]➜  EOF
2025-08-20T21:34:04.0387406Z [00:02:57.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/errors=>google.golang.org/protobuf@v1.36.7/internal/errors;$WORK/b227=>" -p google.golang.org/protobuf/internal/errors -lang=go1.22 -complete -installsuffix shared -buildid 6jxQCL5IQnUlzAvtQ4Di/6jxQCL5IQnUlzAvtQ4Di -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/errors/errors.go
2025-08-20T21:34:04.0536262Z [00:02:57.495]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T21:34:04.0548526Z [00:02:57.496]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/c4/c4aae55da01215e8517730e89415646f20d74b1dc78dfdc8de189ae98617255b-d # internal
2025-08-20T21:34:04.0552599Z [00:02:57.496]➜  google.golang.org/grpc/balancer/pickfirst/internal
2025-08-20T21:34:04.0552974Z [00:02:57.496]➜  mkdir -p $WORK/b244/
2025-08-20T21:34:04.0591752Z [00:02:57.501]➜  cat >/tmp/go-build1238918229/b244/importcfg << 'EOF' # internal
2025-08-20T21:34:04.0592567Z [00:02:57.501]➜  # import config
2025-08-20T21:34:04.0593336Z [00:02:57.501]➜  packagefile math/rand/v2=/tmp/go-build1238918229/b125/_pkg_.a
2025-08-20T21:34:04.0594006Z [00:02:57.501]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:04.0595057Z [00:02:57.501]➜  EOF
2025-08-20T21:34:04.0597720Z [00:02:57.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/internal=>google.golang.org/grpc@v1.74.2/balancer/pickfirst/internal;$WORK/b244=>" -p google.golang.org/grpc/balancer/pickfirst/internal -lang=go1.23 -complete -installsuffix shared -buildid FHir-LUPpLQhQLWCmamy/FHir-LUPpLQhQLWCmamy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/internal/internal.go
2025-08-20T21:34:04.0661862Z [00:02:57.507]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T21:34:04.0662784Z [00:02:57.507]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/40/409ffe5e1e25f317e3a819a78b8facf2a1fa98feabad7fb076ead18302525dc6-d # internal
2025-08-20T21:34:04.0681856Z [00:02:57.509]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T21:34:04.0682455Z [00:02:57.510]➜  mkdir -p $WORK/b226/
2025-08-20T21:34:04.0684746Z [00:02:57.510]➜  cat >/tmp/go-build1238918229/b226/importcfg << 'EOF' # internal
2025-08-20T21:34:04.0686481Z [00:02:57.510]➜  # import config
2025-08-20T21:34:04.0686981Z [00:02:57.510]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:04.0689657Z [00:02:57.510]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:04.0690158Z [00:02:57.510]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:04.0690629Z [00:02:57.510]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:04.0690957Z [00:02:57.510]➜  EOF
2025-08-20T21:34:04.0693007Z [00:02:57.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protowire=>google.golang.org/protobuf@v1.36.7/encoding/protowire;$WORK/b226=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.22 -complete -installsuffix shared -buildid fM9Uj3bShZOKYVm5IUf1/fM9Uj3bShZOKYVm5IUf1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protowire/wire.go
2025-08-20T21:34:04.0941890Z [00:02:57.535]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T21:34:04.0944102Z [00:02:57.535]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/b6/b69c52334bda96627ec88a2c428fb63626b4752ff8d5a777c4576afc223e08a5-d # internal
2025-08-20T21:34:04.0944752Z [00:02:57.535]➜  google.golang.org/grpc/internal/grpclog
2025-08-20T21:34:04.0945074Z [00:02:57.535]➜  mkdir -p $WORK/b246/
2025-08-20T21:34:04.0945450Z [00:02:57.536]➜  cat >/tmp/go-build1238918229/b246/importcfg << 'EOF' # internal
2025-08-20T21:34:04.0945792Z [00:02:57.536]➜  # import config
2025-08-20T21:34:04.0946120Z [00:02:57.536]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.0946624Z [00:02:57.536]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:04.0947034Z [00:02:57.536]➜  EOF
2025-08-20T21:34:04.0949152Z [00:02:57.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpclog=>google.golang.org/grpc@v1.74.2/internal/grpclog;$WORK/b246=>" -p google.golang.org/grpc/internal/grpclog -lang=go1.23 -complete -installsuffix shared -buildid geYPAV5ae1gMbZjCdL6g/geYPAV5ae1gMbZjCdL6g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpclog/prefix_logger.go
2025-08-20T21:34:04.0999685Z [00:02:57.541]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T21:34:04.1006282Z [00:02:57.542]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/a5/a521f6a39eea32f72c70d35a69415e4cca0afd1dd8a3b26558a312adc2b84487-d # internal
2025-08-20T21:34:04.1025272Z [00:02:57.544]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T21:34:04.1026618Z [00:02:57.544]➜  mkdir -p $WORK/b231/
2025-08-20T21:34:04.1029832Z [00:02:57.544]➜  cat >/tmp/go-build1238918229/b231/importcfg << 'EOF' # internal
2025-08-20T21:34:04.1031933Z [00:02:57.545]➜  # import config
2025-08-20T21:34:04.1032736Z [00:02:57.545]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:04.1033571Z [00:02:57.545]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.1034745Z [00:02:57.545]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1238918229/b226/_pkg_.a
2025-08-20T21:34:04.1035621Z [00:02:57.545]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1238918229/b232/_pkg_.a
2025-08-20T21:34:04.1036492Z [00:02:57.545]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:04.1037577Z [00:02:57.545]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:04.1038072Z [00:02:57.545]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:04.1038520Z [00:02:57.545]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.1038835Z [00:02:57.545]➜  EOF
2025-08-20T21:34:04.1043485Z [00:02:57.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect=>google.golang.org/protobuf@v1.36.7/reflect/protoreflect;$WORK/b231=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.22 -complete -installsuffix shared -buildid usoUgqQF1DPlP-1o8rB5/usoUgqQF1DPlP-1o8rB5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/source.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/source_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/type.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value_equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value_union.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value_unsafe.go
2025-08-20T21:34:04.1142618Z [00:02:57.555]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T21:34:04.1154627Z [00:02:57.555]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/4a/4a53e9d66affdc55d08a1f24e6ffb116ab8cf868519d4a597ddd69b43091d6be-d # internal
2025-08-20T21:34:04.1155188Z [00:02:57.555]➜  embed
2025-08-20T21:34:04.1155428Z [00:02:57.555]➜  mkdir -p $WORK/b254/
2025-08-20T21:34:04.1155800Z [00:02:57.555]➜  cat >/tmp/go-build1238918229/b254/importcfg << 'EOF' # internal
2025-08-20T21:34:04.1156147Z [00:02:57.555]➜  # import config
2025-08-20T21:34:04.1156485Z [00:02:57.555]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.1156959Z [00:02:57.555]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:34:04.1157560Z [00:02:57.555]➜  packagefile internal/stringslite=/tmp/go-build1238918229/b033/_pkg_.a
2025-08-20T21:34:04.1158080Z [00:02:57.555]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:04.1158490Z [00:02:57.555]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:04.1158901Z [00:02:57.555]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:04.1159216Z [00:02:57.555]➜  EOF
2025-08-20T21:34:04.1160522Z [00:02:57.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b254=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T21:34:04.1285357Z [00:02:57.570]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T21:34:04.1358142Z [00:02:57.577]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T21:34:04.1404985Z [00:02:57.582]➜  google.golang.org/protobuf/internal/version
2025-08-20T21:34:04.1406584Z [00:02:57.582]➜  mkdir -p $WORK/b265/
2025-08-20T21:34:04.1419034Z [00:02:57.583]➜  cat >/tmp/go-build1238918229/b265/importcfg << 'EOF' # internal
2025-08-20T21:34:04.1421570Z [00:02:57.583]➜  # import config
2025-08-20T21:34:04.1422508Z [00:02:57.583]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.1423506Z [00:02:57.583]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.1424203Z [00:02:57.583]➜  EOF
2025-08-20T21:34:04.1426425Z [00:02:57.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/version=>google.golang.org/protobuf@v1.36.7/internal/version;$WORK/b265=>" -p google.golang.org/protobuf/internal/version -lang=go1.22 -complete -installsuffix shared -buildid o9ii1dbN02Dnsxiy806l/o9ii1dbN02Dnsxiy806l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/version/version.go
2025-08-20T21:34:04.1548830Z [00:02:57.596]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T21:34:04.1555712Z [00:02:57.597]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T21:34:04.1558013Z [00:02:57.597]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T21:34:04.1559671Z [00:02:57.597]➜  mkdir -p $WORK/b253/
2025-08-20T21:34:04.1563616Z [00:02:57.598]➜  cat >/tmp/go-build1238918229/b253/importcfg << 'EOF' # internal
2025-08-20T21:34:04.1563975Z [00:02:57.598]➜  # import config
2025-08-20T21:34:04.1566873Z [00:02:57.598]➜  packagefile embed=/tmp/go-build1238918229/b254/_pkg_.a
2025-08-20T21:34:04.1568807Z [00:02:57.598]➜  EOF
2025-08-20T21:34:04.1569172Z [00:02:57.598]➜  cat >/tmp/go-build1238918229/b253/embedcfg << 'EOF' # internal
2025-08-20T21:34:04.1569494Z [00:02:57.598]➜  {
2025-08-20T21:34:04.1569701Z [00:02:57.598]➜  	"Patterns": {
2025-08-20T21:34:04.1569971Z [00:02:57.598]➜  		"editions_defaults.binpb": [
2025-08-20T21:34:04.1570276Z [00:02:57.598]➜  			"editions_defaults.binpb"
2025-08-20T21:34:04.1570530Z [00:02:57.598]➜  		]
2025-08-20T21:34:04.1570726Z [00:02:57.598]➜  	},
2025-08-20T21:34:04.1570947Z [00:02:57.598]➜  	"Files": {
2025-08-20T21:34:04.1571558Z [00:02:57.598]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T21:34:04.1572099Z [00:02:57.598]➜  	}
2025-08-20T21:34:04.1572290Z [00:02:57.598]➜  }EOF
2025-08-20T21:34:04.1575186Z [00:02:57.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editiondefaults=>google.golang.org/protobuf@v1.36.7/internal/editiondefaults;$WORK/b253=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.22 -complete -installsuffix shared -buildid w4Dtj_FUtxdY6cKyGIAC/w4Dtj_FUtxdY6cKyGIAC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -embedcfg $WORK/b253/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editiondefaults/defaults.go
2025-08-20T21:34:04.1582333Z [00:02:57.600]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T21:34:04.1583050Z [00:02:57.600]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/be/be49443efb651feee9f120a42cdc9b7f778fe6af2e1c7cd4b4477af4a1c472a2-d # internal
2025-08-20T21:34:04.1583624Z [00:02:57.600]➜  google.golang.org/grpc/codes
2025-08-20T21:34:04.1583909Z [00:02:57.600]➜  mkdir -p $WORK/b268/
2025-08-20T21:34:04.1584274Z [00:02:57.600]➜  cat >/tmp/go-build1238918229/b268/importcfg << 'EOF' # internal
2025-08-20T21:34:04.1584625Z [00:02:57.600]➜  # import config
2025-08-20T21:34:04.1584955Z [00:02:57.600]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.1585462Z [00:02:57.600]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1238918229/b080/_pkg_.a
2025-08-20T21:34:04.1585963Z [00:02:57.600]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:04.1586309Z [00:02:57.600]➜  EOF
2025-08-20T21:34:04.1588716Z [00:02:57.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/codes=>google.golang.org/grpc@v1.74.2/codes;$WORK/b268=>" -p google.golang.org/grpc/codes -lang=go1.23 -complete -installsuffix shared -buildid 9hmWbhP77uWWaF67sM-e/9hmWbhP77uWWaF67sM-e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/codes/code_string.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/codes/codes.go
2025-08-20T21:34:04.1728809Z [00:02:57.614]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T21:34:04.1734412Z [00:02:57.615]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/f6/f6a0ec801a3a7153515016aa0eab3177ab94021437b3b53cfb297efa6ddf32cd-d # internal
2025-08-20T21:34:04.1740724Z [00:02:57.615]➜  google.golang.org/grpc/internal/grpcutil
2025-08-20T21:34:04.1741563Z [00:02:57.615]➜  mkdir -p $WORK/b271/
2025-08-20T21:34:04.1743078Z [00:02:57.615]➜  cat >/tmp/go-build1238918229/b271/importcfg << 'EOF' # internal
2025-08-20T21:34:04.1743594Z [00:02:57.615]➜  # import config
2025-08-20T21:34:04.1744316Z [00:02:57.615]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:04.1745017Z [00:02:57.615]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.1746094Z [00:02:57.615]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:04.1746667Z [00:02:57.615]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:04.1747810Z [00:02:57.615]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:04.1748302Z [00:02:57.615]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.1748727Z [00:02:57.615]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:04.1749035Z [00:02:57.615]➜  EOF
2025-08-20T21:34:04.1752497Z [00:02:57.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil=>google.golang.org/grpc@v1.74.2/internal/grpcutil;$WORK/b271=>" -p google.golang.org/grpc/internal/grpcutil -lang=go1.23 -complete -installsuffix shared -buildid CCqv5cIub1vRKrs2APLW/CCqv5cIub1vRKrs2APLW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil/compressor.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil/encode_duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil/grpcutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil/metadata.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil/method.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil/regex.go
2025-08-20T21:34:04.1815892Z [00:02:57.623]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T21:34:04.1832295Z [00:02:57.625]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/71/71f2c6ba006e0f5f16ef4a9233346696bab27b0836792686b8245df4c5e8649f-d # internal
2025-08-20T21:34:04.1833105Z [00:02:57.625]➜  google.golang.org/grpc/mem
2025-08-20T21:34:04.1833513Z [00:02:57.625]➜  mkdir -p $WORK/b272/
2025-08-20T21:34:04.1834024Z [00:02:57.625]➜  cat >/tmp/go-build1238918229/b272/importcfg << 'EOF' # internal
2025-08-20T21:34:04.1834488Z [00:02:57.625]➜  # import config
2025-08-20T21:34:04.1834937Z [00:02:57.625]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.1835556Z [00:02:57.625]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1238918229/b080/_pkg_.a
2025-08-20T21:34:04.1836195Z [00:02:57.625]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:04.1836700Z [00:02:57.625]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:04.1837227Z [00:02:57.625]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:04.1837892Z [00:02:57.625]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:04.1838351Z [00:02:57.625]➜  EOF
2025-08-20T21:34:04.1841055Z [00:02:57.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/mem=>google.golang.org/grpc@v1.74.2/mem;$WORK/b272=>" -p google.golang.org/grpc/mem -lang=go1.23 -complete -installsuffix shared -buildid K8cDH8hdvrdbfIsMpD4D/K8cDH8hdvrdbfIsMpD4D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/mem/buffer_pool.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/mem/buffer_slice.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/mem/buffers.go
2025-08-20T21:34:04.2285810Z [00:02:57.669]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T21:34:04.2302603Z [00:02:57.671]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/54/54d5598286c728332235a13390ca2f51e2778a80aefdbd6caf468a3393f2a07a-d # internal
2025-08-20T21:34:04.2313362Z [00:02:57.672]➜  google.golang.org/grpc/internal/backoff
2025-08-20T21:34:04.2315272Z [00:02:57.672]➜  mkdir -p $WORK/b274/
2025-08-20T21:34:04.2315796Z [00:02:57.673]➜  cat >/tmp/go-build1238918229/b274/importcfg << 'EOF' # internal
2025-08-20T21:34:04.2316154Z [00:02:57.673]➜  # import config
2025-08-20T21:34:04.2316505Z [00:02:57.673]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:04.2316936Z [00:02:57.673]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.2317610Z [00:02:57.673]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build1238918229/b217/_pkg_.a
2025-08-20T21:34:04.2318574Z [00:02:57.673]➜  packagefile math/rand/v2=/tmp/go-build1238918229/b125/_pkg_.a
2025-08-20T21:34:04.2319019Z [00:02:57.673]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:04.2319329Z [00:02:57.673]➜  EOF
2025-08-20T21:34:04.2330218Z [00:02:57.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/backoff=>google.golang.org/grpc@v1.74.2/internal/backoff;$WORK/b274=>" -p google.golang.org/grpc/internal/backoff -lang=go1.23 -complete -installsuffix shared -buildid P97_yUHUNOaT1Wy46k38/P97_yUHUNOaT1Wy46k38 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/backoff/backoff.go
2025-08-20T21:34:04.2638553Z [00:02:57.705]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T21:34:04.2646321Z [00:02:57.706]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/f6/f696869806a22648e56557e3cbbe39dd38cb807faa6015a04eb75066a94f9432-d # internal
2025-08-20T21:34:04.2647202Z [00:02:57.706]➜  google.golang.org/grpc/internal/balancerload
2025-08-20T21:34:04.2647807Z [00:02:57.706]➜  mkdir -p $WORK/b276/
2025-08-20T21:34:04.2661406Z [00:02:57.707]➜  cat >/tmp/go-build1238918229/b276/importcfg << 'EOF' # internal
2025-08-20T21:34:04.2661977Z [00:02:57.707]➜  # import config
2025-08-20T21:34:04.2662533Z [00:02:57.707]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:04.2663027Z [00:02:57.707]➜  EOF
2025-08-20T21:34:04.2665096Z [00:02:57.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancerload=>google.golang.org/grpc@v1.74.2/internal/balancerload;$WORK/b276=>" -p google.golang.org/grpc/internal/balancerload -lang=go1.23 -complete -installsuffix shared -buildid GxP-lh3_asg0qzng0jqu/GxP-lh3_asg0qzng0jqu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancerload/load.go
2025-08-20T21:34:04.2862757Z [00:02:57.727]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T21:34:04.2868211Z [00:02:57.728]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/5c/5c9a75412d7f63e2f020ca258020a61862a36ee756a9789779b27450ea8e524c-d # internal
2025-08-20T21:34:04.2874678Z [00:02:57.728]➜  google.golang.org/grpc/internal/buffer
2025-08-20T21:34:04.2875016Z [00:02:57.728]➜  mkdir -p $WORK/b286/
2025-08-20T21:34:04.2875744Z [00:02:57.729]➜  cat >/tmp/go-build1238918229/b286/importcfg << 'EOF' # internal
2025-08-20T21:34:04.2876166Z [00:02:57.729]➜  # import config
2025-08-20T21:34:04.2876507Z [00:02:57.729]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.2876922Z [00:02:57.729]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:04.2877232Z [00:02:57.729]➜  EOF
2025-08-20T21:34:04.2882836Z [00:02:57.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/buffer=>google.golang.org/grpc@v1.74.2/internal/buffer;$WORK/b286=>" -p google.golang.org/grpc/internal/buffer -lang=go1.23 -complete -installsuffix shared -buildid htPDk66HlxgyttiQSawj/htPDk66HlxgyttiQSawj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/buffer/unbounded.go
2025-08-20T21:34:04.3112526Z [00:02:57.752]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T21:34:04.3113527Z [00:02:57.752]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/52/52c6e619f53b974f096348244dacfccdcf20714835957e23647eb465f2f30f1b-d # internal
2025-08-20T21:34:04.3114226Z [00:02:57.752]➜  google.golang.org/grpc/encoding
2025-08-20T21:34:04.3114631Z [00:02:57.752]➜  mkdir -p $WORK/b270/
2025-08-20T21:34:04.3115096Z [00:02:57.752]➜  cat >/tmp/go-build1238918229/b270/importcfg << 'EOF' # internal
2025-08-20T21:34:04.3115556Z [00:02:57.752]➜  # import config
2025-08-20T21:34:04.3116523Z [00:02:57.752]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1238918229/b271/_pkg_.a
2025-08-20T21:34:04.3117259Z [00:02:57.752]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1238918229/b272/_pkg_.a
2025-08-20T21:34:04.3117916Z [00:02:57.752]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:04.3118464Z [00:02:57.752]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.3118864Z [00:02:57.752]➜  EOF
2025-08-20T21:34:04.3120993Z [00:02:57.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding=>google.golang.org/grpc@v1.74.2/encoding;$WORK/b270=>" -p google.golang.org/grpc/encoding -lang=go1.23 -complete -installsuffix shared -buildid tHmtPQpXnP4TF4rLHxyk/tHmtPQpXnP4TF4rLHxyk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/encoding.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/encoding_v2.go
2025-08-20T21:34:04.3155887Z [00:02:57.757]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T21:34:04.3158928Z [00:02:57.757]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/21/21bf6b680729693b2910f551cfa65b79664c9bb83e91458240c830bc0c724aec-d # internal
2025-08-20T21:34:04.3160347Z [00:02:57.757]➜  google.golang.org/grpc/internal/grpcsync
2025-08-20T21:34:04.3160706Z [00:02:57.757]➜  mkdir -p $WORK/b285/
2025-08-20T21:34:04.3172067Z [00:02:57.759]➜  cat >/tmp/go-build1238918229/b285/importcfg << 'EOF' # internal
2025-08-20T21:34:04.3172981Z [00:02:57.759]➜  # import config
2025-08-20T21:34:04.3173710Z [00:02:57.759]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:04.3174296Z [00:02:57.759]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build1238918229/b286/_pkg_.a
2025-08-20T21:34:04.3174821Z [00:02:57.759]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:04.3175274Z [00:02:57.759]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:04.3175605Z [00:02:57.759]➜  EOF
2025-08-20T21:34:04.3178643Z [00:02:57.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcsync=>google.golang.org/grpc@v1.74.2/internal/grpcsync;$WORK/b285=>" -p google.golang.org/grpc/internal/grpcsync -lang=go1.23 -complete -installsuffix shared -buildid kE7mk44SKlf5eo9m1aBI/kE7mk44SKlf5eo9m1aBI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcsync/callback_serializer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcsync/event.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcsync/pubsub.go
2025-08-20T21:34:04.3252097Z [00:02:57.767]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T21:34:04.3378847Z [00:02:57.779]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/d8/d8c5d75502844cedf8ad972457c61ef25c675731405bc55f7837fd575697efe4-d # internal
2025-08-20T21:34:04.3387019Z [00:02:57.780]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T21:34:04.3387747Z [00:02:57.780]➜  mkdir -p $WORK/b230/
2025-08-20T21:34:04.3401033Z [00:02:57.781]➜  cat >/tmp/go-build1238918229/b230/importcfg << 'EOF' # internal
2025-08-20T21:34:04.3401558Z [00:02:57.781]➜  # import config
2025-08-20T21:34:04.3402238Z [00:02:57.781]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1238918229/b226/_pkg_.a
2025-08-20T21:34:04.3403035Z [00:02:57.781]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:04.3403862Z [00:02:57.781]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:04.3404560Z [00:02:57.781]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:04.3404996Z [00:02:57.781]➜  EOF
2025-08-20T21:34:04.3407946Z [00:02:57.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/messageset=>google.golang.org/protobuf@v1.36.7/internal/encoding/messageset;$WORK/b230=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.22 -complete -installsuffix shared -buildid qOmHkZd0E-ONFGfDLU_s/qOmHkZd0E-ONFGfDLU_s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/messageset/messageset.go
2025-08-20T21:34:04.3419902Z [00:02:57.783]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T21:34:04.3427624Z [00:02:57.784]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/be/be12c569b477eab462c385475a140b3b9836edaab0146c293c52335607eee39a-d # internal
2025-08-20T21:34:04.3436498Z [00:02:57.784]➜  google.golang.org/protobuf/internal/genid
2025-08-20T21:34:04.3436972Z [00:02:57.784]➜  mkdir -p $WORK/b234/
2025-08-20T21:34:04.3437379Z [00:02:57.785]➜  cat >/tmp/go-build1238918229/b234/importcfg << 'EOF' # internal
2025-08-20T21:34:04.3437905Z [00:02:57.785]➜  # import config
2025-08-20T21:34:04.3438416Z [00:02:57.785]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:04.3438865Z [00:02:57.785]➜  EOF
2025-08-20T21:34:04.3452008Z [00:02:57.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid=>google.golang.org/protobuf@v1.36.7/internal/genid;$WORK/b234=>" -p google.golang.org/protobuf/internal/genid -lang=go1.22 -complete -installsuffix shared -buildid _jPPAaue9lWfnIHWaJP5/_jPPAaue9lWfnIHWaJP5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/any_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/api_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/descriptor_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/duration_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/empty_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/field_mask_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/go_features_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/goname.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/map_entry.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/name.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/source_context_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/struct_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/timestamp_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/type_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/wrappers.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/wrappers_gen.go
2025-08-20T21:34:04.3591799Z [00:02:57.800]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T21:34:04.3597118Z [00:02:57.801]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/12/12d2dff51d4bded370e4919e2758de070a925f34c24f9a7fd9f0979ae528abb3-d # internal
2025-08-20T21:34:04.3642137Z [00:02:57.805]➜  google.golang.org/protobuf/internal/order
2025-08-20T21:34:04.3642623Z [00:02:57.805]➜  mkdir -p $WORK/b235/
2025-08-20T21:34:04.3661369Z [00:02:57.805]➜  cat >/tmp/go-build1238918229/b235/importcfg << 'EOF' # internal
2025-08-20T21:34:04.3661802Z [00:02:57.805]➜  # import config
2025-08-20T21:34:04.3662730Z [00:02:57.805]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:04.3663319Z [00:02:57.805]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:04.3664206Z [00:02:57.805]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:04.3664523Z [00:02:57.805]➜  EOF
2025-08-20T21:34:04.3666807Z [00:02:57.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/order=>google.golang.org/protobuf@v1.36.7/internal/order;$WORK/b235=>" -p google.golang.org/protobuf/internal/order -lang=go1.22 -complete -installsuffix shared -buildid 46xq-qt0A8wTc4upE2ag/46xq-qt0A8wTc4upE2ag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/order/order.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/order/range.go
2025-08-20T21:34:04.3720474Z [00:02:57.813]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T21:34:04.3730140Z [00:02:57.814]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/f1/f1b6a2f5605713590425a88582ca4d309f960a3fc6622194a21c6971d2b39ab6-d # internal
2025-08-20T21:34:04.3731397Z [00:02:57.815]➜  google.golang.org/protobuf/internal/strs
2025-08-20T21:34:04.3732516Z [00:02:57.815]➜  mkdir -p $WORK/b236/
2025-08-20T21:34:04.3738345Z [00:02:57.815]➜  cat >/tmp/go-build1238918229/b236/importcfg << 'EOF' # internal
2025-08-20T21:34:04.3738780Z [00:02:57.815]➜  # import config
2025-08-20T21:34:04.3739144Z [00:02:57.815]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:04.3739739Z [00:02:57.815]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1238918229/b233/_pkg_.a
2025-08-20T21:34:04.3740482Z [00:02:57.815]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:04.3741052Z [00:02:57.815]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.3741486Z [00:02:57.815]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:04.3741935Z [00:02:57.815]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:04.3742284Z [00:02:57.815]➜  EOF
2025-08-20T21:34:04.3745928Z [00:02:57.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/strs=>google.golang.org/protobuf@v1.36.7/internal/strs;$WORK/b236=>" -p google.golang.org/protobuf/internal/strs -lang=go1.22 -complete -installsuffix shared -buildid bt8P7eD7JNPlpby4EmUX/bt8P7eD7JNPlpby4EmUX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/strs/strings_unsafe.go
2025-08-20T21:34:04.3811976Z [00:02:57.823]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T21:34:04.3820358Z [00:02:57.823]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/85/85b133ba12b4221b742920198c85c632982e34cf9973f6c8871ed7f8c843f12d-d # internal
2025-08-20T21:34:04.3822094Z [00:02:57.824]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T21:34:04.3822497Z [00:02:57.824]➜  mkdir -p $WORK/b238/
2025-08-20T21:34:04.3824124Z [00:02:57.824]➜  cat >/tmp/go-build1238918229/b238/importcfg << 'EOF' # internal
2025-08-20T21:34:04.3824791Z [00:02:57.824]➜  # import config
2025-08-20T21:34:04.3825149Z [00:02:57.824]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.3825782Z [00:02:57.824]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1238918229/b230/_pkg_.a
2025-08-20T21:34:04.3826526Z [00:02:57.824]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:04.3827198Z [00:02:57.824]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1238918229/b233/_pkg_.a
2025-08-20T21:34:04.3828065Z [00:02:57.824]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:04.3828615Z [00:02:57.824]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:04.3829361Z [00:02:57.824]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.3829787Z [00:02:57.824]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:04.3830094Z [00:02:57.824]➜  EOF
2025-08-20T21:34:04.3832214Z [00:02:57.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoregistry=>google.golang.org/protobuf@v1.36.7/reflect/protoregistry;$WORK/b238=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.22 -complete -installsuffix shared -buildid 60qbBjupcJXnbql4nxWL/60qbBjupcJXnbql4nxWL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoregistry/registry.go
2025-08-20T21:34:04.4075219Z [00:02:57.849]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T21:34:04.4082413Z [00:02:57.849]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/41/41d8faa1716e754fbdb464997f5c904e176c8a53636bffd2b2eae657237c6049-d # internal
2025-08-20T21:34:04.4089998Z [00:02:57.850]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T21:34:04.4092753Z [00:02:57.850]➜  mkdir -p $WORK/b239/
2025-08-20T21:34:04.4093262Z [00:02:57.850]➜  cat >/tmp/go-build1238918229/b239/importcfg << 'EOF' # internal
2025-08-20T21:34:04.4093617Z [00:02:57.850]➜  # import config
2025-08-20T21:34:04.4094104Z [00:02:57.850]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1238918229/b232/_pkg_.a
2025-08-20T21:34:04.4094831Z [00:02:57.850]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:04.4095281Z [00:02:57.850]➜  EOF
2025-08-20T21:34:04.4103054Z [00:02:57.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoiface=>google.golang.org/protobuf@v1.36.7/runtime/protoiface;$WORK/b239=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.22 -complete -installsuffix shared -buildid qfj04wF0q5xlW5VVSSk0/qfj04wF0q5xlW5VVSSk0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoiface/legacy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoiface/methods.go
2025-08-20T21:34:04.4105366Z [00:02:57.851]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T21:34:04.4106420Z [00:02:57.851]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/1b/1bb9a12320e84d5fa4980c8e650cddd344fd081880a131588554c928a5cb0286-d # internal
2025-08-20T21:34:04.4112410Z [00:02:57.852]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T21:34:04.4113640Z [00:02:57.852]➜  mkdir -p $WORK/b249/
2025-08-20T21:34:04.4118695Z [00:02:57.853]➜  cat >/tmp/go-build1238918229/b249/importcfg << 'EOF' # internal
2025-08-20T21:34:04.4119980Z [00:02:57.853]➜  # import config
2025-08-20T21:34:04.4122962Z [00:02:57.853]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:04.4123385Z [00:02:57.853]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.4123943Z [00:02:57.853]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1238918229/b228/_pkg_.a
2025-08-20T21:34:04.4124624Z [00:02:57.853]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:04.4125289Z [00:02:57.853]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1238918229/b236/_pkg_.a
2025-08-20T21:34:04.4125826Z [00:02:57.853]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:04.4126236Z [00:02:57.853]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:04.4126662Z [00:02:57.853]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:04.4127091Z [00:02:57.853]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:04.4133439Z [00:02:57.853]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:04.4134262Z [00:02:57.853]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.4134704Z [00:02:57.853]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:04.4135155Z [00:02:57.853]➜  packagefile unicode/utf16=/tmp/go-build1238918229/b090/_pkg_.a
2025-08-20T21:34:04.4135621Z [00:02:57.853]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:04.4135953Z [00:02:57.853]➜  EOF
2025-08-20T21:34:04.4139629Z [00:02:57.854]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json=>google.golang.org/protobuf@v1.36.7/internal/encoding/json;$WORK/b249=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid 2oCSjxFGF0jlJdbFYBII/2oCSjxFGF0jlJdbFYBII -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/encode.go
2025-08-20T21:34:04.4388937Z [00:02:57.880]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T21:34:04.4397396Z [00:02:57.881]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/39/390be5c6ee3b393084bd845c932e1bc1a97446e5d0b920de72db9d5055acdcb7-d # internal
2025-08-20T21:34:04.4398389Z [00:02:57.881]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T21:34:04.4398722Z [00:02:57.881]➜  mkdir -p $WORK/b251/
2025-08-20T21:34:04.4399124Z [00:02:57.881]➜  cat >/tmp/go-build1238918229/b251/importcfg << 'EOF' # internal
2025-08-20T21:34:04.4399481Z [00:02:57.881]➜  # import config
2025-08-20T21:34:04.4399811Z [00:02:57.881]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.4400374Z [00:02:57.881]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1238918229/b228/_pkg_.a
2025-08-20T21:34:04.4401054Z [00:02:57.881]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1238918229/b232/_pkg_.a
2025-08-20T21:34:04.4401758Z [00:02:57.881]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:04.4402693Z [00:02:57.881]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:04.4403227Z [00:02:57.881]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:04.4403660Z [00:02:57.881]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:04.4404088Z [00:02:57.881]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.4404402Z [00:02:57.881]➜  EOF
2025-08-20T21:34:04.4406436Z [00:02:57.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descfmt=>google.golang.org/protobuf@v1.36.7/internal/descfmt;$WORK/b251=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.22 -complete -installsuffix shared -buildid IGm6Kf3dVHsl0ewUmwNT/IGm6Kf3dVHsl0ewUmwNT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descfmt/stringer.go
2025-08-20T21:34:04.5075149Z [00:02:57.949]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T21:34:04.5088580Z [00:02:57.950]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/b2/b2eb6b38e763f69fa5450a26400d42492590e29110cc3e9497d6b7cc0815a51a-d # internal
2025-08-20T21:34:04.5112336Z [00:02:57.953]➜  google.golang.org/protobuf/proto
2025-08-20T21:34:04.5113288Z [00:02:57.953]➜  mkdir -p $WORK/b225/
2025-08-20T21:34:04.5131883Z [00:02:57.954]➜  cat >/tmp/go-build1238918229/b225/importcfg << 'EOF' # internal
2025-08-20T21:34:04.5133296Z [00:02:57.955]➜  # import config
2025-08-20T21:34:04.5134103Z [00:02:57.955]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.5135055Z [00:02:57.955]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.5135707Z [00:02:57.955]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1238918229/b226/_pkg_.a
2025-08-20T21:34:04.5136494Z [00:02:57.955]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1238918229/b230/_pkg_.a
2025-08-20T21:34:04.5137224Z [00:02:57.955]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:04.5138243Z [00:02:57.955]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1238918229/b233/_pkg_.a
2025-08-20T21:34:04.5138922Z [00:02:57.955]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1238918229/b234/_pkg_.a
2025-08-20T21:34:04.5139596Z [00:02:57.955]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1238918229/b235/_pkg_.a
2025-08-20T21:34:04.5140264Z [00:02:57.955]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1238918229/b232/_pkg_.a
2025-08-20T21:34:04.5140923Z [00:02:57.955]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1238918229/b236/_pkg_.a
2025-08-20T21:34:04.5141613Z [00:02:57.955]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:04.5142366Z [00:02:57.955]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1238918229/b238/_pkg_.a
2025-08-20T21:34:04.5143080Z [00:02:57.955]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1238918229/b239/_pkg_.a
2025-08-20T21:34:04.5143620Z [00:02:57.955]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:04.5144039Z [00:02:57.955]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:04.5144497Z [00:02:57.955]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:04.5144833Z [00:02:57.955]➜  EOF
2025-08-20T21:34:04.5199523Z [00:02:57.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto=>google.golang.org/protobuf@v1.36.7/proto;$WORK/b225=>" -p google.golang.org/protobuf/proto -lang=go1.22 -complete -installsuffix shared -buildid LnqPPjZq3idhf0aQhnrU/LnqPPjZq3idhf0aQhnrU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/decode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/encode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/proto_methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/reset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/size.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/size_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/wrapperopaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/wrappers.go
2025-08-20T21:34:04.5339349Z [00:02:57.975]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T21:34:04.5355603Z [00:02:57.977]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/19/1924bd5a8de3b96eb6b579edf447f198da5006240e571514696d285655e1ae4f-d # internal
2025-08-20T21:34:04.5356890Z [00:02:57.977]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T21:34:04.5357517Z [00:02:57.977]➜  mkdir -p $WORK/b252/
2025-08-20T21:34:04.5369043Z [00:02:57.978]➜  cat >/tmp/go-build1238918229/b252/importcfg << 'EOF' # internal
2025-08-20T21:34:04.5369614Z [00:02:57.978]➜  # import config
2025-08-20T21:34:04.5370253Z [00:02:57.978]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:04.5370840Z [00:02:57.978]➜  EOF
2025-08-20T21:34:04.5373051Z [00:02:57.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descopts=>google.golang.org/protobuf@v1.36.7/internal/descopts;$WORK/b252=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.22 -complete -installsuffix shared -buildid tbOgCewr3qbwnlOn8uVA/tbOgCewr3qbwnlOn8uVA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descopts/options.go
2025-08-20T21:34:04.5385525Z [00:02:57.980]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T21:34:04.5397701Z [00:02:57.981]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/33/33639b63f91416bc5a8011e7cd7e06e7fdb3a2a3de7af579ce47868acb16def5-d # internal
2025-08-20T21:34:04.5399994Z [00:02:57.981]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T21:34:04.5401345Z [00:02:57.981]➜  mkdir -p $WORK/b256/
2025-08-20T21:34:04.5403308Z [00:02:57.982]➜  cat >/tmp/go-build1238918229/b256/importcfg << 'EOF' # internal
2025-08-20T21:34:04.5405296Z [00:02:57.982]➜  # import config
2025-08-20T21:34:04.5405862Z [00:02:57.982]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:04.5406292Z [00:02:57.982]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.5406856Z [00:02:57.982]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1238918229/b228/_pkg_.a
2025-08-20T21:34:04.5407671Z [00:02:57.982]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:04.5408415Z [00:02:57.982]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1238918229/b233/_pkg_.a
2025-08-20T21:34:04.5409075Z [00:02:57.982]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1238918229/b236/_pkg_.a
2025-08-20T21:34:04.5409590Z [00:02:57.982]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:04.5410258Z [00:02:57.982]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:04.5410790Z [00:02:57.982]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:04.5411232Z [00:02:57.982]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:04.5411660Z [00:02:57.982]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.5412084Z [00:02:57.982]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:04.5412544Z [00:02:57.982]➜  packagefile unicode/utf16=/tmp/go-build1238918229/b090/_pkg_.a
2025-08-20T21:34:04.5413007Z [00:02:57.982]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:04.5413338Z [00:02:57.982]➜  EOF
2025-08-20T21:34:04.5417117Z [00:02:57.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text=>google.golang.org/protobuf@v1.36.7/internal/encoding/text;$WORK/b256=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.22 -complete -installsuffix shared -buildid guIztGcJzxzPnjM0gvuq/guIztGcJzxzPnjM0gvuq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/encode.go
2025-08-20T21:34:04.5504286Z [00:02:57.992]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T21:34:04.5512599Z [00:02:57.993]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/cf/cfcdb58707ededc8eb5bb094e6a236d6abc64547205e332f328a2408b128a533-d # internal
2025-08-20T21:34:04.5514477Z [00:02:57.993]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T21:34:04.5516204Z [00:02:57.993]➜  mkdir -p $WORK/b264/
2025-08-20T21:34:04.5525594Z [00:02:57.994]➜  cat >/tmp/go-build1238918229/b264/importcfg << 'EOF' # internal
2025-08-20T21:34:04.5526042Z [00:02:57.994]➜  # import config
2025-08-20T21:34:04.5526392Z [00:02:57.994]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.5526812Z [00:02:57.994]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.5527403Z [00:02:57.994]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1238918229/b226/_pkg_.a
2025-08-20T21:34:04.5528245Z [00:02:57.994]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1238918229/b239/_pkg_.a
2025-08-20T21:34:04.5528784Z [00:02:57.994]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:04.5529190Z [00:02:57.994]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:04.5529634Z [00:02:57.994]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:04.5529963Z [00:02:57.994]➜  EOF
2025-08-20T21:34:04.5532667Z [00:02:57.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy=>google.golang.org/protobuf@v1.36.7/internal/protolazy;$WORK/b264=>" -p google.golang.org/protobuf/internal/protolazy -lang=go1.22 -complete -installsuffix shared -buildid _l8oQ584AlnULhjCMfXB/_l8oQ584AlnULhjCMfXB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy/bufferreader.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy/pointer_unsafe.go
2025-08-20T21:34:04.5660159Z [00:02:58.007]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T21:34:04.5847751Z [00:02:58.026]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/e9/e98f66a0441c6309ef06466d02252610bb0dfc18c8963b775dc430257701a55e-d # internal
2025-08-20T21:34:04.5853320Z [00:02:58.026]➜  net/http/httptrace
2025-08-20T21:34:04.5853641Z [00:02:58.026]➜  mkdir -p $WORK/b211/
2025-08-20T21:34:04.5854028Z [00:02:58.026]➜  cat >/tmp/go-build1238918229/b211/importcfg << 'EOF' # internal
2025-08-20T21:34:04.5854375Z [00:02:58.026]➜  # import config
2025-08-20T21:34:04.5854724Z [00:02:58.026]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:04.5855192Z [00:02:58.026]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:04.5855669Z [00:02:58.026]➜  packagefile internal/nettrace=/tmp/go-build1238918229/b096/_pkg_.a
2025-08-20T21:34:04.5856124Z [00:02:58.026]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:04.5856563Z [00:02:58.026]➜  packagefile net/textproto=/tmp/go-build1238918229/b205/_pkg_.a
2025-08-20T21:34:04.5857020Z [00:02:58.026]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:04.5857583Z [00:02:58.026]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:04.5857955Z [00:02:58.026]➜  EOF
2025-08-20T21:34:04.5859473Z [00:02:58.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b211=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid qULuLSJ-OWZ-c-vs08Os/qULuLSJ-OWZ-c-vs08Os -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T21:34:04.5898550Z [00:02:58.031]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T21:34:04.5906359Z [00:02:58.032]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/d6/d6d02c4a67454d7fc5445d7da615a52fe76351431c694b06627aa910a50d1669-d # internal
2025-08-20T21:34:04.5910879Z [00:02:58.032]➜  google.golang.org/grpc/internal/credentials
2025-08-20T21:34:04.5911229Z [00:02:58.032]➜  mkdir -p $WORK/b223/
2025-08-20T21:34:04.5914829Z [00:02:58.033]➜  cat >/tmp/go-build1238918229/b223/importcfg << 'EOF' # internal
2025-08-20T21:34:04.5916288Z [00:02:58.033]➜  # import config
2025-08-20T21:34:04.5917300Z [00:02:58.033]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:04.5918052Z [00:02:58.033]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:04.5918643Z [00:02:58.033]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:04.5919203Z [00:02:58.033]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:04.5919695Z [00:02:58.033]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:04.5920107Z [00:02:58.033]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:04.5920534Z [00:02:58.033]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:04.5920850Z [00:02:58.033]➜  EOF
2025-08-20T21:34:04.5923811Z [00:02:58.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials=>google.golang.org/grpc@v1.74.2/internal/credentials;$WORK/b223=>" -p google.golang.org/grpc/internal/credentials -lang=go1.23 -complete -installsuffix shared -buildid 3KR2phqxIvEgt5Tyx5HW/3KR2phqxIvEgt5Tyx5HW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/spiffe.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/syscallconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/util.go
2025-08-20T21:34:04.6363418Z [00:02:58.078]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T21:34:04.6363895Z [00:02:58.078]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T21:34:04.6383003Z [00:02:58.079]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/90/902fa9e78773ddb3d771f4190582e57a4afadb5629a3236faafbf3e3891421f6-d # internal
2025-08-20T21:34:04.6384302Z [00:02:58.080]➜  google.golang.org/grpc/internal/idle
2025-08-20T21:34:04.6385096Z [00:02:58.080]➜  mkdir -p $WORK/b287/
2025-08-20T21:34:04.6385533Z [00:02:58.080]➜  cat >/tmp/go-build1238918229/b287/importcfg << 'EOF' # internal
2025-08-20T21:34:04.6385885Z [00:02:58.080]➜  # import config
2025-08-20T21:34:04.6386223Z [00:02:58.080]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.6386687Z [00:02:58.080]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:04.6387095Z [00:02:58.080]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:04.6387723Z [00:02:58.080]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:04.6388228Z [00:02:58.080]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:04.6388536Z [00:02:58.080]➜  EOF
2025-08-20T21:34:04.6390426Z [00:02:58.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/idle=>google.golang.org/grpc@v1.74.2/internal/idle;$WORK/b287=>" -p google.golang.org/grpc/internal/idle -lang=go1.23 -complete -installsuffix shared -buildid KecoyJgM404I-YSPWnA4/KecoyJgM404I-YSPWnA4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/idle/idle.go
2025-08-20T21:34:04.6411583Z [00:02:58.082]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/dd/ddcf2346b843d34e12e305c0ea8162002644a715450cf0c049543401d1bd4fb2-d # internal
2025-08-20T21:34:04.6412400Z [00:02:58.082]➜  net/http/internal/httpcommon
2025-08-20T21:34:04.6412834Z [00:02:58.082]➜  mkdir -p $WORK/b214/
2025-08-20T21:34:04.6422984Z [00:02:58.084]➜  cat >/tmp/go-build1238918229/b214/importcfg << 'EOF' # internal
2025-08-20T21:34:04.6423556Z [00:02:58.084]➜  # import config
2025-08-20T21:34:04.6424249Z [00:02:58.084]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:34:04.6424980Z [00:02:58.084]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:34:04.6425608Z [00:02:58.084]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:04.6426191Z [00:02:58.084]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.6426783Z [00:02:58.084]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.6427580Z [00:02:58.084]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1238918229/b199/_pkg_.a
2025-08-20T21:34:04.6428347Z [00:02:58.084]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1238918229/b207/_pkg_.a
2025-08-20T21:34:04.6429052Z [00:02:58.084]➜  packagefile net/http/httptrace=/tmp/go-build1238918229/b211/_pkg_.a
2025-08-20T21:34:04.6429701Z [00:02:58.084]➜  packagefile net/textproto=/tmp/go-build1238918229/b205/_pkg_.a
2025-08-20T21:34:04.6430308Z [00:02:58.084]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:04.6430830Z [00:02:58.084]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:04.6431351Z [00:02:58.084]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:04.6431873Z [00:02:58.084]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.6432396Z [00:02:58.084]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:04.6432812Z [00:02:58.084]➜  EOF
2025-08-20T21:34:04.6452689Z [00:02:58.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b214=>" -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/b214/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T21:34:04.6598649Z [00:02:58.101]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T21:34:04.6614903Z [00:02:58.103]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/a5/a5e884d6f90b89cb429e27d73455abf62e45d8369d067a0f641ca384a12898ab-d # internal
2025-08-20T21:34:04.6615593Z [00:02:58.103]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T21:34:04.6615937Z [00:02:58.103]➜  mkdir -p $WORK/b255/
2025-08-20T21:34:04.6619656Z [00:02:58.103]➜  cat >/tmp/go-build1238918229/b255/importcfg << 'EOF' # internal
2025-08-20T21:34:04.6620991Z [00:02:58.103]➜  # import config
2025-08-20T21:34:04.6621432Z [00:02:58.103]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.6622035Z [00:02:58.103]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build1238918229/b256/_pkg_.a
2025-08-20T21:34:04.6622740Z [00:02:58.103]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:04.6623457Z [00:02:58.103]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:04.6624013Z [00:02:58.103]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:04.6624433Z [00:02:58.103]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:04.6624749Z [00:02:58.103]➜  EOF
2025-08-20T21:34:04.6630391Z [00:02:58.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/defval=>google.golang.org/protobuf@v1.36.7/internal/encoding/defval;$WORK/b255=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.22 -complete -installsuffix shared -buildid bUDpEaoVjhPVux2WImy1/bUDpEaoVjhPVux2WImy1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/defval/default.go
2025-08-20T21:34:04.6645823Z [00:02:58.106]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T21:34:04.6668716Z [00:02:58.108]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T21:34:04.6681526Z [00:02:58.109]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/66/661486dddbbbcfb21a035ac1f8a77b9e4c0eb29a2a29ae3531c267ea3256d7c1-d # internal
2025-08-20T21:34:04.6682462Z [00:02:58.109]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/cc/cc86637c6ac9c67dfe774c49209aec3bb9ad1ac39470c9e8b63aae08ef22ffa8-d # internal
2025-08-20T21:34:04.6683051Z [00:02:58.109]➜  golang.org/x/text/transform
2025-08-20T21:34:04.6683337Z [00:02:58.109]➜  mkdir -p $WORK/b298/
2025-08-20T21:34:04.6683644Z [00:02:58.109]➜  google.golang.org/grpc/credentials
2025-08-20T21:34:04.6683944Z [00:02:58.109]➜  mkdir -p $WORK/b221/
2025-08-20T21:34:04.6684310Z [00:02:58.109]➜  cat >/tmp/go-build1238918229/b298/importcfg << 'EOF' # internal
2025-08-20T21:34:04.6684649Z [00:02:58.109]➜  # import config
2025-08-20T21:34:04.6684985Z [00:02:58.109]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:04.6689367Z [00:02:58.110]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.6690274Z [00:02:58.110]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:04.6691071Z [00:02:58.110]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:04.6693266Z [00:02:58.110]➜  EOF
2025-08-20T21:34:04.6695435Z [00:02:58.110]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/transform=>golang.org/x/text@v0.27.0/transform;$WORK/b298=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid 73mRrDrW9byj20bdwLCU/73mRrDrW9byj20bdwLCU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/transform/transform.go
2025-08-20T21:34:04.6699641Z [00:02:58.111]➜  cat >/tmp/go-build1238918229/b221/importcfg << 'EOF' # internal
2025-08-20T21:34:04.6700081Z [00:02:58.111]➜  # import config
2025-08-20T21:34:04.6700451Z [00:02:58.111]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:04.6700898Z [00:02:58.111]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:04.6701354Z [00:02:58.111]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:04.6701807Z [00:02:58.111]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.6702234Z [00:02:58.111]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.6703109Z [00:02:58.111]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build1238918229/b222/_pkg_.a
2025-08-20T21:34:04.6703706Z [00:02:58.111]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:04.6704346Z [00:02:58.111]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build1238918229/b223/_pkg_.a
2025-08-20T21:34:04.6705019Z [00:02:58.111]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1238918229/b224/_pkg_.a
2025-08-20T21:34:04.6705656Z [00:02:58.111]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:04.6706149Z [00:02:58.111]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:04.6706567Z [00:02:58.111]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:04.6706976Z [00:02:58.111]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:04.6707288Z [00:02:58.111]➜  EOF
2025-08-20T21:34:04.6710088Z [00:02:58.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials=>google.golang.org/grpc@v1.74.2/credentials;$WORK/b221=>" -p google.golang.org/grpc/credentials -lang=go1.23 -complete -installsuffix shared -buildid jOEMqBkReISYhR1zYVpc/jOEMqBkReISYhR1zYVpc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/tls.go
2025-08-20T21:34:04.6953594Z [00:02:58.137]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T21:34:04.6960983Z [00:02:58.137]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T21:34:04.6971565Z [00:02:58.138]➜  net/http
2025-08-20T21:34:04.6972568Z [00:02:58.139]➜  mkdir -p $WORK/b195/
2025-08-20T21:34:04.6992181Z [00:02:58.140]➜  cat >/tmp/go-build1238918229/b195/importcfg << 'EOF' # internal
2025-08-20T21:34:04.6994296Z [00:02:58.140]➜  # import config
2025-08-20T21:34:04.6994765Z [00:02:58.140]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:34:04.6995368Z [00:02:58.140]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T21:34:04.6995956Z [00:02:58.140]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T21:34:04.6996845Z [00:02:58.140]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T21:34:04.6997396Z [00:02:58.140]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:04.6998033Z [00:02:58.140]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:04.6998561Z [00:02:58.140]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:04.6999038Z [00:02:58.140]➜  packagefile container/list=/tmp/go-build1238918229/b132/_pkg_.a
2025-08-20T21:34:04.6999513Z [00:02:58.140]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:04.6999955Z [00:02:58.140]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:04.7000409Z [00:02:58.140]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:04.7000875Z [00:02:58.140]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:04.7001356Z [00:02:58.140]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:04.7001816Z [00:02:58.140]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.7002230Z [00:02:58.140]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.7002763Z [00:02:58.140]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1238918229/b199/_pkg_.a
2025-08-20T21:34:04.7003404Z [00:02:58.140]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1238918229/b206/_pkg_.a
2025-08-20T21:34:04.7004392Z [00:02:58.140]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1238918229/b207/_pkg_.a
2025-08-20T21:34:04.7004991Z [00:02:58.140]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1238918229/b200/_pkg_.a
2025-08-20T21:34:04.7005517Z [00:02:58.140]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:04.7005953Z [00:02:58.140]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:04.7006371Z [00:02:58.140]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:04.7006780Z [00:02:58.140]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:04.7007181Z [00:02:58.140]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:04.7007736Z [00:02:58.140]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:04.7008175Z [00:02:58.140]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:04.7008618Z [00:02:58.140]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:04.7009053Z [00:02:58.140]➜  packagefile mime=/tmp/go-build1238918229/b208/_pkg_.a
2025-08-20T21:34:04.7009494Z [00:02:58.140]➜  packagefile mime/multipart=/tmp/go-build1238918229/b209/_pkg_.a
2025-08-20T21:34:04.7009930Z [00:02:58.140]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:04.7010385Z [00:02:58.140]➜  packagefile net/http/httptrace=/tmp/go-build1238918229/b211/_pkg_.a
2025-08-20T21:34:04.7010892Z [00:02:58.140]➜  packagefile net/http/internal=/tmp/go-build1238918229/b212/_pkg_.a
2025-08-20T21:34:04.7011413Z [00:02:58.140]➜  packagefile net/http/internal/ascii=/tmp/go-build1238918229/b213/_pkg_.a
2025-08-20T21:34:04.7011975Z [00:02:58.140]➜  packagefile net/http/internal/httpcommon=/tmp/go-build1238918229/b214/_pkg_.a
2025-08-20T21:34:04.7012497Z [00:02:58.140]➜  packagefile net/textproto=/tmp/go-build1238918229/b205/_pkg_.a
2025-08-20T21:34:04.7012944Z [00:02:58.140]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:04.7013363Z [00:02:58.140]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:04.7013765Z [00:02:58.140]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:04.7014205Z [00:02:58.140]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:04.7014651Z [00:02:58.140]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:04.7015080Z [00:02:58.140]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:04.7015761Z [00:02:58.140]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:04.7016260Z [00:02:58.140]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:04.7016682Z [00:02:58.140]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:04.7017105Z [00:02:58.140]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.7032961Z [00:02:58.140]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:04.7033595Z [00:02:58.140]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:04.7034039Z [00:02:58.140]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:04.7034460Z [00:02:58.140]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:04.7034906Z [00:02:58.140]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:04.7035259Z [00:02:58.140]➜  EOF
2025-08-20T21:34:04.7040338Z [00:02:58.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b195=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid xxt-j6j7vGiIchhSbLrK/xxt-j6j7vGiIchhSbLrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/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-20T21:34:04.7045209Z [00:02:58.144]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T21:34:04.7045861Z [00:02:58.144]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/33/33a0a9444038fc0cf9f011306837a6831255a37145c0739e531c382ea48f7e03-d # internal
2025-08-20T21:34:04.7046461Z [00:02:58.144]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T21:34:04.7046781Z [00:02:58.144]➜  mkdir -p $WORK/b250/
2025-08-20T21:34:04.7047149Z [00:02:58.144]➜  cat >/tmp/go-build1238918229/b250/importcfg << 'EOF' # internal
2025-08-20T21:34:04.7051781Z [00:02:58.144]➜  # import config
2025-08-20T21:34:04.7052295Z [00:02:58.144]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:04.7052735Z [00:02:58.144]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.7053314Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1238918229/b226/_pkg_.a
2025-08-20T21:34:04.7054002Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build1238918229/b251/_pkg_.a
2025-08-20T21:34:04.7054685Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build1238918229/b252/_pkg_.a
2025-08-20T21:34:04.7055419Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build1238918229/b253/_pkg_.a
2025-08-20T21:34:04.7056164Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1238918229/b255/_pkg_.a
2025-08-20T21:34:04.7056926Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1238918229/b230/_pkg_.a
2025-08-20T21:34:04.7058178Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:04.7058915Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1238918229/b234/_pkg_.a
2025-08-20T21:34:04.7059578Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1238918229/b232/_pkg_.a
2025-08-20T21:34:04.7060238Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1238918229/b236/_pkg_.a
2025-08-20T21:34:04.7060872Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:04.7061533Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:04.7062247Z [00:02:58.144]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1238918229/b238/_pkg_.a
2025-08-20T21:34:04.7062804Z [00:02:58.144]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:04.7063231Z [00:02:58.144]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:04.7063654Z [00:02:58.144]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:04.7064076Z [00:02:58.144]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.7064488Z [00:02:58.144]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:04.7064919Z [00:02:58.144]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:04.7065506Z [00:02:58.144]➜  EOF
2025-08-20T21:34:04.7070127Z [00:02:58.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc=>google.golang.org/protobuf@v1.36.7/internal/filedesc;$WORK/b250=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.22 -complete -installsuffix shared -buildid jDGdIIm7Ie9_rr4k9D5Z/jDGdIIm7Ie9_rr4k9D5Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/build.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_list_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/placeholder.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/presence.go
2025-08-20T21:34:04.7107939Z [00:02:58.152]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T21:34:04.7126385Z [00:02:58.154]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/78/78e3e029b907900ab1fcf84760cf501399f29733d730a0af356aa4abc8bc6ce8-d # internal
2025-08-20T21:34:04.7168241Z [00:02:58.158]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T21:34:04.7170737Z [00:02:58.158]➜  mkdir -p $WORK/b262/
2025-08-20T21:34:04.7176323Z [00:02:58.158]➜  cat >/tmp/go-build1238918229/b262/importcfg << 'EOF' # internal
2025-08-20T21:34:04.7183247Z [00:02:58.158]➜  # import config
2025-08-20T21:34:04.7190421Z [00:02:58.158]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.7191268Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1238918229/b226/_pkg_.a
2025-08-20T21:34:04.7195269Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1238918229/b230/_pkg_.a
2025-08-20T21:34:04.7198747Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build1238918229/b256/_pkg_.a
2025-08-20T21:34:04.7201139Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:04.7202412Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1238918229/b233/_pkg_.a
2025-08-20T21:34:04.7204143Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1238918229/b234/_pkg_.a
2025-08-20T21:34:04.7204819Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1238918229/b235/_pkg_.a
2025-08-20T21:34:04.7205492Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1238918229/b232/_pkg_.a
2025-08-20T21:34:04.7206168Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build1238918229/b257/_pkg_.a
2025-08-20T21:34:04.7206815Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1238918229/b236/_pkg_.a
2025-08-20T21:34:04.7207437Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:04.7208349Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:04.7209082Z [00:02:58.158]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1238918229/b238/_pkg_.a
2025-08-20T21:34:04.7209650Z [00:02:58.158]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:04.7210098Z [00:02:58.158]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:04.7210432Z [00:02:58.158]➜  EOF
2025-08-20T21:34:04.7213095Z [00:02:58.158]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext=>google.golang.org/protobuf@v1.36.7/encoding/prototext;$WORK/b262=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.22 -complete -installsuffix shared -buildid 7qH4YI_TKKG0RB8SpDhr/7qH4YI_TKKG0RB8SpDhr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext/encode.go
2025-08-20T21:34:04.7375330Z [00:02:58.179]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T21:34:04.7386566Z [00:02:58.180]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/1d/1d5f5feb98c4fe87f04afe9749a193856855e8188e96e3ea3598dd705ff98a7a-d # internal
2025-08-20T21:34:04.7399662Z [00:02:58.180]➜  google.golang.org/grpc/internal/channelz
2025-08-20T21:34:04.7400069Z [00:02:58.180]➜  mkdir -p $WORK/b220/
2025-08-20T21:34:04.7400449Z [00:02:58.180]➜  cat >/tmp/go-build1238918229/b220/importcfg << 'EOF' # internal
2025-08-20T21:34:04.7400794Z [00:02:58.180]➜  # import config
2025-08-20T21:34:04.7401127Z [00:02:58.180]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.7401602Z [00:02:58.180]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:04.7402201Z [00:02:58.180]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1238918229/b084/_pkg_.a
2025-08-20T21:34:04.7402820Z [00:02:58.180]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:04.7403416Z [00:02:58.180]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:04.7403998Z [00:02:58.180]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1238918229/b080/_pkg_.a
2025-08-20T21:34:04.7404488Z [00:02:58.180]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:04.7404912Z [00:02:58.180]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:04.7405318Z [00:02:58.180]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:04.7405751Z [00:02:58.180]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:04.7406192Z [00:02:58.180]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:04.7406612Z [00:02:58.180]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:04.7407277Z [00:02:58.180]➜  EOF
2025-08-20T21:34:04.7412906Z [00:02:58.180]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz=>google.golang.org/grpc@v1.74.2/internal/channelz;$WORK/b220=>" -p google.golang.org/grpc/internal/channelz -lang=go1.23 -complete -installsuffix shared -buildid ynsC11scElZLVfWJE0YZ/ynsC11scElZLVfWJE0YZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/channelmap.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/funcs.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/socket.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/subchannel.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/syscall_linux.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/trace.go
2025-08-20T21:34:04.8228347Z [00:02:58.264]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T21:34:04.8248570Z [00:02:58.266]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/a6/a64e5f48216f9ad3d980c65037ad56d57ff5e948dfab54421eeaf074e22932bd-d # internal
2025-08-20T21:34:04.8262917Z [00:02:58.268]➜  google.golang.org/grpc/resolver
2025-08-20T21:34:04.8263279Z [00:02:58.268]➜  mkdir -p $WORK/b241/
2025-08-20T21:34:04.8270912Z [00:02:58.268]➜  cat >/tmp/go-build1238918229/b241/importcfg << 'EOF' # internal
2025-08-20T21:34:04.8272327Z [00:02:58.269]➜  # import config
2025-08-20T21:34:04.8273584Z [00:02:58.269]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:04.8274956Z [00:02:58.269]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:04.8275746Z [00:02:58.269]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.8276177Z [00:02:58.269]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.8276696Z [00:02:58.269]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build1238918229/b222/_pkg_.a
2025-08-20T21:34:04.8277323Z [00:02:58.269]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:04.8278556Z [00:02:58.269]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1238918229/b240/_pkg_.a
2025-08-20T21:34:04.8279185Z [00:02:58.269]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1238918229/b080/_pkg_.a
2025-08-20T21:34:04.8279791Z [00:02:58.269]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1238918229/b093/_pkg_.a
2025-08-20T21:34:04.8280313Z [00:02:58.269]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:04.8280729Z [00:02:58.269]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:04.8281156Z [00:02:58.269]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:04.8281574Z [00:02:58.269]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.8281890Z [00:02:58.269]➜  EOF
2025-08-20T21:34:04.8303805Z [00:02:58.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver=>google.golang.org/grpc@v1.74.2/resolver;$WORK/b241=>" -p google.golang.org/grpc/resolver -lang=go1.23 -complete -installsuffix shared -buildid OkGp-_rTZyCEGP-ixEul/OkGp-_rTZyCEGP-ixEul -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/map.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/resolver.go
2025-08-20T21:34:04.8697006Z [00:02:58.311]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T21:34:04.8709582Z [00:02:58.312]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/e6/e69dcaafbdb7f9375b74f65041d43962c1d298b3ce6d960a34b52b1293fda1f1-d # internal
2025-08-20T21:34:04.8716990Z [00:02:58.312]➜  google.golang.org/grpc/credentials/insecure
2025-08-20T21:34:04.8717337Z [00:02:58.312]➜  mkdir -p $WORK/b269/
2025-08-20T21:34:04.8717849Z [00:02:58.313]➜  cat >/tmp/go-build1238918229/b269/importcfg << 'EOF' # internal
2025-08-20T21:34:04.8718200Z [00:02:58.313]➜  # import config
2025-08-20T21:34:04.8718548Z [00:02:58.313]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:04.8719120Z [00:02:58.313]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:04.8719626Z [00:02:58.313]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:04.8719930Z [00:02:58.313]➜  EOF
2025-08-20T21:34:04.8721969Z [00:02:58.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/insecure=>google.golang.org/grpc@v1.74.2/credentials/insecure;$WORK/b269=>" -p google.golang.org/grpc/credentials/insecure -lang=go1.23 -complete -installsuffix shared -buildid jASmT5O028Zkoizj2T39/jASmT5O028Zkoizj2T39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/insecure/insecure.go
2025-08-20T21:34:04.8773480Z [00:02:58.318]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T21:34:04.8799637Z [00:02:58.321]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/b3/b3d6416dc4d8c68988291cf7a0b43ceda95cb281f896d6a6b4dc348daa5f55fa-d # internal
2025-08-20T21:34:04.8802345Z [00:02:58.322]➜  google.golang.org/grpc/channelz
2025-08-20T21:34:04.8802671Z [00:02:58.322]➜  mkdir -p $WORK/b219/
2025-08-20T21:34:04.8803047Z [00:02:58.322]➜  cat >/tmp/go-build1238918229/b219/importcfg << 'EOF' # internal
2025-08-20T21:34:04.8803395Z [00:02:58.322]➜  # import config
2025-08-20T21:34:04.8803884Z [00:02:58.322]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1238918229/b220/_pkg_.a
2025-08-20T21:34:04.8804307Z [00:02:58.322]➜  EOF
2025-08-20T21:34:04.8806118Z [00:02:58.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/channelz=>google.golang.org/grpc@v1.74.2/channelz;$WORK/b219=>" -p google.golang.org/grpc/channelz -lang=go1.23 -complete -installsuffix shared -buildid YwYtrn3YasvTNgT3NshG/YwYtrn3YasvTNgT3NshG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/channelz/channelz.go
2025-08-20T21:34:04.8970824Z [00:02:58.338]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T21:34:04.8977129Z [00:02:58.339]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/cb/cb2551238203ee9e2ac5ef1aacf4b5acca4918ec92adb999fe1113a4c8e9c0eb-d # internal
2025-08-20T21:34:04.8979679Z [00:02:58.339]➜  google.golang.org/grpc/balancer
2025-08-20T21:34:04.8980368Z [00:02:58.339]➜  mkdir -p $WORK/b218/
2025-08-20T21:34:04.8981082Z [00:02:58.339]➜  cat >/tmp/go-build1238918229/b218/importcfg << 'EOF' # internal
2025-08-20T21:34:04.8981630Z [00:02:58.339]➜  # import config
2025-08-20T21:34:04.8982369Z [00:02:58.339]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:04.8983024Z [00:02:58.339]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:04.8984352Z [00:02:58.339]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.8984904Z [00:02:58.339]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build1238918229/b219/_pkg_.a
2025-08-20T21:34:04.8985511Z [00:02:58.339]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1238918229/b084/_pkg_.a
2025-08-20T21:34:04.8986127Z [00:02:58.339]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:04.8986768Z [00:02:58.339]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1238918229/b240/_pkg_.a
2025-08-20T21:34:04.8987827Z [00:02:58.339]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:04.8988518Z [00:02:58.339]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1238918229/b080/_pkg_.a
2025-08-20T21:34:04.8989103Z [00:02:58.339]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:04.8989683Z [00:02:58.339]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:04.8990297Z [00:02:58.339]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1238918229/b093/_pkg_.a
2025-08-20T21:34:04.8990804Z [00:02:58.339]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:04.8991217Z [00:02:58.339]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.8991534Z [00:02:58.339]➜  EOF
2025-08-20T21:34:04.8993907Z [00:02:58.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer=>google.golang.org/grpc@v1.74.2/balancer;$WORK/b218=>" -p google.golang.org/grpc/balancer -lang=go1.23 -complete -installsuffix shared -buildid bROne4afpqcmRWWNVNdK/bROne4afpqcmRWWNVNdK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/conn_state_evaluator.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/subconn.go
2025-08-20T21:34:04.9025402Z [00:02:58.341]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T21:34:04.9026091Z [00:02:58.342]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/3a/3aebf64339ec44106129a80de2aa051a814a648883ddc5f75f8e15b9e35bdf42-d # internal
2025-08-20T21:34:04.9026682Z [00:02:58.342]➜  google.golang.org/grpc/internal/metadata
2025-08-20T21:34:04.9026998Z [00:02:58.342]➜  mkdir -p $WORK/b288/
2025-08-20T21:34:04.9027369Z [00:02:58.343]➜  cat >/tmp/go-build1238918229/b288/importcfg << 'EOF' # internal
2025-08-20T21:34:04.9027885Z [00:02:58.343]➜  # import config
2025-08-20T21:34:04.9028223Z [00:02:58.343]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.9028727Z [00:02:58.343]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:04.9029311Z [00:02:58.343]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:04.9029814Z [00:02:58.343]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.9030144Z [00:02:58.343]➜  EOF
2025-08-20T21:34:04.9032098Z [00:02:58.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/metadata=>google.golang.org/grpc@v1.74.2/internal/metadata;$WORK/b288=>" -p google.golang.org/grpc/internal/metadata -lang=go1.23 -complete -installsuffix shared -buildid vJu-jKHr02YRXEf2PHBn/vJu-jKHr02YRXEf2PHBn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/metadata/metadata.go
2025-08-20T21:34:04.9217501Z [00:02:58.362]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T21:34:04.9218346Z [00:02:58.362]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/86/8644200dd215c651aeb9a6a4c40caefbf0e3748a3fcfad70ba66114dc620f669-d # internal
2025-08-20T21:34:04.9218985Z [00:02:58.362]➜  google.golang.org/grpc/internal/proxyattributes
2025-08-20T21:34:04.9219355Z [00:02:58.363]➜  mkdir -p $WORK/b292/
2025-08-20T21:34:04.9221255Z [00:02:58.363]➜  cat >/tmp/go-build1238918229/b292/importcfg << 'EOF' # internal
2025-08-20T21:34:04.9221920Z [00:02:58.363]➜  # import config
2025-08-20T21:34:04.9222575Z [00:02:58.364]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:04.9223565Z [00:02:58.364]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:04.9224083Z [00:02:58.364]➜  EOF
2025-08-20T21:34:04.9226704Z [00:02:58.364]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b292/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/proxyattributes=>google.golang.org/grpc@v1.74.2/internal/proxyattributes;$WORK/b292=>" -p google.golang.org/grpc/internal/proxyattributes -lang=go1.23 -complete -installsuffix shared -buildid H20HUN_zXFu4rxfMloHP/H20HUN_zXFu4rxfMloHP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/proxyattributes/proxyattributes.go
2025-08-20T21:34:04.9274050Z [00:02:58.369]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T21:34:04.9276160Z [00:02:58.369]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/f9/f93ff9f945afbbcd697213f90e6ad83a6815073b5e17e64d5fd7d8d0210cdfbf-d # internal
2025-08-20T21:34:04.9276799Z [00:02:58.369]➜  google.golang.org/grpc/balancer/base
2025-08-20T21:34:04.9277116Z [00:02:58.369]➜  mkdir -p $WORK/b242/
2025-08-20T21:34:04.9277622Z [00:02:58.369]➜  cat >/tmp/go-build1238918229/b242/importcfg << 'EOF' # internal
2025-08-20T21:34:04.9278032Z [00:02:58.369]➜  # import config
2025-08-20T21:34:04.9278378Z [00:02:58.369]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:04.9278796Z [00:02:58.369]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.9279307Z [00:02:58.369]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1238918229/b218/_pkg_.a
2025-08-20T21:34:04.9280363Z [00:02:58.369]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1238918229/b084/_pkg_.a
2025-08-20T21:34:04.9280965Z [00:02:58.369]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:04.9281546Z [00:02:58.369]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:04.9281933Z [00:02:58.369]➜  EOF
2025-08-20T21:34:04.9284087Z [00:02:58.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/base=>google.golang.org/grpc@v1.74.2/balancer/base;$WORK/b242=>" -p google.golang.org/grpc/balancer/base -lang=go1.23 -complete -installsuffix shared -buildid 9U7xXFm7glaefRnt_cq4/9U7xXFm7glaefRnt_cq4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/base/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/base/base.go
2025-08-20T21:34:04.9403908Z [00:02:58.382]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T21:34:04.9407212Z [00:02:58.382]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/1d/1d973cd0a323312e49618bb29bd2f38d8333b7d6424dc566e045f93659d0345e-d # internal
2025-08-20T21:34:04.9409443Z [00:02:58.382]➜  google.golang.org/grpc/internal/serviceconfig
2025-08-20T21:34:04.9409792Z [00:02:58.382]➜  mkdir -p $WORK/b290/
2025-08-20T21:34:04.9410202Z [00:02:58.382]➜  cat >/tmp/go-build1238918229/b290/importcfg << 'EOF' # internal
2025-08-20T21:34:04.9410578Z [00:02:58.382]➜  # import config
2025-08-20T21:34:04.9410946Z [00:02:58.382]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:04.9411382Z [00:02:58.382]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:04.9411886Z [00:02:58.382]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1238918229/b218/_pkg_.a
2025-08-20T21:34:04.9412459Z [00:02:58.382]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:04.9413055Z [00:02:58.382]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:04.9413658Z [00:02:58.382]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1238918229/b093/_pkg_.a
2025-08-20T21:34:04.9414166Z [00:02:58.382]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:04.9414586Z [00:02:58.382]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:04.9415359Z [00:02:58.382]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:04.9415860Z [00:02:58.382]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:04.9416165Z [00:02:58.382]➜  EOF
2025-08-20T21:34:04.9418720Z [00:02:58.382]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/serviceconfig=>google.golang.org/grpc@v1.74.2/internal/serviceconfig;$WORK/b290=>" -p google.golang.org/grpc/internal/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid gsUR353-VsSpQtlqFhQM/gsUR353-VsSpQtlqFhQM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/serviceconfig/duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/serviceconfig/serviceconfig.go
2025-08-20T21:34:04.9903044Z [00:02:58.432]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T21:34:04.9911830Z [00:02:58.432]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/c3/c366334dba610990bf14201d6301a3dee5783192f96f9d52cb3848b2180f7395-d # internal
2025-08-20T21:34:04.9912487Z [00:02:58.433]➜  google.golang.org/grpc/internal/resolver
2025-08-20T21:34:04.9914026Z [00:02:58.433]➜  mkdir -p $WORK/b289/
2025-08-20T21:34:04.9916337Z [00:02:58.433]➜  cat >/tmp/go-build1238918229/b289/importcfg << 'EOF' # internal
2025-08-20T21:34:04.9916782Z [00:02:58.433]➜  # import config
2025-08-20T21:34:04.9917140Z [00:02:58.433]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:04.9918314Z [00:02:58.433]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1238918229/b290/_pkg_.a
2025-08-20T21:34:04.9918975Z [00:02:58.433]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:04.9919567Z [00:02:58.433]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:04.9920064Z [00:02:58.433]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:04.9920381Z [00:02:58.433]➜  EOF
2025-08-20T21:34:04.9922377Z [00:02:58.433]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver=>google.golang.org/grpc@v1.74.2/internal/resolver;$WORK/b289=>" -p google.golang.org/grpc/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid wDgTx1AbUJFRUNYWm-vi/wDgTx1AbUJFRUNYWm-vi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/config_selector.go
2025-08-20T21:34:05.0290532Z [00:02:58.470]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T21:34:05.0294115Z [00:02:58.470]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/ae/ae824cab526b6db2af0e6437a55fcc50b2e31a5300b14ce75c8ae971e797970d-d # internal
2025-08-20T21:34:05.0297005Z [00:02:58.471]➜  golang.org/x/text/unicode/bidi
2025-08-20T21:34:05.0297678Z [00:02:58.471]➜  mkdir -p $WORK/b299/
2025-08-20T21:34:05.0300611Z [00:02:58.471]➜  cat >/tmp/go-build1238918229/b299/importcfg << 'EOF' # internal
2025-08-20T21:34:05.0300994Z [00:02:58.471]➜  # import config
2025-08-20T21:34:05.0301336Z [00:02:58.471]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:05.0301786Z [00:02:58.471]➜  packagefile container/list=/tmp/go-build1238918229/b132/_pkg_.a
2025-08-20T21:34:05.0302225Z [00:02:58.471]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.0302673Z [00:02:58.471]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:05.0303081Z [00:02:58.471]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:05.0303513Z [00:02:58.471]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:05.0303841Z [00:02:58.471]➜  EOF
2025-08-20T21:34:05.0307181Z [00:02:58.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi=>golang.org/x/text@v0.27.0/unicode/bidi;$WORK/b299=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid 7K-yGn6XRlnGy1Z6gwJU/7K-yGn6XRlnGy1Z6gwJU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/bidi.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/bracket.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/core.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/prop.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/trieval.go
2025-08-20T21:34:05.0358964Z [00:02:58.477]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T21:34:05.0374219Z [00:02:58.478]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/ca/cacb93a7811e3c398e1cbfb766870760ead3b3fcf7673be791badfcb71f931a5-d # internal
2025-08-20T21:34:05.0382114Z [00:02:58.479]➜  google.golang.org/grpc/balancer/endpointsharding
2025-08-20T21:34:05.0382566Z [00:02:58.479]➜  mkdir -p $WORK/b267/
2025-08-20T21:34:05.0382950Z [00:02:58.479]➜  cat >/tmp/go-build1238918229/b267/importcfg << 'EOF' # internal
2025-08-20T21:34:05.0383299Z [00:02:58.479]➜  # import config
2025-08-20T21:34:05.0383648Z [00:02:58.479]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:05.0384165Z [00:02:58.479]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1238918229/b218/_pkg_.a
2025-08-20T21:34:05.0385209Z [00:02:58.479]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1238918229/b242/_pkg_.a
2025-08-20T21:34:05.0385835Z [00:02:58.479]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1238918229/b084/_pkg_.a
2025-08-20T21:34:05.0386435Z [00:02:58.479]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:05.0386959Z [00:02:58.479]➜  packagefile math/rand/v2=/tmp/go-build1238918229/b125/_pkg_.a
2025-08-20T21:34:05.0387394Z [00:02:58.479]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:05.0388001Z [00:02:58.479]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:05.0411561Z [00:02:58.479]➜  EOF
2025-08-20T21:34:05.0413747Z [00:02:58.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/endpointsharding=>google.golang.org/grpc@v1.74.2/balancer/endpointsharding;$WORK/b267=>" -p google.golang.org/grpc/balancer/endpointsharding -lang=go1.23 -complete -installsuffix shared -buildid ILSE1bCiIlYTmCTiqfiq/ILSE1bCiIlYTmCTiqfiq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/endpointsharding/endpointsharding.go
2025-08-20T21:34:05.0794410Z [00:02:58.521]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T21:34:05.0871463Z [00:02:58.528]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/17/1779992b8b30e031b4ba130aedc999fe0ea1f815962ea82c283ca6cbce8b9def-d # internal
2025-08-20T21:34:05.0874614Z [00:02:58.528]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T21:34:05.0874968Z [00:02:58.528]➜  mkdir -p $WORK/b248/
2025-08-20T21:34:05.0875344Z [00:02:58.528]➜  cat >/tmp/go-build1238918229/b248/importcfg << 'EOF' # internal
2025-08-20T21:34:05.0875687Z [00:02:58.528]➜  # import config
2025-08-20T21:34:05.0876026Z [00:02:58.528]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:05.0876499Z [00:02:58.528]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:05.0876938Z [00:02:58.528]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.0877661Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1238918229/b226/_pkg_.a
2025-08-20T21:34:05.0878445Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build1238918229/b249/_pkg_.a
2025-08-20T21:34:05.0879607Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1238918229/b230/_pkg_.a
2025-08-20T21:34:05.0880405Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:05.0881110Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1238918229/b250/_pkg_.a
2025-08-20T21:34:05.0881785Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1238918229/b233/_pkg_.a
2025-08-20T21:34:05.0882454Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1238918229/b234/_pkg_.a
2025-08-20T21:34:05.0883107Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1238918229/b235/_pkg_.a
2025-08-20T21:34:05.0883771Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1238918229/b232/_pkg_.a
2025-08-20T21:34:05.0884424Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build1238918229/b257/_pkg_.a
2025-08-20T21:34:05.0885076Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1238918229/b236/_pkg_.a
2025-08-20T21:34:05.0885697Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:05.0886357Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:05.0887074Z [00:02:58.528]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1238918229/b238/_pkg_.a
2025-08-20T21:34:05.0888014Z [00:02:58.528]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:05.0888443Z [00:02:58.528]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:05.0888870Z [00:02:58.528]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:05.0889287Z [00:02:58.528]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:05.0889592Z [00:02:58.528]➜  EOF
2025-08-20T21:34:05.0892584Z [00:02:58.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson=>google.golang.org/protobuf@v1.36.7/encoding/protojson;$WORK/b248=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.22 -complete -installsuffix shared -buildid cFTAwZINGeVn8L0Ohnyx/cFTAwZINGeVn8L0Ohnyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/well_known_types.go
2025-08-20T21:34:05.0895595Z [00:02:58.531]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T21:34:05.0908590Z [00:02:58.532]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/37/3724914246719b7a5a3e52b3af50135298e691bf7ae8a8fe1cddc30645f37c1b-d # internal
2025-08-20T21:34:05.0913365Z [00:02:58.532]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T21:34:05.0913716Z [00:02:58.532]➜  mkdir -p $WORK/b263/
2025-08-20T21:34:05.0925159Z [00:02:58.533]➜  cat >/tmp/go-build1238918229/b263/importcfg << 'EOF' # internal
2025-08-20T21:34:05.0925512Z [00:02:58.533]➜  # import config
2025-08-20T21:34:05.0926031Z [00:02:58.533]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1238918229/b255/_pkg_.a
2025-08-20T21:34:05.0926760Z [00:02:58.533]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1238918229/b250/_pkg_.a
2025-08-20T21:34:05.0927429Z [00:02:58.533]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1238918229/b236/_pkg_.a
2025-08-20T21:34:05.0929077Z [00:02:58.533]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:05.0930058Z [00:02:58.533]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:05.0930556Z [00:02:58.533]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:05.0930983Z [00:02:58.533]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:05.0931298Z [00:02:58.533]➜  EOF
2025-08-20T21:34:05.0933342Z [00:02:58.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/tag=>google.golang.org/protobuf@v1.36.7/internal/encoding/tag;$WORK/b263=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.22 -complete -installsuffix shared -buildid g5qkvO4-2ZEH9tan-rbP/g5qkvO4-2ZEH9tan-rbP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/tag/tag.go
2025-08-20T21:34:05.1462699Z [00:02:58.587]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T21:34:05.1471938Z [00:02:58.589]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T21:34:05.1472882Z [00:02:58.589]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/48/48d2a384317dab4015497e43dc56e7ae317f562d625f3efb1a1c5d819b9c372d-d # internal
2025-08-20T21:34:05.1480833Z [00:02:58.589]➜  google.golang.org/protobuf/internal/impl
2025-08-20T21:34:05.1481323Z [00:02:58.589]➜  mkdir -p $WORK/b261/
2025-08-20T21:34:05.1481722Z [00:02:58.589]➜  cat >/tmp/go-build1238918229/b261/importcfg << 'EOF' # internal
2025-08-20T21:34:05.1482453Z [00:02:58.589]➜  # import config
2025-08-20T21:34:05.1482811Z [00:02:58.589]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:05.1483372Z [00:02:58.589]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:05.1484106Z [00:02:58.590]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:05.1484593Z [00:02:58.590]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:05.1485046Z [00:02:58.590]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.1485614Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build1238918229/b262/_pkg_.a
2025-08-20T21:34:05.1486308Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1238918229/b226/_pkg_.a
2025-08-20T21:34:05.1486996Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build1238918229/b252/_pkg_.a
2025-08-20T21:34:05.1491704Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1238918229/b228/_pkg_.a
2025-08-20T21:34:05.1492474Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1238918229/b230/_pkg_.a
2025-08-20T21:34:05.1493220Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build1238918229/b263/_pkg_.a
2025-08-20T21:34:05.1493913Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:05.1494600Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1238918229/b250/_pkg_.a
2025-08-20T21:34:05.1495273Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1238918229/b233/_pkg_.a
2025-08-20T21:34:05.1495928Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1238918229/b234/_pkg_.a
2025-08-20T21:34:05.1496606Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1238918229/b235/_pkg_.a
2025-08-20T21:34:05.1497279Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1238918229/b232/_pkg_.a
2025-08-20T21:34:05.1498093Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build1238918229/b264/_pkg_.a
2025-08-20T21:34:05.1498764Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1238918229/b236/_pkg_.a
2025-08-20T21:34:05.1499676Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:05.1500418Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:05.1501139Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1238918229/b238/_pkg_.a
2025-08-20T21:34:05.1501849Z [00:02:58.590]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1238918229/b239/_pkg_.a
2025-08-20T21:34:05.1502423Z [00:02:58.590]➜  packagefile hash/crc32=/tmp/go-build1238918229/b198/_pkg_.a
2025-08-20T21:34:05.1502842Z [00:02:58.590]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:05.1503240Z [00:02:58.590]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:05.1503663Z [00:02:58.590]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:05.1504073Z [00:02:58.590]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:05.1504489Z [00:02:58.590]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:05.1504906Z [00:02:58.590]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:05.1505323Z [00:02:58.590]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:05.1505749Z [00:02:58.590]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:05.1506168Z [00:02:58.590]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:05.1506855Z [00:02:58.590]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:05.1507319Z [00:02:58.590]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:05.1518478Z [00:02:58.590]➜  EOF
2025-08-20T21:34:05.1532903Z [00:02:58.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl=>google.golang.org/protobuf@v1.36.7/internal/impl;$WORK/b261=>" -p google.golang.org/protobuf/internal/impl -lang=go1.22 -complete -installsuffix shared -buildid InG4TPn7JWuTjxLCk3uO/InG4TPn7JWuTjxLCk3uO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/api_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/api_export_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/bitmap.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_field_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_tables.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/convert.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/convert_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/convert_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_file.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/merge_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_opaque_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect_field_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/pointer_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/pointer_unsafe_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/presence.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/validate.go
2025-08-20T21:34:05.1556005Z [00:02:58.593]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/80/806191a4ece88af3ab05a3abe3865146b3cd8f12eee49ed1015ca7025f6fdf5a-d # internal
2025-08-20T21:34:05.1556671Z [00:02:58.593]➜  google.golang.org/grpc/internal/balancer/gracefulswitch
2025-08-20T21:34:05.1557024Z [00:02:58.593]➜  mkdir -p $WORK/b275/
2025-08-20T21:34:05.1557395Z [00:02:58.593]➜  cat >/tmp/go-build1238918229/b275/importcfg << 'EOF' # internal
2025-08-20T21:34:05.1557902Z [00:02:58.593]➜  # import config
2025-08-20T21:34:05.1558303Z [00:02:58.593]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:05.1558751Z [00:02:58.593]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:05.1559163Z [00:02:58.593]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.1559667Z [00:02:58.593]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1238918229/b218/_pkg_.a
2025-08-20T21:34:05.1560271Z [00:02:58.593]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1238918229/b242/_pkg_.a
2025-08-20T21:34:05.1560897Z [00:02:58.593]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1238918229/b084/_pkg_.a
2025-08-20T21:34:05.1561491Z [00:02:58.593]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:05.1562092Z [00:02:58.593]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1238918229/b093/_pkg_.a
2025-08-20T21:34:05.1562608Z [00:02:58.593]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:05.1562914Z [00:02:58.593]➜  EOF
2025-08-20T21:34:05.1565487Z [00:02:58.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/gracefulswitch=>google.golang.org/grpc@v1.74.2/internal/balancer/gracefulswitch;$WORK/b275=>" -p google.golang.org/grpc/internal/balancer/gracefulswitch -lang=go1.23 -complete -installsuffix shared -buildid CE4FkvoRK-3f_D8SvhGp/CE4FkvoRK-3f_D8SvhGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/gracefulswitch/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/gracefulswitch/gracefulswitch.go
2025-08-20T21:34:05.2053890Z [00:02:58.646]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T21:34:05.2075111Z [00:02:58.647]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/23/235e34e1fee2924ad2b7023c90ddc2358f1d18b94b4223088ee78202b5be0be6-d # internal
2025-08-20T21:34:05.2075838Z [00:02:58.647]➜  golang.org/x/text/secure/bidirule
2025-08-20T21:34:05.2076152Z [00:02:58.647]➜  mkdir -p $WORK/b297/
2025-08-20T21:34:05.2076527Z [00:02:58.647]➜  cat >/tmp/go-build1238918229/b297/importcfg << 'EOF' # internal
2025-08-20T21:34:05.2076872Z [00:02:58.647]➜  # import config
2025-08-20T21:34:05.2077217Z [00:02:58.647]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:05.2077870Z [00:02:58.647]➜  packagefile golang.org/x/text/transform=/tmp/go-build1238918229/b298/_pkg_.a
2025-08-20T21:34:05.2078457Z [00:02:58.647]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build1238918229/b299/_pkg_.a
2025-08-20T21:34:05.2078978Z [00:02:58.647]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:05.2079310Z [00:02:58.647]➜  EOF
2025-08-20T21:34:05.2081448Z [00:02:58.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/secure/bidirule=>golang.org/x/text@v0.27.0/secure/bidirule;$WORK/b297=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid 7jFbto_K1UED9cCIGtVx/7jFbto_K1UED9cCIGtVx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/secure/bidirule/bidirule.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/secure/bidirule/bidirule10.0.0.go
2025-08-20T21:34:05.2244364Z [00:02:58.666]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T21:34:05.2248002Z [00:02:58.666]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/9d/9dfdd32c24b9a86a962f768a19567549f01025ac7c9c0de1b4cbb4f681700e17-d # internal
2025-08-20T21:34:05.2252878Z [00:02:58.667]➜  golang.org/x/text/unicode/norm
2025-08-20T21:34:05.2253327Z [00:02:58.667]➜  mkdir -p $WORK/b300/
2025-08-20T21:34:05.2256468Z [00:02:58.667]➜  cat >/tmp/go-build1238918229/b300/importcfg << 'EOF' # internal
2025-08-20T21:34:05.2256834Z [00:02:58.667]➜  # import config
2025-08-20T21:34:05.2270274Z [00:02:58.667]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:05.2272835Z [00:02:58.667]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.2275396Z [00:02:58.667]➜  packagefile golang.org/x/text/transform=/tmp/go-build1238918229/b298/_pkg_.a
2025-08-20T21:34:05.2276270Z [00:02:58.667]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:05.2276725Z [00:02:58.667]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:05.2277205Z [00:02:58.667]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:05.2277709Z [00:02:58.667]➜  EOF
2025-08-20T21:34:05.2281521Z [00:02:58.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm=>golang.org/x/text@v0.27.0/unicode/norm;$WORK/b300=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid oCtriRg2zwkLswFjR3fZ/oCtriRg2zwkLswFjR3fZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/trie.go
2025-08-20T21:34:05.2725466Z [00:02:58.714]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T21:34:05.2772399Z [00:02:58.719]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/0c/0c69df07219fbfdbfcf5ba579248d19e0b25e865504195181903a3264e26c890-d # internal
2025-08-20T21:34:05.2773618Z [00:02:58.719]➜  golang.org/x/net/http2/hpack
2025-08-20T21:34:05.2774091Z [00:02:58.719]➜  mkdir -p $WORK/b301/
2025-08-20T21:34:05.2774609Z [00:02:58.719]➜  cat >/tmp/go-build1238918229/b301/importcfg << 'EOF' # internal
2025-08-20T21:34:05.2775060Z [00:02:58.719]➜  # import config
2025-08-20T21:34:05.2775510Z [00:02:58.719]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:05.2776051Z [00:02:58.719]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:05.2776614Z [00:02:58.719]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.2777098Z [00:02:58.719]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:05.2777839Z [00:02:58.719]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:05.2778283Z [00:02:58.719]➜  EOF
2025-08-20T21:34:05.2781051Z [00:02:58.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack=>golang.org/x/net@v0.42.0/http2/hpack;$WORK/b301=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid 2rheMDZFuoP6iZZqb7yj/2rheMDZFuoP6iZZqb7yj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/encode.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/hpack.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/huffman.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/static_table.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/tables.go
2025-08-20T21:34:05.3434967Z [00:02:58.785]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T21:34:05.3458127Z [00:02:58.787]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/6b/6bf6cfd1c14211ffc5d45cdcaddd85ddae3aa8c8970aea902a59228d6d10792d-d # internal
2025-08-20T21:34:05.3462230Z [00:02:58.787]➜  google.golang.org/grpc/internal/syscall
2025-08-20T21:34:05.3462576Z [00:02:58.787]➜  mkdir -p $WORK/b303/
2025-08-20T21:34:05.3462989Z [00:02:58.787]➜  cat >/tmp/go-build1238918229/b303/importcfg << 'EOF' # internal
2025-08-20T21:34:05.3463341Z [00:02:58.787]➜  # import config
2025-08-20T21:34:05.3463664Z [00:02:58.787]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.3464138Z [00:02:58.787]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:05.3464700Z [00:02:58.787]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:05.3465207Z [00:02:58.787]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:05.3465629Z [00:02:58.787]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:05.3466048Z [00:02:58.787]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:05.3466353Z [00:02:58.787]➜  EOF
2025-08-20T21:34:05.3474383Z [00:02:58.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/syscall=>google.golang.org/grpc@v1.74.2/internal/syscall;$WORK/b303=>" -p google.golang.org/grpc/internal/syscall -lang=go1.23 -complete -installsuffix shared -buildid 1J2_rG-jftchvT5sdS7G/1J2_rG-jftchvT5sdS7G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/syscall/syscall_linux.go
2025-08-20T21:34:05.3991056Z [00:02:58.840]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T21:34:05.3998618Z [00:02:58.841]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/64/64660ce348207ba1d5c9e044b0cad88a7f1004ab44faf38e404fcaff0c8800f8-d # internal
2025-08-20T21:34:05.4002305Z [00:02:58.841]➜  google.golang.org/grpc/internal/transport/networktype
2025-08-20T21:34:05.4003925Z [00:02:58.841]➜  mkdir -p $WORK/b304/
2025-08-20T21:34:05.4023924Z [00:02:58.844]➜  cat >/tmp/go-build1238918229/b304/importcfg << 'EOF' # internal
2025-08-20T21:34:05.4025219Z [00:02:58.844]➜  # import config
2025-08-20T21:34:05.4026316Z [00:02:58.844]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:05.4027301Z [00:02:58.844]➜  EOF
2025-08-20T21:34:05.4029752Z [00:02:58.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/networktype=>google.golang.org/grpc@v1.74.2/internal/transport/networktype;$WORK/b304=>" -p google.golang.org/grpc/internal/transport/networktype -lang=go1.23 -complete -installsuffix shared -buildid PFdUQoQ4QvwPp1djbMue/PFdUQoQ4QvwPp1djbMue -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/networktype/networktype.go
2025-08-20T21:34:05.4255165Z [00:02:58.867]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T21:34:05.4261749Z [00:02:58.867]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/0f/0f06bfc0fa250b87566bb96fea083070c9563997df05e9c1ff2a9823eba39f2f-d # internal
2025-08-20T21:34:05.4302666Z [00:02:58.872]➜  google.golang.org/grpc/keepalive
2025-08-20T21:34:05.4329724Z [00:02:58.874]➜  mkdir -p $WORK/b305/
2025-08-20T21:34:05.4330727Z [00:02:58.874]➜  cat >/tmp/go-build1238918229/b305/importcfg << 'EOF' # internal
2025-08-20T21:34:05.4331139Z [00:02:58.874]➜  # import config
2025-08-20T21:34:05.4331488Z [00:02:58.874]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:05.4331800Z [00:02:58.874]➜  EOF
2025-08-20T21:34:05.4333630Z [00:02:58.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/keepalive=>google.golang.org/grpc@v1.74.2/keepalive;$WORK/b305=>" -p google.golang.org/grpc/keepalive -lang=go1.23 -complete -installsuffix shared -buildid ugv-n_AlmUmRWcVJxzXh/ugv-n_AlmUmRWcVJxzXh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/keepalive/keepalive.go
2025-08-20T21:34:05.4578144Z [00:02:58.899]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T21:34:05.4609799Z [00:02:58.902]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/50/50d9a68e4cbc00056d6f609e1b231ce78ef76cf6a2f10da548cdcef0479caa96-d # internal
2025-08-20T21:34:05.4616181Z [00:02:58.903]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T21:34:05.4621275Z [00:02:58.903]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/a1/a11d31897094d1184029a7d3b7701321e75b1e94c0b2d963d01772ffa58aa227-d # internal
2025-08-20T21:34:05.4622851Z [00:02:58.904]➜  google.golang.org/grpc/peer
2025-08-20T21:34:05.4623813Z [00:02:58.904]➜  mkdir -p $WORK/b306/
2025-08-20T21:34:05.4628805Z [00:02:58.904]➜  cat >/tmp/go-build1238918229/b306/importcfg << 'EOF' # internal
2025-08-20T21:34:05.4629485Z [00:02:58.904]➜  # import config
2025-08-20T21:34:05.4630110Z [00:02:58.904]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:05.4630893Z [00:02:58.904]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.4632320Z [00:02:58.904]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:05.4632942Z [00:02:58.904]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:05.4633378Z [00:02:58.904]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:05.4633698Z [00:02:58.904]➜  EOF
2025-08-20T21:34:05.4653876Z [00:02:58.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b306/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/peer=>google.golang.org/grpc@v1.74.2/peer;$WORK/b306=>" -p google.golang.org/grpc/peer -lang=go1.23 -complete -installsuffix shared -buildid eOjBpg3J8hUM3gAc5pAB/eOjBpg3J8hUM3gAc5pAB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/peer/peer.go
2025-08-20T21:34:05.4656921Z [00:02:58.907]➜  golang.org/x/net/idna
2025-08-20T21:34:05.4658532Z [00:02:58.907]➜  mkdir -p $WORK/b296/
2025-08-20T21:34:05.4659304Z [00:02:58.907]➜  cat >/tmp/go-build1238918229/b296/importcfg << 'EOF' # internal
2025-08-20T21:34:05.4662379Z [00:02:58.907]➜  # import config
2025-08-20T21:34:05.4663904Z [00:02:58.907]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.4664453Z [00:02:58.907]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build1238918229/b297/_pkg_.a
2025-08-20T21:34:05.4665064Z [00:02:58.907]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build1238918229/b299/_pkg_.a
2025-08-20T21:34:05.4666082Z [00:02:58.907]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1238918229/b300/_pkg_.a
2025-08-20T21:34:05.4666573Z [00:02:58.907]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:05.4666993Z [00:02:58.907]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:05.4667587Z [00:02:58.907]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:05.4667981Z [00:02:58.907]➜  EOF
2025-08-20T21:34:05.4670858Z [00:02:58.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/idna=>golang.org/x/net@v0.42.0/idna;$WORK/b296=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid 8sfrTiWS0F4XJzltRrc4/8sfrTiWS0F4XJzltRrc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/go118.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/idna10.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/punycode.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/tables15.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/trie.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/trie13.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/trieval.go
2025-08-20T21:34:05.4908987Z [00:02:58.932]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T21:34:05.4918608Z [00:02:58.932]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/21/210b5e8300e25e2d5cbfec22dcd48ee01e031304f1695fe2feb8eeabbd9d06b8-d # internal
2025-08-20T21:34:05.4919259Z [00:02:58.932]➜  google.golang.org/grpc/tap
2025-08-20T21:34:05.4920887Z [00:02:58.932]➜  mkdir -p $WORK/b307/
2025-08-20T21:34:05.4923816Z [00:02:58.933]➜  cat >/tmp/go-build1238918229/b307/importcfg << 'EOF' # internal
2025-08-20T21:34:05.4925422Z [00:02:58.933]➜  # import config
2025-08-20T21:34:05.4927261Z [00:02:58.933]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:05.4928112Z [00:02:58.933]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:05.4931199Z [00:02:58.933]➜  EOF
2025-08-20T21:34:05.4933387Z [00:02:58.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/tap=>google.golang.org/grpc@v1.74.2/tap;$WORK/b307=>" -p google.golang.org/grpc/tap -lang=go1.23 -complete -installsuffix shared -buildid HhaZ-4i7u_rQg3g6dqMp/HhaZ-4i7u_rQg3g6dqMp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/tap/tap.go
2025-08-20T21:34:05.5092321Z [00:02:58.950]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T21:34:05.5093215Z [00:02:58.950]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/4a/4acd6e49aabc6d7e747f4569c6b25302c4185c6fe537319dbf34a7ffbd2ac96e-d # internal
2025-08-20T21:34:05.5093863Z [00:02:58.950]➜  google.golang.org/grpc/internal/resolver/passthrough
2025-08-20T21:34:05.5112051Z [00:02:58.952]➜  mkdir -p $WORK/b309/
2025-08-20T21:34:05.5114173Z [00:02:58.953]➜  cat >/tmp/go-build1238918229/b309/importcfg << 'EOF' # internal
2025-08-20T21:34:05.5114546Z [00:02:58.953]➜  # import config
2025-08-20T21:34:05.5114896Z [00:02:58.953]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:05.5115413Z [00:02:58.953]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:05.5115806Z [00:02:58.953]➜  EOF
2025-08-20T21:34:05.5118376Z [00:02:58.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b309/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/passthrough=>google.golang.org/grpc@v1.74.2/internal/resolver/passthrough;$WORK/b309=>" -p google.golang.org/grpc/internal/resolver/passthrough -lang=go1.23 -complete -installsuffix shared -buildid 7tyXyvZ59QGU7HOdlZtY/7tyXyvZ59QGU7HOdlZtY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/passthrough/passthrough.go
2025-08-20T21:34:05.5551362Z [00:02:58.994]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T21:34:05.5552118Z [00:02:58.996]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/16/16b4271b9796614061a28bbc18e6090f64aaf0d1abe150690ea5124b0f222072-d # internal
2025-08-20T21:34:05.5553259Z [00:02:58.997]➜  google.golang.org/grpc/internal/resolver/unix
2025-08-20T21:34:05.5555797Z [00:02:58.997]➜  mkdir -p $WORK/b310/
2025-08-20T21:34:05.5556279Z [00:02:58.997]➜  cat >/tmp/go-build1238918229/b310/importcfg << 'EOF' # internal
2025-08-20T21:34:05.5556644Z [00:02:58.997]➜  # import config
2025-08-20T21:34:05.5556977Z [00:02:58.997]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.5557694Z [00:02:58.997]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1238918229/b304/_pkg_.a
2025-08-20T21:34:05.5558429Z [00:02:58.997]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:05.5558839Z [00:02:58.997]➜  EOF
2025-08-20T21:34:05.5576815Z [00:02:58.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b310/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/unix=>google.golang.org/grpc@v1.74.2/internal/resolver/unix;$WORK/b310=>" -p google.golang.org/grpc/internal/resolver/unix -lang=go1.23 -complete -installsuffix shared -buildid pDXgfkAQXQ_X0LSQ6Kbs/pDXgfkAQXQ_X0LSQ6Kbs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/unix/unix.go
2025-08-20T21:34:05.5848830Z [00:02:59.026]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T21:34:05.5856667Z [00:02:59.027]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/89/899e88ac26820d8a73809aa7e8faffbed1da212f7f42e824e068b60d43bb60e5-d # internal
2025-08-20T21:34:05.5857788Z [00:02:59.027]➜  google.golang.org/grpc/internal/stats
2025-08-20T21:34:05.5858688Z [00:02:59.027]➜  mkdir -p $WORK/b311/
2025-08-20T21:34:05.5859186Z [00:02:59.027]➜  cat >/tmp/go-build1238918229/b311/importcfg << 'EOF' # internal
2025-08-20T21:34:05.5859544Z [00:02:59.027]➜  # import config
2025-08-20T21:34:05.5859893Z [00:02:59.027]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:05.5860322Z [00:02:59.027]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.5860871Z [00:02:59.027]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1238918229/b240/_pkg_.a
2025-08-20T21:34:05.5861863Z [00:02:59.027]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1238918229/b101/_pkg_.a
2025-08-20T21:34:05.5862320Z [00:02:59.027]➜  EOF
2025-08-20T21:34:05.5864580Z [00:02:59.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/stats=>google.golang.org/grpc@v1.74.2/internal/stats;$WORK/b311=>" -p google.golang.org/grpc/internal/stats -lang=go1.23 -complete -installsuffix shared -buildid zYw1XEvtWWpPMTiHwPfR/zYw1XEvtWWpPMTiHwPfR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/stats/labels.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/stats/metrics_recorder_list.go
2025-08-20T21:34:05.6023937Z [00:02:59.044]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T21:34:05.6029213Z [00:02:59.044]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/c4/c466b8ebb3d0a7ead0ae5ace82cf3a20a4203e10d6fa5012e5daa6621c292457-d # internal
2025-08-20T21:34:05.6029893Z [00:02:59.044]➜  google.golang.org/grpc/balancer/grpclb/state
2025-08-20T21:34:05.6030220Z [00:02:59.044]➜  mkdir -p $WORK/b314/
2025-08-20T21:34:05.6031398Z [00:02:59.045]➜  cat >/tmp/go-build1238918229/b314/importcfg << 'EOF' # internal
2025-08-20T21:34:05.6032208Z [00:02:59.045]➜  # import config
2025-08-20T21:34:05.6032907Z [00:02:59.045]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:05.6034580Z [00:02:59.045]➜  EOF
2025-08-20T21:34:05.6036671Z [00:02:59.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/state=>google.golang.org/grpc@v1.74.2/balancer/grpclb/state;$WORK/b314=>" -p google.golang.org/grpc/balancer/grpclb/state -lang=go1.23 -complete -installsuffix shared -buildid GgQkr80N2eRnudL465JJ/GgQkr80N2eRnudL465JJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/state/state.go
2025-08-20T21:34:05.6153269Z [00:02:59.057]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T21:34:05.6155652Z [00:02:59.057]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/3d/3d35e1ecf371038b30ed5cf81bb9afc90406294ad8f0789d30c0a67f204c9df8-d # internal
2025-08-20T21:34:05.6159809Z [00:02:59.057]➜  google.golang.org/grpc/internal/resolver/dns/internal
2025-08-20T21:34:05.6160306Z [00:02:59.057]➜  mkdir -p $WORK/b315/
2025-08-20T21:34:05.6160727Z [00:02:59.057]➜  cat >/tmp/go-build1238918229/b315/importcfg << 'EOF' # internal
2025-08-20T21:34:05.6161075Z [00:02:59.057]➜  # import config
2025-08-20T21:34:05.6161423Z [00:02:59.057]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:05.6161853Z [00:02:59.057]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:05.6162271Z [00:02:59.057]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:05.6162692Z [00:02:59.057]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:05.6163001Z [00:02:59.057]➜  EOF
2025-08-20T21:34:05.6165819Z [00:02:59.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/dns/internal=>google.golang.org/grpc@v1.74.2/internal/resolver/dns/internal;$WORK/b315=>" -p google.golang.org/grpc/internal/resolver/dns/internal -lang=go1.23 -complete -installsuffix shared -buildid KpKkh6-ZcKmsjIdRgRbm/KpKkh6-ZcKmsjIdRgRbm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/dns/internal/internal.go
2025-08-20T21:34:05.6398060Z [00:02:59.081]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T21:34:05.6402464Z [00:02:59.082]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/5d/5d3cf2c87b194a9a6eac8387a4d8d0ce34ef55ce9197dfe9e5c4c538f62decf2-d # internal
2025-08-20T21:34:05.6428975Z [00:02:59.084]➜  google.golang.org/grpc/internal/resolver/dns
2025-08-20T21:34:05.6430395Z [00:02:59.084]➜  mkdir -p $WORK/b313/
2025-08-20T21:34:05.6433212Z [00:02:59.085]➜  cat >/tmp/go-build1238918229/b313/importcfg << 'EOF' # internal
2025-08-20T21:34:05.6433591Z [00:02:59.085]➜  # import config
2025-08-20T21:34:05.6433943Z [00:02:59.085]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:05.6434400Z [00:02:59.085]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:05.6434867Z [00:02:59.085]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.6435427Z [00:02:59.085]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build1238918229/b314/_pkg_.a
2025-08-20T21:34:05.6436059Z [00:02:59.085]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:05.6436675Z [00:02:59.085]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1238918229/b274/_pkg_.a
2025-08-20T21:34:05.6437339Z [00:02:59.085]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1238918229/b224/_pkg_.a
2025-08-20T21:34:05.6438266Z [00:02:59.085]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build1238918229/b315/_pkg_.a
2025-08-20T21:34:05.6438931Z [00:02:59.085]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:05.6439541Z [00:02:59.085]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1238918229/b093/_pkg_.a
2025-08-20T21:34:05.6440430Z [00:02:59.085]➜  packagefile math/rand/v2=/tmp/go-build1238918229/b125/_pkg_.a
2025-08-20T21:34:05.6440856Z [00:02:59.085]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:05.6441281Z [00:02:59.085]➜  packagefile net/netip=/tmp/go-build1238918229/b098/_pkg_.a
2025-08-20T21:34:05.6441692Z [00:02:59.085]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:05.6442103Z [00:02:59.085]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:05.6442536Z [00:02:59.085]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:05.6442951Z [00:02:59.085]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:05.6443387Z [00:02:59.085]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:05.6443695Z [00:02:59.085]➜  EOF
2025-08-20T21:34:05.6446765Z [00:02:59.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/dns=>google.golang.org/grpc@v1.74.2/internal/resolver/dns;$WORK/b313=>" -p google.golang.org/grpc/internal/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid Bun2JGzAVDlYuTq33cze/Bun2JGzAVDlYuTq33cze -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/dns/dns_resolver.go
2025-08-20T21:34:05.6864460Z [00:02:59.128]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T21:34:05.6877951Z [00:02:59.129]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/31/316a0ef771056db494692136762915bc6ba9b5c72f6add912f7d57c8845f97c0-d # internal
2025-08-20T21:34:05.6902577Z [00:02:59.132]➜  golang.org/x/net/http/httpguts
2025-08-20T21:34:05.6904466Z [00:02:59.132]➜  mkdir -p $WORK/b295/
2025-08-20T21:34:05.6906563Z [00:02:59.132]➜  cat >/tmp/go-build1238918229/b295/importcfg << 'EOF' # internal
2025-08-20T21:34:05.6907979Z [00:02:59.132]➜  # import config
2025-08-20T21:34:05.6908592Z [00:02:59.132]➜  packagefile golang.org/x/net/idna=/tmp/go-build1238918229/b296/_pkg_.a
2025-08-20T21:34:05.6911245Z [00:02:59.132]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:05.6913797Z [00:02:59.132]➜  packagefile net/textproto=/tmp/go-build1238918229/b205/_pkg_.a
2025-08-20T21:34:05.6914550Z [00:02:59.132]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:05.6915659Z [00:02:59.132]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:05.6916316Z [00:02:59.132]➜  EOF
2025-08-20T21:34:05.6918556Z [00:02:59.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/http/httpguts=>golang.org/x/net@v0.42.0/http/httpguts;$WORK/b295=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid Ujhn0cbJu_cUIs1U7W7m/Ujhn0cbJu_cUIs1U7W7m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/http/httpguts/guts.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http/httpguts/httplex.go
2025-08-20T21:34:05.7345048Z [00:02:59.176]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T21:34:05.7349490Z [00:02:59.176]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/7a/7a185742c2a850b48ac5646fd97f97d07c65e34d948b16d693b768786b9925b2-d # internal
2025-08-20T21:34:05.7369444Z [00:02:59.178]➜  golang.org/x/net/internal/httpcommon
2025-08-20T21:34:05.7372544Z [00:02:59.178]➜  mkdir -p $WORK/b302/
2025-08-20T21:34:05.7373286Z [00:02:59.178]➜  cat >/tmp/go-build1238918229/b302/importcfg << 'EOF' # internal
2025-08-20T21:34:05.7374055Z [00:02:59.178]➜  # import config
2025-08-20T21:34:05.7374561Z [00:02:59.178]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:05.7376351Z [00:02:59.178]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:05.7376776Z [00:02:59.178]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.7377855Z [00:02:59.178]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build1238918229/b295/_pkg_.a
2025-08-20T21:34:05.7378496Z [00:02:59.178]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1238918229/b301/_pkg_.a
2025-08-20T21:34:05.7379039Z [00:02:59.178]➜  packagefile net/http/httptrace=/tmp/go-build1238918229/b211/_pkg_.a
2025-08-20T21:34:05.7379525Z [00:02:59.178]➜  packagefile net/textproto=/tmp/go-build1238918229/b205/_pkg_.a
2025-08-20T21:34:05.7379987Z [00:02:59.178]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:05.7380409Z [00:02:59.178]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:05.7380825Z [00:02:59.178]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:05.7381251Z [00:02:59.178]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:05.7381665Z [00:02:59.178]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:05.7381983Z [00:02:59.178]➜  EOF
2025-08-20T21:34:05.7384443Z [00:02:59.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/httpcommon=>golang.org/x/net@v0.42.0/internal/httpcommon;$WORK/b302=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid 47W336r4xRF5WLX3FdHA/47W336r4xRF5WLX3FdHA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/httpcommon/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/httpcommon/headermap.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/httpcommon/request.go
2025-08-20T21:34:05.7557699Z [00:02:59.197]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T21:34:05.7591225Z [00:02:59.200]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/ab/ab13c7d80b3c5aab462bef4f394ea1ff3a349ce6bd4220155b725f20d4a669ce-d # internal
2025-08-20T21:34:05.7602653Z [00:02:59.200]➜  google.golang.org/grpc/resolver/dns
2025-08-20T21:34:05.7603030Z [00:02:59.201]➜  mkdir -p $WORK/b312/
2025-08-20T21:34:05.7603411Z [00:02:59.201]➜  cat >/tmp/go-build1238918229/b312/importcfg << 'EOF' # internal
2025-08-20T21:34:05.7603760Z [00:02:59.201]➜  # import config
2025-08-20T21:34:05.7604250Z [00:02:59.201]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build1238918229/b313/_pkg_.a
2025-08-20T21:34:05.7604892Z [00:02:59.201]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:05.7605646Z [00:02:59.201]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:05.7606024Z [00:02:59.201]➜  EOF
2025-08-20T21:34:05.7608020Z [00:02:59.201]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/dns=>google.golang.org/grpc@v1.74.2/resolver/dns;$WORK/b312=>" -p google.golang.org/grpc/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid Fylk30VGn-YGZpSC0b2o/Fylk30VGn-YGZpSC0b2o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/dns/dns_resolver.go
2025-08-20T21:34:05.7950448Z [00:02:59.236]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T21:34:05.7980409Z [00:02:59.237]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/45/454ff5dba7e8abeedf7ef4a77eccf50e8145f327e0cd6f3ea10e6df893b3b5bd-d # internal
2025-08-20T21:34:05.7981059Z [00:02:59.237]➜  github.com/beorn7/perks/quantile
2025-08-20T21:34:05.7981402Z [00:02:59.239]➜  mkdir -p $WORK/b320/
2025-08-20T21:34:05.7982289Z [00:02:59.239]➜  cat >/tmp/go-build1238918229/b320/importcfg << 'EOF' # internal
2025-08-20T21:34:05.7983089Z [00:02:59.239]➜  # import config
2025-08-20T21:34:05.7983675Z [00:02:59.239]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:05.7985483Z [00:02:59.239]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:05.7985994Z [00:02:59.239]➜  EOF
2025-08-20T21:34:05.7988603Z [00:02:59.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile=>github.com/beorn7/perks@v1.0.1/quantile;$WORK/b320=>" -p github.com/beorn7/perks/quantile -lang=go1.11 -complete -installsuffix shared -buildid 33J2bBrDZVjugqmpMaCK/33J2bBrDZVjugqmpMaCK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile/stream.go
2025-08-20T21:34:05.8473262Z [00:02:59.289]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T21:34:05.8479827Z [00:02:59.289]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/f5/f5f9397cb5fe4e771f20bc83cbb2e116b2d8ee6f7dfd248e62e7fc44396cc81a-d # internal
2025-08-20T21:34:05.8481418Z [00:02:59.290]➜  github.com/cespare/xxhash/v2
2025-08-20T21:34:05.8482177Z [00:02:59.290]➜  mkdir -p $WORK/b321/
2025-08-20T21:34:05.8485874Z [00:02:59.290]➜  echo -n > $WORK/b321/go_asm.h # internal
2025-08-20T21:34:05.8488169Z [00:02:59.290]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:34:05.8489497Z [00:02:59.290]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b321=>" -I $WORK/b321/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b321/symabis ./xxhash_arm64.s
2025-08-20T21:34:05.8534716Z [00:02:59.295]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T21:34:05.8550047Z [00:02:59.296]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/61/610498d50d16738170ca64bbd70b20fc65a5dbc7874e60fb4ad2795fcc611bd9-d # internal
2025-08-20T21:34:05.8551586Z [00:02:59.297]➜  github.com/munnerz/goautoneg
2025-08-20T21:34:05.8552168Z [00:02:59.297]➜  mkdir -p $WORK/b327/
2025-08-20T21:34:05.8555948Z [00:02:59.297]➜  cat >/tmp/go-build1238918229/b327/importcfg << 'EOF' # internal
2025-08-20T21:34:05.8556878Z [00:02:59.297]➜  # import config
2025-08-20T21:34:05.8557600Z [00:02:59.297]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:05.8558605Z [00:02:59.297]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:05.8559118Z [00:02:59.297]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:05.8559448Z [00:02:59.297]➜  EOF
2025-08-20T21:34:05.8559699Z [00:02:59.297]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:05.8562320Z [00:02:59.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b327/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822=>github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822;$WORK/b327=>" -p github.com/munnerz/goautoneg -lang=go1.16 -complete -installsuffix shared -buildid Wd8hT5OKTvEBSA7ibi-E/Wd8hT5OKTvEBSA7ibi-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack /root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822/autoneg.go
2025-08-20T21:34:05.8623025Z [00:02:59.304]➜  cat >/tmp/go-build1238918229/b321/importcfg << 'EOF' # internal
2025-08-20T21:34:05.8623567Z [00:02:59.304]➜  # import config
2025-08-20T21:34:05.8623956Z [00:02:59.304]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:05.8624419Z [00:02:59.304]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:05.8624855Z [00:02:59.304]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:05.8625181Z [00:02:59.304]➜  EOF
2025-08-20T21:34:05.8627711Z [00:02:59.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b321=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid R0L0PSHpZmQQtsmBizg6/R0L0PSHpZmQQtsmBizg6 -goversion go1.25.0 -symabis $WORK/b321/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack -asmhdr $WORK/b321/go_asm.h /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash.go /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash_asm.go /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash_unsafe.go
2025-08-20T21:34:05.8807552Z [00:02:59.322]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T21:34:05.8814364Z [00:02:59.322]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/86/8636a61652abe6801377ab4cabf9071ab2fb47d07c6e612f887ff17d4cc7cce9-d # internal
2025-08-20T21:34:05.8815062Z [00:02:59.322]➜  google.golang.org/protobuf/encoding/protodelim
2025-08-20T21:34:05.8815437Z [00:02:59.323]➜  mkdir -p $WORK/b328/
2025-08-20T21:34:05.8819489Z [00:02:59.323]➜  cat >/tmp/go-build1238918229/b328/importcfg << 'EOF' # internal
2025-08-20T21:34:05.8820022Z [00:02:59.323]➜  # import config
2025-08-20T21:34:05.8820504Z [00:02:59.323]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:05.8820987Z [00:02:59.323]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:05.8831653Z [00:02:59.323]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.8832442Z [00:02:59.323]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1238918229/b226/_pkg_.a
2025-08-20T21:34:05.8833268Z [00:02:59.323]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:05.8834004Z [00:02:59.323]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:05.8834630Z [00:02:59.323]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:05.8835064Z [00:02:59.323]➜  EOF
2025-08-20T21:34:05.8837243Z [00:02:59.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protodelim=>google.golang.org/protobuf@v1.36.7/encoding/protodelim;$WORK/b328=>" -p google.golang.org/protobuf/encoding/protodelim -lang=go1.22 -complete -installsuffix shared -buildid n94M7Tsd0Fpqet_e436Y/n94M7Tsd0Fpqet_e436Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protodelim/protodelim.go
2025-08-20T21:34:05.9335878Z [00:02:59.374]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:34:05.9337741Z [00:02:59.374]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b321=>" -I $WORK/b321/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b321/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T21:34:05.9362817Z [00:02:59.378]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T21:34:05.9376100Z [00:02:59.379]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/53/53988c6fc25934187afff5f6d631ba5e5f6e8da7f84e1244a898056b159dcb07-d # internal
2025-08-20T21:34:05.9382616Z [00:02:59.380]➜  github.com/prometheus/procfs/internal/fs
2025-08-20T21:34:05.9383468Z [00:02:59.380]➜  mkdir -p $WORK/b330/
2025-08-20T21:34:05.9383889Z [00:02:59.380]➜  cat >/tmp/go-build1238918229/b330/importcfg << 'EOF' # internal
2025-08-20T21:34:05.9384241Z [00:02:59.380]➜  # import config
2025-08-20T21:34:05.9384575Z [00:02:59.380]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.9384982Z [00:02:59.380]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:05.9385422Z [00:02:59.380]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:05.9385763Z [00:02:59.380]➜  EOF
2025-08-20T21:34:05.9386184Z [00:02:59.380]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:05.9388301Z [00:02:59.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/internal/fs=>github.com/prometheus/procfs@v0.16.0/internal/fs;$WORK/b330=>" -p github.com/prometheus/procfs/internal/fs -lang=go1.21 -complete -installsuffix shared -buildid EownZt5CsOTSTVL2Bt3o/EownZt5CsOTSTVL2Bt3o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/internal/fs/fs.go
2025-08-20T21:34:05.9404892Z [00:02:59.382]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T21:34:05.9405389Z [00:02:59.382]➜  go tool pack r $WORK/b321/_pkg_.a $WORK/b321/xxhash_arm64.o # internal
2025-08-20T21:34:05.9405828Z [00:02:59.382]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T21:34:05.9410485Z [00:02:59.382]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/2e/2ebcd9b81308f497c5e0b7005b7f554eab2910636c1cd3638a43c54dc2de8e55-d # internal
2025-08-20T21:34:05.9414672Z [00:02:59.383]➜  github.com/prometheus/procfs/internal/util
2025-08-20T21:34:05.9415577Z [00:02:59.383]➜  mkdir -p $WORK/b331/
2025-08-20T21:34:05.9429754Z [00:02:59.384]➜  cat >/tmp/go-build1238918229/b331/importcfg << 'EOF' # internal
2025-08-20T21:34:05.9430587Z [00:02:59.384]➜  # import config
2025-08-20T21:34:05.9431908Z [00:02:59.384]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:05.9433301Z [00:02:59.384]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:05.9434055Z [00:02:59.384]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:05.9434653Z [00:02:59.384]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:05.9435413Z [00:02:59.384]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:05.9436190Z [00:02:59.384]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:05.9436883Z [00:02:59.384]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:05.9437714Z [00:02:59.384]➜  EOF
2025-08-20T21:34:05.9438312Z [00:02:59.384]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:05.9441924Z [00:02:59.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b331/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/internal/util=>github.com/prometheus/procfs@v0.16.0/internal/util;$WORK/b331=>" -p github.com/prometheus/procfs/internal/util -lang=go1.21 -complete -installsuffix shared -buildid XQMN2T0l_nQ-ADPuRC23/XQMN2T0l_nQ-ADPuRC23 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/internal/util/parse.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/internal/util/readfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/internal/util/sysreadfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/internal/util/valueparser.go
2025-08-20T21:34:05.9559767Z [00:02:59.397]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T21:34:05.9570097Z [00:02:59.398]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/c1/c1606aa5ff2963132ea2381747f5200efecd5fa3e1fdcca1c0346f77dbb3ffe6-d # internal
2025-08-20T21:34:05.9570673Z [00:02:59.398]➜  runtime/debug
2025-08-20T21:34:05.9570927Z [00:02:59.398]➜  mkdir -p $WORK/b332/
2025-08-20T21:34:05.9571238Z [00:02:59.398]➜  echo -n > $WORK/b332/go_asm.h # internal
2025-08-20T21:34:05.9571588Z [00:02:59.398]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:34:05.9572594Z [00:02:59.398]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b332=>" -I $WORK/b332/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b332/symabis ./debug.s
2025-08-20T21:34:05.9614847Z [00:02:59.403]➜  cat >/tmp/go-build1238918229/b332/importcfg << 'EOF' # internal
2025-08-20T21:34:05.9618416Z [00:02:59.403]➜  # import config
2025-08-20T21:34:05.9619803Z [00:02:59.403]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:05.9621432Z [00:02:59.404]➜  packagefile internal/poll=/tmp/go-build1238918229/b061/_pkg_.a
2025-08-20T21:34:05.9623679Z [00:02:59.404]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:05.9624348Z [00:02:59.404]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:05.9626138Z [00:02:59.404]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:05.9627171Z [00:02:59.404]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:05.9628174Z [00:02:59.404]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:05.9628917Z [00:02:59.404]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:05.9629475Z [00:02:59.404]➜  EOF
2025-08-20T21:34:05.9629978Z [00:02:59.404]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:05.9632319Z [00:02:59.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b332/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b332=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b332/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack -asmhdr $WORK/b332/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-20T21:34:06.0001786Z [00:02:59.441]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T21:34:06.0003573Z [00:02:59.442]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/40/404a6f756114c706096d7139ba9ae408ac43b7569bd74d9259a129586bd4431b-d # internal
2025-08-20T21:34:06.0019615Z [00:02:59.443]➜  github.com/prometheus/procfs
2025-08-20T21:34:06.0030302Z [00:02:59.444]➜  mkdir -p $WORK/b329/
2025-08-20T21:34:06.0045488Z [00:02:59.446]➜  cat >/tmp/go-build1238918229/b329/importcfg << 'EOF' # internal
2025-08-20T21:34:06.0046364Z [00:02:59.446]➜  # import config
2025-08-20T21:34:06.0047001Z [00:02:59.446]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:06.0048395Z [00:02:59.446]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:06.0049058Z [00:02:59.446]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:06.0050843Z [00:02:59.446]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:06.0051942Z [00:02:59.446]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:06.0067628Z [00:02:59.446]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build1238918229/b330/_pkg_.a
2025-08-20T21:34:06.0068390Z [00:02:59.446]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build1238918229/b331/_pkg_.a
2025-08-20T21:34:06.0068989Z [00:02:59.446]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:06.0069734Z [00:02:59.446]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:06.0070241Z [00:02:59.446]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:06.0070666Z [00:02:59.446]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:06.0071063Z [00:02:59.446]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:06.0071493Z [00:02:59.446]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:06.0071950Z [00:02:59.446]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:06.0072359Z [00:02:59.446]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:06.0072779Z [00:02:59.446]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:06.0073208Z [00:02:59.446]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:06.0073635Z [00:02:59.446]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:06.0074055Z [00:02:59.446]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:06.0074362Z [00:02:59.446]➜  EOF
2025-08-20T21:34:06.0090654Z [00:02:59.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0=>github.com/prometheus/procfs@v0.16.0;$WORK/b329=>" -p github.com/prometheus/procfs -lang=go1.21 -complete -installsuffix shared -buildid lsn_sihHGOt6WTXm0270/lsn_sihHGOt6WTXm0270 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/arp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/buddyinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/cmdline.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/cpuinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/cpuinfo_armx.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/crypto.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/doc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/fs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/fs_statfs_type.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/fscache.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/ipvs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/kernel_random.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/loadavg.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/mdstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/meminfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/mountinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/mountstats.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_conntrackstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_dev.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_dev_snmp6.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_ip_socket.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_protocols.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_route.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_sockstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_softnet.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_tcp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_tls_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_udp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_unix.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_wireless.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/net_xfrm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_cgroup.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_cgroups.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_environ.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_fdinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_interrupts.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_io.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_limits.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_maps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_ns.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_psi.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_smaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_snmp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_snmp6.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_status.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/proc_sys.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/schedstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/slab.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/softirqs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/swaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/thread.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/vm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.16.0/zoneinfo.go
2025-08-20T21:34:06.0476091Z [00:02:59.489]➜  cd /root/.go/src/runtime/debug
2025-08-20T21:34:06.0489631Z [00:02:59.489]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b332=>" -I $WORK/b332/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b332/debug.o ./debug.s
2025-08-20T21:34:06.0502184Z [00:02:59.492]➜  go tool pack r $WORK/b332/_pkg_.a $WORK/b332/debug.o # internal
2025-08-20T21:34:06.0505158Z [00:02:59.492]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T21:34:06.0514620Z [00:02:59.493]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T21:34:06.0516929Z [00:02:59.493]➜  github.com/kelseyhightower/envconfig
2025-08-20T21:34:06.0518265Z [00:02:59.493]➜  mkdir -p $WORK/b333/
2025-08-20T21:34:06.0524148Z [00:02:59.494]➜  cat >/tmp/go-build1238918229/b333/importcfg << 'EOF' # internal
2025-08-20T21:34:06.0525110Z [00:02:59.494]➜  # import config
2025-08-20T21:34:06.0526311Z [00:02:59.494]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:06.0527384Z [00:02:59.494]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:06.0528401Z [00:02:59.494]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:06.0529102Z [00:02:59.494]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:06.0529695Z [00:02:59.494]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:06.0530318Z [00:02:59.494]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:06.0530894Z [00:02:59.494]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:06.0531467Z [00:02:59.494]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:06.0532745Z [00:02:59.494]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:06.0541437Z [00:02:59.494]➜  packagefile text/tabwriter=/tmp/go-build1238918229/b215/_pkg_.a
2025-08-20T21:34:06.0542828Z [00:02:59.494]➜  packagefile text/template=/tmp/go-build1238918229/b193/_pkg_.a
2025-08-20T21:34:06.0543360Z [00:02:59.494]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:06.0543681Z [00:02:59.494]➜  EOF
2025-08-20T21:34:06.0543942Z [00:02:59.495]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:06.0547129Z [00:02:59.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b333/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kelseyhightower/envconfig@v1.4.0=>github.com/kelseyhightower/envconfig@v1.4.0;$WORK/b333=>" -p github.com/kelseyhightower/envconfig -lang=go1.16 -complete -installsuffix shared -buildid WZ3I01Nkp2ee9slGDPC4/WZ3I01Nkp2ee9slGDPC4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack /root/go/pkg/mod/github.com/kelseyhightower/envconfig@v1.4.0/doc.go /root/go/pkg/mod/github.com/kelseyhightower/envconfig@v1.4.0/env_os.go /root/go/pkg/mod/github.com/kelseyhightower/envconfig@v1.4.0/envconfig.go /root/go/pkg/mod/github.com/kelseyhightower/envconfig@v1.4.0/usage.go
2025-08-20T21:34:06.1465123Z [00:02:59.588]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T21:34:06.1513269Z [00:02:59.592]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/1a/1a17b0de557ee964305a7ea9311272f68f296e6dd612fb2054c4aee26a4a1d77-d # internal
2025-08-20T21:34:06.1518430Z [00:02:59.593]➜  go.opentelemetry.io/otel/attribute/internal
2025-08-20T21:34:06.1519900Z [00:02:59.593]➜  mkdir -p $WORK/b337/
2025-08-20T21:34:06.1520563Z [00:02:59.593]➜  cat >/tmp/go-build1238918229/b337/importcfg << 'EOF' # internal
2025-08-20T21:34:06.1521184Z [00:02:59.593]➜  # import config
2025-08-20T21:34:06.1538636Z [00:02:59.593]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:06.1539264Z [00:02:59.593]➜  EOF
2025-08-20T21:34:06.1541491Z [00:02:59.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b337/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/internal=>go.opentelemetry.io/otel@v1.37.0/attribute/internal;$WORK/b337=>" -p go.opentelemetry.io/otel/attribute/internal -lang=go1.23 -complete -installsuffix shared -buildid y9I8l4VJZDzXgYSXBkcS/y9I8l4VJZDzXgYSXBkcS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/internal/attribute.go
2025-08-20T21:34:06.2173262Z [00:02:59.659]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T21:34:06.2181762Z [00:02:59.659]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/cd/cda5dd4366497f73b2396e9822f676dfb67c19ae9c869768d0863097d8cd7f8e-d # internal
2025-08-20T21:34:06.2190691Z [00:02:59.660]➜  go.opentelemetry.io/otel/attribute
2025-08-20T21:34:06.2191064Z [00:02:59.660]➜  mkdir -p $WORK/b336/
2025-08-20T21:34:06.2194366Z [00:02:59.661]➜  cat >/tmp/go-build1238918229/b336/importcfg << 'EOF' # internal
2025-08-20T21:34:06.2195016Z [00:02:59.661]➜  # import config
2025-08-20T21:34:06.2198250Z [00:02:59.661]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:06.2199283Z [00:02:59.661]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:06.2208851Z [00:02:59.661]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:06.2209304Z [00:02:59.661]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:06.2209864Z [00:02:59.661]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/tmp/go-build1238918229/b337/_pkg_.a
2025-08-20T21:34:06.2210405Z [00:02:59.661]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:06.2210822Z [00:02:59.661]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:06.2211263Z [00:02:59.661]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:06.2211676Z [00:02:59.661]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:06.2212094Z [00:02:59.661]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:06.2212510Z [00:02:59.661]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:06.2212942Z [00:02:59.661]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:06.2213286Z [00:02:59.661]➜  EOF
2025-08-20T21:34:06.2217922Z [00:02:59.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b336/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute=>go.opentelemetry.io/otel@v1.37.0/attribute;$WORK/b336=>" -p go.opentelemetry.io/otel/attribute -lang=go1.23 -complete -installsuffix shared -buildid LDVdUcwiqf5ynvO4ICK-/LDVdUcwiqf5ynvO4ICK- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/encoder.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/filter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/iterator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/key.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/kv.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/rawhelpers.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/set.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/type_string.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/attribute/value.go
2025-08-20T21:34:06.4002380Z [00:02:59.841]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T21:34:06.4039042Z [00:02:59.845]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/0a/0a6cdc7033f35b422a754b1021d7aa281e0dcbfc95602221c14aca3dd93ae5ec-d # internal
2025-08-20T21:34:06.4044199Z [00:02:59.846]➜  go.opentelemetry.io/otel/semconv/v1.34.0
2025-08-20T21:34:06.4046940Z [00:02:59.846]➜  mkdir -p $WORK/b338/
2025-08-20T21:34:06.4049734Z [00:02:59.846]➜  cat >/tmp/go-build1238918229/b338/importcfg << 'EOF' # internal
2025-08-20T21:34:06.4051206Z [00:02:59.846]➜  # import config
2025-08-20T21:34:06.4053754Z [00:02:59.847]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:06.4054854Z [00:02:59.847]➜  EOF
2025-08-20T21:34:06.4060003Z [00:02:59.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b338/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0;$WORK/b338=>" -p go.opentelemetry.io/otel/semconv/v1.34.0 -lang=go1.23 -complete -installsuffix shared -buildid mQ4TxDdPAkxTSpGFKRqD/mQ4TxDdPAkxTSpGFKRqD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/schema.go
2025-08-20T21:34:06.6974600Z [00:03:00.139]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T21:34:06.7309495Z [00:03:00.172]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/c1/c12a21ff8a83bfcf2ee6faf0aaadc6b32f5792e0db2d1d4ac4e3d0c99ba21426-d # internal
2025-08-20T21:34:06.7315338Z [00:03:00.173]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T21:34:06.7316879Z [00:03:00.173]➜  mkdir -p $WORK/b260/
2025-08-20T21:34:06.7318907Z [00:03:00.173]➜  cat >/tmp/go-build1238918229/b260/importcfg << 'EOF' # internal
2025-08-20T21:34:06.7319519Z [00:03:00.173]➜  # import config
2025-08-20T21:34:06.7321512Z [00:03:00.173]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build1238918229/b252/_pkg_.a
2025-08-20T21:34:06.7322246Z [00:03:00.173]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1238918229/b250/_pkg_.a
2025-08-20T21:34:06.7322929Z [00:03:00.173]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build1238918229/b261/_pkg_.a
2025-08-20T21:34:06.7323622Z [00:03:00.173]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:06.7324342Z [00:03:00.173]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1238918229/b238/_pkg_.a
2025-08-20T21:34:06.7324925Z [00:03:00.173]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:06.7325240Z [00:03:00.173]➜  EOF
2025-08-20T21:34:06.7327718Z [00:03:00.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filetype=>google.golang.org/protobuf@v1.36.7/internal/filetype;$WORK/b260=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.22 -complete -installsuffix shared -buildid JaKT9MX8eYH_ClAmTdRv/JaKT9MX8eYH_ClAmTdRv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filetype/build.go
2025-08-20T21:34:06.7504739Z [00:03:00.192]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T21:34:06.7640600Z [00:03:00.205]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/18/18233fc700f2be1090a4f0f5b6478f3a8ada22c91edc44bcfd2a6063cd089d98-d # internal
2025-08-20T21:34:06.7724354Z [00:03:00.214]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal
2025-08-20T21:34:06.7726676Z [00:03:00.214]➜  mkdir -p $WORK/b335/
2025-08-20T21:34:06.7728758Z [00:03:00.214]➜  cat >/tmp/go-build1238918229/b335/importcfg << 'EOF' # internal
2025-08-20T21:34:06.7729499Z [00:03:00.214]➜  # import config
2025-08-20T21:34:06.7730208Z [00:03:00.214]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:06.7732960Z [00:03:00.214]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build1238918229/b338/_pkg_.a
2025-08-20T21:34:06.7733802Z [00:03:00.214]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:06.7734684Z [00:03:00.214]➜  EOF
2025-08-20T21:34:06.7737372Z [00:03:00.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.62.0/internal=>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.62.0/internal;$WORK/b335=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal -lang=go1.23 -complete -installsuffix shared -buildid Sk2GWa-uknGeiHiwYB6K/Sk2GWa-uknGeiHiwYB6K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.62.0/internal/parse.go
2025-08-20T21:34:06.7975016Z [00:03:00.239]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T21:34:06.7976797Z [00:03:00.239]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/d6/d66561c3a2a102d8c60251880d06b0c89f0eb75b6b2b5b441d10de6753ae090e-d # internal
2025-08-20T21:34:06.8011233Z [00:03:00.239]➜  github.com/go-logr/logr
2025-08-20T21:34:06.8011851Z [00:03:00.242]➜  mkdir -p $WORK/b340/
2025-08-20T21:34:06.8012635Z [00:03:00.242]➜  cat >/tmp/go-build1238918229/b340/importcfg << 'EOF' # internal
2025-08-20T21:34:06.8014891Z [00:03:00.242]➜  # import config
2025-08-20T21:34:06.8015451Z [00:03:00.242]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:06.8016067Z [00:03:00.242]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:06.8017865Z [00:03:00.242]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:06.8018490Z [00:03:00.242]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:06.8019191Z [00:03:00.242]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:06.8019729Z [00:03:00.242]➜  EOF
2025-08-20T21:34:06.8022859Z [00:03:00.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.3=>github.com/go-logr/logr@v1.4.3;$WORK/b340=>" -p github.com/go-logr/logr -lang=go1.18 -complete -installsuffix shared -buildid Q5n_wxmDwd4r1OjaorH9/Q5n_wxmDwd4r1OjaorH9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/context.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/context_slog.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/discard.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/logr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/sloghandler.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/slogr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/slogsink.go
2025-08-20T21:34:06.8050200Z [00:03:00.246]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T21:34:06.8063090Z [00:03:00.248]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/83/833251d50fccb5f9d78b52743e4b42176c02726721df6eb946da0cf56bf63eac-d # internal
2025-08-20T21:34:06.8064600Z [00:03:00.248]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T21:34:06.8067099Z [00:03:00.248]➜  mkdir -p $WORK/b259/
2025-08-20T21:34:06.8080833Z [00:03:00.249]➜  cat >/tmp/go-build1238918229/b259/importcfg << 'EOF' # internal
2025-08-20T21:34:06.8082047Z [00:03:00.249]➜  # import config
2025-08-20T21:34:06.8082739Z [00:03:00.249]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1238918229/b250/_pkg_.a
2025-08-20T21:34:06.8084335Z [00:03:00.249]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build1238918229/b260/_pkg_.a
2025-08-20T21:34:06.8085399Z [00:03:00.249]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build1238918229/b261/_pkg_.a
2025-08-20T21:34:06.8086293Z [00:03:00.249]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build1238918229/b264/_pkg_.a
2025-08-20T21:34:06.8087156Z [00:03:00.249]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build1238918229/b265/_pkg_.a
2025-08-20T21:34:06.8088442Z [00:03:00.249]➜  EOF
2025-08-20T21:34:06.8090779Z [00:03:00.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoimpl=>google.golang.org/protobuf@v1.36.7/runtime/protoimpl;$WORK/b259=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.22 -complete -installsuffix shared -buildid TnbFMzdcG51NFnqOFmiD/TnbFMzdcG51NFnqOFmiD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoimpl/impl.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoimpl/version.go
2025-08-20T21:34:06.8654480Z [00:03:00.307]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T21:34:06.8655680Z [00:03:00.307]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T21:34:06.8663646Z [00:03:00.308]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/54/54bfb73f984509d29188a80ad2a5fea185e7b110421ce85a88e8281636a13b3f-d # internal
2025-08-20T21:34:06.8664904Z [00:03:00.308]➜  github.com/go-logr/logr/funcr
2025-08-20T21:34:06.8665539Z [00:03:00.308]➜  mkdir -p $WORK/b343/
2025-08-20T21:34:06.8668888Z [00:03:00.308]➜  cat >/tmp/go-build1238918229/b343/importcfg << 'EOF' # internal
2025-08-20T21:34:06.8669750Z [00:03:00.308]➜  # import config
2025-08-20T21:34:06.8670383Z [00:03:00.308]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:06.8671083Z [00:03:00.308]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:06.8671830Z [00:03:00.308]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:06.8672543Z [00:03:00.308]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:06.8674184Z [00:03:00.308]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:06.8675028Z [00:03:00.308]➜  packagefile github.com/go-logr/logr=/tmp/go-build1238918229/b340/_pkg_.a
2025-08-20T21:34:06.8676199Z [00:03:00.308]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:06.8677128Z [00:03:00.308]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:06.8677906Z [00:03:00.308]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:06.8678895Z [00:03:00.308]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:06.8679826Z [00:03:00.308]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:06.8680734Z [00:03:00.308]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:06.8681538Z [00:03:00.308]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:06.8682398Z [00:03:00.308]➜  EOF
2025-08-20T21:34:06.8683288Z [00:03:00.308]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/a1/a15019088da941f73a367641bae50ba53a6e2df95fa75c7e99b11b60ada0e594-d # internal
2025-08-20T21:34:06.8692305Z [00:03:00.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b343/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/funcr=>github.com/go-logr/logr@v1.4.3/funcr;$WORK/b343=>" -p github.com/go-logr/logr/funcr -lang=go1.18 -complete -installsuffix shared -buildid gNQqTfkxY3PBzZvBTAlr/gNQqTfkxY3PBzZvBTAlr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/funcr/funcr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/funcr/slogsink.go
2025-08-20T21:34:06.8694226Z [00:03:00.309]➜  google.golang.org/protobuf/protoadapt
2025-08-20T21:34:06.8694537Z [00:03:00.309]➜  mkdir -p $WORK/b258/
2025-08-20T21:34:06.8694911Z [00:03:00.309]➜  cat >/tmp/go-build1238918229/b258/importcfg << 'EOF' # internal
2025-08-20T21:34:06.8695252Z [00:03:00.309]➜  # import config
2025-08-20T21:34:06.8695684Z [00:03:00.309]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:06.8696348Z [00:03:00.309]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1238918229/b239/_pkg_.a
2025-08-20T21:34:06.8697039Z [00:03:00.309]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:06.8697585Z [00:03:00.309]➜  EOF
2025-08-20T21:34:06.8699549Z [00:03:00.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/protoadapt=>google.golang.org/protobuf@v1.36.7/protoadapt;$WORK/b258=>" -p google.golang.org/protobuf/protoadapt -lang=go1.22 -complete -installsuffix shared -buildid 4qW8hkxKJSATbmg4feJ5/4qW8hkxKJSATbmg4feJ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/protoadapt/convert.go
2025-08-20T21:34:06.9125527Z [00:03:00.353]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T21:34:06.9125968Z [00:03:00.353]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T21:34:06.9126680Z [00:03:00.353]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/eb/eb4b756a328ecbec6202061d5ab72861762aa203fa0dd878b748699a19f5b3c6-d # internal
2025-08-20T21:34:06.9127273Z [00:03:00.353]➜  google.golang.org/grpc/internal/pretty
2025-08-20T21:34:06.9127756Z [00:03:00.353]➜  mkdir -p $WORK/b247/
2025-08-20T21:34:06.9128146Z [00:03:00.353]➜  cat >/tmp/go-build1238918229/b247/importcfg << 'EOF' # internal
2025-08-20T21:34:06.9128494Z [00:03:00.353]➜  # import config
2025-08-20T21:34:06.9128849Z [00:03:00.353]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:06.9129291Z [00:03:00.353]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:06.9129721Z [00:03:00.353]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:06.9130281Z [00:03:00.353]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1238918229/b248/_pkg_.a
2025-08-20T21:34:06.9130963Z [00:03:00.353]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1238918229/b258/_pkg_.a
2025-08-20T21:34:06.9131375Z [00:03:00.353]➜  EOF
2025-08-20T21:34:06.9133306Z [00:03:00.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/pretty=>google.golang.org/grpc@v1.74.2/internal/pretty;$WORK/b247=>" -p google.golang.org/grpc/internal/pretty -lang=go1.23 -complete -installsuffix shared -buildid Or5jbIxIkEyLsBOsUltI/Or5jbIxIkEyLsBOsUltI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/pretty/pretty.go
2025-08-20T21:34:06.9213644Z [00:03:00.362]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T21:34:06.9337532Z [00:03:00.375]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/78/78196428023b85fda33e0f949c4b21f90c68bdc87e3775624d6987be9560593b-d # internal
2025-08-20T21:34:06.9344839Z [00:03:00.375]➜  golang.org/x/net/trace
2025-08-20T21:34:06.9345154Z [00:03:00.375]➜  mkdir -p $WORK/b187/
2025-08-20T21:34:06.9350716Z [00:03:00.376]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T21:34:06.9355461Z [00:03:00.377]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/6b/6baefdbdc0ddbb18d13bbe4c2999e00f33d878693e8642f74e5eac21ff0dd2ae-d # internal
2025-08-20T21:34:06.9356124Z [00:03:00.377]➜  google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
2025-08-20T21:34:06.9358139Z [00:03:00.377]➜  mkdir -p $WORK/b245/
2025-08-20T21:34:06.9362267Z [00:03:00.378]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/bd/bd0d87ce0885d9f0e9e546e1ee9224ede0e687bddad346c1f4ed1bd79dc2cb96-d # internal
2025-08-20T21:34:06.9375974Z [00:03:00.379]➜  cat >/tmp/go-build1238918229/b187/importcfg << 'EOF' # internal
2025-08-20T21:34:06.9376976Z [00:03:00.379]➜  # import config
2025-08-20T21:34:06.9379182Z [00:03:00.379]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:06.9383531Z [00:03:00.380]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:06.9384436Z [00:03:00.380]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:06.9385464Z [00:03:00.380]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build1238918229/b188/_pkg_.a
2025-08-20T21:34:06.9386287Z [00:03:00.380]➜  packagefile html/template=/tmp/go-build1238918229/b189/_pkg_.a
2025-08-20T21:34:06.9387164Z [00:03:00.380]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:06.9387985Z [00:03:00.380]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:06.9389072Z [00:03:00.380]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:06.9389800Z [00:03:00.380]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:06.9390647Z [00:03:00.380]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:06.9391367Z [00:03:00.380]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:06.9391972Z [00:03:00.380]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:06.9392529Z [00:03:00.380]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:06.9397276Z [00:03:00.380]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:06.9414718Z [00:03:00.380]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:06.9415181Z [00:03:00.380]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:06.9415620Z [00:03:00.380]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:06.9416117Z [00:03:00.380]➜  packagefile text/tabwriter=/tmp/go-build1238918229/b215/_pkg_.a
2025-08-20T21:34:06.9416554Z [00:03:00.380]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:06.9416864Z [00:03:00.380]➜  EOF
2025-08-20T21:34:06.9417121Z [00:03:00.380]➜  google.golang.org/grpc/encoding/proto
2025-08-20T21:34:06.9417423Z [00:03:00.380]➜  mkdir -p $WORK/b273/
2025-08-20T21:34:06.9417991Z [00:03:00.380]➜  cat >/tmp/go-build1238918229/b273/importcfg << 'EOF' # internal
2025-08-20T21:34:06.9418346Z [00:03:00.380]➜  # import config
2025-08-20T21:34:06.9418675Z [00:03:00.380]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:06.9419173Z [00:03:00.380]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build1238918229/b270/_pkg_.a
2025-08-20T21:34:06.9419742Z [00:03:00.380]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1238918229/b272/_pkg_.a
2025-08-20T21:34:06.9420312Z [00:03:00.380]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:06.9420951Z [00:03:00.380]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1238918229/b258/_pkg_.a
2025-08-20T21:34:06.9421363Z [00:03:00.380]➜  EOF
2025-08-20T21:34:06.9423653Z [00:03:00.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/proto=>google.golang.org/grpc@v1.74.2/encoding/proto;$WORK/b273=>" -p google.golang.org/grpc/encoding/proto -lang=go1.23 -complete -installsuffix shared -buildid -9znb6Gv4M9ingICw10y/-9znb6Gv4M9ingICw10y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/proto/proto.go
2025-08-20T21:34:06.9425477Z [00:03:00.380]➜  cat >/tmp/go-build1238918229/b245/importcfg << 'EOF' # internal
2025-08-20T21:34:06.9425819Z [00:03:00.380]➜  # import config
2025-08-20T21:34:06.9426177Z [00:03:00.380]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:06.9426629Z [00:03:00.380]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:06.9427034Z [00:03:00.380]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:06.9427677Z [00:03:00.380]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1238918229/b218/_pkg_.a
2025-08-20T21:34:06.9428400Z [00:03:00.380]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build1238918229/b244/_pkg_.a
2025-08-20T21:34:06.9429080Z [00:03:00.380]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1238918229/b084/_pkg_.a
2025-08-20T21:34:06.9429722Z [00:03:00.380]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1238918229/b240/_pkg_.a
2025-08-20T21:34:06.9430337Z [00:03:00.380]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:06.9430962Z [00:03:00.380]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1238918229/b224/_pkg_.a
2025-08-20T21:34:06.9431882Z [00:03:00.380]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1238918229/b246/_pkg_.a
2025-08-20T21:34:06.9432526Z [00:03:00.380]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1238918229/b247/_pkg_.a
2025-08-20T21:34:06.9433135Z [00:03:00.380]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:06.9433737Z [00:03:00.380]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1238918229/b093/_pkg_.a
2025-08-20T21:34:06.9434249Z [00:03:00.380]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:06.9434669Z [00:03:00.380]➜  packagefile net/netip=/tmp/go-build1238918229/b098/_pkg_.a
2025-08-20T21:34:06.9435089Z [00:03:00.380]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:06.9435491Z [00:03:00.380]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:06.9435795Z [00:03:00.380]➜  EOF
2025-08-20T21:34:06.9449452Z [00:03:00.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/pickfirstleaf=>google.golang.org/grpc@v1.74.2/balancer/pickfirst/pickfirstleaf;$WORK/b245=>" -p google.golang.org/grpc/balancer/pickfirst/pickfirstleaf -lang=go1.23 -complete -installsuffix shared -buildid vWmeB8Q9GBZdiy_UqRhu/vWmeB8Q9GBZdiy_UqRhu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/pickfirstleaf/pickfirstleaf.go
2025-08-20T21:34:06.9453329Z [00:03:00.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/trace=>golang.org/x/net@v0.42.0/trace;$WORK/b187=>" -p golang.org/x/net/trace -lang=go1.23 -complete -installsuffix shared -buildid 8ENu2oITUGwrBYi1eQv9/8ENu2oITUGwrBYi1eQv9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/trace/events.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/trace/histogram.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/trace/trace.go
2025-08-20T21:34:06.9668810Z [00:03:00.408]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T21:34:06.9680442Z [00:03:00.409]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/a5/a55742543496aa19b9492d38aa868d3f0ce1bc563339efb99ad6b02c9710a053-d # internal
2025-08-20T21:34:06.9688992Z [00:03:00.409]➜  google.golang.org/protobuf/types/known/durationpb
2025-08-20T21:34:06.9689404Z [00:03:00.409]➜  mkdir -p $WORK/b279/
2025-08-20T21:34:06.9704684Z [00:03:00.411]➜  cat >/tmp/go-build1238918229/b279/importcfg << 'EOF' # internal
2025-08-20T21:34:06.9705067Z [00:03:00.411]➜  # import config
2025-08-20T21:34:06.9705574Z [00:03:00.411]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:06.9711171Z [00:03:00.411]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:06.9712135Z [00:03:00.411]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:06.9712562Z [00:03:00.411]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:06.9712976Z [00:03:00.411]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:06.9713385Z [00:03:00.411]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:06.9713690Z [00:03:00.411]➜  EOF
2025-08-20T21:34:06.9715854Z [00:03:00.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/durationpb=>google.golang.org/protobuf@v1.36.7/types/known/durationpb;$WORK/b279=>" -p google.golang.org/protobuf/types/known/durationpb -lang=go1.22 -complete -installsuffix shared -buildid iIHE7WPD1eYRlWrXrhY0/iIHE7WPD1eYRlWrXrhY0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/durationpb/duration.pb.go
2025-08-20T21:34:06.9756095Z [00:03:00.417]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T21:34:06.9809407Z [00:03:00.420]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/dd/ddfaac4882ebc7031eb46aa3bd64c34798cc0394380b5530b18b052ed0cc40f2-d # internal
2025-08-20T21:34:06.9811799Z [00:03:00.420]➜  google.golang.org/protobuf/types/known/timestamppb
2025-08-20T21:34:06.9813119Z [00:03:00.420]➜  mkdir -p $WORK/b280/
2025-08-20T21:34:06.9813619Z [00:03:00.420]➜  cat >/tmp/go-build1238918229/b280/importcfg << 'EOF' # internal
2025-08-20T21:34:06.9814309Z [00:03:00.420]➜  # import config
2025-08-20T21:34:06.9815026Z [00:03:00.420]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:06.9816165Z [00:03:00.420]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:06.9816941Z [00:03:00.420]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:06.9817930Z [00:03:00.420]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:06.9818626Z [00:03:00.420]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:06.9819044Z [00:03:00.420]➜  EOF
2025-08-20T21:34:06.9821993Z [00:03:00.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/timestamppb=>google.golang.org/protobuf@v1.36.7/types/known/timestamppb;$WORK/b280=>" -p google.golang.org/protobuf/types/known/timestamppb -lang=go1.22 -complete -installsuffix shared -buildid RJxUXewO0XQkrbW2bIim/RJxUXewO0XQkrbW2bIim -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/timestamppb/timestamp.pb.go
2025-08-20T21:34:07.0121344Z [00:03:00.453]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T21:34:07.0136034Z [00:03:00.455]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/ec/ec93881c157da5ab6bdc22c2b0235de72ec281e9465005bdb4a61166e19c6aa1-d # internal
2025-08-20T21:34:07.0137422Z [00:03:00.455]➜  google.golang.org/protobuf/types/known/anypb
2025-08-20T21:34:07.0138310Z [00:03:00.455]➜  mkdir -p $WORK/b283/
2025-08-20T21:34:07.0149065Z [00:03:00.456]➜  cat >/tmp/go-build1238918229/b283/importcfg << 'EOF' # internal
2025-08-20T21:34:07.0149472Z [00:03:00.456]➜  # import config
2025-08-20T21:34:07.0149920Z [00:03:00.456]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:07.0150630Z [00:03:00.456]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:07.0151352Z [00:03:00.456]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1238918229/b238/_pkg_.a
2025-08-20T21:34:07.0152102Z [00:03:00.456]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:07.0153023Z [00:03:00.456]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:07.0153454Z [00:03:00.456]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:07.0153869Z [00:03:00.456]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.0154177Z [00:03:00.456]➜  EOF
2025-08-20T21:34:07.0156194Z [00:03:00.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/anypb=>google.golang.org/protobuf@v1.36.7/types/known/anypb;$WORK/b283=>" -p google.golang.org/protobuf/types/known/anypb -lang=go1.22 -complete -installsuffix shared -buildid sBiu7LdXMw-cNmVo-6nZ/sBiu7LdXMw-cNmVo-6nZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/anypb/any.pb.go
2025-08-20T21:34:07.0374052Z [00:03:00.478]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T21:34:07.0393738Z [00:03:00.480]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/a7/a75df211bc4f3d1a9e7d4b989c858083f2946e4a30cd24acdae2fceb48960de8-d # internal
2025-08-20T21:34:07.0398534Z [00:03:00.481]➜  google.golang.org/grpc/balancer/pickfirst
2025-08-20T21:34:07.0404388Z [00:03:00.481]➜  mkdir -p $WORK/b243/
2025-08-20T21:34:07.0404746Z [00:03:00.481]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T21:34:07.0421144Z [00:03:00.483]➜  cat >/tmp/go-build1238918229/b243/importcfg << 'EOF' # internal
2025-08-20T21:34:07.0424610Z [00:03:00.484]➜  # import config
2025-08-20T21:34:07.0426605Z [00:03:00.484]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:07.0427081Z [00:03:00.484]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.0427610Z [00:03:00.484]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.0430174Z [00:03:00.484]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1238918229/b218/_pkg_.a
2025-08-20T21:34:07.0431516Z [00:03:00.484]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build1238918229/b244/_pkg_.a
2025-08-20T21:34:07.0432755Z [00:03:00.484]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build1238918229/b245/_pkg_.a
2025-08-20T21:34:07.0433970Z [00:03:00.484]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1238918229/b084/_pkg_.a
2025-08-20T21:34:07.0435043Z [00:03:00.484]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:07.0436451Z [00:03:00.484]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1238918229/b224/_pkg_.a
2025-08-20T21:34:07.0437397Z [00:03:00.484]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1238918229/b246/_pkg_.a
2025-08-20T21:34:07.0438632Z [00:03:00.484]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1238918229/b247/_pkg_.a
2025-08-20T21:34:07.0439949Z [00:03:00.484]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:07.0440583Z [00:03:00.484]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1238918229/b093/_pkg_.a
2025-08-20T21:34:07.0441118Z [00:03:00.484]➜  packagefile math/rand/v2=/tmp/go-build1238918229/b125/_pkg_.a
2025-08-20T21:34:07.0441449Z [00:03:00.484]➜  EOF
2025-08-20T21:34:07.0443446Z [00:03:00.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst=>google.golang.org/grpc@v1.74.2/balancer/pickfirst;$WORK/b243=>" -p google.golang.org/grpc/balancer/pickfirst -lang=go1.23 -complete -installsuffix shared -buildid 3BpQ3jT9zR82y-P__MGZ/3BpQ3jT9zR82y-P__MGZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/pickfirst.go
2025-08-20T21:34:07.0445497Z [00:03:00.484]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/cf/cf672029bc18a71524f5d6cd819350a7825b08019dc080f48e301046a81059e0-d # internal
2025-08-20T21:34:07.0446443Z [00:03:00.484]➜  google.golang.org/grpc/balancer/roundrobin
2025-08-20T21:34:07.0446761Z [00:03:00.484]➜  mkdir -p $WORK/b266/
2025-08-20T21:34:07.0447127Z [00:03:00.484]➜  cat >/tmp/go-build1238918229/b266/importcfg << 'EOF' # internal
2025-08-20T21:34:07.0451822Z [00:03:00.484]➜  # import config
2025-08-20T21:34:07.0452236Z [00:03:00.484]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.0452760Z [00:03:00.484]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1238918229/b218/_pkg_.a
2025-08-20T21:34:07.0453432Z [00:03:00.484]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build1238918229/b267/_pkg_.a
2025-08-20T21:34:07.0454189Z [00:03:00.484]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build1238918229/b245/_pkg_.a
2025-08-20T21:34:07.0454861Z [00:03:00.484]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:07.0455487Z [00:03:00.484]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1238918229/b246/_pkg_.a
2025-08-20T21:34:07.0455965Z [00:03:00.484]➜  EOF
2025-08-20T21:34:07.0458064Z [00:03:00.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/roundrobin=>google.golang.org/grpc@v1.74.2/balancer/roundrobin;$WORK/b266=>" -p google.golang.org/grpc/balancer/roundrobin -lang=go1.23 -complete -installsuffix shared -buildid tQtmmgixhlugI5nsY9tZ/tQtmmgixhlugI5nsY9tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/roundrobin/roundrobin.go
2025-08-20T21:34:07.0599102Z [00:03:00.501]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T21:34:07.0610370Z [00:03:00.502]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/b9/b9386445baa6296e8767e90fbfa730857b57125fe9f4181ec617be77f3053454-d # internal
2025-08-20T21:34:07.0611057Z [00:03:00.502]➜  google.golang.org/grpc/binarylog/grpc_binarylog_v1
2025-08-20T21:34:07.0612064Z [00:03:00.503]➜  mkdir -p $WORK/b278/
2025-08-20T21:34:07.0614880Z [00:03:00.503]➜  cat >/tmp/go-build1238918229/b278/importcfg << 'EOF' # internal
2025-08-20T21:34:07.0618026Z [00:03:00.503]➜  # import config
2025-08-20T21:34:07.0620702Z [00:03:00.503]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:07.0622072Z [00:03:00.503]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:07.0636640Z [00:03:00.503]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1238918229/b279/_pkg_.a
2025-08-20T21:34:07.0638150Z [00:03:00.503]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1238918229/b280/_pkg_.a
2025-08-20T21:34:07.0639103Z [00:03:00.503]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:07.0639746Z [00:03:00.503]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.0642025Z [00:03:00.503]➜  EOF
2025-08-20T21:34:07.0644481Z [00:03:00.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/binarylog/grpc_binarylog_v1=>google.golang.org/grpc@v1.74.2/binarylog/grpc_binarylog_v1;$WORK/b278=>" -p google.golang.org/grpc/binarylog/grpc_binarylog_v1 -lang=go1.23 -complete -installsuffix shared -buildid KWM45gw-76e8w2oeJTqc/KWM45gw-76e8w2oeJTqc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/binarylog/grpc_binarylog_v1/binarylog.pb.go
2025-08-20T21:34:07.0722525Z [00:03:00.514]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T21:34:07.0728806Z [00:03:00.514]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/c3/c383123d8b1ed60c31bab47e64f02fba28bef177f11abeadb5e159c69383a966-d # internal
2025-08-20T21:34:07.0730632Z [00:03:00.514]➜  google.golang.org/genproto/googleapis/rpc/status
2025-08-20T21:34:07.0732650Z [00:03:00.515]➜  mkdir -p $WORK/b282/
2025-08-20T21:34:07.0736605Z [00:03:00.515]➜  cat >/tmp/go-build1238918229/b282/importcfg << 'EOF' # internal
2025-08-20T21:34:07.0736970Z [00:03:00.515]➜  # import config
2025-08-20T21:34:07.0737579Z [00:03:00.515]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:07.0738353Z [00:03:00.515]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:07.0739055Z [00:03:00.515]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1238918229/b283/_pkg_.a
2025-08-20T21:34:07.0739603Z [00:03:00.515]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:07.0740022Z [00:03:00.515]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.0740325Z [00:03:00.515]➜  EOF
2025-08-20T21:34:07.0743629Z [00:03:00.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250728155136-f173205681a0/status=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250728155136-f173205681a0/status;$WORK/b282=>" -p google.golang.org/genproto/googleapis/rpc/status -lang=go1.23 -complete -installsuffix shared -buildid NjM5rGdgWx4-vtO1_eG3/NjM5rGdgWx4-vtO1_eG3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250728155136-f173205681a0/status/status.pb.go
2025-08-20T21:34:07.0934148Z [00:03:00.535]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T21:34:07.0942563Z [00:03:00.536]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/b4/b4cc972065b6f9cad4321273e8c5c8a1de4a5a3c9dcbab59c5ebf82e8700e16e-d # internal
2025-08-20T21:34:07.0949858Z [00:03:00.536]➜  golang.org/x/net/http2
2025-08-20T21:34:07.0954286Z [00:03:00.537]➜  mkdir -p $WORK/b294/
2025-08-20T21:34:07.0958641Z [00:03:00.537]➜  cat >/tmp/go-build1238918229/b294/importcfg << 'EOF' # internal
2025-08-20T21:34:07.0959010Z [00:03:00.537]➜  # import config
2025-08-20T21:34:07.0959351Z [00:03:00.537]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:07.0959771Z [00:03:00.537]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:07.0960213Z [00:03:00.537]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:07.0960662Z [00:03:00.537]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:07.0961504Z [00:03:00.537]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:07.0962068Z [00:03:00.537]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:07.0962538Z [00:03:00.537]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:07.0962988Z [00:03:00.537]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.0963410Z [00:03:00.537]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.0963912Z [00:03:00.537]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build1238918229/b295/_pkg_.a
2025-08-20T21:34:07.0964492Z [00:03:00.537]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1238918229/b301/_pkg_.a
2025-08-20T21:34:07.0965034Z [00:03:00.537]➜  packagefile golang.org/x/net/idna=/tmp/go-build1238918229/b296/_pkg_.a
2025-08-20T21:34:07.0965612Z [00:03:00.537]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build1238918229/b302/_pkg_.a
2025-08-20T21:34:07.0966124Z [00:03:00.537]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:07.0966529Z [00:03:00.537]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:07.0966936Z [00:03:00.537]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:07.0967340Z [00:03:00.537]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:07.0968061Z [00:03:00.537]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:07.0968781Z [00:03:00.537]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:07.0969203Z [00:03:00.537]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:07.0969618Z [00:03:00.537]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:07.0970087Z [00:03:00.537]➜  packagefile net/http/httptrace=/tmp/go-build1238918229/b211/_pkg_.a
2025-08-20T21:34:07.0970575Z [00:03:00.537]➜  packagefile net/textproto=/tmp/go-build1238918229/b205/_pkg_.a
2025-08-20T21:34:07.0971032Z [00:03:00.537]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:07.0971440Z [00:03:00.537]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:07.0971850Z [00:03:00.537]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:07.0972274Z [00:03:00.537]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:07.0978760Z [00:03:00.537]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:07.0979214Z [00:03:00.537]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.0979641Z [00:03:00.537]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:07.0980056Z [00:03:00.537]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.0980483Z [00:03:00.537]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:07.0980912Z [00:03:00.537]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:07.0981229Z [00:03:00.537]➜  EOF
2025-08-20T21:34:07.0987404Z [00:03:00.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b294/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/http2=>golang.org/x/net@v0.42.0/http2;$WORK/b294=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid 98XoG6B98xNUawdKia84/98XoG6B98xNUawdKia84 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/ciphers.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/client_conn_pool.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/config.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/config_go124.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/databuffer.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/errors.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/flow.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/frame.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/gotrack.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/http2.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/pipe.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/server.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/timer.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/transport.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/unencrypted.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/write.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/writesched.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/writesched_priority.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/writesched_random.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/writesched_roundrobin.go
2025-08-20T21:34:07.1171827Z [00:03:00.555]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T21:34:07.1179844Z [00:03:00.559]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T21:34:07.1180597Z [00:03:00.559]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/4c/4cbba23541c2c903f393a410194abc17fe4edf7de3f7a685155103c9e548eb98-d # internal
2025-08-20T21:34:07.1181193Z [00:03:00.559]➜  google.golang.org/grpc/internal/status
2025-08-20T21:34:07.1181499Z [00:03:00.559]➜  mkdir -p $WORK/b284/
2025-08-20T21:34:07.1181872Z [00:03:00.559]➜  cat >/tmp/go-build1238918229/b284/importcfg << 'EOF' # internal
2025-08-20T21:34:07.1182212Z [00:03:00.559]➜  # import config
2025-08-20T21:34:07.1182553Z [00:03:00.559]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.1183391Z [00:03:00.559]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.1183975Z [00:03:00.559]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1238918229/b282/_pkg_.a
2025-08-20T21:34:07.1184609Z [00:03:00.559]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:07.1185191Z [00:03:00.559]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:07.1185816Z [00:03:00.559]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1238918229/b258/_pkg_.a
2025-08-20T21:34:07.1186480Z [00:03:00.559]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1238918229/b283/_pkg_.a
2025-08-20T21:34:07.1186909Z [00:03:00.559]➜  EOF
2025-08-20T21:34:07.1188971Z [00:03:00.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/status=>google.golang.org/grpc@v1.74.2/internal/status;$WORK/b284=>" -p google.golang.org/grpc/internal/status -lang=go1.23 -complete -installsuffix shared -buildid HKBILKu_IkDSNYoTjj0Z/HKBILKu_IkDSNYoTjj0Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/status/status.go
2025-08-20T21:34:07.1237385Z [00:03:00.565]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/9a/9a7fa29c426251bdb8b648e7c2262f38cdd982a5489c398635776e5d1c218b1c-d # internal
2025-08-20T21:34:07.1241081Z [00:03:00.565]➜  net/http/httputil
2025-08-20T21:34:07.1262133Z [00:03:00.567]➜  mkdir -p $WORK/b308/
2025-08-20T21:34:07.1271350Z [00:03:00.568]➜  cat >/tmp/go-build1238918229/b308/importcfg << 'EOF' # internal
2025-08-20T21:34:07.1271726Z [00:03:00.568]➜  # import config
2025-08-20T21:34:07.1272161Z [00:03:00.568]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T21:34:07.1272665Z [00:03:00.568]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:07.1273105Z [00:03:00.568]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:07.1273528Z [00:03:00.568]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:07.1273951Z [00:03:00.568]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.1274357Z [00:03:00.568]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.1275153Z [00:03:00.568]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1238918229/b199/_pkg_.a
2025-08-20T21:34:07.1275777Z [00:03:00.568]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:07.1276179Z [00:03:00.568]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:07.1276581Z [00:03:00.568]➜  packagefile mime=/tmp/go-build1238918229/b208/_pkg_.a
2025-08-20T21:34:07.1276981Z [00:03:00.568]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:07.1277394Z [00:03:00.568]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:07.1278065Z [00:03:00.568]➜  packagefile net/http/httptrace=/tmp/go-build1238918229/b211/_pkg_.a
2025-08-20T21:34:07.1278571Z [00:03:00.568]➜  packagefile net/http/internal=/tmp/go-build1238918229/b212/_pkg_.a
2025-08-20T21:34:07.1279088Z [00:03:00.568]➜  packagefile net/http/internal/ascii=/tmp/go-build1238918229/b213/_pkg_.a
2025-08-20T21:34:07.1279586Z [00:03:00.568]➜  packagefile net/textproto=/tmp/go-build1238918229/b205/_pkg_.a
2025-08-20T21:34:07.1280047Z [00:03:00.568]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:07.1280473Z [00:03:00.568]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:07.1280884Z [00:03:00.568]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.1281290Z [00:03:00.568]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:07.1281595Z [00:03:00.568]➜  EOF
2025-08-20T21:34:07.1283624Z [00:03:00.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b308=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid -uBasbORpm32Fz490trv/-uBasbORpm32Fz490trv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/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-20T21:34:07.1483080Z [00:03:00.589]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T21:34:07.1503718Z [00:03:00.591]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/03/03a22574915d0f73037acd6f3bb262e376905a5203cea4b282f0c83efe474e1a-d # internal
2025-08-20T21:34:07.1509814Z [00:03:00.592]➜  expvar
2025-08-20T21:34:07.1515205Z [00:03:00.593]➜  mkdir -p $WORK/b319/
2025-08-20T21:34:07.1520471Z [00:03:00.593]➜  cat >/tmp/go-build1238918229/b319/importcfg << 'EOF' # internal
2025-08-20T21:34:07.1528260Z [00:03:00.594]➜  # import config
2025-08-20T21:34:07.1528644Z [00:03:00.594]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:07.1530443Z [00:03:00.594]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:07.1534229Z [00:03:00.594]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:07.1534669Z [00:03:00.594]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:07.1535096Z [00:03:00.595]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:07.1535534Z [00:03:00.595]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:07.1535953Z [00:03:00.595]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:07.1536375Z [00:03:00.595]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:07.1536908Z [00:03:00.595]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.1537338Z [00:03:00.595]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.1539014Z [00:03:00.595]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:07.1539745Z [00:03:00.595]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:07.1543206Z [00:03:00.595]➜  EOF
2025-08-20T21:34:07.1544912Z [00:03:00.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b319=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid uLHZN11Kt-OodIlPF12a/uLHZN11Kt-OodIlPF12a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T21:34:07.1607148Z [00:03:00.600]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T21:34:07.1610402Z [00:03:00.602]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/cb/cb1a656beb1374fc32e32074a4aa1d59709427e435b8c04b897d4524a96a5bbd-d # internal
2025-08-20T21:34:07.1611030Z [00:03:00.602]➜  google.golang.org/grpc/status
2025-08-20T21:34:07.1611367Z [00:03:00.602]➜  mkdir -p $WORK/b281/
2025-08-20T21:34:07.1611744Z [00:03:00.602]➜  cat >/tmp/go-build1238918229/b281/importcfg << 'EOF' # internal
2025-08-20T21:34:07.1612088Z [00:03:00.602]➜  # import config
2025-08-20T21:34:07.1612430Z [00:03:00.602]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:07.1612853Z [00:03:00.602]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.1613267Z [00:03:00.602]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.1613857Z [00:03:00.602]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1238918229/b282/_pkg_.a
2025-08-20T21:34:07.1614494Z [00:03:00.602]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:07.1615102Z [00:03:00.602]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build1238918229/b284/_pkg_.a
2025-08-20T21:34:07.1615513Z [00:03:00.602]➜  EOF
2025-08-20T21:34:07.1618345Z [00:03:00.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/status=>google.golang.org/grpc@v1.74.2/status;$WORK/b281=>" -p google.golang.org/grpc/status -lang=go1.23 -complete -installsuffix shared -buildid xvOpkLxkB7G_SgcteNaM/xvOpkLxkB7G_SgcteNaM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/status/status.go
2025-08-20T21:34:07.1999262Z [00:03:00.641]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T21:34:07.2008730Z [00:03:00.642]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/00/00e1be780dd73037cb0a75868188d6f0d4c88d00db3af5abd70a08bf3cd1dea7-d # internal
2025-08-20T21:34:07.2012462Z [00:03:00.643]➜  google.golang.org/grpc/internal/binarylog
2025-08-20T21:34:07.2014063Z [00:03:00.643]➜  mkdir -p $WORK/b277/
2025-08-20T21:34:07.2024295Z [00:03:00.644]➜  cat >/tmp/go-build1238918229/b277/importcfg << 'EOF' # internal
2025-08-20T21:34:07.2024735Z [00:03:00.644]➜  # import config
2025-08-20T21:34:07.2025084Z [00:03:00.644]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:07.2025514Z [00:03:00.644]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:07.2028008Z [00:03:00.644]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:07.2028464Z [00:03:00.644]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.2028897Z [00:03:00.644]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.2029488Z [00:03:00.644]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build1238918229/b278/_pkg_.a
2025-08-20T21:34:07.2030165Z [00:03:00.644]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:07.2030793Z [00:03:00.644]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1238918229/b271/_pkg_.a
2025-08-20T21:34:07.2031417Z [00:03:00.644]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:07.2031994Z [00:03:00.644]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:07.2032578Z [00:03:00.644]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:07.2033246Z [00:03:00.644]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1238918229/b279/_pkg_.a
2025-08-20T21:34:07.2034370Z [00:03:00.644]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1238918229/b280/_pkg_.a
2025-08-20T21:34:07.2035009Z [00:03:00.644]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:07.2035410Z [00:03:00.644]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:07.2035806Z [00:03:00.644]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:07.2036213Z [00:03:00.644]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:07.2036646Z [00:03:00.644]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.2037073Z [00:03:00.644]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:07.2037747Z [00:03:00.644]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.2038256Z [00:03:00.644]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:07.2038813Z [00:03:00.644]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:07.2039131Z [00:03:00.644]➜  EOF
2025-08-20T21:34:07.2042371Z [00:03:00.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/binarylog=>google.golang.org/grpc@v1.74.2/internal/binarylog;$WORK/b277=>" -p google.golang.org/grpc/internal/binarylog -lang=go1.23 -complete -installsuffix shared -buildid Zx6Qd9mGcYjKLGsrPwH9/Zx6Qd9mGcYjKLGsrPwH9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/binarylog/binarylog.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/binarylog/binarylog_testutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/binarylog/env_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/binarylog/method_logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/binarylog/sink.go
2025-08-20T21:34:07.2691437Z [00:03:00.710]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T21:34:07.2697233Z [00:03:00.711]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/b7/b74382a459cbbb92d8e1bac0bbb63b2d223b69c9dda1159c8dd51ca26e78e5a3-d # internal
2025-08-20T21:34:07.2772586Z [00:03:00.719]➜  github.com/grpc-ecosystem/go-grpc-prometheus/packages/grpcstatus
2025-08-20T21:34:07.2773461Z [00:03:00.719]➜  mkdir -p $WORK/b317/
2025-08-20T21:34:07.2780881Z [00:03:00.719]➜  cat >/tmp/go-build1238918229/b317/importcfg << 'EOF' # internal
2025-08-20T21:34:07.2781300Z [00:03:00.719]➜  # import config
2025-08-20T21:34:07.2781651Z [00:03:00.719]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.2782160Z [00:03:00.719]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:07.2782735Z [00:03:00.719]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:07.2783117Z [00:03:00.719]➜  EOF
2025-08-20T21:34:07.2786369Z [00:03:00.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99/packages/grpcstatus=>github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99/packages/grpcstatus;$WORK/b317=>" -p github.com/grpc-ecosystem/go-grpc-prometheus/packages/grpcstatus -lang=go1.16 -complete -installsuffix shared -buildid Q2OPN_uRvA6S3lgVs1bp/Q2OPN_uRvA6S3lgVs1bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99/packages/grpcstatus/grpcstatus.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99/packages/grpcstatus/native_unwrap1.13+.go
2025-08-20T21:34:07.3025263Z [00:03:00.744]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T21:34:07.3073217Z [00:03:00.748]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/ee/eecca3df178e575daf39dd201eb2998f1c538b86b64c795c728b5e7d267fd041-d # internal
2025-08-20T21:34:07.3074874Z [00:03:00.749]➜  github.com/prometheus/client_model/go
2025-08-20T21:34:07.3077738Z [00:03:00.749]➜  mkdir -p $WORK/b323/
2025-08-20T21:34:07.3086217Z [00:03:00.750]➜  cat >/tmp/go-build1238918229/b323/importcfg << 'EOF' # internal
2025-08-20T21:34:07.3087323Z [00:03:00.750]➜  # import config
2025-08-20T21:34:07.3088188Z [00:03:00.750]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:07.3089124Z [00:03:00.750]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:07.3090397Z [00:03:00.750]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1238918229/b280/_pkg_.a
2025-08-20T21:34:07.3091398Z [00:03:00.750]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:07.3092024Z [00:03:00.750]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.3092608Z [00:03:00.750]➜  EOF
2025-08-20T21:34:07.3096986Z [00:03:00.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_model@v0.6.2/go=>github.com/prometheus/client_model@v0.6.2/go;$WORK/b323=>" -p github.com/prometheus/client_model/go -lang=go1.22 -complete -installsuffix shared -buildid ECH904d7zRBsgWQ3ZnlD/ECH904d7zRBsgWQ3ZnlD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_model@v0.6.2/go/metrics.pb.go
2025-08-20T21:34:07.3102100Z [00:03:00.752]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T21:34:07.3110498Z [00:03:00.752]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/3f/3f1af9e40c2c4e551953fa88721d392474783b3a901c6d768465912cb99aea68-d # internal
2025-08-20T21:34:07.3111405Z [00:03:00.753]➜  github.com/go-logr/stdr
2025-08-20T21:34:07.3111957Z [00:03:00.753]➜  mkdir -p $WORK/b342/
2025-08-20T21:34:07.3114350Z [00:03:00.753]➜  cat >/tmp/go-build1238918229/b342/importcfg << 'EOF' # internal
2025-08-20T21:34:07.3114725Z [00:03:00.753]➜  # import config
2025-08-20T21:34:07.3115128Z [00:03:00.753]➜  packagefile github.com/go-logr/logr=/tmp/go-build1238918229/b340/_pkg_.a
2025-08-20T21:34:07.3115679Z [00:03:00.753]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build1238918229/b343/_pkg_.a
2025-08-20T21:34:07.3116154Z [00:03:00.753]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:07.3116553Z [00:03:00.753]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:07.3116862Z [00:03:00.753]➜  EOF
2025-08-20T21:34:07.3118661Z [00:03:00.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2=>github.com/go-logr/stdr@v1.2.2;$WORK/b342=>" -p github.com/go-logr/stdr -lang=go1.16 -complete -installsuffix shared -buildid qZc2i5KrSVihMb73m32r/qZc2i5KrSVihMb73m32r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -pack /root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2/stdr.go
2025-08-20T21:34:07.3174428Z [00:03:00.759]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T21:34:07.3190302Z [00:03:00.760]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/7c/7c5397fa1bfdfba5eb9ecc427b6ef5186be05a40b372e3039910b4fd79bd9c8c-d # internal
2025-08-20T21:34:07.3193666Z [00:03:00.761]➜  go.opentelemetry.io/auto/sdk/internal/telemetry
2025-08-20T21:34:07.3194052Z [00:03:00.761]➜  mkdir -p $WORK/b345/
2025-08-20T21:34:07.3201114Z [00:03:00.761]➜  cat >/tmp/go-build1238918229/b345/importcfg << 'EOF' # internal
2025-08-20T21:34:07.3201477Z [00:03:00.761]➜  # import config
2025-08-20T21:34:07.3201816Z [00:03:00.761]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:07.3202229Z [00:03:00.761]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:07.3202673Z [00:03:00.761]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:07.3203144Z [00:03:00.761]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:07.3203972Z [00:03:00.761]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:07.3204484Z [00:03:00.761]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.3204895Z [00:03:00.761]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.3209946Z [00:03:00.761]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:07.3210359Z [00:03:00.761]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:07.3210788Z [00:03:00.761]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:07.3211206Z [00:03:00.761]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.3211623Z [00:03:00.761]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:07.3211931Z [00:03:00.761]➜  EOF
2025-08-20T21:34:07.3216818Z [00:03:00.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b345/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry=>go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry;$WORK/b345=>" -p go.opentelemetry.io/auto/sdk/internal/telemetry -lang=go1.22 -complete -installsuffix shared -buildid 0NjRZWkMs-R32rmg_AEW/0NjRZWkMs-R32rmg_AEW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/attr.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/doc.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/id.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/number.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/resource.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/scope.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/span.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/status.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/traces.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/internal/telemetry/value.go
2025-08-20T21:34:07.3539892Z [00:03:00.795]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T21:34:07.3572664Z [00:03:00.799]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/f5/f5c4aa3e2a6acafdd6767bba8bfb7ccc0c9f5fcd817c62e95f679b787871a3ec-d # internal
2025-08-20T21:34:07.3573624Z [00:03:00.799]➜  go.opentelemetry.io/otel/codes
2025-08-20T21:34:07.3574272Z [00:03:00.799]➜  mkdir -p $WORK/b346/
2025-08-20T21:34:07.3574936Z [00:03:00.799]➜  cat >/tmp/go-build1238918229/b346/importcfg << 'EOF' # internal
2025-08-20T21:34:07.3575566Z [00:03:00.799]➜  # import config
2025-08-20T21:34:07.3576126Z [00:03:00.799]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:07.3576721Z [00:03:00.799]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.3577363Z [00:03:00.799]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.3578143Z [00:03:00.799]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.3578620Z [00:03:00.799]➜  EOF
2025-08-20T21:34:07.3581302Z [00:03:00.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b346/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/codes=>go.opentelemetry.io/otel@v1.37.0/codes;$WORK/b346=>" -p go.opentelemetry.io/otel/codes -lang=go1.23 -complete -installsuffix shared -buildid 4-FR9SyTkD322tIdjvWt/4-FR9SyTkD322tIdjvWt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/codes/codes.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/codes/doc.go
2025-08-20T21:34:07.3782939Z [00:03:00.819]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T21:34:07.3784295Z [00:03:00.819]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/06/0691ca211d1a09202dd45f7f395feffc74712c3b7d76564d577aa711c2381389-d # internal
2025-08-20T21:34:07.3787118Z [00:03:00.819]➜  go.opentelemetry.io/otel/semconv/v1.26.0
2025-08-20T21:34:07.3787675Z [00:03:00.819]➜  mkdir -p $WORK/b347/
2025-08-20T21:34:07.3788112Z [00:03:00.820]➜  cat >/tmp/go-build1238918229/b347/importcfg << 'EOF' # internal
2025-08-20T21:34:07.3788462Z [00:03:00.820]➜  # import config
2025-08-20T21:34:07.3788904Z [00:03:00.820]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:07.3789309Z [00:03:00.820]➜  EOF
2025-08-20T21:34:07.3792335Z [00:03:00.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b347/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0;$WORK/b347=>" -p go.opentelemetry.io/otel/semconv/v1.26.0 -lang=go1.23 -complete -installsuffix shared -buildid 854xeqL6xc8wuiekLLUP/854xeqL6xc8wuiekLLUP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.26.0/schema.go
2025-08-20T21:34:07.3978493Z [00:03:00.839]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T21:34:07.3997874Z [00:03:00.841]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/57/5798fff3b984ae827ab012a0b605bcab51933751faf2468bee74b450cb35d6b0-d # internal
2025-08-20T21:34:07.4008534Z [00:03:00.841]➜  github.com/prometheus/common/model
2025-08-20T21:34:07.4008873Z [00:03:00.841]➜  mkdir -p $WORK/b324/
2025-08-20T21:34:07.4009253Z [00:03:00.841]➜  cat >/tmp/go-build1238918229/b324/importcfg << 'EOF' # internal
2025-08-20T21:34:07.4009602Z [00:03:00.841]➜  # import config
2025-08-20T21:34:07.4009939Z [00:03:00.841]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:07.4010416Z [00:03:00.841]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:07.4010863Z [00:03:00.841]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.4011276Z [00:03:00.841]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.4011799Z [00:03:00.841]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build1238918229/b323/_pkg_.a
2025-08-20T21:34:07.4012417Z [00:03:00.841]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:07.4012928Z [00:03:00.841]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:07.4013341Z [00:03:00.841]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:07.4013758Z [00:03:00.841]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:07.4014169Z [00:03:00.841]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:07.4014595Z [00:03:00.841]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.4015019Z [00:03:00.841]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:07.4015430Z [00:03:00.841]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:07.4015867Z [00:03:00.841]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:07.4016199Z [00:03:00.841]➜  EOF
2025-08-20T21:34:07.4022607Z [00:03:00.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model=>github.com/prometheus/common@v0.63.0/model;$WORK/b324=>" -p github.com/prometheus/common/model -lang=go1.21 -complete -installsuffix shared -buildid 1VXsDeDajhuMiAVKK71D/1VXsDeDajhuMiAVKK71D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/alert.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/fingerprinting.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/fnv.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/labels.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/labelset.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/labelset_string.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/metadata.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/metric.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/model.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/signature.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/silence.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/time.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/value.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/value_float.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/value_histogram.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/model/value_type.go
2025-08-20T21:34:07.4955126Z [00:03:00.937]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T21:34:07.5005899Z [00:03:00.942]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/bf/bf857de7bbf24a2b8e72dfc121aeb85b676a49fa9c35a7d3f7e4ff41f2a0ee75-d # internal
2025-08-20T21:34:07.5024934Z [00:03:00.944]➜  go.opentelemetry.io/otel/trace/internal/telemetry
2025-08-20T21:34:07.5026508Z [00:03:00.944]➜  mkdir -p $WORK/b350/
2025-08-20T21:34:07.5028361Z [00:03:00.944]➜  cat >/tmp/go-build1238918229/b350/importcfg << 'EOF' # internal
2025-08-20T21:34:07.5037920Z [00:03:00.945]➜  # import config
2025-08-20T21:34:07.5038382Z [00:03:00.945]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:07.5050788Z [00:03:00.945]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:07.5051323Z [00:03:00.945]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:07.5051804Z [00:03:00.945]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:07.5052307Z [00:03:00.945]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:07.5052759Z [00:03:00.945]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.5053173Z [00:03:00.945]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.5053569Z [00:03:00.945]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:07.5053978Z [00:03:00.945]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:07.5054397Z [00:03:00.945]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:07.5054824Z [00:03:00.945]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.5055241Z [00:03:00.945]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:07.5055549Z [00:03:00.945]➜  EOF
2025-08-20T21:34:07.5060997Z [00:03:00.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b350/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry=>go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry;$WORK/b350=>" -p go.opentelemetry.io/otel/trace/internal/telemetry -lang=go1.23 -complete -installsuffix shared -buildid DJgHt5hfXGhEI4n0ORgg/DJgHt5hfXGhEI4n0ORgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/attr.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/id.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/number.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/scope.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/status.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/traces.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/internal/telemetry/value.go
2025-08-20T21:34:07.6767396Z [00:03:01.118]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T21:34:07.6819906Z [00:03:01.123]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/48/48973e8ae7457ffbc2820e8989093709d6d397ed13356dd3cce8df4344ff6cc9-d # internal
2025-08-20T21:34:07.6831409Z [00:03:01.124]➜  github.com/prometheus/client_golang/prometheus/internal
2025-08-20T21:34:07.6831860Z [00:03:01.124]➜  mkdir -p $WORK/b322/
2025-08-20T21:34:07.6832239Z [00:03:01.124]➜  cat >/tmp/go-build1238918229/b322/importcfg << 'EOF' # internal
2025-08-20T21:34:07.6832588Z [00:03:01.124]➜  # import config
2025-08-20T21:34:07.6832925Z [00:03:01.124]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:07.6833342Z [00:03:01.124]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:07.6833751Z [00:03:01.124]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.6834291Z [00:03:01.124]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build1238918229/b323/_pkg_.a
2025-08-20T21:34:07.6834924Z [00:03:01.124]➜  packagefile github.com/prometheus/common/model=/tmp/go-build1238918229/b324/_pkg_.a
2025-08-20T21:34:07.6835420Z [00:03:01.124]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:07.6835824Z [00:03:01.124]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:07.6836651Z [00:03:01.124]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:07.6837074Z [00:03:01.124]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:07.6837708Z [00:03:01.124]➜  packagefile runtime/metrics=/tmp/go-build1238918229/b325/_pkg_.a
2025-08-20T21:34:07.6838329Z [00:03:01.124]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:07.6838770Z [00:03:01.124]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.6839213Z [00:03:01.124]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:07.6839531Z [00:03:01.124]➜  EOF
2025-08-20T21:34:07.6843227Z [00:03:01.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal=>github.com/prometheus/client_golang@v1.22.0/prometheus/internal;$WORK/b322=>" -p github.com/prometheus/client_golang/prometheus/internal -lang=go1.22 -complete -installsuffix shared -buildid Szya3t0l5qoSfHsXuRK_/Szya3t0l5qoSfHsXuRK_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/almost_equal.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/difflib.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/go_collector_options.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/go_runtime_metrics.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/internal/metric.go
2025-08-20T21:34:07.6936077Z [00:03:01.135]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T21:34:07.6955416Z [00:03:01.137]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/45/45e209d50e533b4c19f3399dae22ac05fe52d816302a31dfd55d0c5c3210a60e-d # internal
2025-08-20T21:34:07.6959430Z [00:03:01.137]➜  github.com/prometheus/common/expfmt
2025-08-20T21:34:07.6960429Z [00:03:01.137]➜  mkdir -p $WORK/b326/
2025-08-20T21:34:07.6964302Z [00:03:01.138]➜  cat >/tmp/go-build1238918229/b326/importcfg << 'EOF' # internal
2025-08-20T21:34:07.6965160Z [00:03:01.138]➜  # import config
2025-08-20T21:34:07.6966028Z [00:03:01.138]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:07.6966827Z [00:03:01.138]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:07.6977788Z [00:03:01.138]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.6979804Z [00:03:01.138]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.6980950Z [00:03:01.138]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build1238918229/b327/_pkg_.a
2025-08-20T21:34:07.6982064Z [00:03:01.138]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build1238918229/b323/_pkg_.a
2025-08-20T21:34:07.6983114Z [00:03:01.138]➜  packagefile github.com/prometheus/common/model=/tmp/go-build1238918229/b324/_pkg_.a
2025-08-20T21:34:07.6984594Z [00:03:01.138]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build1238918229/b328/_pkg_.a
2025-08-20T21:34:07.6985711Z [00:03:01.138]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build1238918229/b262/_pkg_.a
2025-08-20T21:34:07.6987087Z [00:03:01.138]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:07.6988393Z [00:03:01.138]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1238918229/b280/_pkg_.a
2025-08-20T21:34:07.6989315Z [00:03:01.138]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:07.6990239Z [00:03:01.138]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:07.6991198Z [00:03:01.138]➜  packagefile mime=/tmp/go-build1238918229/b208/_pkg_.a
2025-08-20T21:34:07.6991838Z [00:03:01.138]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:07.6992473Z [00:03:01.138]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.6993760Z [00:03:01.138]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:07.6994755Z [00:03:01.138]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.6995441Z [00:03:01.138]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:07.6995977Z [00:03:01.138]➜  EOF
2025-08-20T21:34:07.6999615Z [00:03:01.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b326/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt=>github.com/prometheus/common@v0.63.0/expfmt;$WORK/b326=>" -p github.com/prometheus/common/expfmt -lang=go1.21 -complete -installsuffix shared -buildid ct_Z3qi9Gs8KzSkCFbYS/ct_Z3qi9Gs8KzSkCFbYS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt/decode.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt/encode.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt/expfmt.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt/openmetrics_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt/text_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.63.0/expfmt/text_parse.go
2025-08-20T21:34:07.7003037Z [00:03:01.140]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T21:34:07.7019519Z [00:03:01.143]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/62/621665e55ce22cd736242d170b77d0f4cb4ea19edc55102dfc827dcdc5bcd895-d # internal
2025-08-20T21:34:07.7025437Z [00:03:01.143]➜  go.opentelemetry.io/otel/trace
2025-08-20T21:34:07.7027263Z [00:03:01.143]➜  mkdir -p $WORK/b348/
2025-08-20T21:34:07.7028294Z [00:03:01.144]➜  cat >/tmp/go-build1238918229/b348/importcfg << 'EOF' # internal
2025-08-20T21:34:07.7029170Z [00:03:01.144]➜  # import config
2025-08-20T21:34:07.7029785Z [00:03:01.144]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:07.7048558Z [00:03:01.144]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:07.7049059Z [00:03:01.144]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:07.7049527Z [00:03:01.144]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:07.7049966Z [00:03:01.144]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.7050486Z [00:03:01.144]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:07.7051420Z [00:03:01.144]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1238918229/b346/_pkg_.a
2025-08-20T21:34:07.7052118Z [00:03:01.144]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build1238918229/b338/_pkg_.a
2025-08-20T21:34:07.7052766Z [00:03:01.144]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build1238918229/b349/_pkg_.a
2025-08-20T21:34:07.7053452Z [00:03:01.144]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build1238918229/b350/_pkg_.a
2025-08-20T21:34:07.7054017Z [00:03:01.144]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:07.7054415Z [00:03:01.144]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:07.7054823Z [00:03:01.144]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:07.7055245Z [00:03:01.144]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:07.7055671Z [00:03:01.144]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.7056101Z [00:03:01.144]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:07.7056517Z [00:03:01.144]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.7056949Z [00:03:01.144]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:07.7057373Z [00:03:01.144]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:07.7060005Z [00:03:01.144]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:07.7060624Z [00:03:01.144]➜  EOF
2025-08-20T21:34:07.7064771Z [00:03:01.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b348/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0=>go.opentelemetry.io/otel/trace@v1.37.0;$WORK/b348=>" -p go.opentelemetry.io/otel/trace -lang=go1.23 -complete -installsuffix shared -buildid DJCZZkBE72d1Y3Xb6749/DJCZZkBE72d1Y3Xb6749 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/context.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/nonrecording.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/noop.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/tracer.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/tracestate.go
2025-08-20T21:34:07.7658112Z [00:03:01.207]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T21:34:07.7688020Z [00:03:01.210]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/95/9544020549ce97f1a1c036e409fadd4b81cfd540db5c24fc9db48111a01b6688-d # internal
2025-08-20T21:34:07.7694953Z [00:03:01.211]➜  go.opentelemetry.io/otel/metric
2025-08-20T21:34:07.7696159Z [00:03:01.211]➜  mkdir -p $WORK/b352/
2025-08-20T21:34:07.7705340Z [00:03:01.212]➜  cat >/tmp/go-build1238918229/b352/importcfg << 'EOF' # internal
2025-08-20T21:34:07.7706014Z [00:03:01.212]➜  # import config
2025-08-20T21:34:07.7706481Z [00:03:01.212]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:07.7709431Z [00:03:01.212]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:07.7710794Z [00:03:01.212]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1238918229/b353/_pkg_.a
2025-08-20T21:34:07.7711463Z [00:03:01.212]➜  EOF
2025-08-20T21:34:07.7715523Z [00:03:01.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0=>go.opentelemetry.io/otel/metric@v1.37.0;$WORK/b352=>" -p go.opentelemetry.io/otel/metric -lang=go1.23 -complete -installsuffix shared -buildid tFQPWmx5L945vvxzLgqE/tFQPWmx5L945vvxzLgqE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/asyncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/asyncint64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/instrument.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/syncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/syncint64.go
2025-08-20T21:34:07.8878986Z [00:03:01.329]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T21:34:07.8931567Z [00:03:01.334]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/73/7338b99f0381381b794fd2b01756cfad110508882dca68c6b7e47ff2bc79bd46-d # internal
2025-08-20T21:34:07.8932750Z [00:03:01.334]➜  go.opentelemetry.io/otel/trace/noop
2025-08-20T21:34:07.8933582Z [00:03:01.334]➜  mkdir -p $WORK/b351/
2025-08-20T21:34:07.8965310Z [00:03:01.338]➜  cat >/tmp/go-build1238918229/b351/importcfg << 'EOF' # internal
2025-08-20T21:34:07.8966078Z [00:03:01.338]➜  # import config
2025-08-20T21:34:07.8966941Z [00:03:01.338]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:07.8978746Z [00:03:01.338]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:07.8979941Z [00:03:01.338]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1238918229/b346/_pkg_.a
2025-08-20T21:34:07.8981040Z [00:03:01.338]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1238918229/b348/_pkg_.a
2025-08-20T21:34:07.8981684Z [00:03:01.338]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build1238918229/b349/_pkg_.a
2025-08-20T21:34:07.8982106Z [00:03:01.338]➜  EOF
2025-08-20T21:34:07.8983993Z [00:03:01.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b351/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/noop=>go.opentelemetry.io/otel/trace@v1.37.0/noop;$WORK/b351=>" -p go.opentelemetry.io/otel/trace/noop -lang=go1.23 -complete -installsuffix shared -buildid qu3Hnljqjbz0SoSWqkU2/qu3Hnljqjbz0SoSWqkU2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.37.0/noop/noop.go
2025-08-20T21:34:07.9204647Z [00:03:01.362]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T21:34:07.9220837Z [00:03:01.363]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T21:34:07.9242388Z [00:03:01.366]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/ff/ffd2c0970388d3bdb7115413c59222029f2d565b022225285296d5363f0d3ba0-d # internal
2025-08-20T21:34:07.9249530Z [00:03:01.366]➜  github.com/prometheus/client_golang/prometheus
2025-08-20T21:34:07.9250302Z [00:03:01.366]➜  mkdir -p $WORK/b318/
2025-08-20T21:34:07.9256354Z [00:03:01.367]➜  cat >/tmp/go-build1238918229/b318/importcfg << 'EOF' # internal
2025-08-20T21:34:07.9259264Z [00:03:01.367]➜  # import config
2025-08-20T21:34:07.9260924Z [00:03:01.367]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:07.9261411Z [00:03:01.367]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:07.9261863Z [00:03:01.367]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.9262284Z [00:03:01.367]➜  packagefile expvar=/tmp/go-build1238918229/b319/_pkg_.a
2025-08-20T21:34:07.9262694Z [00:03:01.367]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.9263230Z [00:03:01.367]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build1238918229/b320/_pkg_.a
2025-08-20T21:34:07.9263819Z [00:03:01.367]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build1238918229/b321/_pkg_.a
2025-08-20T21:34:07.9264499Z [00:03:01.367]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build1238918229/b322/_pkg_.a
2025-08-20T21:34:07.9265604Z [00:03:01.367]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build1238918229/b323/_pkg_.a
2025-08-20T21:34:07.9266307Z [00:03:01.367]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build1238918229/b326/_pkg_.a
2025-08-20T21:34:07.9266925Z [00:03:01.367]➜  packagefile github.com/prometheus/common/model=/tmp/go-build1238918229/b324/_pkg_.a
2025-08-20T21:34:07.9267646Z [00:03:01.367]➜  packagefile github.com/prometheus/procfs=/tmp/go-build1238918229/b329/_pkg_.a
2025-08-20T21:34:07.9268285Z [00:03:01.367]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:07.9268974Z [00:03:01.367]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1238918229/b280/_pkg_.a
2025-08-20T21:34:07.9269539Z [00:03:01.367]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:07.9269943Z [00:03:01.367]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:07.9270376Z [00:03:01.367]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:07.9270832Z [00:03:01.367]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:07.9271282Z [00:03:01.367]➜  packagefile runtime/debug=/tmp/go-build1238918229/b332/_pkg_.a
2025-08-20T21:34:07.9271786Z [00:03:01.367]➜  packagefile runtime/metrics=/tmp/go-build1238918229/b325/_pkg_.a
2025-08-20T21:34:07.9272234Z [00:03:01.367]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:07.9272653Z [00:03:01.367]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.9273366Z [00:03:01.367]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:07.9273784Z [00:03:01.367]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.9274213Z [00:03:01.367]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:07.9274642Z [00:03:01.367]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:07.9275076Z [00:03:01.367]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:07.9275418Z [00:03:01.367]➜  EOF
2025-08-20T21:34:07.9289951Z [00:03:01.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus=>github.com/prometheus/client_golang@v1.22.0/prometheus;$WORK/b318=>" -p github.com/prometheus/client_golang/prometheus -lang=go1.22 -complete -installsuffix shared -buildid -ZeIHLyXO-FsgJavbn9p/-ZeIHLyXO-FsgJavbn9p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/build_info_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/collectorfunc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/counter.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/desc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/doc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/expvar_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/fnv.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/gauge.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/get_pid.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/go_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/go_collector_latest.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/histogram.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/labels.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/metric.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/num_threads.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/observer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/process_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/process_collector_procfsenabled.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/registry.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/summary.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/timer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/untyped.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/value.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/vec.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/vnext.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.22.0/prometheus/wrap.go
2025-08-20T21:34:07.9322856Z [00:03:01.373]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T21:34:07.9360167Z [00:03:01.377]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/1f/1f3dacc14444fcd97fd517864d2cb74faa443333418f296f29f3fd8e45de2ba3-d # internal
2025-08-20T21:34:07.9376226Z [00:03:01.378]➜  go.opentelemetry.io/otel/internal/baggage
2025-08-20T21:34:07.9376583Z [00:03:01.378]➜  mkdir -p $WORK/b356/
2025-08-20T21:34:07.9376967Z [00:03:01.378]➜  cat >/tmp/go-build1238918229/b356/importcfg << 'EOF' # internal
2025-08-20T21:34:07.9380153Z [00:03:01.378]➜  # import config
2025-08-20T21:34:07.9380924Z [00:03:01.378]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:07.9381520Z [00:03:01.378]➜  EOF
2025-08-20T21:34:07.9384158Z [00:03:01.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b356/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/baggage=>go.opentelemetry.io/otel@v1.37.0/internal/baggage;$WORK/b356=>" -p go.opentelemetry.io/otel/internal/baggage -lang=go1.23 -complete -installsuffix shared -buildid jsI2I3gILzl21Zx_N_sQ/jsI2I3gILzl21Zx_N_sQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/baggage/context.go
2025-08-20T21:34:07.9386679Z [00:03:01.378]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T21:34:07.9387713Z [00:03:01.378]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/c1/c16d3d52c50d0320189d384fc90a54a07af077a5909ec96660ee8780d7cddf35-d # internal
2025-08-20T21:34:07.9389833Z [00:03:01.379]➜  go.opentelemetry.io/auto/sdk
2025-08-20T21:34:07.9391232Z [00:03:01.379]➜  mkdir -p $WORK/b344/
2025-08-20T21:34:07.9391673Z [00:03:01.379]➜  cat >/tmp/go-build1238918229/b344/importcfg << 'EOF' # internal
2025-08-20T21:34:07.9392207Z [00:03:01.379]➜  # import config
2025-08-20T21:34:07.9392606Z [00:03:01.379]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:07.9393114Z [00:03:01.379]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:07.9393556Z [00:03:01.379]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.9396073Z [00:03:01.379]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build1238918229/b345/_pkg_.a
2025-08-20T21:34:07.9396929Z [00:03:01.379]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:07.9397607Z [00:03:01.379]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1238918229/b346/_pkg_.a
2025-08-20T21:34:07.9400280Z [00:03:01.379]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build1238918229/b347/_pkg_.a
2025-08-20T21:34:07.9401000Z [00:03:01.379]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1238918229/b348/_pkg_.a
2025-08-20T21:34:07.9401603Z [00:03:01.379]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build1238918229/b351/_pkg_.a
2025-08-20T21:34:07.9402121Z [00:03:01.379]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:07.9402535Z [00:03:01.379]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:07.9402959Z [00:03:01.379]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:07.9403389Z [00:03:01.379]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:07.9406860Z [00:03:01.379]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.9408176Z [00:03:01.379]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:07.9408820Z [00:03:01.379]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.9409811Z [00:03:01.379]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:07.9410298Z [00:03:01.379]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:07.9410740Z [00:03:01.379]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:07.9411074Z [00:03:01.379]➜  EOF
2025-08-20T21:34:07.9413762Z [00:03:01.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b344/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0=>go.opentelemetry.io/auto/sdk@v1.1.0;$WORK/b344=>" -p go.opentelemetry.io/auto/sdk -lang=go1.22 -complete -installsuffix shared -buildid Z0ke1xN3BuzkRwmJ4lzr/Z0ke1xN3BuzkRwmJ4lzr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/limit.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/span.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/tracer.go /root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0/tracer_provider.go
2025-08-20T21:34:07.9416379Z [00:03:01.381]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/6a/6aa6dfef9afeaf99dd1db8a812d0be59d6d9983d6cd3cb9e343060aa21c5d214-d # internal
2025-08-20T21:34:07.9416983Z [00:03:01.382]➜  google.golang.org/grpc/internal/transport
2025-08-20T21:34:07.9417292Z [00:03:01.382]➜  mkdir -p $WORK/b293/
2025-08-20T21:34:07.9417777Z [00:03:01.382]➜  cat >/tmp/go-build1238918229/b293/importcfg << 'EOF' # internal
2025-08-20T21:34:07.9418138Z [00:03:01.382]➜  # import config
2025-08-20T21:34:07.9418477Z [00:03:01.382]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:07.9418892Z [00:03:01.382]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:07.9419315Z [00:03:01.382]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:07.9419773Z [00:03:01.382]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:07.9420229Z [00:03:01.382]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.9420639Z [00:03:01.382]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.9421113Z [00:03:01.382]➜  packagefile golang.org/x/net/http2=/tmp/go-build1238918229/b294/_pkg_.a
2025-08-20T21:34:07.9421664Z [00:03:01.382]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1238918229/b301/_pkg_.a
2025-08-20T21:34:07.9422231Z [00:03:01.382]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:07.9423122Z [00:03:01.382]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:07.9423763Z [00:03:01.382]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:07.9424372Z [00:03:01.382]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1238918229/b080/_pkg_.a
2025-08-20T21:34:07.9424992Z [00:03:01.382]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1238918229/b220/_pkg_.a
2025-08-20T21:34:07.9425663Z [00:03:01.382]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build1238918229/b223/_pkg_.a
2025-08-20T21:34:07.9426321Z [00:03:01.382]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1238918229/b246/_pkg_.a
2025-08-20T21:34:07.9426965Z [00:03:01.382]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1238918229/b285/_pkg_.a
2025-08-20T21:34:07.9427777Z [00:03:01.382]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1238918229/b271/_pkg_.a
2025-08-20T21:34:07.9428488Z [00:03:01.382]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build1238918229/b288/_pkg_.a
2025-08-20T21:34:07.9429125Z [00:03:01.382]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1238918229/b247/_pkg_.a
2025-08-20T21:34:07.9429802Z [00:03:01.382]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build1238918229/b292/_pkg_.a
2025-08-20T21:34:07.9430724Z [00:03:01.382]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build1238918229/b284/_pkg_.a
2025-08-20T21:34:07.9431361Z [00:03:01.382]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build1238918229/b303/_pkg_.a
2025-08-20T21:34:07.9432074Z [00:03:01.382]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1238918229/b304/_pkg_.a
2025-08-20T21:34:07.9432740Z [00:03:01.382]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build1238918229/b305/_pkg_.a
2025-08-20T21:34:07.9433320Z [00:03:01.382]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1238918229/b272/_pkg_.a
2025-08-20T21:34:07.9433890Z [00:03:01.382]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:07.9434458Z [00:03:01.382]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1238918229/b306/_pkg_.a
2025-08-20T21:34:07.9435029Z [00:03:01.382]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:07.9435609Z [00:03:01.382]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1238918229/b101/_pkg_.a
2025-08-20T21:34:07.9436174Z [00:03:01.382]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:07.9436734Z [00:03:01.382]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build1238918229/b307/_pkg_.a
2025-08-20T21:34:07.9437308Z [00:03:01.382]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:07.9438206Z [00:03:01.382]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:07.9438835Z [00:03:01.382]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:07.9439429Z [00:03:01.382]➜  packagefile math/rand/v2=/tmp/go-build1238918229/b125/_pkg_.a
2025-08-20T21:34:07.9440020Z [00:03:01.382]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:07.9440509Z [00:03:01.382]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:07.9441236Z [00:03:01.382]➜  packagefile net/http/httputil=/tmp/go-build1238918229/b308/_pkg_.a
2025-08-20T21:34:07.9441875Z [00:03:01.382]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:07.9442471Z [00:03:01.382]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:07.9443087Z [00:03:01.382]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:07.9443563Z [00:03:01.382]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:07.9444661Z [00:03:01.382]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:07.9445187Z [00:03:01.382]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:07.9445766Z [00:03:01.382]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:07.9446339Z [00:03:01.382]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:07.9446793Z [00:03:01.382]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:07.9447274Z [00:03:01.382]➜  EOF
2025-08-20T21:34:07.9454839Z [00:03:01.382]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b293/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport=>google.golang.org/grpc@v1.74.2/internal/transport;$WORK/b293=>" -p google.golang.org/grpc/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid X4gkL2VRjMsvNUePCJRo/X4gkL2VRjMsvNUePCJRo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/bdp_estimator.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/client_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/controlbuf.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/defaults.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/flowcontrol.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/handler_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/http2_client.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/http2_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/http_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/proxy.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/server_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/transport.go
2025-08-20T21:34:07.9527239Z [00:03:01.394]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T21:34:07.9531143Z [00:03:01.394]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/eb/eb64095cf8cc96b3ac5e996501f42363a2261d6c99b56d3c86b0cc880a30f760-d # internal
2025-08-20T21:34:07.9533306Z [00:03:01.395]➜  go.opentelemetry.io/otel/baggage
2025-08-20T21:34:07.9534593Z [00:03:01.395]➜  mkdir -p $WORK/b355/
2025-08-20T21:34:07.9535427Z [00:03:01.395]➜  cat >/tmp/go-build1238918229/b355/importcfg << 'EOF' # internal
2025-08-20T21:34:07.9535784Z [00:03:01.395]➜  # import config
2025-08-20T21:34:07.9536137Z [00:03:01.395]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:07.9536562Z [00:03:01.395]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:07.9536974Z [00:03:01.395]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:07.9537694Z [00:03:01.395]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build1238918229/b356/_pkg_.a
2025-08-20T21:34:07.9538299Z [00:03:01.395]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:07.9538729Z [00:03:01.395]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:07.9539176Z [00:03:01.395]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:07.9539508Z [00:03:01.395]➜  EOF
2025-08-20T21:34:07.9542254Z [00:03:01.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/baggage=>go.opentelemetry.io/otel@v1.37.0/baggage;$WORK/b355=>" -p go.opentelemetry.io/otel/baggage -lang=go1.23 -complete -installsuffix shared -buildid WrlUUOu0YD2V88Yjg2lu/WrlUUOu0YD2V88Yjg2lu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/baggage/context.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/baggage/doc.go
2025-08-20T21:34:08.0057652Z [00:03:01.447]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T21:34:08.0070280Z [00:03:01.448]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/45/455741a2c63762f2f326425595503f59cf18ee15882fd861931846f167fdd15f-d # internal
2025-08-20T21:34:08.0083766Z [00:03:01.450]➜  go.opentelemetry.io/otel/metric/noop
2025-08-20T21:34:08.0084241Z [00:03:01.450]➜  mkdir -p $WORK/b358/
2025-08-20T21:34:08.0085116Z [00:03:01.450]➜  cat >/tmp/go-build1238918229/b358/importcfg << 'EOF' # internal
2025-08-20T21:34:08.0085960Z [00:03:01.450]➜  # import config
2025-08-20T21:34:08.0086376Z [00:03:01.450]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.0086920Z [00:03:01.450]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1238918229/b352/_pkg_.a
2025-08-20T21:34:08.0087688Z [00:03:01.450]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1238918229/b353/_pkg_.a
2025-08-20T21:34:08.0088165Z [00:03:01.450]➜  EOF
2025-08-20T21:34:08.0123315Z [00:03:01.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b358/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/noop=>go.opentelemetry.io/otel/metric@v1.37.0/noop;$WORK/b358=>" -p go.opentelemetry.io/otel/metric/noop -lang=go1.23 -complete -installsuffix shared -buildid yqfJ7GETiaBdkoG3DOXl/yqfJ7GETiaBdkoG3DOXl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.37.0/noop/noop.go
2025-08-20T21:34:08.0234972Z [00:03:01.465]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T21:34:08.0244155Z [00:03:01.466]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/d3/d3982ded08df7985b089987d6b1faa84fce298d9f44877db3a1ec570cf3cdb90-d # internal
2025-08-20T21:34:08.0245595Z [00:03:01.466]➜  go.opentelemetry.io/otel/propagation
2025-08-20T21:34:08.0245927Z [00:03:01.466]➜  mkdir -p $WORK/b354/
2025-08-20T21:34:08.0247606Z [00:03:01.466]➜  cat >/tmp/go-build1238918229/b354/importcfg << 'EOF' # internal
2025-08-20T21:34:08.0248020Z [00:03:01.466]➜  # import config
2025-08-20T21:34:08.0248377Z [00:03:01.466]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.0248831Z [00:03:01.466]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:08.0249266Z [00:03:01.466]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.0249777Z [00:03:01.466]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build1238918229/b355/_pkg_.a
2025-08-20T21:34:08.0250380Z [00:03:01.466]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1238918229/b348/_pkg_.a
2025-08-20T21:34:08.0250883Z [00:03:01.466]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.0251312Z [00:03:01.466]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.0251628Z [00:03:01.466]➜  EOF
2025-08-20T21:34:08.0255597Z [00:03:01.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b354/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation=>go.opentelemetry.io/otel@v1.37.0/propagation;$WORK/b354=>" -p go.opentelemetry.io/otel/propagation -lang=go1.23 -complete -installsuffix shared -buildid TVvDJRkkEYUKBSX0gQ_k/TVvDJRkkEYUKBSX0gQ_k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation/trace_context.go
2025-08-20T21:34:08.0742426Z [00:03:01.515]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T21:34:08.0751068Z [00:03:01.516]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/70/701d9f5805e79b98151f1009c5c2e94879058f791fcc525175b0844167b76b58-d # internal
2025-08-20T21:34:08.0758884Z [00:03:01.517]➜  go.opentelemetry.io/otel/internal/global
2025-08-20T21:34:08.0759641Z [00:03:01.517]➜  mkdir -p $WORK/b341/
2025-08-20T21:34:08.0760106Z [00:03:01.517]➜  cat >/tmp/go-build1238918229/b341/importcfg << 'EOF' # internal
2025-08-20T21:34:08.0760454Z [00:03:01.517]➜  # import config
2025-08-20T21:34:08.0760822Z [00:03:01.517]➜  packagefile container/list=/tmp/go-build1238918229/b132/_pkg_.a
2025-08-20T21:34:08.0761287Z [00:03:01.517]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.0761733Z [00:03:01.517]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.0762213Z [00:03:01.517]➜  packagefile github.com/go-logr/logr=/tmp/go-build1238918229/b340/_pkg_.a
2025-08-20T21:34:08.0762737Z [00:03:01.517]➜  packagefile github.com/go-logr/stdr=/tmp/go-build1238918229/b342/_pkg_.a
2025-08-20T21:34:08.0763286Z [00:03:01.517]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build1238918229/b344/_pkg_.a
2025-08-20T21:34:08.0763872Z [00:03:01.517]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:08.0764476Z [00:03:01.517]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1238918229/b346/_pkg_.a
2025-08-20T21:34:08.0765053Z [00:03:01.517]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1238918229/b352/_pkg_.a
2025-08-20T21:34:08.0765675Z [00:03:01.517]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1238918229/b353/_pkg_.a
2025-08-20T21:34:08.0766311Z [00:03:01.517]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1238918229/b354/_pkg_.a
2025-08-20T21:34:08.0767230Z [00:03:01.517]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1238918229/b348/_pkg_.a
2025-08-20T21:34:08.0784437Z [00:03:01.517]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build1238918229/b349/_pkg_.a
2025-08-20T21:34:08.0785202Z [00:03:01.517]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:08.0785679Z [00:03:01.517]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:08.0786352Z [00:03:01.517]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:08.0786918Z [00:03:01.517]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:08.0787385Z [00:03:01.517]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:08.0787804Z [00:03:01.518]➜  EOF
2025-08-20T21:34:08.0793273Z [00:03:01.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b341/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global=>go.opentelemetry.io/otel@v1.37.0/internal/global;$WORK/b341=>" -p go.opentelemetry.io/otel/internal/global -lang=go1.23 -complete -installsuffix shared -buildid Vhaa_NUyZmBPTNcJ2gdZ/Vhaa_NUyZmBPTNcJ2gdZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/instruments.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/propagator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/state.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal/global/trace.go
2025-08-20T21:34:08.0797344Z [00:03:01.518]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T21:34:08.0798259Z [00:03:01.519]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/d6/d63f304657a724894c3e4d8f4167767f2e33c1aaa20b5119275cb2e3020bac16-d # internal
2025-08-20T21:34:08.0798937Z [00:03:01.519]➜  go.opentelemetry.io/otel/semconv/v1.34.0/rpcconv
2025-08-20T21:34:08.0799266Z [00:03:01.519]➜  mkdir -p $WORK/b357/
2025-08-20T21:34:08.0799632Z [00:03:01.519]➜  cat >/tmp/go-build1238918229/b357/importcfg << 'EOF' # internal
2025-08-20T21:34:08.0799976Z [00:03:01.519]➜  # import config
2025-08-20T21:34:08.0800319Z [00:03:01.519]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.0801249Z [00:03:01.519]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:08.0801933Z [00:03:01.519]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1238918229/b352/_pkg_.a
2025-08-20T21:34:08.0802882Z [00:03:01.519]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build1238918229/b358/_pkg_.a
2025-08-20T21:34:08.0803626Z [00:03:01.519]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:08.0804161Z [00:03:01.519]➜  EOF
2025-08-20T21:34:08.0806499Z [00:03:01.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b357/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/rpcconv=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/rpcconv;$WORK/b357=>" -p go.opentelemetry.io/otel/semconv/v1.34.0/rpcconv -lang=go1.23 -complete -installsuffix shared -buildid Y_hwdwG9SL8Pbkv2fzf0/Y_hwdwG9SL8Pbkv2fzf0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/rpcconv/metric.go
2025-08-20T21:34:08.1511536Z [00:03:01.589]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T21:34:08.1539530Z [00:03:01.595]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/a8/a82540217e378f3530741fbfc52d6cb9e9b8be12d48742164b01515e6463d06d-d # internal
2025-08-20T21:34:08.1546914Z [00:03:01.596]➜  cloud.google.com/go/compute/metadata
2025-08-20T21:34:08.1547831Z [00:03:01.596]➜  mkdir -p $WORK/b362/
2025-08-20T21:34:08.1548217Z [00:03:01.596]➜  cat >/tmp/go-build1238918229/b362/importcfg << 'EOF' # internal
2025-08-20T21:34:08.1548563Z [00:03:01.596]➜  # import config
2025-08-20T21:34:08.1548906Z [00:03:01.596]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:08.1549328Z [00:03:01.596]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.1549785Z [00:03:01.596]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.1550253Z [00:03:01.596]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.1550672Z [00:03:01.596]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.1551074Z [00:03:01.596]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.1551489Z [00:03:01.596]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:08.1551922Z [00:03:01.596]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:08.1552361Z [00:03:01.596]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:08.1552785Z [00:03:01.596]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.1553213Z [00:03:01.596]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:08.1553622Z [00:03:01.596]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:08.1554034Z [00:03:01.596]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.1554466Z [00:03:01.596]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:08.1554888Z [00:03:01.596]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:08.1555351Z [00:03:01.596]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.1555657Z [00:03:01.596]➜  EOF
2025-08-20T21:34:08.1562188Z [00:03:01.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b362/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0=>cloud.google.com/go/compute/metadata@v0.7.0;$WORK/b362=>" -p cloud.google.com/go/compute/metadata -lang=go1.23 -complete -installsuffix shared -buildid jsJXlP2BsO3Py6Z5KjAJ/jsJXlP2BsO3Py6Z5KjAJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/log.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/metadata.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/retry.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/retry_linux.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/syscheck_linux.go
2025-08-20T21:34:08.2835901Z [00:03:01.725]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T21:34:08.2920664Z [00:03:01.732]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/ff/ffe6886db7d544140d6abb3aa6604221c49367f41c6e7a026242bafe0f33845a-d # internal
2025-08-20T21:34:08.2921337Z [00:03:01.732]➜  cloud.google.com/go/auth/internal
2025-08-20T21:34:08.2921699Z [00:03:01.732]➜  mkdir -p $WORK/b361/
2025-08-20T21:34:08.2924144Z [00:03:01.734]➜  cat >/tmp/go-build1238918229/b361/importcfg << 'EOF' # internal
2025-08-20T21:34:08.2924779Z [00:03:01.734]➜  # import config
2025-08-20T21:34:08.2925604Z [00:03:01.734]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1238918229/b362/_pkg_.a
2025-08-20T21:34:08.2928035Z [00:03:01.734]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.2928965Z [00:03:01.734]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:08.2929718Z [00:03:01.734]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:08.2930660Z [00:03:01.734]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.2931375Z [00:03:01.734]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:08.2932276Z [00:03:01.734]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.2933621Z [00:03:01.734]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.2934313Z [00:03:01.734]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.2935296Z [00:03:01.734]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.2936223Z [00:03:01.734]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:08.2936865Z [00:03:01.734]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:08.2937640Z [00:03:01.734]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.2938392Z [00:03:01.734]➜  EOF
2025-08-20T21:34:08.2940580Z [00:03:01.734]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b361/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal=>cloud.google.com/go/auth@v0.16.3/internal;$WORK/b361=>" -p cloud.google.com/go/auth/internal -lang=go1.23 -complete -installsuffix shared -buildid MPb9aQwicnKr6t_VZ0j5/MPb9aQwicnKr6t_VZ0j5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/internal.go
2025-08-20T21:34:08.3353396Z [00:03:01.776]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T21:34:08.3390175Z [00:03:01.780]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/26/267f8a10efd667836d02618b7d1b3988cf0f6ff5b55b3bb8b2356110e55251ca-d # internal
2025-08-20T21:34:08.3405442Z [00:03:01.782]➜  go.opentelemetry.io/otel
2025-08-20T21:34:08.3406057Z [00:03:01.782]➜  mkdir -p $WORK/b339/
2025-08-20T21:34:08.3443761Z [00:03:01.786]➜  cat >/tmp/go-build1238918229/b339/importcfg << 'EOF' # internal
2025-08-20T21:34:08.3445914Z [00:03:01.786]➜  # import config
2025-08-20T21:34:08.3447393Z [00:03:01.786]➜  packagefile github.com/go-logr/logr=/tmp/go-build1238918229/b340/_pkg_.a
2025-08-20T21:34:08.3448649Z [00:03:01.786]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build1238918229/b341/_pkg_.a
2025-08-20T21:34:08.3449883Z [00:03:01.786]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1238918229/b352/_pkg_.a
2025-08-20T21:34:08.3450819Z [00:03:01.786]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1238918229/b354/_pkg_.a
2025-08-20T21:34:08.3452323Z [00:03:01.786]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1238918229/b348/_pkg_.a
2025-08-20T21:34:08.3452764Z [00:03:01.786]➜  EOF
2025-08-20T21:34:08.3456382Z [00:03:01.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0=>go.opentelemetry.io/otel@v1.37.0;$WORK/b339=>" -p go.opentelemetry.io/otel -lang=go1.23 -complete -installsuffix shared -buildid trGUaiOaXu7YdYcRzgrZ/trGUaiOaXu7YdYcRzgrZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/error_handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/version.go
2025-08-20T21:34:08.3685687Z [00:03:01.810]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T21:34:08.3695210Z [00:03:01.811]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/12/12002478df2cf0c66104aad9ce826112c82be84f209b95e43523db82cb4c0ca9-d # internal
2025-08-20T21:34:08.3697057Z [00:03:01.811]➜  cloud.google.com/go/auth/internal/jwt
2025-08-20T21:34:08.3697945Z [00:03:01.811]➜  mkdir -p $WORK/b363/
2025-08-20T21:34:08.3711847Z [00:03:01.812]➜  cat >/tmp/go-build1238918229/b363/importcfg << 'EOF' # internal
2025-08-20T21:34:08.3712603Z [00:03:01.813]➜  # import config
2025-08-20T21:34:08.3713120Z [00:03:01.813]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:08.3714252Z [00:03:01.813]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:08.3715284Z [00:03:01.813]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:08.3715869Z [00:03:01.813]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:08.3717259Z [00:03:01.813]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:08.3717940Z [00:03:01.813]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:08.3718433Z [00:03:01.813]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.3718881Z [00:03:01.813]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.3719290Z [00:03:01.813]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.3719707Z [00:03:01.813]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.3720122Z [00:03:01.813]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.3720443Z [00:03:01.813]➜  EOF
2025-08-20T21:34:08.3722325Z [00:03:01.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b363/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/jwt=>cloud.google.com/go/auth@v0.16.3/internal/jwt;$WORK/b363=>" -p cloud.google.com/go/auth/internal/jwt -lang=go1.23 -complete -installsuffix shared -buildid sjle8H3lkvEZ0YFORWsr/sjle8H3lkvEZ0YFORWsr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/jwt/jwt.go
2025-08-20T21:34:08.4185873Z [00:03:01.860]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T21:34:08.4202751Z [00:03:01.861]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/13/136abd020175722fbe7f3a0489afbd85381628850c4b97d1258425f132e43b82-d # internal
2025-08-20T21:34:08.4204769Z [00:03:01.861]➜  github.com/googleapis/gax-go/v2/internallog/internal
2025-08-20T21:34:08.4206106Z [00:03:01.861]➜  mkdir -p $WORK/b365/
2025-08-20T21:34:08.4206780Z [00:03:01.861]➜  cat >/tmp/go-build1238918229/b365/importcfg << 'EOF' # internal
2025-08-20T21:34:08.4207742Z [00:03:01.861]➜  # import config
2025-08-20T21:34:08.4208520Z [00:03:01.862]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.4209880Z [00:03:01.862]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.4210643Z [00:03:01.862]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:08.4211275Z [00:03:01.862]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:08.4212744Z [00:03:01.862]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.4213255Z [00:03:01.862]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.4213567Z [00:03:01.862]➜  EOF
2025-08-20T21:34:08.4215732Z [00:03:01.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b365/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internallog/internal=>github.com/googleapis/gax-go/v2@v2.15.0/internallog/internal;$WORK/b365=>" -p github.com/googleapis/gax-go/v2/internallog/internal -lang=go1.23 -complete -installsuffix shared -buildid CKwLCBrWsX7kCIpp8NKT/CKwLCBrWsX7kCIpp8NKT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internallog/internal/internal.go
2025-08-20T21:34:08.4288623Z [00:03:01.870]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T21:34:08.4294527Z [00:03:01.871]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/1f/1f351022b8c72c77a0e7d4f0a4c2665310432b2ac930e4d8487312f6e8ab81a1-d # internal
2025-08-20T21:34:08.4296730Z [00:03:01.871]➜  golang.org/x/oauth2/internal
2025-08-20T21:34:08.4297953Z [00:03:01.871]➜  mkdir -p $WORK/b367/
2025-08-20T21:34:08.4299912Z [00:03:01.871]➜  cat >/tmp/go-build1238918229/b367/importcfg << 'EOF' # internal
2025-08-20T21:34:08.4300793Z [00:03:01.872]➜  # import config
2025-08-20T21:34:08.4302381Z [00:03:01.872]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.4305508Z [00:03:01.872]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:08.4306402Z [00:03:01.872]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:08.4307198Z [00:03:01.872]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.4308021Z [00:03:01.872]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:08.4309526Z [00:03:01.872]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.4310193Z [00:03:01.872]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.4310729Z [00:03:01.872]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.4311333Z [00:03:01.872]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:08.4314103Z [00:03:01.872]➜  packagefile mime=/tmp/go-build1238918229/b208/_pkg_.a
2025-08-20T21:34:08.4314673Z [00:03:01.872]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.4315269Z [00:03:01.872]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:08.4315840Z [00:03:01.872]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:08.4316588Z [00:03:01.872]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.4317203Z [00:03:01.872]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:08.4317891Z [00:03:01.872]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:08.4319555Z [00:03:01.872]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.4319993Z [00:03:01.872]➜  EOF
2025-08-20T21:34:08.4322640Z [00:03:01.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b367=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid ePGu0dCS5cUzb4kHN8cN/ePGu0dCS5cUzb4kHN8cN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/transport.go
2025-08-20T21:34:08.4651944Z [00:03:01.906]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T21:34:08.4658543Z [00:03:01.907]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/7b/7b76a920e95260ed6eaeba4a1c748e54f65d7a8cd68acde80f5294b34dd51f12-d # internal
2025-08-20T21:34:08.4665037Z [00:03:01.907]➜  github.com/googleapis/gax-go/v2/internallog
2025-08-20T21:34:08.4665414Z [00:03:01.907]➜  mkdir -p $WORK/b364/
2025-08-20T21:34:08.4665798Z [00:03:01.908]➜  cat >/tmp/go-build1238918229/b364/importcfg << 'EOF' # internal
2025-08-20T21:34:08.4666149Z [00:03:01.908]➜  # import config
2025-08-20T21:34:08.4666494Z [00:03:01.908]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:08.4666969Z [00:03:01.908]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.4667410Z [00:03:01.908]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.4668192Z [00:03:01.908]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build1238918229/b365/_pkg_.a
2025-08-20T21:34:08.4668777Z [00:03:01.908]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:08.4669232Z [00:03:01.908]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.4669651Z [00:03:01.908]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:08.4670066Z [00:03:01.908]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.4670380Z [00:03:01.908]➜  EOF
2025-08-20T21:34:08.4672377Z [00:03:01.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b364/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internallog=>github.com/googleapis/gax-go/v2@v2.15.0/internallog;$WORK/b364=>" -p github.com/googleapis/gax-go/v2/internallog -lang=go1.23 -complete -installsuffix shared -buildid 7PdS7DyOXzO_kVCpLa1G/7PdS7DyOXzO_kVCpLa1G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internallog/internallog.go
2025-08-20T21:34:08.5003309Z [00:03:01.941]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T21:34:08.5019578Z [00:03:01.943]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/9d/9d83f4bc8974f1b3f4620f36fa9a7f21d30afff5c217aa81bed03f79a1f97393-d # internal
2025-08-20T21:34:08.5040650Z [00:03:01.943]➜  cloud.google.com/go/auth
2025-08-20T21:34:08.5040979Z [00:03:01.943]➜  mkdir -p $WORK/b360/
2025-08-20T21:34:08.5041368Z [00:03:01.943]➜  cat >/tmp/go-build1238918229/b360/importcfg << 'EOF' # internal
2025-08-20T21:34:08.5041716Z [00:03:01.943]➜  # import config
2025-08-20T21:34:08.5042052Z [00:03:01.943]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:08.5042607Z [00:03:01.943]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1238918229/b361/_pkg_.a
2025-08-20T21:34:08.5043225Z [00:03:01.943]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1238918229/b363/_pkg_.a
2025-08-20T21:34:08.5043749Z [00:03:01.943]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.5044197Z [00:03:01.943]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.5044655Z [00:03:01.943]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.5045072Z [00:03:01.943]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.5045619Z [00:03:01.943]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1238918229/b364/_pkg_.a
2025-08-20T21:34:08.5046163Z [00:03:01.943]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:08.5046581Z [00:03:01.943]➜  packagefile mime=/tmp/go-build1238918229/b208/_pkg_.a
2025-08-20T21:34:08.5047012Z [00:03:01.943]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.5047574Z [00:03:01.943]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:08.5048087Z [00:03:01.943]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:08.5048509Z [00:03:01.943]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.5048919Z [00:03:01.943]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:08.5049723Z [00:03:01.943]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.5050092Z [00:03:01.943]➜  EOF
2025-08-20T21:34:08.5052007Z [00:03:01.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b360/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3=>cloud.google.com/go/auth@v0.16.3;$WORK/b360=>" -p cloud.google.com/go/auth -lang=go1.23 -complete -installsuffix shared -buildid PJh0W3g7maqjrwHrtMpx/PJh0W3g7maqjrwHrtMpx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/auth.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/threelegged.go
2025-08-20T21:34:08.5253158Z [00:03:01.966]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T21:34:08.5264953Z [00:03:01.968]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/7a/7acbadc662ce038d384c268e5a2cd098d089c44db3eb5f0ea379a2fea58338c8-d # internal
2025-08-20T21:34:08.5285459Z [00:03:01.970]➜  golang.org/x/oauth2
2025-08-20T21:34:08.5289986Z [00:03:01.970]➜  mkdir -p $WORK/b366/
2025-08-20T21:34:08.5291619Z [00:03:01.970]➜  cat >/tmp/go-build1238918229/b366/importcfg << 'EOF' # internal
2025-08-20T21:34:08.5292026Z [00:03:01.970]➜  # import config
2025-08-20T21:34:08.5292383Z [00:03:01.970]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:08.5292813Z [00:03:01.970]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.5293694Z [00:03:01.970]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:08.5294164Z [00:03:01.970]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:08.5294643Z [00:03:01.970]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:08.5295119Z [00:03:01.970]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.5295569Z [00:03:01.970]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.5296005Z [00:03:01.970]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.5296507Z [00:03:01.970]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build1238918229/b367/_pkg_.a
2025-08-20T21:34:08.5296994Z [00:03:01.970]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.5297396Z [00:03:01.970]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:08.5298045Z [00:03:01.970]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.5298498Z [00:03:01.970]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:08.5298928Z [00:03:01.970]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:08.5299354Z [00:03:01.970]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.5299771Z [00:03:01.970]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:08.5300176Z [00:03:01.970]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.5300496Z [00:03:01.970]➜  EOF
2025-08-20T21:34:08.5304208Z [00:03:01.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b366=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid pAorfFFfkmOwHvtloUNt/pAorfFFfkmOwHvtloUNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/deviceauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/pkce.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/transport.go
2025-08-20T21:34:08.5424086Z [00:03:01.984]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T21:34:08.5494192Z [00:03:01.991]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/35/35a5789814ab19738f897f963b2c0e97cc67aa1112a95ed5030871e03fd0f559-d # internal
2025-08-20T21:34:08.5498738Z [00:03:01.991]➜  google.golang.org/grpc/internal/resolver/delegatingresolver
2025-08-20T21:34:08.5501725Z [00:03:01.991]➜  mkdir -p $WORK/b291/
2025-08-20T21:34:08.5502134Z [00:03:01.991]➜  cat >/tmp/go-build1238918229/b291/importcfg << 'EOF' # internal
2025-08-20T21:34:08.5502487Z [00:03:01.991]➜  # import config
2025-08-20T21:34:08.5502830Z [00:03:01.991]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.5503339Z [00:03:01.991]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:08.5504026Z [00:03:01.991]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build1238918229/b292/_pkg_.a
2025-08-20T21:34:08.5504715Z [00:03:01.991]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build1238918229/b293/_pkg_.a
2025-08-20T21:34:08.5505430Z [00:03:01.991]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1238918229/b304/_pkg_.a
2025-08-20T21:34:08.5506113Z [00:03:01.991]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:08.5506724Z [00:03:01.991]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1238918229/b093/_pkg_.a
2025-08-20T21:34:08.5507244Z [00:03:01.991]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.5507897Z [00:03:01.991]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:08.5508318Z [00:03:01.991]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:08.5509025Z [00:03:01.991]➜  EOF
2025-08-20T21:34:08.5511402Z [00:03:01.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b291/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/delegatingresolver=>google.golang.org/grpc@v1.74.2/internal/resolver/delegatingresolver;$WORK/b291=>" -p google.golang.org/grpc/internal/resolver/delegatingresolver -lang=go1.23 -complete -installsuffix shared -buildid kJlwv5I6LlmrtP1INjNW/kJlwv5I6LlmrtP1INjNW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/delegatingresolver/delegatingresolver.go
2025-08-20T21:34:08.5873961Z [00:03:02.028]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T21:34:08.5932370Z [00:03:02.034]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T21:34:08.5961607Z [00:03:02.037]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/c3/c32d6913a302b7103448c3b4e17e398c2ba2d1f06798031303f9da1e5265859c-d # internal
2025-08-20T21:34:08.5972320Z [00:03:02.037]➜  os/exec
2025-08-20T21:34:08.5972610Z [00:03:02.037]➜  mkdir -p $WORK/b373/
2025-08-20T21:34:08.5973000Z [00:03:02.037]➜  cat >/tmp/go-build1238918229/b373/importcfg << 'EOF' # internal
2025-08-20T21:34:08.5973353Z [00:03:02.037]➜  # import config
2025-08-20T21:34:08.5973730Z [00:03:02.037]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:08.5974161Z [00:03:02.037]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.5980478Z [00:03:02.037]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.5981067Z [00:03:02.037]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:08.5981600Z [00:03:02.037]➜  packagefile internal/syscall/execenv=/tmp/go-build1238918229/b063/_pkg_.a
2025-08-20T21:34:08.5982133Z [00:03:02.037]➜  packagefile internal/syscall/unix=/tmp/go-build1238918229/b062/_pkg_.a
2025-08-20T21:34:08.5982610Z [00:03:02.037]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.5983020Z [00:03:02.037]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:08.5983427Z [00:03:02.037]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:08.5983856Z [00:03:02.037]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:08.5984304Z [00:03:02.037]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:08.5985068Z [00:03:02.037]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:08.5985600Z [00:03:02.037]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.5986028Z [00:03:02.037]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:08.5986445Z [00:03:02.037]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.5986753Z [00:03:02.037]➜  EOF
2025-08-20T21:34:08.5988518Z [00:03:02.037]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b373=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T21:34:08.5990043Z [00:03:02.038]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T21:34:08.5990743Z [00:03:02.039]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/5a/5a727a47ddc8c4cb60a7caaa2ff72847bec22e5764768279efb44a10df8c8ee1-d # internal
2025-08-20T21:34:08.5992294Z [00:03:02.040]➜  google.golang.org/grpc
2025-08-20T21:34:08.5992940Z [00:03:02.040]➜  mkdir -p $WORK/b216/
2025-08-20T21:34:08.5997079Z [00:03:02.041]➜  cat >/tmp/go-build1238918229/b216/importcfg << 'EOF' # internal
2025-08-20T21:34:08.5998372Z [00:03:02.041]➜  # import config
2025-08-20T21:34:08.5999474Z [00:03:02.041]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:08.6001862Z [00:03:02.042]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:08.6002395Z [00:03:02.042]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.6002857Z [00:03:02.042]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:08.6004761Z [00:03:02.042]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.6006029Z [00:03:02.042]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.6007271Z [00:03:02.042]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.6008956Z [00:03:02.042]➜  packagefile golang.org/x/net/trace=/tmp/go-build1238918229/b187/_pkg_.a
2025-08-20T21:34:08.6009546Z [00:03:02.042]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build1238918229/b217/_pkg_.a
2025-08-20T21:34:08.6010128Z [00:03:02.042]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1238918229/b218/_pkg_.a
2025-08-20T21:34:08.6010752Z [00:03:02.042]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1238918229/b242/_pkg_.a
2025-08-20T21:34:08.6011394Z [00:03:02.042]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build1238918229/b243/_pkg_.a
2025-08-20T21:34:08.6012058Z [00:03:02.042]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build1238918229/b266/_pkg_.a
2025-08-20T21:34:08.6012685Z [00:03:02.042]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build1238918229/b219/_pkg_.a
2025-08-20T21:34:08.6013267Z [00:03:02.042]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:08.6016646Z [00:03:02.043]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1238918229/b084/_pkg_.a
2025-08-20T21:34:08.6018243Z [00:03:02.043]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:08.6018916Z [00:03:02.043]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1238918229/b269/_pkg_.a
2025-08-20T21:34:08.6019569Z [00:03:02.043]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build1238918229/b270/_pkg_.a
2025-08-20T21:34:08.6020178Z [00:03:02.043]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build1238918229/b273/_pkg_.a
2025-08-20T21:34:08.6020822Z [00:03:02.043]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1238918229/b240/_pkg_.a
2025-08-20T21:34:08.6021438Z [00:03:02.043]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:08.6022376Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1238918229/b080/_pkg_.a
2025-08-20T21:34:08.6023059Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1238918229/b274/_pkg_.a
2025-08-20T21:34:08.6023788Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build1238918229/b275/_pkg_.a
2025-08-20T21:34:08.6024530Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build1238918229/b276/_pkg_.a
2025-08-20T21:34:08.6025204Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build1238918229/b277/_pkg_.a
2025-08-20T21:34:08.6045500Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1238918229/b220/_pkg_.a
2025-08-20T21:34:08.6046312Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1238918229/b285/_pkg_.a
2025-08-20T21:34:08.6046994Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1238918229/b271/_pkg_.a
2025-08-20T21:34:08.6047750Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build1238918229/b287/_pkg_.a
2025-08-20T21:34:08.6048449Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build1238918229/b288/_pkg_.a
2025-08-20T21:34:08.6049093Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1238918229/b247/_pkg_.a
2025-08-20T21:34:08.6057101Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1238918229/b289/_pkg_.a
2025-08-20T21:34:08.6058137Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build1238918229/b291/_pkg_.a
2025-08-20T21:34:08.6058935Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build1238918229/b309/_pkg_.a
2025-08-20T21:34:08.6059680Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build1238918229/b310/_pkg_.a
2025-08-20T21:34:08.6060372Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1238918229/b290/_pkg_.a
2025-08-20T21:34:08.6061030Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build1238918229/b311/_pkg_.a
2025-08-20T21:34:08.6061659Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build1238918229/b284/_pkg_.a
2025-08-20T21:34:08.6062314Z [00:03:02.043]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build1238918229/b293/_pkg_.a
2025-08-20T21:34:08.6062941Z [00:03:02.043]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build1238918229/b305/_pkg_.a
2025-08-20T21:34:08.6063510Z [00:03:02.043]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1238918229/b272/_pkg_.a
2025-08-20T21:34:08.6064081Z [00:03:02.043]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:08.6064658Z [00:03:02.043]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1238918229/b306/_pkg_.a
2025-08-20T21:34:08.6065233Z [00:03:02.043]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:08.6065829Z [00:03:02.043]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build1238918229/b312/_pkg_.a
2025-08-20T21:34:08.6066448Z [00:03:02.043]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1238918229/b093/_pkg_.a
2025-08-20T21:34:08.6067048Z [00:03:02.043]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1238918229/b101/_pkg_.a
2025-08-20T21:34:08.6067824Z [00:03:02.043]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:08.6068448Z [00:03:02.043]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build1238918229/b307/_pkg_.a
2025-08-20T21:34:08.6068916Z [00:03:02.043]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.6069324Z [00:03:02.043]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:08.6070180Z [00:03:02.043]➜  packagefile math/rand/v2=/tmp/go-build1238918229/b125/_pkg_.a
2025-08-20T21:34:08.6070679Z [00:03:02.043]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:08.6071098Z [00:03:02.043]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.6071525Z [00:03:02.043]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:08.6071949Z [00:03:02.043]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:08.6072387Z [00:03:02.043]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:08.6072809Z [00:03:02.043]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:08.6073228Z [00:03:02.043]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:08.6073657Z [00:03:02.043]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.6074069Z [00:03:02.043]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:08.6074506Z [00:03:02.043]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:08.6074937Z [00:03:02.043]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.6075245Z [00:03:02.043]➜  EOF
2025-08-20T21:34:08.6082543Z [00:03:02.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2=>google.golang.org/grpc@v1.74.2;$WORK/b216=>" -p google.golang.org/grpc -lang=go1.23 -complete -installsuffix shared -buildid fL5orshOAUjom9_8W_Wh/fL5orshOAUjom9_8W_Wh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/backoff.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/call.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/clientconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/codec.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/dialoptions.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/doc.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/interceptor.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/picker_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/preloader.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/rpc_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/service_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stream_interfaces.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/trace.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/trace_withtrace.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/version.go
2025-08-20T21:34:08.6088177Z [00:03:02.045]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/de/debf83670ce0ec5ffd615a8898d2f1f753942ff29fbd1d4739334e60471e33c5-d # internal
2025-08-20T21:34:08.6088742Z [00:03:02.045]➜  golang.org/x/oauth2/jws
2025-08-20T21:34:08.6089023Z [00:03:02.045]➜  mkdir -p $WORK/b375/
2025-08-20T21:34:08.6089382Z [00:03:02.045]➜  cat >/tmp/go-build1238918229/b375/importcfg << 'EOF' # internal
2025-08-20T21:34:08.6089723Z [00:03:02.045]➜  # import config
2025-08-20T21:34:08.6090057Z [00:03:02.045]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:08.6090471Z [00:03:02.045]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:08.6090914Z [00:03:02.045]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:08.6091367Z [00:03:02.045]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:08.6091825Z [00:03:02.045]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:08.6092299Z [00:03:02.045]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:08.6092770Z [00:03:02.045]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.6093434Z [00:03:02.045]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.6093913Z [00:03:02.045]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.6094328Z [00:03:02.045]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.6094748Z [00:03:02.045]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.6095054Z [00:03:02.045]➜  EOF
2025-08-20T21:34:08.6096702Z [00:03:02.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jws=>golang.org/x/oauth2@v0.30.0/jws;$WORK/b375=>" -p golang.org/x/oauth2/jws -lang=go1.23 -complete -installsuffix shared -buildid Z0ThRsJXZ7NgJolE0PHW/Z0ThRsJXZ7NgJolE0PHW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jws/jws.go
2025-08-20T21:34:08.6139515Z [00:03:02.047]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T21:34:08.6140241Z [00:03:02.051]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/13/130802d43ee10f62570e4a897071d8a2fe4493ed38e76a49752d67ade8293669-d # internal
2025-08-20T21:34:08.6140807Z [00:03:02.051]➜  golang.org/x/oauth2/authhandler
2025-08-20T21:34:08.6141098Z [00:03:02.051]➜  mkdir -p $WORK/b369/
2025-08-20T21:34:08.6141461Z [00:03:02.051]➜  cat >/tmp/go-build1238918229/b369/importcfg << 'EOF' # internal
2025-08-20T21:34:08.6142224Z [00:03:02.051]➜  # import config
2025-08-20T21:34:08.6142577Z [00:03:02.051]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.6143001Z [00:03:02.051]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.6143469Z [00:03:02.051]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:08.6143820Z [00:03:02.051]➜  EOF
2025-08-20T21:34:08.6145635Z [00:03:02.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b369/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/authhandler=>golang.org/x/oauth2@v0.30.0/authhandler;$WORK/b369=>" -p golang.org/x/oauth2/authhandler -lang=go1.23 -complete -installsuffix shared -buildid v8gVI0cVLB5hLLnRuUi-/v8gVI0cVLB5hLLnRuUi- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/authhandler/authhandler.go
2025-08-20T21:34:08.6343210Z [00:03:02.075]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T21:34:08.6346724Z [00:03:02.075]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/87/87c9c7962d693cfc4a6507f87cb422f8a818402879e2f51b3c439d533440e26c-d # internal
2025-08-20T21:34:08.6361661Z [00:03:02.077]➜  golang.org/x/oauth2/google/internal/impersonate
2025-08-20T21:34:08.6369918Z [00:03:02.077]➜  mkdir -p $WORK/b371/
2025-08-20T21:34:08.6370342Z [00:03:02.077]➜  cat >/tmp/go-build1238918229/b371/importcfg << 'EOF' # internal
2025-08-20T21:34:08.6370696Z [00:03:02.077]➜  # import config
2025-08-20T21:34:08.6371065Z [00:03:02.077]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:08.6371498Z [00:03:02.077]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.6371943Z [00:03:02.077]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.6372385Z [00:03:02.077]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.6372846Z [00:03:02.077]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:08.6373315Z [00:03:02.077]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.6373736Z [00:03:02.077]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.6374158Z [00:03:02.077]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.6374466Z [00:03:02.077]➜  EOF
2025-08-20T21:34:08.6376906Z [00:03:02.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b371/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/impersonate=>golang.org/x/oauth2@v0.30.0/google/internal/impersonate;$WORK/b371=>" -p golang.org/x/oauth2/google/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid f7CtDdMCH848OpcuWg8E/f7CtDdMCH848OpcuWg8E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/impersonate/impersonate.go
2025-08-20T21:34:08.6445506Z [00:03:02.086]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T21:34:08.6457060Z [00:03:02.086]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/f6/f6fa3cc4283b383d179d67cab7d28e5e665479e7418f261f533aeeca2f20eb9d-d # internal
2025-08-20T21:34:08.6457946Z [00:03:02.086]➜  golang.org/x/oauth2/google/internal/stsexchange
2025-08-20T21:34:08.6458287Z [00:03:02.086]➜  mkdir -p $WORK/b372/
2025-08-20T21:34:08.6458661Z [00:03:02.087]➜  cat >/tmp/go-build1238918229/b372/importcfg << 'EOF' # internal
2025-08-20T21:34:08.6459004Z [00:03:02.087]➜  # import config
2025-08-20T21:34:08.6459368Z [00:03:02.087]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.6459829Z [00:03:02.087]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:08.6460301Z [00:03:02.087]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.6460733Z [00:03:02.087]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.6461212Z [00:03:02.087]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:08.6461674Z [00:03:02.087]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.6462089Z [00:03:02.087]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.6462516Z [00:03:02.087]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:08.6462941Z [00:03:02.087]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:08.6463371Z [00:03:02.087]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.6463698Z [00:03:02.087]➜  EOF
2025-08-20T21:34:08.6466137Z [00:03:02.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/stsexchange=>golang.org/x/oauth2@v0.30.0/google/internal/stsexchange;$WORK/b372=>" -p golang.org/x/oauth2/google/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid NEq4dXabcmw2TP3AeQE5/NEq4dXabcmw2TP3AeQE5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/stsexchange/clientauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/stsexchange/sts_exchange.go
2025-08-20T21:34:08.6741276Z [00:03:02.115]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T21:34:08.6795327Z [00:03:02.120]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T21:34:08.6796119Z [00:03:02.120]➜  golang.org/x/oauth2/jwt
2025-08-20T21:34:08.6800465Z [00:03:02.120]➜  mkdir -p $WORK/b376/
2025-08-20T21:34:08.6801064Z [00:03:02.121]➜  cat >/tmp/go-build1238918229/b376/importcfg << 'EOF' # internal
2025-08-20T21:34:08.6801430Z [00:03:02.121]➜  # import config
2025-08-20T21:34:08.6801785Z [00:03:02.121]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.6802240Z [00:03:02.121]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.6802701Z [00:03:02.121]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.6803160Z [00:03:02.121]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:08.6803709Z [00:03:02.121]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build1238918229/b367/_pkg_.a
2025-08-20T21:34:08.6804262Z [00:03:02.121]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build1238918229/b375/_pkg_.a
2025-08-20T21:34:08.6804722Z [00:03:02.121]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.6805148Z [00:03:02.121]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.6805581Z [00:03:02.121]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:08.6806006Z [00:03:02.121]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.6806416Z [00:03:02.121]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.6806726Z [00:03:02.121]➜  EOF
2025-08-20T21:34:08.6810337Z [00:03:02.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jwt=>golang.org/x/oauth2@v0.30.0/jwt;$WORK/b376=>" -p golang.org/x/oauth2/jwt -lang=go1.23 -complete -installsuffix shared -buildid iFBT9OTuDx7705CfgKOT/iFBT9OTuDx7705CfgKOT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jwt/jwt.go
2025-08-20T21:34:08.6855199Z [00:03:02.127]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T21:34:08.6856538Z [00:03:02.127]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/8c/8c92b21cda3ddaa0ae43923e6b1b9e2ab19b726f5d4e1530246ae0969f80386d-d # internal
2025-08-20T21:34:08.6857229Z [00:03:02.127]➜  cloud.google.com/go/auth/credentials/internal/impersonate
2025-08-20T21:34:08.6858078Z [00:03:02.127]➜  mkdir -p $WORK/b380/
2025-08-20T21:34:08.6858455Z [00:03:02.127]➜  cat >/tmp/go-build1238918229/b380/importcfg << 'EOF' # internal
2025-08-20T21:34:08.6858812Z [00:03:02.127]➜  # import config
2025-08-20T21:34:08.6859142Z [00:03:02.127]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:08.6859622Z [00:03:02.127]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:08.6860198Z [00:03:02.127]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1238918229/b361/_pkg_.a
2025-08-20T21:34:08.6863049Z [00:03:02.127]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.6863541Z [00:03:02.127]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.6863986Z [00:03:02.127]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.6864816Z [00:03:02.127]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.6865920Z [00:03:02.127]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1238918229/b364/_pkg_.a
2025-08-20T21:34:08.6866589Z [00:03:02.127]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:08.6867045Z [00:03:02.127]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.6867538Z [00:03:02.127]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.6868009Z [00:03:02.127]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.6868311Z [00:03:02.127]➜  EOF
2025-08-20T21:34:08.6871318Z [00:03:02.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/impersonate=>cloud.google.com/go/auth@v0.16.3/credentials/internal/impersonate;$WORK/b380=>" -p cloud.google.com/go/auth/credentials/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid gGUaKC7ZlD-EaJeNVUxa/gGUaKC7ZlD-EaJeNVUxa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/impersonate/idtoken.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/impersonate/impersonate.go
2025-08-20T21:34:08.6873733Z [00:03:02.127]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T21:34:08.6874391Z [00:03:02.127]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/59/59ee2a8338bbbc29f046bbd3e9a2d0d61b97dfa417097dc3064e44a1fc728f09-d # internal
2025-08-20T21:34:08.6874984Z [00:03:02.127]➜  golang.org/x/oauth2/google/externalaccount
2025-08-20T21:34:08.6875293Z [00:03:02.127]➜  mkdir -p $WORK/b370/
2025-08-20T21:34:08.6875666Z [00:03:02.127]➜  cat >/tmp/go-build1238918229/b370/importcfg << 'EOF' # internal
2025-08-20T21:34:08.6876007Z [00:03:02.127]➜  # import config
2025-08-20T21:34:08.6876338Z [00:03:02.127]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:08.6876759Z [00:03:02.127]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.6877204Z [00:03:02.127]➜  packagefile crypto/hmac=/tmp/go-build1238918229/b157/_pkg_.a
2025-08-20T21:34:08.6878324Z [00:03:02.127]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:08.6878791Z [00:03:02.127]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:08.6879257Z [00:03:02.127]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.6879697Z [00:03:02.127]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.6880102Z [00:03:02.127]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.6880571Z [00:03:02.127]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:08.6881210Z [00:03:02.127]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build1238918229/b371/_pkg_.a
2025-08-20T21:34:08.6881928Z [00:03:02.127]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build1238918229/b372/_pkg_.a
2025-08-20T21:34:08.6882469Z [00:03:02.127]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.6882894Z [00:03:02.127]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.6883321Z [00:03:02.127]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:08.6883728Z [00:03:02.127]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:08.6884133Z [00:03:02.127]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:08.6884547Z [00:03:02.127]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:08.6884968Z [00:03:02.127]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:08.6885429Z [00:03:02.127]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:08.6885847Z [00:03:02.127]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:08.6886264Z [00:03:02.127]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:08.6886683Z [00:03:02.127]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.6887106Z [00:03:02.127]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.6887888Z [00:03:02.127]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:08.6888273Z [00:03:02.127]➜  EOF
2025-08-20T21:34:08.6893379Z [00:03:02.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b370/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount=>golang.org/x/oauth2@v0.30.0/google/externalaccount;$WORK/b370=>" -p golang.org/x/oauth2/google/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid VWxyLxC0C7biBaLTb9pT/VWxyLxC0C7biBaLTb9pT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/aws.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/basecredentials.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/executablecredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/filecredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/header.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/programmaticrefreshcredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/urlcredsource.go
2025-08-20T21:34:08.7152268Z [00:03:02.156]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T21:34:08.7180525Z [00:03:02.159]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/ba/ba7da42a14ec550cecd02729660ffe6b61b9642536359ec95a4bd7fdce0e3562-d # internal
2025-08-20T21:34:08.7182401Z [00:03:02.159]➜  golang.org/x/oauth2/google/internal/externalaccountauthorizeduser
2025-08-20T21:34:08.7182992Z [00:03:02.159]➜  mkdir -p $WORK/b374/
2025-08-20T21:34:08.7183368Z [00:03:02.159]➜  cat >/tmp/go-build1238918229/b374/importcfg << 'EOF' # internal
2025-08-20T21:34:08.7183888Z [00:03:02.159]➜  # import config
2025-08-20T21:34:08.7184382Z [00:03:02.159]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.7185428Z [00:03:02.159]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.7186056Z [00:03:02.159]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:08.7186744Z [00:03:02.159]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build1238918229/b372/_pkg_.a
2025-08-20T21:34:08.7187317Z [00:03:02.159]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.7188128Z [00:03:02.159]➜  EOF
2025-08-20T21:34:08.7191016Z [00:03:02.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b374/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/externalaccountauthorizeduser=>golang.org/x/oauth2@v0.30.0/google/internal/externalaccountauthorizeduser;$WORK/b374=>" -p golang.org/x/oauth2/google/internal/externalaccountauthorizeduser -lang=go1.23 -complete -installsuffix shared -buildid FsCuM7Smn_ntiNap4U_m/FsCuM7Smn_ntiNap4U_m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/externalaccountauthorizeduser/externalaccountauthorizeduser.go
2025-08-20T21:34:08.7198106Z [00:03:02.161]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T21:34:08.7218417Z [00:03:02.163]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/c1/c14d4d98246439401fb91542ef5a3748e4debb3d64aa689dc446bd135a559dbc-d # internal
2025-08-20T21:34:08.7219164Z [00:03:02.163]➜  cloud.google.com/go/auth/credentials/internal/stsexchange
2025-08-20T21:34:08.7219550Z [00:03:02.163]➜  mkdir -p $WORK/b381/
2025-08-20T21:34:08.7252764Z [00:03:02.167]➜  cat >/tmp/go-build1238918229/b381/importcfg << 'EOF' # internal
2025-08-20T21:34:08.7253209Z [00:03:02.167]➜  # import config
2025-08-20T21:34:08.7253615Z [00:03:02.167]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:08.7254196Z [00:03:02.167]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1238918229/b361/_pkg_.a
2025-08-20T21:34:08.7254895Z [00:03:02.167]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.7255356Z [00:03:02.167]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:08.7255830Z [00:03:02.167]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.7256264Z [00:03:02.167]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.7256820Z [00:03:02.167]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1238918229/b364/_pkg_.a
2025-08-20T21:34:08.7257876Z [00:03:02.167]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:08.7258416Z [00:03:02.167]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.7258845Z [00:03:02.167]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:08.7259270Z [00:03:02.167]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:08.7259691Z [00:03:02.167]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.7260019Z [00:03:02.167]➜  EOF
2025-08-20T21:34:08.7262273Z [00:03:02.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/stsexchange=>cloud.google.com/go/auth@v0.16.3/credentials/internal/stsexchange;$WORK/b381=>" -p cloud.google.com/go/auth/credentials/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid ouILdq8ptVT0aNiGMNz8/ouILdq8ptVT0aNiGMNz8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/stsexchange/sts_exchange.go
2025-08-20T21:34:08.7455349Z [00:03:02.187]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T21:34:08.7472748Z [00:03:02.189]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/08/08366820d156e43d0595f4c4724d8ce5ffb7aa2c4f111f6177ed692119454fee-d # internal
2025-08-20T21:34:08.7473599Z [00:03:02.189]➜  cloud.google.com/go/auth/internal/credsfile
2025-08-20T21:34:08.7474438Z [00:03:02.189]➜  mkdir -p $WORK/b382/
2025-08-20T21:34:08.7474931Z [00:03:02.189]➜  cat >/tmp/go-build1238918229/b382/importcfg << 'EOF' # internal
2025-08-20T21:34:08.7475378Z [00:03:02.189]➜  # import config
2025-08-20T21:34:08.7475841Z [00:03:02.189]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.7476400Z [00:03:02.189]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:08.7476943Z [00:03:02.189]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:08.7477638Z [00:03:02.189]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:08.7478209Z [00:03:02.189]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:08.7478613Z [00:03:02.189]➜  EOF
2025-08-20T21:34:08.7481333Z [00:03:02.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/credsfile=>cloud.google.com/go/auth@v0.16.3/internal/credsfile;$WORK/b382=>" -p cloud.google.com/go/auth/internal/credsfile -lang=go1.23 -complete -installsuffix shared -buildid 3RLwRpIDd21yMOjoa1Xi/3RLwRpIDd21yMOjoa1Xi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/credsfile/credsfile.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/credsfile/filetype.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/credsfile/parse.go
2025-08-20T21:34:08.7655881Z [00:03:02.207]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T21:34:08.7667003Z [00:03:02.208]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/f6/f64ca32cb053c8a4b7f2aefe7623c98626899051a52858c8522394afba9fbfe3-d # internal
2025-08-20T21:34:08.7667759Z [00:03:02.208]➜  internal/saferio
2025-08-20T21:34:08.7668041Z [00:03:02.208]➜  mkdir -p $WORK/b386/
2025-08-20T21:34:08.7668429Z [00:03:02.208]➜  cat >/tmp/go-build1238918229/b386/importcfg << 'EOF' # internal
2025-08-20T21:34:08.7668811Z [00:03:02.208]➜  # import config
2025-08-20T21:34:08.7669137Z [00:03:02.208]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.7669450Z [00:03:02.208]➜  EOF
2025-08-20T21:34:08.7671310Z [00:03:02.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b386=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid pPPe3dhh4-w6Y3PIuye5/pPPe3dhh4-w6Y3PIuye5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T21:34:08.7831736Z [00:03:02.224]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T21:34:08.7835029Z [00:03:02.225]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d # internal
2025-08-20T21:34:08.7835605Z [00:03:02.225]➜  encoding/gob
2025-08-20T21:34:08.7835911Z [00:03:02.225]➜  mkdir -p $WORK/b385/
2025-08-20T21:34:08.7842923Z [00:03:02.226]➜  cat >/tmp/go-build1238918229/b385/importcfg << 'EOF' # internal
2025-08-20T21:34:08.7845046Z [00:03:02.226]➜  # import config
2025-08-20T21:34:08.7845664Z [00:03:02.226]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:08.7846837Z [00:03:02.226]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:08.7847316Z [00:03:02.226]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:08.7848005Z [00:03:02.226]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.7848425Z [00:03:02.226]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.7848874Z [00:03:02.226]➜  packagefile internal/saferio=/tmp/go-build1238918229/b386/_pkg_.a
2025-08-20T21:34:08.7849320Z [00:03:02.226]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.7849726Z [00:03:02.226]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:08.7850535Z [00:03:02.226]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:08.7850958Z [00:03:02.226]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:08.7851377Z [00:03:02.226]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:08.7851792Z [00:03:02.226]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:08.7852206Z [00:03:02.226]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:08.7852653Z [00:03:02.226]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:08.7853095Z [00:03:02.226]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:08.7853542Z [00:03:02.226]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:08.7853872Z [00:03:02.226]➜  EOF
2025-08-20T21:34:08.7856402Z [00:03:02.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b385/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b385=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid uSio5yKf8mC2Eeph2l3N/uSio5yKf8mC2Eeph2l3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /root/.go/src/encoding/gob/dec_helpers.go /root/.go/src/encoding/gob/decode.go /root/.go/src/encoding/gob/decoder.go /root/.go/src/encoding/gob/doc.go /root/.go/src/encoding/gob/enc_helpers.go /root/.go/src/encoding/gob/encode.go /root/.go/src/encoding/gob/encoder.go /root/.go/src/encoding/gob/error.go /root/.go/src/encoding/gob/type.go
2025-08-20T21:34:08.7946355Z [00:03:02.236]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T21:34:08.7967274Z [00:03:02.238]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/dd/ddf308a4a8720a5cbe955b140bb5489475f9ccd768bf17e5a4cb55e2b984b591-d # internal
2025-08-20T21:34:08.7982492Z [00:03:02.238]➜  golang.org/x/oauth2/google
2025-08-20T21:34:08.7982916Z [00:03:02.238]➜  mkdir -p $WORK/b368/
2025-08-20T21:34:08.7983302Z [00:03:02.238]➜  cat >/tmp/go-build1238918229/b368/importcfg << 'EOF' # internal
2025-08-20T21:34:08.7983690Z [00:03:02.238]➜  # import config
2025-08-20T21:34:08.7984033Z [00:03:02.238]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:08.7984571Z [00:03:02.238]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1238918229/b362/_pkg_.a
2025-08-20T21:34:08.7985094Z [00:03:02.238]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.7985537Z [00:03:02.238]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:08.7986432Z [00:03:02.239]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.7986994Z [00:03:02.239]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.7987406Z [00:03:02.239]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.7988054Z [00:03:02.239]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:08.7988635Z [00:03:02.239]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build1238918229/b369/_pkg_.a
2025-08-20T21:34:08.7989278Z [00:03:02.239]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build1238918229/b370/_pkg_.a
2025-08-20T21:34:08.7990076Z [00:03:02.239]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build1238918229/b374/_pkg_.a
2025-08-20T21:34:08.7990897Z [00:03:02.239]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build1238918229/b371/_pkg_.a
2025-08-20T21:34:08.7991544Z [00:03:02.239]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build1238918229/b367/_pkg_.a
2025-08-20T21:34:08.7992097Z [00:03:02.239]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build1238918229/b375/_pkg_.a
2025-08-20T21:34:08.7992626Z [00:03:02.239]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build1238918229/b376/_pkg_.a
2025-08-20T21:34:08.7993080Z [00:03:02.239]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.7993822Z [00:03:02.239]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:08.7994242Z [00:03:02.239]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.7994670Z [00:03:02.239]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:08.7995076Z [00:03:02.239]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:08.7995484Z [00:03:02.239]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:08.7995943Z [00:03:02.239]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:08.7996403Z [00:03:02.239]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:08.7996826Z [00:03:02.239]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.7997237Z [00:03:02.239]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:08.7998148Z [00:03:02.239]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.7998476Z [00:03:02.239]➜  EOF
2025-08-20T21:34:08.8001506Z [00:03:02.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google=>golang.org/x/oauth2@v0.30.0/google;$WORK/b368=>" -p golang.org/x/oauth2/google -lang=go1.23 -complete -installsuffix shared -buildid MQgvTVqUNVBMEAvH9qfC/MQgvTVqUNVBMEAvH9qfC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/appengine.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/default.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/error.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/google.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/jwt.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/sdk.go
2025-08-20T21:34:08.8008845Z [00:03:02.242]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T21:34:08.8033247Z [00:03:02.243]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/2b/2bb0ae87dbc264fc9bbe5fda48b4a76de8bf43113b6476e98cc7741d7cf9a50e-d # internal
2025-08-20T21:34:08.8034608Z [00:03:02.243]➜  github.com/googleapis/enterprise-certificate-proxy/client/util
2025-08-20T21:34:08.8035039Z [00:03:02.243]➜  mkdir -p $WORK/b387/
2025-08-20T21:34:08.8035414Z [00:03:02.244]➜  cat >/tmp/go-build1238918229/b387/importcfg << 'EOF' # internal
2025-08-20T21:34:08.8035761Z [00:03:02.244]➜  # import config
2025-08-20T21:34:08.8036489Z [00:03:02.244]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.8037022Z [00:03:02.244]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.8037434Z [00:03:02.244]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:08.8038052Z [00:03:02.244]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:08.8038469Z [00:03:02.244]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:08.8038937Z [00:03:02.244]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:08.8039384Z [00:03:02.244]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:08.8039811Z [00:03:02.244]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.8040127Z [00:03:02.244]➜  EOF
2025-08-20T21:34:08.8042448Z [00:03:02.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b387/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/util=>github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/util;$WORK/b387=>" -p github.com/googleapis/enterprise-certificate-proxy/client/util -lang=go1.23 -complete -installsuffix shared -buildid A6_TLmMOBpdflwTOtHgB/A6_TLmMOBpdflwTOtHgB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/util/util.go
2025-08-20T21:34:08.8235273Z [00:03:02.264]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T21:34:08.8238124Z [00:03:02.265]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/2e/2eefcc5235ffdaacda581773e18976fc65516a0aa2d2bbeeef139a4ecb492d4b-d # internal
2025-08-20T21:34:08.8238874Z [00:03:02.265]➜  cloud.google.com/go/auth/credentials/internal/externalaccountuser
2025-08-20T21:34:08.8239285Z [00:03:02.265]➜  mkdir -p $WORK/b389/
2025-08-20T21:34:08.8246900Z [00:03:02.266]➜  cat >/tmp/go-build1238918229/b389/importcfg << 'EOF' # internal
2025-08-20T21:34:08.8247622Z [00:03:02.266]➜  # import config
2025-08-20T21:34:08.8248229Z [00:03:02.266]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:08.8249039Z [00:03:02.266]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build1238918229/b381/_pkg_.a
2025-08-20T21:34:08.8249850Z [00:03:02.266]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1238918229/b361/_pkg_.a
2025-08-20T21:34:08.8250379Z [00:03:02.266]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.8250819Z [00:03:02.266]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.8251521Z [00:03:02.266]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1238918229/b364/_pkg_.a
2025-08-20T21:34:08.8252190Z [00:03:02.266]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:08.8252710Z [00:03:02.266]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.8253253Z [00:03:02.266]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.8253655Z [00:03:02.266]➜  EOF
2025-08-20T21:34:08.8256249Z [00:03:02.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b389/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccountuser=>cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccountuser;$WORK/b389=>" -p cloud.google.com/go/auth/credentials/internal/externalaccountuser -lang=go1.23 -complete -installsuffix shared -buildid 2pY1g-MCYvuVBWDBdJDQ/2pY1g-MCYvuVBWDBdJDQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccountuser/externalaccountuser.go
2025-08-20T21:34:08.8514368Z [00:03:02.292]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T21:34:08.8515143Z [00:03:02.292]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/c8/c869cbb96a96047754a14e98345554dfac5a824d2ddee257ad21375fa49ae185-d # internal
2025-08-20T21:34:08.8519955Z [00:03:02.293]➜  cloud.google.com/go/auth/credentials/internal/gdch
2025-08-20T21:34:08.8532429Z [00:03:02.293]➜  mkdir -p $WORK/b390/
2025-08-20T21:34:08.8536426Z [00:03:02.295]➜  cat >/tmp/go-build1238918229/b390/importcfg << 'EOF' # internal
2025-08-20T21:34:08.8537216Z [00:03:02.295]➜  # import config
2025-08-20T21:34:08.8538162Z [00:03:02.295]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:08.8539277Z [00:03:02.295]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1238918229/b361/_pkg_.a
2025-08-20T21:34:08.8539986Z [00:03:02.295]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1238918229/b382/_pkg_.a
2025-08-20T21:34:08.8540654Z [00:03:02.295]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1238918229/b363/_pkg_.a
2025-08-20T21:34:08.8541177Z [00:03:02.295]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.8541628Z [00:03:02.295]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:08.8542064Z [00:03:02.295]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:08.8542516Z [00:03:02.295]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:08.8542977Z [00:03:02.295]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.8543422Z [00:03:02.295]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.8544276Z [00:03:02.295]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.8544825Z [00:03:02.295]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1238918229/b364/_pkg_.a
2025-08-20T21:34:08.8545369Z [00:03:02.295]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:08.8545804Z [00:03:02.295]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:08.8546231Z [00:03:02.295]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:08.8546652Z [00:03:02.295]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:08.8547127Z [00:03:02.295]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:08.8547733Z [00:03:02.295]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:08.8548106Z [00:03:02.295]➜  EOF
2025-08-20T21:34:08.8550232Z [00:03:02.295]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b390/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/gdch=>cloud.google.com/go/auth@v0.16.3/credentials/internal/gdch;$WORK/b390=>" -p cloud.google.com/go/auth/credentials/internal/gdch -lang=go1.23 -complete -installsuffix shared -buildid waT8SUswMntfUATqPFHV/waT8SUswMntfUATqPFHV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/gdch/gdch.go
2025-08-20T21:34:08.8861700Z [00:03:02.327]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T21:34:08.8890909Z [00:03:02.330]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/cb/cb36c121ee52ac0e14387ef1bc4239c6313df1e669ecd93e0653255dfe12f514-d # internal
2025-08-20T21:34:08.8891747Z [00:03:02.330]➜  cloud.google.com/go/auth/oauth2adapt
2025-08-20T21:34:08.8892203Z [00:03:02.330]➜  mkdir -p $WORK/b391/
2025-08-20T21:34:08.8912404Z [00:03:02.332]➜  cat >/tmp/go-build1238918229/b391/importcfg << 'EOF' # internal
2025-08-20T21:34:08.8912972Z [00:03:02.332]➜  # import config
2025-08-20T21:34:08.8913535Z [00:03:02.332]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:08.8914141Z [00:03:02.332]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.8914895Z [00:03:02.332]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:08.8915345Z [00:03:02.332]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.8915811Z [00:03:02.332]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:08.8916730Z [00:03:02.332]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1238918229/b368/_pkg_.a
2025-08-20T21:34:08.8917200Z [00:03:02.332]➜  EOF
2025-08-20T21:34:08.8919278Z [00:03:02.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.8=>cloud.google.com/go/auth/oauth2adapt@v0.2.8;$WORK/b391=>" -p cloud.google.com/go/auth/oauth2adapt -lang=go1.23 -complete -installsuffix shared -buildid gz6CMeloHXwWwjD6Tscq/gz6CMeloHXwWwjD6Tscq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.8/oauth2adapt.go
2025-08-20T21:34:08.9281182Z [00:03:02.369]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T21:34:08.9293645Z [00:03:02.371]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T21:34:08.9301575Z [00:03:02.371]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/2c/2cd85ad5879a9578724f0b6b8dc77535fbeba7bd1fc4d6d93b4eb48fed1d3cfb-d # internal
2025-08-20T21:34:08.9302288Z [00:03:02.372]➜  github.com/google/s2a-go/fallback
2025-08-20T21:34:08.9302602Z [00:03:02.372]➜  mkdir -p $WORK/b393/
2025-08-20T21:34:08.9306602Z [00:03:02.372]➜  cat >/tmp/go-build1238918229/b393/importcfg << 'EOF' # internal
2025-08-20T21:34:08.9307886Z [00:03:02.372]➜  # import config
2025-08-20T21:34:08.9308255Z [00:03:02.372]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:08.9309109Z [00:03:02.372]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:08.9309545Z [00:03:02.372]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:08.9310073Z [00:03:02.372]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:08.9310666Z [00:03:02.372]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:08.9311151Z [00:03:02.372]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:08.9311474Z [00:03:02.372]➜  EOF
2025-08-20T21:34:08.9313320Z [00:03:02.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b393/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/fallback=>github.com/google/s2a-go@v0.1.9/fallback;$WORK/b393=>" -p github.com/google/s2a-go/fallback -lang=go1.20 -complete -installsuffix shared -buildid ajzAIp6Da2C7anR2DJtC/ajzAIp6Da2C7anR2DJtC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/fallback/s2a_fallback.go
2025-08-20T21:34:08.9316404Z [00:03:02.373]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/4d/4dea7673fe4bd60ccdffc82d05d99bdef83aa8d54eedeb8e2500831874467d5b-d # internal
2025-08-20T21:34:08.9320798Z [00:03:02.373]➜  github.com/google/s2a-go/internal/proto/common_go_proto
2025-08-20T21:34:08.9321802Z [00:03:02.374]➜  mkdir -p $WORK/b396/
2025-08-20T21:34:08.9324398Z [00:03:02.374]➜  cat >/tmp/go-build1238918229/b396/importcfg << 'EOF' # internal
2025-08-20T21:34:08.9325796Z [00:03:02.374]➜  # import config
2025-08-20T21:34:08.9326752Z [00:03:02.374]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:08.9327928Z [00:03:02.374]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:08.9334724Z [00:03:02.374]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:08.9336259Z [00:03:02.374]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:08.9336816Z [00:03:02.374]➜  EOF
2025-08-20T21:34:08.9339693Z [00:03:02.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b396/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/common_go_proto=>github.com/google/s2a-go@v0.1.9/internal/proto/common_go_proto;$WORK/b396=>" -p github.com/google/s2a-go/internal/proto/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid ooic6ACUeO5lFQailBJR/ooic6ACUeO5lFQailBJR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/common_go_proto/common.pb.go
2025-08-20T21:34:08.9603799Z [00:03:02.402]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T21:34:08.9604568Z [00:03:02.402]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/f5/f5e9e41a598e03a65eeb823444bceb86c84ca618510efb1c09992bddd908f15f-d # internal
2025-08-20T21:34:08.9605193Z [00:03:02.402]➜  golang.org/x/crypto/chacha20
2025-08-20T21:34:08.9605482Z [00:03:02.402]➜  mkdir -p $WORK/b404/
2025-08-20T21:34:08.9605782Z [00:03:02.402]➜  echo -n > $WORK/b404/go_asm.h # internal
2025-08-20T21:34:08.9606170Z [00:03:02.402]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20
2025-08-20T21:34:08.9607701Z [00:03:02.402]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20=>golang.org/x/crypto@v0.40.0/chacha20;$WORK/b404=>" -I $WORK/b404/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b404/symabis ./chacha_arm64.s
2025-08-20T21:34:08.9632953Z [00:03:02.404]➜  cat >/tmp/go-build1238918229/b404/importcfg << 'EOF' # internal
2025-08-20T21:34:08.9637132Z [00:03:02.405]➜  # import config
2025-08-20T21:34:08.9637728Z [00:03:02.405]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:08.9638289Z [00:03:02.405]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:08.9639136Z [00:03:02.405]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:08.9639670Z [00:03:02.405]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1238918229/b405/_pkg_.a
2025-08-20T21:34:08.9640195Z [00:03:02.405]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:08.9640635Z [00:03:02.405]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:08.9640954Z [00:03:02.405]➜  EOF
2025-08-20T21:34:08.9641214Z [00:03:02.405]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:08.9643834Z [00:03:02.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b404/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20=>golang.org/x/crypto@v0.40.0/chacha20;$WORK/b404=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -installsuffix shared -buildid 42GJfEiFBXyF6MKHeNAX/42GJfEiFBXyF6MKHeNAX -goversion go1.25.0 -symabis $WORK/b404/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack -asmhdr $WORK/b404/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20/chacha_arm64.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20/xor.go
2025-08-20T21:34:08.9995192Z [00:03:02.441]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T21:34:09.0010958Z [00:03:02.442]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/37/37ebb0292fa7e2ba0a497bd7f25ac0a3bc960f08183f09c5ac22f6ae00abc2ed-d # internal
2025-08-20T21:34:09.0020163Z [00:03:02.443]➜  github.com/google/s2a-go/internal/proto/s2a_context_go_proto
2025-08-20T21:34:09.0022184Z [00:03:02.443]➜  mkdir -p $WORK/b397/
2025-08-20T21:34:09.0023214Z [00:03:02.444]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20
2025-08-20T21:34:09.0024829Z [00:03:02.444]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20=>golang.org/x/crypto@v0.40.0/chacha20;$WORK/b404=>" -I $WORK/b404/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b404/chacha_arm64.o ./chacha_arm64.s
2025-08-20T21:34:09.0026949Z [00:03:02.444]➜  cat >/tmp/go-build1238918229/b397/importcfg << 'EOF' # internal
2025-08-20T21:34:09.0027794Z [00:03:02.444]➜  # import config
2025-08-20T21:34:09.0028665Z [00:03:02.444]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1238918229/b396/_pkg_.a
2025-08-20T21:34:09.0030051Z [00:03:02.444]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.0031013Z [00:03:02.444]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:09.0031920Z [00:03:02.444]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.0033100Z [00:03:02.444]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.0033470Z [00:03:02.444]➜  EOF
2025-08-20T21:34:09.0041548Z [00:03:02.445]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:09.0043919Z [00:03:02.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b397/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_context_go_proto=>github.com/google/s2a-go@v0.1.9/internal/proto/s2a_context_go_proto;$WORK/b397=>" -p github.com/google/s2a-go/internal/proto/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid WyaHCso4Dd1mpdqfECOK/WyaHCso4Dd1mpdqfECOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T21:34:09.0153462Z [00:03:02.457]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20
2025-08-20T21:34:09.0154605Z [00:03:02.457]➜  go tool pack r $WORK/b404/_pkg_.a $WORK/b404/chacha_arm64.o # internal
2025-08-20T21:34:09.0155406Z [00:03:02.457]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T21:34:09.0160445Z [00:03:02.457]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/e3/e38925186abaf515e6d8535c22bcb44cc0f5fed5fc89d91a282ac013b9534bf3-d # internal
2025-08-20T21:34:09.0162073Z [00:03:02.458]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T21:34:09.0162848Z [00:03:02.458]➜  mkdir -p $WORK/b406/
2025-08-20T21:34:09.0164934Z [00:03:02.458]➜  cat >/tmp/go-build1238918229/b406/importcfg << 'EOF' # internal
2025-08-20T21:34:09.0165965Z [00:03:02.458]➜  # import config
2025-08-20T21:34:09.0166825Z [00:03:02.458]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:09.0168027Z [00:03:02.458]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:09.0169083Z [00:03:02.458]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:09.0169805Z [00:03:02.458]➜  EOF
2025-08-20T21:34:09.0170708Z [00:03:02.458]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:09.0173361Z [00:03:02.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b406/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305=>golang.org/x/crypto@v0.40.0/internal/poly1305;$WORK/b406=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -complete -installsuffix shared -buildid ouoRjGOYYrebUmmZg-oQ/ouoRjGOYYrebUmmZg-oQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305/mac_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305/sum_generic.go
2025-08-20T21:34:09.0775902Z [00:03:02.519]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T21:34:09.0780048Z [00:03:02.519]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/c6/c68f06c94b9c992414ecfa4a97bab499a4118c6102563aafd81722306b89a127-d # internal
2025-08-20T21:34:09.0791203Z [00:03:02.520]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T21:34:09.0872354Z [00:03:02.529]➜  mkdir -p $WORK/b403/
2025-08-20T21:34:09.0873425Z [00:03:02.529]➜  cat >/tmp/go-build1238918229/b403/importcfg << 'EOF' # internal
2025-08-20T21:34:09.0874120Z [00:03:02.529]➜  # import config
2025-08-20T21:34:09.0876558Z [00:03:02.529]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:09.0877070Z [00:03:02.529]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:09.0877715Z [00:03:02.529]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.0878541Z [00:03:02.529]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build1238918229/b404/_pkg_.a
2025-08-20T21:34:09.0879221Z [00:03:02.529]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1238918229/b405/_pkg_.a
2025-08-20T21:34:09.0879853Z [00:03:02.529]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1238918229/b406/_pkg_.a
2025-08-20T21:34:09.0880270Z [00:03:02.529]➜  EOF
2025-08-20T21:34:09.0883190Z [00:03:02.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b403/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305=>golang.org/x/crypto@v0.40.0/chacha20poly1305;$WORK/b403=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -complete -installsuffix shared -buildid 0rIevygCvO_MUeKxmqq3/0rIevygCvO_MUeKxmqq3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305/chacha20poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305/chacha20poly1305_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305/chacha20poly1305_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305/xchacha20poly1305.go
2025-08-20T21:34:09.0885794Z [00:03:02.529]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T21:34:09.0886450Z [00:03:02.529]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/67/678ab5a38a69ad027079c12a6aaa0b92e81a256c8ba227e70caab6b402621663-d # internal
2025-08-20T21:34:09.0887015Z [00:03:02.529]➜  golang.org/x/crypto/cryptobyte
2025-08-20T21:34:09.0887727Z [00:03:02.529]➜  mkdir -p $WORK/b407/
2025-08-20T21:34:09.0888177Z [00:03:02.529]➜  cat >/tmp/go-build1238918229/b407/importcfg << 'EOF' # internal
2025-08-20T21:34:09.0888526Z [00:03:02.529]➜  # import config
2025-08-20T21:34:09.0888889Z [00:03:02.529]➜  packagefile encoding/asn1=/tmp/go-build1238918229/b150/_pkg_.a
2025-08-20T21:34:09.0889331Z [00:03:02.529]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.0889752Z [00:03:02.529]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.0890276Z [00:03:02.529]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1238918229/b408/_pkg_.a
2025-08-20T21:34:09.0890797Z [00:03:02.529]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:09.0891224Z [00:03:02.529]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.0891638Z [00:03:02.529]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.0891956Z [00:03:02.529]➜  EOF
2025-08-20T21:34:09.0894207Z [00:03:02.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b407/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte=>golang.org/x/crypto@v0.40.0/cryptobyte;$WORK/b407=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid RY9IivTeLCa2KvQAJ_uz/RY9IivTeLCa2KvQAJ_uz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte/asn1.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte/builder.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte/string.go
2025-08-20T21:34:09.1378224Z [00:03:02.579]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T21:34:09.1384669Z [00:03:02.580]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/58/58686c62286115614b6a45a352902c2b41f293fb2bdf8d83d72e461680edaa9b-d # internal
2025-08-20T21:34:09.1418083Z [00:03:02.580]➜  github.com/google/s2a-go/internal/record/internal/aeadcrypter
2025-08-20T21:34:09.1418572Z [00:03:02.580]➜  mkdir -p $WORK/b402/
2025-08-20T21:34:09.1418954Z [00:03:02.580]➜  cat >/tmp/go-build1238918229/b402/importcfg << 'EOF' # internal
2025-08-20T21:34:09.1419302Z [00:03:02.580]➜  # import config
2025-08-20T21:34:09.1419654Z [00:03:02.580]➜  packagefile crypto/aes=/tmp/go-build1238918229/b133/_pkg_.a
2025-08-20T21:34:09.1420119Z [00:03:02.582]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:09.1420877Z [00:03:02.582]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.1421490Z [00:03:02.582]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build1238918229/b403/_pkg_.a
2025-08-20T21:34:09.1421905Z [00:03:02.582]➜  EOF
2025-08-20T21:34:09.1425379Z [00:03:02.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b402/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter=>github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter;$WORK/b402=>" -p github.com/google/s2a-go/internal/record/internal/aeadcrypter -lang=go1.20 -complete -installsuffix shared -buildid 6UNSgoGKJ2rqwMeJm6Lb/6UNSgoGKJ2rqwMeJm6Lb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/aeadcrypter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/aesgcm.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/chachapoly.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/common.go
2025-08-20T21:34:09.1845489Z [00:03:02.626]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T21:34:09.1851237Z [00:03:02.626]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/fd/fd1a81827a2d8b203d00f76d34f055be3059134cc62ba4e21885dabe9e674118-d # internal
2025-08-20T21:34:09.1873409Z [00:03:02.627]➜  golang.org/x/crypto/hkdf
2025-08-20T21:34:09.1874168Z [00:03:02.627]➜  mkdir -p $WORK/b409/
2025-08-20T21:34:09.1874578Z [00:03:02.627]➜  cat >/tmp/go-build1238918229/b409/importcfg << 'EOF' # internal
2025-08-20T21:34:09.1874934Z [00:03:02.628]➜  # import config
2025-08-20T21:34:09.1875298Z [00:03:02.628]➜  packagefile crypto/hmac=/tmp/go-build1238918229/b157/_pkg_.a
2025-08-20T21:34:09.1875741Z [00:03:02.628]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.1876158Z [00:03:02.628]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:09.1876582Z [00:03:02.628]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.1876892Z [00:03:02.628]➜  EOF
2025-08-20T21:34:09.1878732Z [00:03:02.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b409/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/hkdf=>golang.org/x/crypto@v0.40.0/hkdf;$WORK/b409=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid CLIuRa_f6YbOw-Djig7-/CLIuRa_f6YbOw-Djig7- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/hkdf/hkdf.go
2025-08-20T21:34:09.2164589Z [00:03:02.658]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T21:34:09.2168922Z [00:03:02.658]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/26/2626f971013fe9b13ab1971036b46e58a8c8fc33bd25803d5939f16e4f7526aa-d # internal
2025-08-20T21:34:09.2175294Z [00:03:02.658]➜  github.com/google/s2a-go/internal/proto/v2/common_go_proto
2025-08-20T21:34:09.2175717Z [00:03:02.658]➜  mkdir -p $WORK/b411/
2025-08-20T21:34:09.2194603Z [00:03:02.660]➜  cat >/tmp/go-build1238918229/b411/importcfg << 'EOF' # internal
2025-08-20T21:34:09.2195619Z [00:03:02.660]➜  # import config
2025-08-20T21:34:09.2196415Z [00:03:02.661]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.2197253Z [00:03:02.661]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:09.2198171Z [00:03:02.661]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.2198817Z [00:03:02.661]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.2202184Z [00:03:02.661]➜  EOF
2025-08-20T21:34:09.2204837Z [00:03:02.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/common_go_proto=>github.com/google/s2a-go@v0.1.9/internal/proto/v2/common_go_proto;$WORK/b411=>" -p github.com/google/s2a-go/internal/proto/v2/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid ruGhhcKJoVilIUabxjs6/ruGhhcKJoVilIUabxjs6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/common_go_proto/common.pb.go
2025-08-20T21:34:09.2503348Z [00:03:02.691]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T21:34:09.2521790Z [00:03:02.693]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/3b/3b41fc57f4d20fec202fda7e99c94c88ebbf23c6ab5a6840e0d9b73021a2664e-d # internal
2025-08-20T21:34:09.2524087Z [00:03:02.693]➜  github.com/google/s2a-go/internal/record/internal/halfconn
2025-08-20T21:34:09.2524865Z [00:03:02.693]➜  mkdir -p $WORK/b401/
2025-08-20T21:34:09.2549043Z [00:03:02.694]➜  cat >/tmp/go-build1238918229/b401/importcfg << 'EOF' # internal
2025-08-20T21:34:09.2549772Z [00:03:02.694]➜  # import config
2025-08-20T21:34:09.2550441Z [00:03:02.694]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:09.2551072Z [00:03:02.694]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:09.2552221Z [00:03:02.694]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.2552646Z [00:03:02.694]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.2553251Z [00:03:02.694]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1238918229/b396/_pkg_.a
2025-08-20T21:34:09.2554520Z [00:03:02.694]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build1238918229/b402/_pkg_.a
2025-08-20T21:34:09.2555222Z [00:03:02.694]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build1238918229/b407/_pkg_.a
2025-08-20T21:34:09.2555789Z [00:03:02.694]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1238918229/b409/_pkg_.a
2025-08-20T21:34:09.2556263Z [00:03:02.694]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:09.2556691Z [00:03:02.694]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.2557206Z [00:03:02.694]➜  EOF
2025-08-20T21:34:09.2560689Z [00:03:02.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn=>github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn;$WORK/b401=>" -p github.com/google/s2a-go/internal/record/internal/halfconn -lang=go1.20 -complete -installsuffix shared -buildid l-ebYxwyUQC9up23G7Jl/l-ebYxwyUQC9up23G7Jl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/ciphersuite.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/counter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/expander.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/halfconn.go
2025-08-20T21:34:09.2896561Z [00:03:02.731]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T21:34:09.2970056Z [00:03:02.737]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d # internal
2025-08-20T21:34:09.2970715Z [00:03:02.738]➜  net/rpc
2025-08-20T21:34:09.2970967Z [00:03:02.738]➜  mkdir -p $WORK/b388/
2025-08-20T21:34:09.2971341Z [00:03:02.738]➜  cat >/tmp/go-build1238918229/b388/importcfg << 'EOF' # internal
2025-08-20T21:34:09.2971724Z [00:03:02.738]➜  # import config
2025-08-20T21:34:09.2972069Z [00:03:02.738]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:09.2972514Z [00:03:02.738]➜  packagefile encoding/gob=/tmp/go-build1238918229/b385/_pkg_.a
2025-08-20T21:34:09.2972958Z [00:03:02.738]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.2973370Z [00:03:02.738]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.2974106Z [00:03:02.738]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:09.2974648Z [00:03:02.738]➜  packagefile html/template=/tmp/go-build1238918229/b189/_pkg_.a
2025-08-20T21:34:09.2975088Z [00:03:02.738]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.2975487Z [00:03:02.738]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:09.2975888Z [00:03:02.738]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:09.2976324Z [00:03:02.738]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:09.2976756Z [00:03:02.738]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.2977178Z [00:03:02.738]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:09.2977847Z [00:03:02.738]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:09.2978289Z [00:03:02.738]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.2978601Z [00:03:02.738]➜  EOF
2025-08-20T21:34:09.2981260Z [00:03:02.739]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b388/_pkg_.a -trimpath "/root/.go/src/net/rpc=>net/rpc;$WORK/b388=>" -p net/rpc -lang=go1.25 -std -complete -installsuffix shared -buildid cT_M7LzGZMCvbK9FcBFx/cT_M7LzGZMCvbK9FcBFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /root/.go/src/net/rpc/client.go /root/.go/src/net/rpc/debug.go /root/.go/src/net/rpc/server.go
2025-08-20T21:34:09.3115737Z [00:03:02.753]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T21:34:09.3118902Z [00:03:02.753]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T21:34:09.3126829Z [00:03:02.754]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/34/3421d627d288312c137c34fec502360da3bf648aec0b26d4134b970955a49514-d # internal
2025-08-20T21:34:09.3128559Z [00:03:02.754]➜  github.com/google/s2a-go/internal/tokenmanager
2025-08-20T21:34:09.3131683Z [00:03:02.754]➜  mkdir -p $WORK/b410/
2025-08-20T21:34:09.3132999Z [00:03:02.754]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/e7/e7b1b865101b32a827b16402de5c32fefe516b95a30e4384003b4b10e0fabc1f-d # internal
2025-08-20T21:34:09.3133686Z [00:03:02.754]➜  cat >/tmp/go-build1238918229/b410/importcfg << 'EOF' # internal
2025-08-20T21:34:09.3134037Z [00:03:02.754]➜  # import config
2025-08-20T21:34:09.3134364Z [00:03:02.754]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.3134971Z [00:03:02.754]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1238918229/b396/_pkg_.a
2025-08-20T21:34:09.3135761Z [00:03:02.754]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1238918229/b411/_pkg_.a
2025-08-20T21:34:09.3136331Z [00:03:02.754]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:09.3136632Z [00:03:02.754]➜  EOF
2025-08-20T21:34:09.3140052Z [00:03:02.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b410/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/tokenmanager=>github.com/google/s2a-go@v0.1.9/internal/tokenmanager;$WORK/b410=>" -p github.com/google/s2a-go/internal/tokenmanager -lang=go1.20 -complete -installsuffix shared -buildid h7xDpZ_maQc0vz7BZsir/h7xDpZ_maQc0vz7BZsir -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/tokenmanager/tokenmanager.go
2025-08-20T21:34:09.3142258Z [00:03:02.755]➜  github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto
2025-08-20T21:34:09.3142791Z [00:03:02.755]➜  mkdir -p $WORK/b413/
2025-08-20T21:34:09.3143253Z [00:03:02.755]➜  cat >/tmp/go-build1238918229/b413/importcfg << 'EOF' # internal
2025-08-20T21:34:09.3143688Z [00:03:02.755]➜  # import config
2025-08-20T21:34:09.3144319Z [00:03:02.755]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1238918229/b411/_pkg_.a
2025-08-20T21:34:09.3145515Z [00:03:02.755]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.3146393Z [00:03:02.755]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:09.3147757Z [00:03:02.755]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.3148253Z [00:03:02.755]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.3148567Z [00:03:02.755]➜  EOF
2025-08-20T21:34:09.3150834Z [00:03:02.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b413/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_context_go_proto=>github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_context_go_proto;$WORK/b413=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid thIo09-SnODSHp2tySed/thIo09-SnODSHp2tySed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T21:34:09.3311734Z [00:03:02.772]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T21:34:09.3314729Z [00:03:02.773]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/86/865009f62373fc9ae1df154fdcc89acd0349c0c52f6dccc2ac76ddc7898338c6-d # internal
2025-08-20T21:34:09.3315357Z [00:03:02.773]➜  github.com/google/s2a-go/retry
2025-08-20T21:34:09.3315660Z [00:03:02.773]➜  mkdir -p $WORK/b419/
2025-08-20T21:34:09.3331711Z [00:03:02.775]➜  cat >/tmp/go-build1238918229/b419/importcfg << 'EOF' # internal
2025-08-20T21:34:09.3332785Z [00:03:02.775]➜  # import config
2025-08-20T21:34:09.3333688Z [00:03:02.775]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.3334807Z [00:03:02.775]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:09.3335774Z [00:03:02.775]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:09.3336578Z [00:03:02.775]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.3337162Z [00:03:02.775]➜  EOF
2025-08-20T21:34:09.3339295Z [00:03:02.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/retry=>github.com/google/s2a-go@v0.1.9/retry;$WORK/b419=>" -p github.com/google/s2a-go/retry -lang=go1.20 -complete -installsuffix shared -buildid L9KQ3RcyFLDbA9UK_-VO/L9KQ3RcyFLDbA9UK_-VO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/retry/retry.go
2025-08-20T21:34:09.3474154Z [00:03:02.789]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T21:34:09.3478910Z [00:03:02.789]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/e2/e2021c5ac52b705678927e58d93591660bb9edebad5d9be6fa0cb55943baef8a-d # internal
2025-08-20T21:34:09.3480860Z [00:03:02.789]➜  google.golang.org/api/internal/impersonate
2025-08-20T21:34:09.3482105Z [00:03:02.789]➜  mkdir -p $WORK/b421/
2025-08-20T21:34:09.3482873Z [00:03:02.789]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T21:34:09.3483958Z [00:03:02.789]➜  cat >/tmp/go-build1238918229/b421/importcfg << 'EOF' # internal
2025-08-20T21:34:09.3484317Z [00:03:02.789]➜  # import config
2025-08-20T21:34:09.3484662Z [00:03:02.789]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:09.3485093Z [00:03:02.789]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.3485567Z [00:03:02.789]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:09.3486005Z [00:03:02.789]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.3486467Z [00:03:02.789]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:09.3486918Z [00:03:02.789]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.3487337Z [00:03:02.789]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:09.3488387Z [00:03:02.789]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.3488768Z [00:03:02.790]➜  EOF
2025-08-20T21:34:09.3490791Z [00:03:02.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b421/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.246.0/internal/impersonate=>google.golang.org/api@v0.246.0/internal/impersonate;$WORK/b421=>" -p google.golang.org/api/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid RFN-Z0-9m93BkfcOzyLA/RFN-Z0-9m93BkfcOzyLA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.246.0/internal/impersonate/impersonate.go
2025-08-20T21:34:09.3494032Z [00:03:02.791]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/c7/c7769d833db053b0334c832ee2d27679c90647925e3d8fe83e52860ade314da4-d # internal
2025-08-20T21:34:09.3496375Z [00:03:02.791]➜  chainguard.dev/sdk/auth
2025-08-20T21:34:09.3496850Z [00:03:02.791]➜  mkdir -p $WORK/b422/
2025-08-20T21:34:09.3497436Z [00:03:02.791]➜  cat >/tmp/go-build1238918229/b422/importcfg << 'EOF' # internal
2025-08-20T21:34:09.3498268Z [00:03:02.791]➜  # import config
2025-08-20T21:34:09.3498876Z [00:03:02.791]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.3499633Z [00:03:02.791]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:09.3500431Z [00:03:02.791]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:09.3501526Z [00:03:02.791]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.3502376Z [00:03:02.791]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:09.3503186Z [00:03:02.791]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:09.3504015Z [00:03:02.791]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:09.3504764Z [00:03:02.791]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:09.3505517Z [00:03:02.791]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:09.3506433Z [00:03:02.791]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:09.3506860Z [00:03:02.791]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.3507268Z [00:03:02.791]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.3507737Z [00:03:02.791]➜  EOF
2025-08-20T21:34:09.3510552Z [00:03:02.791]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b422/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/auth=>chainguard.dev/sdk@v0.1.37/auth;$WORK/b422=>" -p chainguard.dev/sdk/auth -lang=go1.24 -complete -installsuffix shared -buildid xeblJVntPQghGDyE4gLs/xeblJVntPQghGDyE4gLs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/auth/context.go /root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/auth/file.go /root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/auth/oidc.go /root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/auth/token.go /root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/auth/tokensource.go
2025-08-20T21:34:09.3751147Z [00:03:02.814]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T21:34:09.3893974Z [00:03:02.831]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T21:34:09.3901998Z [00:03:02.832]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/42/4238cedc1e4bbe66e77f112efc1f1f8f13f252ad38d09e9e28720f5fa4c2151e-d # internal
2025-08-20T21:34:09.3903869Z [00:03:02.832]➜  flag
2025-08-20T21:34:09.3906287Z [00:03:02.832]➜  mkdir -p $WORK/b426/
2025-08-20T21:34:09.3907392Z [00:03:02.832]➜  cat >/tmp/go-build1238918229/b426/importcfg << 'EOF' # internal
2025-08-20T21:34:09.3907951Z [00:03:02.832]➜  # import config
2025-08-20T21:34:09.3908302Z [00:03:02.832]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:09.3908733Z [00:03:02.832]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.3909171Z [00:03:02.832]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.3909572Z [00:03:02.832]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.3909965Z [00:03:02.832]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:09.3910378Z [00:03:02.832]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.3910804Z [00:03:02.832]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:09.3911656Z [00:03:02.832]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:09.3912080Z [00:03:02.832]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:09.3912504Z [00:03:02.832]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:09.3912918Z [00:03:02.832]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.3913225Z [00:03:02.832]➜  EOF
2025-08-20T21:34:09.3914552Z [00:03:02.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b426=>" -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/b426/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T21:34:09.3923999Z [00:03:02.834]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/ff/ff5b181aa2d058334b473063c06dce472286d36f60b9aaac0a5922ce57dc1cc2-d # internal
2025-08-20T21:34:09.3931313Z [00:03:02.834]➜  github.com/grpc-ecosystem/go-grpc-middleware/retry
2025-08-20T21:34:09.3931669Z [00:03:02.834]➜  mkdir -p $WORK/b184/
2025-08-20T21:34:09.3936726Z [00:03:02.835]➜  cat >/tmp/go-build1238918229/b184/importcfg << 'EOF' # internal
2025-08-20T21:34:09.3937974Z [00:03:02.835]➜  # import config
2025-08-20T21:34:09.3940630Z [00:03:02.835]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.3941322Z [00:03:02.835]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/util/backoffutils=/tmp/go-build1238918229/b185/_pkg_.a
2025-08-20T21:34:09.3942147Z [00:03:02.835]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/util/metautils=/tmp/go-build1238918229/b186/_pkg_.a
2025-08-20T21:34:09.3942800Z [00:03:02.835]➜  packagefile golang.org/x/net/trace=/tmp/go-build1238918229/b187/_pkg_.a
2025-08-20T21:34:09.3943326Z [00:03:02.835]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:09.3943888Z [00:03:02.835]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:09.3944463Z [00:03:02.835]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:09.3945041Z [00:03:02.835]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:09.3945517Z [00:03:02.835]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.3945931Z [00:03:02.835]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:09.3946687Z [00:03:02.835]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.3947172Z [00:03:02.835]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.3947649Z [00:03:02.835]➜  EOF
2025-08-20T21:34:09.3954942Z [00:03:02.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/retry=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/retry;$WORK/b184=>" -p github.com/grpc-ecosystem/go-grpc-middleware/retry -lang=go1.14 -complete -installsuffix shared -buildid OKFfzyXnpLdumkV8J0Hq/OKFfzyXnpLdumkV8J0Hq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/retry/backoff.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/retry/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/retry/options.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/retry/retry.go
2025-08-20T21:34:09.3958953Z [00:03:02.837]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T21:34:09.3960045Z [00:03:02.837]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/4a/4a81e721e170c070c1e9d7bbf95b6649efd74fa1649a1e62f284192800bf3192-d # internal
2025-08-20T21:34:09.3974811Z [00:03:02.839]➜  github.com/grpc-ecosystem/go-grpc-prometheus
2025-08-20T21:34:09.3978079Z [00:03:02.839]➜  mkdir -p $WORK/b316/
2025-08-20T21:34:09.3981388Z [00:03:02.840]➜  cat >/tmp/go-build1238918229/b316/importcfg << 'EOF' # internal
2025-08-20T21:34:09.3983875Z [00:03:02.840]➜  # import config
2025-08-20T21:34:09.3984253Z [00:03:02.840]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.3984920Z [00:03:02.840]➜  packagefile github.com/grpc-ecosystem/go-grpc-prometheus/packages/grpcstatus=/tmp/go-build1238918229/b317/_pkg_.a
2025-08-20T21:34:09.3985704Z [00:03:02.840]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build1238918229/b318/_pkg_.a
2025-08-20T21:34:09.3986315Z [00:03:02.840]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:09.3986863Z [00:03:02.840]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:09.3987430Z [00:03:02.840]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:09.3988170Z [00:03:02.840]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.3988608Z [00:03:02.840]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:09.3989027Z [00:03:02.840]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.3989330Z [00:03:02.840]➜  EOF
2025-08-20T21:34:09.4001612Z [00:03:02.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99=>github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99;$WORK/b316=>" -p github.com/grpc-ecosystem/go-grpc-prometheus -lang=go1.16 -complete -installsuffix shared -buildid vpR1Qf-fx5R4zeWLhmOk/vpR1Qf-fx5R4zeWLhmOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99/client.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99/client_metrics.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99/client_reporter.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99/metric_options.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99/server.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99/server_metrics.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99/server_reporter.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.1-0.20210315223345-82c243799c99/util.go
2025-08-20T21:34:09.5121457Z [00:03:02.953]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T21:34:09.5128023Z [00:03:02.954]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T21:34:09.5161211Z [00:03:02.957]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/f6/f6a31da6cb3064449bb9a3b9e9c6956fa494b9f1fb01cdb7d5fdb40ee27aabb2-d # internal
2025-08-20T21:34:09.5182307Z [00:03:02.960]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
2025-08-20T21:34:09.5186725Z [00:03:02.960]➜  mkdir -p $WORK/b334/
2025-08-20T21:34:09.5191300Z [00:03:02.961]➜  cat >/tmp/go-build1238918229/b334/importcfg << 'EOF' # internal
2025-08-20T21:34:09.5195098Z [00:03:02.961]➜  # import config
2025-08-20T21:34:09.5195778Z [00:03:02.961]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.5200125Z [00:03:02.961]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.5201335Z [00:03:02.961]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build1238918229/b335/_pkg_.a
2025-08-20T21:34:09.5204576Z [00:03:02.961]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:09.5205508Z [00:03:02.961]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:09.5210932Z [00:03:02.961]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build1238918229/b355/_pkg_.a
2025-08-20T21:34:09.5211547Z [00:03:02.961]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1238918229/b346/_pkg_.a
2025-08-20T21:34:09.5212134Z [00:03:02.961]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1238918229/b352/_pkg_.a
2025-08-20T21:34:09.5212742Z [00:03:02.961]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1238918229/b354/_pkg_.a
2025-08-20T21:34:09.5213408Z [00:03:02.961]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build1238918229/b338/_pkg_.a
2025-08-20T21:34:09.5214093Z [00:03:02.961]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0/rpcconv=/tmp/go-build1238918229/b357/_pkg_.a
2025-08-20T21:34:09.5214722Z [00:03:02.961]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1238918229/b348/_pkg_.a
2025-08-20T21:34:09.5215275Z [00:03:02.961]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:09.5215832Z [00:03:02.961]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:09.5221811Z [00:03:02.961]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:09.5222769Z [00:03:02.961]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1238918229/b306/_pkg_.a
2025-08-20T21:34:09.5223378Z [00:03:02.961]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1238918229/b101/_pkg_.a
2025-08-20T21:34:09.5223964Z [00:03:02.961]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:09.5224550Z [00:03:02.961]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:09.5225039Z [00:03:02.961]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.5225437Z [00:03:02.961]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:09.5225863Z [00:03:02.961]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:09.5226304Z [00:03:02.961]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:09.5226733Z [00:03:02.961]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.5227041Z [00:03:02.961]➜  EOF
2025-08-20T21:34:09.5242035Z [00:03:02.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.62.0=>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.62.0;$WORK/b334=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc -lang=go1.23 -complete -installsuffix shared -buildid 4u24h97iDHLfqNFjWKGj/4u24h97iDHLfqNFjWKGj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.62.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.62.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.62.0/interceptor.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.62.0/interceptorinfo.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.62.0/metadata_supplier.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.62.0/stats_handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.62.0/version.go
2025-08-20T21:34:09.5247179Z [00:03:02.962]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/a1/a14bb1ba84a71988a03c9d380d696d5f60a97c4ee060b57ec356e50e2f21152b-d # internal
2025-08-20T21:34:09.5248057Z [00:03:02.964]➜  github.com/googleapis/enterprise-certificate-proxy/client
2025-08-20T21:34:09.5248424Z [00:03:02.964]➜  mkdir -p $WORK/b384/
2025-08-20T21:34:09.5249065Z [00:03:02.964]➜  cat >/tmp/go-build1238918229/b384/importcfg << 'EOF' # internal
2025-08-20T21:34:09.5249412Z [00:03:02.964]➜  # import config
2025-08-20T21:34:09.5249750Z [00:03:02.964]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:09.5250195Z [00:03:02.964]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:09.5250651Z [00:03:02.964]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:09.5251111Z [00:03:02.964]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:09.5251572Z [00:03:02.964]➜  packagefile encoding/gob=/tmp/go-build1238918229/b385/_pkg_.a
2025-08-20T21:34:09.5252009Z [00:03:02.964]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.5252421Z [00:03:02.964]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.5253066Z [00:03:02.964]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build1238918229/b387/_pkg_.a
2025-08-20T21:34:09.5253677Z [00:03:02.964]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.5254087Z [00:03:02.964]➜  packagefile net/rpc=/tmp/go-build1238918229/b388/_pkg_.a
2025-08-20T21:34:09.5254495Z [00:03:02.964]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:09.5254948Z [00:03:02.964]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:09.5255272Z [00:03:02.964]➜  EOF
2025-08-20T21:34:09.5258141Z [00:03:02.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b384/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client=>github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client;$WORK/b384=>" -p github.com/googleapis/enterprise-certificate-proxy/client -lang=go1.23 -complete -installsuffix shared -buildid 1CqDcLnCQ0Gann_3VocF/1CqDcLnCQ0Gann_3VocF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/client.go
2025-08-20T21:34:09.5260239Z [00:03:02.965]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T21:34:09.5262397Z [00:03:02.967]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/d7/d72a5d85b1ed6cdc1ea92b33b8c57522eef922bf8bb3b7590d99b990f143adc9-d # internal
2025-08-20T21:34:09.5289631Z [00:03:02.970]➜  github.com/google/s2a-go/internal/proto/s2a_go_proto
2025-08-20T21:34:09.5292394Z [00:03:02.970]➜  mkdir -p $WORK/b398/
2025-08-20T21:34:09.5295165Z [00:03:02.971]➜  cat >/tmp/go-build1238918229/b398/importcfg << 'EOF' # internal
2025-08-20T21:34:09.5295648Z [00:03:02.971]➜  # import config
2025-08-20T21:34:09.5296012Z [00:03:02.971]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.5296637Z [00:03:02.971]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1238918229/b396/_pkg_.a
2025-08-20T21:34:09.5297286Z [00:03:02.971]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:09.5298117Z [00:03:02.971]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:09.5298693Z [00:03:02.971]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:09.5299348Z [00:03:02.971]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.5300056Z [00:03:02.971]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:09.5300631Z [00:03:02.971]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.5301051Z [00:03:02.971]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.5301357Z [00:03:02.971]➜  EOF
2025-08-20T21:34:09.5303798Z [00:03:02.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b398/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_go_proto=>github.com/google/s2a-go@v0.1.9/internal/proto/s2a_go_proto;$WORK/b398=>" -p github.com/google/s2a-go/internal/proto/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid _rMe-dopG_tfsuIAmBfw/_rMe-dopG_tfsuIAmBfw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T21:34:09.5333790Z [00:03:02.974]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T21:34:09.5341323Z [00:03:02.975]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T21:34:09.5341973Z [00:03:02.975]➜  github.com/google/s2a-go/internal/handshaker/service
2025-08-20T21:34:09.5342316Z [00:03:02.975]➜  mkdir -p $WORK/b400/
2025-08-20T21:34:09.5342687Z [00:03:02.975]➜  cat >/tmp/go-build1238918229/b400/importcfg << 'EOF' # internal
2025-08-20T21:34:09.5343047Z [00:03:02.975]➜  # import config
2025-08-20T21:34:09.5343391Z [00:03:02.975]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.5343878Z [00:03:02.975]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:09.5344454Z [00:03:02.975]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:09.5345107Z [00:03:02.975]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1238918229/b269/_pkg_.a
2025-08-20T21:34:09.5345657Z [00:03:02.975]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.5345968Z [00:03:02.975]➜  EOF
2025-08-20T21:34:09.5348293Z [00:03:02.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b400/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker/service=>github.com/google/s2a-go@v0.1.9/internal/handshaker/service;$WORK/b400=>" -p github.com/google/s2a-go/internal/handshaker/service -lang=go1.20 -complete -installsuffix shared -buildid Hu2wruhZP7TnEUkiEMzW/Hu2wruhZP7TnEUkiEMzW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker/service/service.go
2025-08-20T21:34:09.5546468Z [00:03:02.996]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T21:34:09.5562800Z [00:03:02.997]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/bd/bd3ac9f41b9a355d18296e5fc56b49ce09db59e1058fab4323798a2d8207f02c-d # internal
2025-08-20T21:34:09.5568282Z [00:03:02.997]➜  cloud.google.com/go/auth/internal/transport/cert
2025-08-20T21:34:09.5568711Z [00:03:02.997]➜  mkdir -p $WORK/b383/
2025-08-20T21:34:09.5569097Z [00:03:02.997]➜  cat >/tmp/go-build1238918229/b383/importcfg << 'EOF' # internal
2025-08-20T21:34:09.5569444Z [00:03:02.997]➜  # import config
2025-08-20T21:34:09.5569810Z [00:03:02.997]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:09.5570288Z [00:03:02.997]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:09.5570753Z [00:03:02.997]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:09.5571196Z [00:03:02.997]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.5571604Z [00:03:02.997]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.5572223Z [00:03:02.997]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build1238918229/b384/_pkg_.a
2025-08-20T21:34:09.5573061Z [00:03:02.997]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build1238918229/b387/_pkg_.a
2025-08-20T21:34:09.5573700Z [00:03:02.997]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.5574100Z [00:03:02.997]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:09.5574516Z [00:03:02.997]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:09.5575237Z [00:03:02.997]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:09.5575694Z [00:03:02.997]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:09.5576131Z [00:03:02.997]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.5576540Z [00:03:02.997]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.5576845Z [00:03:02.997]➜  EOF
2025-08-20T21:34:09.5580198Z [00:03:02.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/cert=>cloud.google.com/go/auth@v0.16.3/internal/transport/cert;$WORK/b383=>" -p cloud.google.com/go/auth/internal/transport/cert -lang=go1.23 -complete -installsuffix shared -buildid se3ygE1lZeDG_Snw41yL/se3ygE1lZeDG_Snw41yL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/cert/default_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/cert/enterprise_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/cert/secureconnect_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/cert/workload_cert.go
2025-08-20T21:34:09.5826578Z [00:03:03.024]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T21:34:09.5844066Z [00:03:03.025]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/45/452220db6b56dac4d619e7ae8b63068c0ff72f89e096bb44d50c4942c3bf5144-d # internal
2025-08-20T21:34:09.5884464Z [00:03:03.029]➜  github.com/google/s2a-go/internal/proto/v2/s2a_go_proto
2025-08-20T21:34:09.5914423Z [00:03:03.029]➜  mkdir -p $WORK/b412/
2025-08-20T21:34:09.5914889Z [00:03:03.030]➜  cat >/tmp/go-build1238918229/b412/importcfg << 'EOF' # internal
2025-08-20T21:34:09.5915243Z [00:03:03.030]➜  # import config
2025-08-20T21:34:09.5915599Z [00:03:03.030]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.5916227Z [00:03:03.030]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1238918229/b411/_pkg_.a
2025-08-20T21:34:09.5917052Z [00:03:03.030]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build1238918229/b413/_pkg_.a
2025-08-20T21:34:09.5917904Z [00:03:03.030]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:09.5918456Z [00:03:03.030]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:09.5919376Z [00:03:03.030]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:09.5920116Z [00:03:03.030]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.5920821Z [00:03:03.030]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:09.5921371Z [00:03:03.030]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.5921801Z [00:03:03.030]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.5922108Z [00:03:03.030]➜  EOF
2025-08-20T21:34:09.5924594Z [00:03:03.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_go_proto=>github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_go_proto;$WORK/b412=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid y8W-OgNKi1EqQ1ICscS8/y8W-OgNKi1EqQ1ICscS8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T21:34:09.5988312Z [00:03:03.040]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T21:34:09.5999006Z [00:03:03.041]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/ed/ed3de25a7253b8a042c08b4cde8d227074bbf0183d2fec77ed3eca82f3ef9cf8-d # internal
2025-08-20T21:34:09.6006426Z [00:03:03.042]➜  cloud.google.com/go/auth/credentials/internal/externalaccount
2025-08-20T21:34:09.6011819Z [00:03:03.042]➜  mkdir -p $WORK/b379/
2025-08-20T21:34:09.6018182Z [00:03:03.043]➜  cat >/tmp/go-build1238918229/b379/importcfg << 'EOF' # internal
2025-08-20T21:34:09.6018989Z [00:03:03.043]➜  # import config
2025-08-20T21:34:09.6019759Z [00:03:03.043]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:09.6020844Z [00:03:03.043]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:09.6021593Z [00:03:03.043]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build1238918229/b380/_pkg_.a
2025-08-20T21:34:09.6022393Z [00:03:03.043]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build1238918229/b381/_pkg_.a
2025-08-20T21:34:09.6023091Z [00:03:03.043]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1238918229/b361/_pkg_.a
2025-08-20T21:34:09.6023744Z [00:03:03.043]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1238918229/b382/_pkg_.a
2025-08-20T21:34:09.6024443Z [00:03:03.043]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build1238918229/b383/_pkg_.a
2025-08-20T21:34:09.6025005Z [00:03:03.043]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.6025452Z [00:03:03.043]➜  packagefile crypto/hmac=/tmp/go-build1238918229/b157/_pkg_.a
2025-08-20T21:34:09.6025926Z [00:03:03.043]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:09.6026385Z [00:03:03.043]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:09.6026834Z [00:03:03.043]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:09.6027300Z [00:03:03.043]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:09.6028069Z [00:03:03.043]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:09.6028542Z [00:03:03.043]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:09.6029005Z [00:03:03.043]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:09.6029444Z [00:03:03.043]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.6029855Z [00:03:03.043]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.6030786Z [00:03:03.043]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1238918229/b364/_pkg_.a
2025-08-20T21:34:09.6031410Z [00:03:03.043]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:09.6031836Z [00:03:03.043]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:09.6032268Z [00:03:03.043]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:09.6032695Z [00:03:03.043]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:09.6033114Z [00:03:03.043]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:09.6033522Z [00:03:03.043]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:09.6033936Z [00:03:03.043]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:09.6034346Z [00:03:03.043]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:09.6034764Z [00:03:03.043]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:09.6035244Z [00:03:03.043]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:09.6035667Z [00:03:03.043]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:09.6036089Z [00:03:03.043]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:09.6036506Z [00:03:03.043]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.6036919Z [00:03:03.043]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:09.6037704Z [00:03:03.043]➜  EOF
2025-08-20T21:34:09.6042953Z [00:03:03.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount=>cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount;$WORK/b379=>" -p cloud.google.com/go/auth/credentials/internal/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid so3eytZaTKLGLiM-bEmA/so3eytZaTKLGLiM-bEmA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/aws_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/executable_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/externalaccount.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/file_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/info.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/programmatic_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/url_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/x509_provider.go
2025-08-20T21:34:09.6573388Z [00:03:03.099]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T21:34:09.6628181Z [00:03:03.104]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/45/45a2a19ca95afaa0da028bb97fe642159f0760257ef3da048bc1fd6c0d3a5e7c-d # internal
2025-08-20T21:34:09.6628914Z [00:03:03.104]➜  github.com/google/s2a-go/internal/authinfo
2025-08-20T21:34:09.6629258Z [00:03:03.104]➜  mkdir -p $WORK/b395/
2025-08-20T21:34:09.6634558Z [00:03:03.105]➜  cat >/tmp/go-build1238918229/b395/importcfg << 'EOF' # internal
2025-08-20T21:34:09.6636069Z [00:03:03.105]➜  # import config
2025-08-20T21:34:09.6636491Z [00:03:03.105]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.6637119Z [00:03:03.105]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1238918229/b396/_pkg_.a
2025-08-20T21:34:09.6638081Z [00:03:03.105]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build1238918229/b397/_pkg_.a
2025-08-20T21:34:09.6638841Z [00:03:03.105]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build1238918229/b398/_pkg_.a
2025-08-20T21:34:09.6639900Z [00:03:03.105]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:09.6640364Z [00:03:03.105]➜  EOF
2025-08-20T21:34:09.6642379Z [00:03:03.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b395/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/authinfo=>github.com/google/s2a-go@v0.1.9/internal/authinfo;$WORK/b395=>" -p github.com/google/s2a-go/internal/authinfo -lang=go1.20 -complete -installsuffix shared -buildid fJH3VhaTj3Utqtm5d8yC/fJH3VhaTj3Utqtm5d8yC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/authinfo/authinfo.go
2025-08-20T21:34:09.6669678Z [00:03:03.106]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T21:34:09.6682046Z [00:03:03.110]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/f4/f4d344109dce1d9d2859c90cdcbc27365346798a5c0a67ce94dfc24e6d35f245-d # internal
2025-08-20T21:34:09.6690695Z [00:03:03.110]➜  github.com/google/s2a-go/internal/record
2025-08-20T21:34:09.6691536Z [00:03:03.111]➜  mkdir -p $WORK/b399/
2025-08-20T21:34:09.6703074Z [00:03:03.112]➜  cat >/tmp/go-build1238918229/b399/importcfg << 'EOF' # internal
2025-08-20T21:34:09.6703768Z [00:03:03.112]➜  # import config
2025-08-20T21:34:09.6704590Z [00:03:03.112]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.6705709Z [00:03:03.112]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:09.6706580Z [00:03:03.112]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.6706994Z [00:03:03.112]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.6707771Z [00:03:03.112]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build1238918229/b400/_pkg_.a
2025-08-20T21:34:09.6708580Z [00:03:03.112]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1238918229/b396/_pkg_.a
2025-08-20T21:34:09.6709330Z [00:03:03.112]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build1238918229/b398/_pkg_.a
2025-08-20T21:34:09.6710089Z [00:03:03.112]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build1238918229/b401/_pkg_.a
2025-08-20T21:34:09.6710826Z [00:03:03.112]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1238918229/b410/_pkg_.a
2025-08-20T21:34:09.6711458Z [00:03:03.112]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:09.6712026Z [00:03:03.112]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:09.6712526Z [00:03:03.112]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:09.6712929Z [00:03:03.112]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:09.6713331Z [00:03:03.112]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.6713748Z [00:03:03.112]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.6714059Z [00:03:03.112]➜  EOF
2025-08-20T21:34:09.6721567Z [00:03:03.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b399/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record=>github.com/google/s2a-go@v0.1.9/internal/record;$WORK/b399=>" -p github.com/google/s2a-go/internal/record -lang=go1.20 -complete -installsuffix shared -buildid IC13uZZC8NLJdCLKZLuh/IC13uZZC8NLJdCLKZLuh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/record.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/ticketsender.go
2025-08-20T21:34:09.7009167Z [00:03:03.142]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T21:34:09.7024859Z [00:03:03.144]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/81/81c02411321d5807de15448e1f45824ead49a99b11829d88e8d4caf49db0fb92-d # internal
2025-08-20T21:34:09.7026450Z [00:03:03.144]➜  google.golang.org/api/internal/cert
2025-08-20T21:34:09.7027312Z [00:03:03.144]➜  mkdir -p $WORK/b420/
2025-08-20T21:34:09.7036932Z [00:03:03.145]➜  cat >/tmp/go-build1238918229/b420/importcfg << 'EOF' # internal
2025-08-20T21:34:09.7039245Z [00:03:03.145]➜  # import config
2025-08-20T21:34:09.7040098Z [00:03:03.145]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:09.7040610Z [00:03:03.145]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:09.7041129Z [00:03:03.145]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:09.7041584Z [00:03:03.145]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.7042002Z [00:03:03.145]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.7042625Z [00:03:03.145]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build1238918229/b384/_pkg_.a
2025-08-20T21:34:09.7043223Z [00:03:03.145]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:09.7043637Z [00:03:03.145]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:09.7044063Z [00:03:03.145]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:09.7044511Z [00:03:03.145]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:09.7044946Z [00:03:03.145]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.7045792Z [00:03:03.145]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.7046104Z [00:03:03.145]➜  EOF
2025-08-20T21:34:09.7048869Z [00:03:03.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.246.0/internal/cert=>google.golang.org/api@v0.246.0/internal/cert;$WORK/b420=>" -p google.golang.org/api/internal/cert -lang=go1.23 -complete -installsuffix shared -buildid V42UYfdQjHx2m-T187ZU/V42UYfdQjHx2m-T187ZU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.246.0/internal/cert/default_cert.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/internal/cert/enterprise_cert.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/internal/cert/secureconnect_cert.go
2025-08-20T21:34:09.7404437Z [00:03:03.182]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T21:34:09.7405232Z [00:03:03.182]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T21:34:09.7426992Z [00:03:03.184]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/4e/4e0d4883b95a52ffa13efb79b9e6ee7c6b97c2f0c20a98005ce6c04e10b3ba7e-d # internal
2025-08-20T21:34:09.7435246Z [00:03:03.185]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/85/8508768ef46192e61053478ec9d7f8a856a3981c0fe7d9b91b0611f47d65d8b9-d # internal
2025-08-20T21:34:09.7437695Z [00:03:03.185]➜  github.com/grpc-ecosystem/grpc-gateway/v2/utilities
2025-08-20T21:34:09.7438116Z [00:03:03.185]➜  mkdir -p $WORK/b425/
2025-08-20T21:34:09.7440746Z [00:03:03.185]➜  cat >/tmp/go-build1238918229/b425/importcfg << 'EOF' # internal
2025-08-20T21:34:09.7442002Z [00:03:03.186]➜  # import config
2025-08-20T21:34:09.7442811Z [00:03:03.186]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:09.7443680Z [00:03:03.186]➜  packagefile flag=/tmp/go-build1238918229/b426/_pkg_.a
2025-08-20T21:34:09.7445074Z [00:03:03.186]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.7445995Z [00:03:03.186]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:09.7446851Z [00:03:03.186]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:09.7447391Z [00:03:03.186]➜  EOF
2025-08-20T21:34:09.7450073Z [00:03:03.186]➜  cloud.google.com/go/auth/credentials
2025-08-20T21:34:09.7450400Z [00:03:03.186]➜  mkdir -p $WORK/b378/
2025-08-20T21:34:09.7454240Z [00:03:03.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities=>github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities;$WORK/b425=>" -p github.com/grpc-ecosystem/grpc-gateway/v2/utilities -lang=go1.23 -complete -installsuffix shared -buildid HJW1gcUHwwt4dw9bLNNy/HJW1gcUHwwt4dw9bLNNy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities/pattern.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities/readerfactory.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities/string_array_flag.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/utilities/trie.go
2025-08-20T21:34:09.7458929Z [00:03:03.187]➜  cat >/tmp/go-build1238918229/b378/importcfg << 'EOF' # internal
2025-08-20T21:34:09.7459562Z [00:03:03.187]➜  # import config
2025-08-20T21:34:09.7460180Z [00:03:03.187]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:09.7471397Z [00:03:03.187]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build1238918229/b379/_pkg_.a
2025-08-20T21:34:09.7472790Z [00:03:03.187]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build1238918229/b389/_pkg_.a
2025-08-20T21:34:09.7473928Z [00:03:03.187]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build1238918229/b390/_pkg_.a
2025-08-20T21:34:09.7475359Z [00:03:03.187]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build1238918229/b380/_pkg_.a
2025-08-20T21:34:09.7476370Z [00:03:03.187]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1238918229/b361/_pkg_.a
2025-08-20T21:34:09.7477289Z [00:03:03.187]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1238918229/b382/_pkg_.a
2025-08-20T21:34:09.7478714Z [00:03:03.187]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1238918229/b363/_pkg_.a
2025-08-20T21:34:09.7479352Z [00:03:03.187]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1238918229/b362/_pkg_.a
2025-08-20T21:34:09.7479874Z [00:03:03.187]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.7480300Z [00:03:03.187]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:09.7480786Z [00:03:03.187]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:09.7481243Z [00:03:03.187]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.7481655Z [00:03:03.187]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.7482202Z [00:03:03.187]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1238918229/b364/_pkg_.a
2025-08-20T21:34:09.7482744Z [00:03:03.187]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:09.7483172Z [00:03:03.187]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:09.7483609Z [00:03:03.187]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:09.7484016Z [00:03:03.187]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:09.7484430Z [00:03:03.187]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:09.7484845Z [00:03:03.187]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.7485152Z [00:03:03.187]➜  EOF
2025-08-20T21:34:09.7488549Z [00:03:03.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b378/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials=>cloud.google.com/go/auth@v0.16.3/credentials;$WORK/b378=>" -p cloud.google.com/go/auth/credentials -lang=go1.23 -complete -installsuffix shared -buildid 5a7ebJnkWF4EPlngwmuc/5a7ebJnkWF4EPlngwmuc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/compute.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/detect.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/doc.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/filetypes.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/selfsignedjwt.go
2025-08-20T21:34:09.7779248Z [00:03:03.219]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T21:34:09.7783950Z [00:03:03.220]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/cc/cc24e6826ba7e4eb0c4affd9203b31056d34bc2b77f8e6508640b5fa362694d9-d # internal
2025-08-20T21:34:09.7788201Z [00:03:03.220]➜  github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule
2025-08-20T21:34:09.7799014Z [00:03:03.220]➜  mkdir -p $WORK/b424/
2025-08-20T21:34:09.7799437Z [00:03:03.220]➜  cat >/tmp/go-build1238918229/b424/importcfg << 'EOF' # internal
2025-08-20T21:34:09.7799790Z [00:03:03.220]➜  # import config
2025-08-20T21:34:09.7800129Z [00:03:03.220]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.7800577Z [00:03:03.220]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.7801168Z [00:03:03.220]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build1238918229/b425/_pkg_.a
2025-08-20T21:34:09.7801746Z [00:03:03.220]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:09.7802065Z [00:03:03.220]➜  EOF
2025-08-20T21:34:09.7805056Z [00:03:03.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/internal/httprule=>github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/internal/httprule;$WORK/b424=>" -p github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule -lang=go1.23 -complete -installsuffix shared -buildid Z8vxQwg9YRWwlpOIOkdb/Z8vxQwg9YRWwlpOIOkdb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/internal/httprule/compile.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/internal/httprule/parse.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/internal/httprule/types.go
2025-08-20T21:34:09.7902711Z [00:03:03.231]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T21:34:09.7903274Z [00:03:03.231]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T21:34:09.7930460Z [00:03:03.234]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/8e/8eb9b2d4e866b590c2ec3e5e016f162e02efa06edb83f721b9bf684d8fa4d158-d # internal
2025-08-20T21:34:09.7931572Z [00:03:03.234]➜  github.com/google/s2a-go/internal/handshaker
2025-08-20T21:34:09.7933034Z [00:03:03.235]➜  mkdir -p $WORK/b394/
2025-08-20T21:34:09.7934322Z [00:03:03.235]➜  cat >/tmp/go-build1238918229/b394/importcfg << 'EOF' # internal
2025-08-20T21:34:09.7935832Z [00:03:03.235]➜  # import config
2025-08-20T21:34:09.7936562Z [00:03:03.235]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.7937617Z [00:03:03.235]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.7938623Z [00:03:03.235]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.7939309Z [00:03:03.235]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build1238918229/b395/_pkg_.a
2025-08-20T21:34:09.7940133Z [00:03:03.235]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1238918229/b396/_pkg_.a
2025-08-20T21:34:09.7941209Z [00:03:03.235]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build1238918229/b398/_pkg_.a
2025-08-20T21:34:09.7942055Z [00:03:03.235]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build1238918229/b399/_pkg_.a
2025-08-20T21:34:09.7942908Z [00:03:03.235]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1238918229/b410/_pkg_.a
2025-08-20T21:34:09.7944182Z [00:03:03.235]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:09.7945060Z [00:03:03.235]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:09.7945731Z [00:03:03.235]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:09.7946326Z [00:03:03.235]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:09.7946810Z [00:03:03.235]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.7947213Z [00:03:03.235]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:09.7963267Z [00:03:03.235]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.7963621Z [00:03:03.235]➜  EOF
2025-08-20T21:34:09.7965669Z [00:03:03.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b394/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker=>github.com/google/s2a-go@v0.1.9/internal/handshaker;$WORK/b394=>" -p github.com/google/s2a-go/internal/handshaker -lang=go1.20 -complete -installsuffix shared -buildid tQ8C8a9cd_tgi7oLgOgm/tQ8C8a9cd_tgi7oLgOgm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker/handshaker.go
2025-08-20T21:34:09.7973397Z [00:03:03.239]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/15/152402735483ecf1875d7383f3089086db7749cd7eab3d43a922d85c5881d47a-d # internal
2025-08-20T21:34:09.7975429Z [00:03:03.239]➜  github.com/google/s2a-go/stream
2025-08-20T21:34:09.7977404Z [00:03:03.239]➜  mkdir -p $WORK/b417/
2025-08-20T21:34:09.7980761Z [00:03:03.240]➜  cat >/tmp/go-build1238918229/b417/importcfg << 'EOF' # internal
2025-08-20T21:34:09.7981839Z [00:03:03.240]➜  # import config
2025-08-20T21:34:09.7982568Z [00:03:03.240]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.7983702Z [00:03:03.240]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1238918229/b412/_pkg_.a
2025-08-20T21:34:09.7984720Z [00:03:03.240]➜  EOF
2025-08-20T21:34:09.7986782Z [00:03:03.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/stream=>github.com/google/s2a-go@v0.1.9/stream;$WORK/b417=>" -p github.com/google/s2a-go/stream -lang=go1.20 -complete -installsuffix shared -buildid x8Pu2MsPfHOSGL6kcBvH/x8Pu2MsPfHOSGL6kcBvH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/stream/s2a_stream.go
2025-08-20T21:34:09.8213545Z [00:03:03.263]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T21:34:09.8223899Z [00:03:03.264]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/d6/d6dceca72471dd36824441b8b198adec736aef7ebb1f373b7b337c16c1f819af-d # internal
2025-08-20T21:34:09.8225480Z [00:03:03.264]➜  google.golang.org/genproto/googleapis/api/httpbody
2025-08-20T21:34:09.8226113Z [00:03:03.264]➜  mkdir -p $WORK/b427/
2025-08-20T21:34:09.8227428Z [00:03:03.264]➜  cat >/tmp/go-build1238918229/b427/importcfg << 'EOF' # internal
2025-08-20T21:34:09.8229064Z [00:03:03.264]➜  # import config
2025-08-20T21:34:09.8229840Z [00:03:03.264]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.8230887Z [00:03:03.264]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:09.8231733Z [00:03:03.264]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1238918229/b283/_pkg_.a
2025-08-20T21:34:09.8232869Z [00:03:03.264]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.8233298Z [00:03:03.264]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.8233608Z [00:03:03.264]➜  EOF
2025-08-20T21:34:09.8236448Z [00:03:03.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/httpbody=>google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/httpbody;$WORK/b427=>" -p google.golang.org/genproto/googleapis/api/httpbody -lang=go1.23 -complete -installsuffix shared -buildid J6LpPQ-c0iQJoARMg3FZ/J6LpPQ-c0iQJoARMg3FZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/httpbody/httpbody.pb.go
2025-08-20T21:34:09.8264299Z [00:03:03.268]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T21:34:09.8274898Z [00:03:03.269]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/ce/ced3a0229ef7a1f512d3049ca82e369223cc413d6ca97f8bda3e72c1fdd0ce8f-d # internal
2025-08-20T21:34:09.8291012Z [00:03:03.270]➜  google.golang.org/grpc/health/grpc_health_v1
2025-08-20T21:34:09.8291795Z [00:03:03.270]➜  mkdir -p $WORK/b428/
2025-08-20T21:34:09.8308927Z [00:03:03.272]➜  cat >/tmp/go-build1238918229/b428/importcfg << 'EOF' # internal
2025-08-20T21:34:09.8309392Z [00:03:03.272]➜  # import config
2025-08-20T21:34:09.8309774Z [00:03:03.272]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.8310261Z [00:03:03.272]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:09.8310820Z [00:03:03.272]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:09.8311390Z [00:03:03.272]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:09.8312374Z [00:03:03.272]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.8313082Z [00:03:03.272]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:09.8313631Z [00:03:03.272]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.8314050Z [00:03:03.272]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.8314360Z [00:03:03.272]➜  EOF
2025-08-20T21:34:09.8316673Z [00:03:03.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b428/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/health/grpc_health_v1=>google.golang.org/grpc@v1.74.2/health/grpc_health_v1;$WORK/b428=>" -p google.golang.org/grpc/health/grpc_health_v1 -lang=go1.23 -complete -installsuffix shared -buildid 4eK7LP6Y-YpdfgyWy8Vz/4eK7LP6Y-YpdfgyWy8Vz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/health/grpc_health_v1/health.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/health/grpc_health_v1/health_grpc.pb.go
2025-08-20T21:34:09.8339288Z [00:03:03.275]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T21:34:09.8354639Z [00:03:03.277]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/ee/ee3ed2ab069fa5f4a9314b6ff86a33698d9b88c22709516bbc91e068856d708d-d # internal
2025-08-20T21:34:09.8362536Z [00:03:03.278]➜  github.com/google/s2a-go/internal/v2/certverifier
2025-08-20T21:34:09.8373499Z [00:03:03.278]➜  mkdir -p $WORK/b416/
2025-08-20T21:34:09.8379844Z [00:03:03.279]➜  cat >/tmp/go-build1238918229/b416/importcfg << 'EOF' # internal
2025-08-20T21:34:09.8383344Z [00:03:03.280]➜  # import config
2025-08-20T21:34:09.8384494Z [00:03:03.280]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:09.8384961Z [00:03:03.280]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.8385567Z [00:03:03.280]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1238918229/b412/_pkg_.a
2025-08-20T21:34:09.8386250Z [00:03:03.280]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1238918229/b417/_pkg_.a
2025-08-20T21:34:09.8386827Z [00:03:03.280]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:09.8387401Z [00:03:03.280]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:09.8388010Z [00:03:03.280]➜  EOF
2025-08-20T21:34:09.8390529Z [00:03:03.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/certverifier=>github.com/google/s2a-go@v0.1.9/internal/v2/certverifier;$WORK/b416=>" -p github.com/google/s2a-go/internal/v2/certverifier -lang=go1.20 -complete -installsuffix shared -buildid c4jjlFBmYvSs4rEhlDmx/c4jjlFBmYvSs4rEhlDmx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/certverifier/certverifier.go
2025-08-20T21:34:09.8594003Z [00:03:03.300]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T21:34:09.8611803Z [00:03:03.302]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/34/3414edde4a5f89c2d1ff1ec7b7a93abbc740003a419b6465d24628143fabb1ce-d # internal
2025-08-20T21:34:09.8613410Z [00:03:03.303]➜  github.com/google/s2a-go/internal/v2/remotesigner
2025-08-20T21:34:09.8613755Z [00:03:03.303]➜  mkdir -p $WORK/b418/
2025-08-20T21:34:09.8614166Z [00:03:03.303]➜  cat >/tmp/go-build1238918229/b418/importcfg << 'EOF' # internal
2025-08-20T21:34:09.8614510Z [00:03:03.303]➜  # import config
2025-08-20T21:34:09.8614850Z [00:03:03.303]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:09.8615290Z [00:03:03.303]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:09.8615743Z [00:03:03.303]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:09.8616171Z [00:03:03.303]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.8617180Z [00:03:03.303]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1238918229/b412/_pkg_.a
2025-08-20T21:34:09.8618052Z [00:03:03.303]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1238918229/b417/_pkg_.a
2025-08-20T21:34:09.8618635Z [00:03:03.303]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:09.8619220Z [00:03:03.303]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:09.8619700Z [00:03:03.303]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.8620000Z [00:03:03.303]➜  EOF
2025-08-20T21:34:09.8622107Z [00:03:03.303]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/remotesigner=>github.com/google/s2a-go@v0.1.9/internal/v2/remotesigner;$WORK/b418=>" -p github.com/google/s2a-go/internal/v2/remotesigner -lang=go1.20 -complete -installsuffix shared -buildid ee4Yr77HyIV-K7Oh38yh/ee4Yr77HyIV-K7Oh38yh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/remotesigner/remotesigner.go
2025-08-20T21:34:09.8721749Z [00:03:03.313]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T21:34:09.8758262Z [00:03:03.317]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/87/872f43d5e8b86a11e1c5a358d00c3920c71453a40dd09428d16117f50341bcfa-d # internal
2025-08-20T21:34:09.8758991Z [00:03:03.317]➜  google.golang.org/protobuf/types/known/fieldmaskpb
2025-08-20T21:34:09.8759336Z [00:03:03.317]➜  mkdir -p $WORK/b429/
2025-08-20T21:34:09.8759711Z [00:03:03.317]➜  cat >/tmp/go-build1238918229/b429/importcfg << 'EOF' # internal
2025-08-20T21:34:09.8760055Z [00:03:03.317]➜  # import config
2025-08-20T21:34:09.8760494Z [00:03:03.317]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:09.8761176Z [00:03:03.317]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.8761876Z [00:03:03.317]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:09.8762429Z [00:03:03.317]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.8762849Z [00:03:03.317]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:09.8763645Z [00:03:03.317]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:09.8764144Z [00:03:03.317]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.8764449Z [00:03:03.317]➜  EOF
2025-08-20T21:34:09.8766595Z [00:03:03.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b429/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/fieldmaskpb=>google.golang.org/protobuf@v1.36.7/types/known/fieldmaskpb;$WORK/b429=>" -p google.golang.org/protobuf/types/known/fieldmaskpb -lang=go1.22 -complete -installsuffix shared -buildid P55LXFZe_VktaGZs2-V5/P55LXFZe_VktaGZs2-V5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/fieldmaskpb/field_mask.pb.go
2025-08-20T21:34:09.8946642Z [00:03:03.336]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T21:34:09.8976453Z [00:03:03.338]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/37/37cc1bf5433bf6999f119176e79ed448d958de952662e6340cd365a804f9136d-d # internal
2025-08-20T21:34:09.8979477Z [00:03:03.338]➜  google.golang.org/protobuf/types/known/structpb
2025-08-20T21:34:09.8979913Z [00:03:03.339]➜  mkdir -p $WORK/b430/
2025-08-20T21:34:09.8980290Z [00:03:03.339]➜  cat >/tmp/go-build1238918229/b430/importcfg << 'EOF' # internal
2025-08-20T21:34:09.8980633Z [00:03:03.339]➜  # import config
2025-08-20T21:34:09.8981004Z [00:03:03.339]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:09.8981876Z [00:03:03.339]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:09.8982473Z [00:03:03.339]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1238918229/b248/_pkg_.a
2025-08-20T21:34:09.8983182Z [00:03:03.339]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.8983882Z [00:03:03.339]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:09.8984435Z [00:03:03.339]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:09.8984858Z [00:03:03.339]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.8985269Z [00:03:03.339]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.8985701Z [00:03:03.339]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:09.8986034Z [00:03:03.339]➜  EOF
2025-08-20T21:34:09.8988293Z [00:03:03.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b430/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/structpb=>google.golang.org/protobuf@v1.36.7/types/known/structpb;$WORK/b430=>" -p google.golang.org/protobuf/types/known/structpb -lang=go1.22 -complete -installsuffix shared -buildid KRJPzelfJd1Ze0U4K-Ck/KRJPzelfJd1Ze0U4K-Ck -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/structpb/struct.pb.go
2025-08-20T21:34:09.9033484Z [00:03:03.344]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T21:34:09.9050183Z [00:03:03.346]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/99/99e09f8e49d4b9493eea31108e8770378e41e94f6c4f73b7382483893adb8506-d # internal
2025-08-20T21:34:09.9052440Z [00:03:03.346]➜  github.com/google/s2a-go/internal/v2/tlsconfigstore
2025-08-20T21:34:09.9054141Z [00:03:03.346]➜  mkdir -p $WORK/b415/
2025-08-20T21:34:09.9055381Z [00:03:03.346]➜  cat >/tmp/go-build1238918229/b415/importcfg << 'EOF' # internal
2025-08-20T21:34:09.9055914Z [00:03:03.346]➜  # import config
2025-08-20T21:34:09.9056312Z [00:03:03.346]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:09.9056950Z [00:03:03.346]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:09.9058444Z [00:03:03.346]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:09.9059281Z [00:03:03.346]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.9060047Z [00:03:03.346]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.9060733Z [00:03:03.346]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1238918229/b411/_pkg_.a
2025-08-20T21:34:09.9061495Z [00:03:03.346]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1238918229/b412/_pkg_.a
2025-08-20T21:34:09.9062214Z [00:03:03.346]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1238918229/b410/_pkg_.a
2025-08-20T21:34:09.9062933Z [00:03:03.346]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build1238918229/b416/_pkg_.a
2025-08-20T21:34:09.9063645Z [00:03:03.346]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build1238918229/b418/_pkg_.a
2025-08-20T21:34:09.9064288Z [00:03:03.346]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1238918229/b417/_pkg_.a
2025-08-20T21:34:09.9064868Z [00:03:03.346]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:09.9065442Z [00:03:03.346]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:09.9065859Z [00:03:03.346]➜  EOF
2025-08-20T21:34:09.9071939Z [00:03:03.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/tlsconfigstore=>github.com/google/s2a-go@v0.1.9/internal/v2/tlsconfigstore;$WORK/b415=>" -p github.com/google/s2a-go/internal/v2/tlsconfigstore -lang=go1.20 -complete -installsuffix shared -buildid Iml3ql8U_wAfThlotfxC/Iml3ql8U_wAfThlotfxC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/tlsconfigstore/tlsconfigstore.go
2025-08-20T21:34:09.9320026Z [00:03:03.370]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T21:34:09.9344806Z [00:03:03.376]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T21:34:09.9348211Z [00:03:03.376]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/ba/ba1ad3af5f97dd7629fbaa9359f9d1554c8f472ddcf70f3dc9a1baba3ceb7b4a-d # internal
2025-08-20T21:34:09.9348874Z [00:03:03.376]➜  google.golang.org/protobuf/types/known/wrapperspb
2025-08-20T21:34:09.9349211Z [00:03:03.376]➜  mkdir -p $WORK/b431/
2025-08-20T21:34:09.9349583Z [00:03:03.376]➜  cat >/tmp/go-build1238918229/b431/importcfg << 'EOF' # internal
2025-08-20T21:34:09.9349942Z [00:03:03.376]➜  # import config
2025-08-20T21:34:09.9350492Z [00:03:03.376]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.9351206Z [00:03:03.376]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:09.9351758Z [00:03:03.376]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.9352176Z [00:03:03.376]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.9352480Z [00:03:03.376]➜  EOF
2025-08-20T21:34:09.9354626Z [00:03:03.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/wrapperspb=>google.golang.org/protobuf@v1.36.7/types/known/wrapperspb;$WORK/b431=>" -p google.golang.org/protobuf/types/known/wrapperspb -lang=go1.22 -complete -installsuffix shared -buildid AaoZxyNx7DYBis72wCsm/AaoZxyNx7DYBis72wCsm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/wrapperspb/wrappers.pb.go
2025-08-20T21:34:09.9356839Z [00:03:03.376]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/b5/b5a1eda7890f050b8778b27cf4706547950adeff941dff5e7a5df1b8810b97d2-d # internal
2025-08-20T21:34:09.9357435Z [00:03:03.376]➜  google.golang.org/genproto/googleapis/api
2025-08-20T21:34:09.9357928Z [00:03:03.376]➜  mkdir -p $WORK/b433/
2025-08-20T21:34:09.9358655Z [00:03:03.376]➜  cat >/tmp/go-build1238918229/b433/importcfg << 'EOF' # internal
2025-08-20T21:34:09.9359075Z [00:03:03.376]➜  # import config
2025-08-20T21:34:09.9359576Z [00:03:03.376]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.9360278Z [00:03:03.376]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:09.9360831Z [00:03:03.376]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.9361263Z [00:03:03.376]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.9361569Z [00:03:03.376]➜  EOF
2025-08-20T21:34:09.9363861Z [00:03:03.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822=>google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822;$WORK/b433=>" -p google.golang.org/genproto/googleapis/api -lang=go1.23 -complete -installsuffix shared -buildid djMFTs4U-TcMG0J1HcE4/djMFTs4U-TcMG0J1HcE4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/launch_stage.pb.go
2025-08-20T21:34:09.9589673Z [00:03:03.400]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T21:34:09.9611154Z [00:03:03.401]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/93/9399b2e568198d5995029c9822c8c54cabb150548e842134cde92fba88482459-d # internal
2025-08-20T21:34:09.9612271Z [00:03:03.402]➜  google.golang.org/protobuf/types/descriptorpb
2025-08-20T21:34:09.9612617Z [00:03:03.402]➜  mkdir -p $WORK/b434/
2025-08-20T21:34:09.9612992Z [00:03:03.402]➜  cat >/tmp/go-build1238918229/b434/importcfg << 'EOF' # internal
2025-08-20T21:34:09.9613337Z [00:03:03.402]➜  # import config
2025-08-20T21:34:09.9613839Z [00:03:03.402]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.9614568Z [00:03:03.402]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:09.9615132Z [00:03:03.402]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.9615552Z [00:03:03.402]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.9615859Z [00:03:03.402]➜  EOF
2025-08-20T21:34:09.9618146Z [00:03:03.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/descriptorpb=>google.golang.org/protobuf@v1.36.7/types/descriptorpb;$WORK/b434=>" -p google.golang.org/protobuf/types/descriptorpb -lang=go1.22 -complete -installsuffix shared -buildid pcRpY2BemuoVOhgcm-MV/pcRpY2BemuoVOhgcm-MV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/descriptorpb/descriptor.pb.go
2025-08-20T21:34:09.9666192Z [00:03:03.408]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T21:34:09.9682599Z [00:03:03.409]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/be/be5236fa760d7e365e7ddf069a6c95f158868076be6af4ec72dbd5addfd10476-d # internal
2025-08-20T21:34:09.9687053Z [00:03:03.409]➜  github.com/google/s2a-go/internal/v2
2025-08-20T21:34:09.9687386Z [00:03:03.409]➜  mkdir -p $WORK/b414/
2025-08-20T21:34:09.9687922Z [00:03:03.410]➜  cat >/tmp/go-build1238918229/b414/importcfg << 'EOF' # internal
2025-08-20T21:34:09.9688296Z [00:03:03.410]➜  # import config
2025-08-20T21:34:09.9688641Z [00:03:03.410]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.9692514Z [00:03:03.410]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:09.9693031Z [00:03:03.410]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.9693563Z [00:03:03.410]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build1238918229/b393/_pkg_.a
2025-08-20T21:34:09.9694257Z [00:03:03.410]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build1238918229/b400/_pkg_.a
2025-08-20T21:34:09.9695015Z [00:03:03.410]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1238918229/b411/_pkg_.a
2025-08-20T21:34:09.9695773Z [00:03:03.410]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1238918229/b412/_pkg_.a
2025-08-20T21:34:09.9697794Z [00:03:03.410]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1238918229/b410/_pkg_.a
2025-08-20T21:34:09.9698878Z [00:03:03.410]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build1238918229/b415/_pkg_.a
2025-08-20T21:34:09.9699527Z [00:03:03.410]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build1238918229/b419/_pkg_.a
2025-08-20T21:34:09.9700105Z [00:03:03.410]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1238918229/b417/_pkg_.a
2025-08-20T21:34:09.9700653Z [00:03:03.410]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:09.9701238Z [00:03:03.410]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:09.9701829Z [00:03:03.410]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:09.9702414Z [00:03:03.410]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:09.9702902Z [00:03:03.410]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:09.9703309Z [00:03:03.410]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:09.9703709Z [00:03:03.410]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.9704014Z [00:03:03.410]➜  EOF
2025-08-20T21:34:09.9705868Z [00:03:03.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2=>github.com/google/s2a-go@v0.1.9/internal/v2;$WORK/b414=>" -p github.com/google/s2a-go/internal/v2 -lang=go1.20 -complete -installsuffix shared -buildid S46E4PDqbwko5QNuUW4c/S46E4PDqbwko5QNuUW4c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/s2av2.go
2025-08-20T21:34:09.9713574Z [00:03:03.413]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T21:34:09.9728101Z [00:03:03.414]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/a3/a32470b5b83a0a5f7f7d431c390388b63ec21c92931c54a3d04940852597a50b-d # internal
2025-08-20T21:34:09.9729467Z [00:03:03.414]➜  golang.org/x/time/rate
2025-08-20T21:34:09.9730128Z [00:03:03.414]➜  mkdir -p $WORK/b435/
2025-08-20T21:34:09.9730758Z [00:03:03.414]➜  cat >/tmp/go-build1238918229/b435/importcfg << 'EOF' # internal
2025-08-20T21:34:09.9731619Z [00:03:03.414]➜  # import config
2025-08-20T21:34:09.9732031Z [00:03:03.414]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.9732467Z [00:03:03.414]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.9733275Z [00:03:03.414]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:09.9733758Z [00:03:03.414]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.9734165Z [00:03:03.414]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.9734470Z [00:03:03.414]➜  EOF
2025-08-20T21:34:09.9736331Z [00:03:03.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.12.0/rate=>golang.org/x/time@v0.12.0/rate;$WORK/b435=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid SD7phlFqyrIGLMjTv_VZ/SD7phlFqyrIGLMjTv_VZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /root/go/pkg/mod/golang.org/x/time@v0.12.0/rate/rate.go /root/go/pkg/mod/golang.org/x/time@v0.12.0/rate/sometimes.go
2025-08-20T21:34:09.9871330Z [00:03:03.428]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T21:34:09.9891222Z [00:03:03.430]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/77/77a4b25200c74d7b6fb4d70aa250eb5174e9382f64f2b502255a46bfd8541dbd-d # internal
2025-08-20T21:34:09.9900481Z [00:03:03.431]➜  github.com/grpc-ecosystem/grpc-gateway/v2/runtime
2025-08-20T21:34:09.9901326Z [00:03:03.431]➜  mkdir -p $WORK/b423/
2025-08-20T21:34:09.9904804Z [00:03:03.432]➜  cat >/tmp/go-build1238918229/b423/importcfg << 'EOF' # internal
2025-08-20T21:34:09.9905239Z [00:03:03.432]➜  # import config
2025-08-20T21:34:09.9906034Z [00:03:03.432]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:09.9906471Z [00:03:03.432]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:09.9906933Z [00:03:03.432]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:09.9907414Z [00:03:03.432]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:09.9908023Z [00:03:03.432]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:09.9908463Z [00:03:03.432]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:09.9909097Z [00:03:03.432]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule=/tmp/go-build1238918229/b424/_pkg_.a
2025-08-20T21:34:09.9909865Z [00:03:03.432]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build1238918229/b425/_pkg_.a
2025-08-20T21:34:09.9910605Z [00:03:03.432]➜  packagefile google.golang.org/genproto/googleapis/api/httpbody=/tmp/go-build1238918229/b427/_pkg_.a
2025-08-20T21:34:09.9911268Z [00:03:03.432]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:09.9911841Z [00:03:03.432]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:09.9912473Z [00:03:03.432]➜  packagefile google.golang.org/grpc/health/grpc_health_v1=/tmp/go-build1238918229/b428/_pkg_.a
2025-08-20T21:34:09.9913098Z [00:03:03.432]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:09.9913683Z [00:03:03.432]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:09.9914327Z [00:03:03.432]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1238918229/b248/_pkg_.a
2025-08-20T21:34:09.9914971Z [00:03:03.432]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:09.9915631Z [00:03:03.432]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:09.9916358Z [00:03:03.432]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1238918229/b238/_pkg_.a
2025-08-20T21:34:09.9917086Z [00:03:03.432]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1238918229/b279/_pkg_.a
2025-08-20T21:34:09.9918093Z [00:03:03.432]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build1238918229/b429/_pkg_.a
2025-08-20T21:34:09.9920059Z [00:03:03.432]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1238918229/b430/_pkg_.a
2025-08-20T21:34:09.9921153Z [00:03:03.432]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1238918229/b280/_pkg_.a
2025-08-20T21:34:09.9921954Z [00:03:03.432]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1238918229/b431/_pkg_.a
2025-08-20T21:34:09.9922508Z [00:03:03.432]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:09.9922926Z [00:03:03.432]➜  packagefile mime=/tmp/go-build1238918229/b208/_pkg_.a
2025-08-20T21:34:09.9923331Z [00:03:03.432]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:09.9923790Z [00:03:03.432]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:09.9924248Z [00:03:03.432]➜  packagefile net/textproto=/tmp/go-build1238918229/b205/_pkg_.a
2025-08-20T21:34:09.9924690Z [00:03:03.432]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:09.9925123Z [00:03:03.432]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:09.9925545Z [00:03:03.432]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:09.9925957Z [00:03:03.432]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:09.9926378Z [00:03:03.432]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:09.9926804Z [00:03:03.432]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:09.9927731Z [00:03:03.432]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:09.9928203Z [00:03:03.432]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:09.9928510Z [00:03:03.432]➜  EOF
2025-08-20T21:34:09.9935530Z [00:03:03.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime=>github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime;$WORK/b423=>" -p github.com/grpc-ecosystem/grpc-gateway/v2/runtime -lang=go1.23 -complete -installsuffix shared -buildid NxdePWeod73g2w8LoiEJ/NxdePWeod73g2w8LoiEJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/context.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/convert.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/errors.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/fieldmask.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/handler.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/marshal_httpbodyproto.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/marshal_json.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/marshal_jsonpb.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/marshal_proto.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/marshaler.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/marshaler_registry.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/mux.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/pattern.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/proto2_convert.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.27.1/runtime/query.go
2025-08-20T21:34:10.0167111Z [00:03:03.458]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T21:34:10.0196594Z [00:03:03.461]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/fa/faf1e19d12a1e1a9768573f7253b093ab8bb1143ba15f1150ab7588f4b02da1c-d # internal
2025-08-20T21:34:10.0197760Z [00:03:03.461]➜  github.com/felixge/httpsnoop
2025-08-20T21:34:10.0198624Z [00:03:03.461]➜  mkdir -p $WORK/b442/
2025-08-20T21:34:10.0199434Z [00:03:03.461]➜  cat >/tmp/go-build1238918229/b442/importcfg << 'EOF' # internal
2025-08-20T21:34:10.0199856Z [00:03:03.461]➜  # import config
2025-08-20T21:34:10.0200205Z [00:03:03.461]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:10.0200623Z [00:03:03.461]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.0201028Z [00:03:03.461]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:10.0201473Z [00:03:03.461]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.0201899Z [00:03:03.461]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.0202205Z [00:03:03.461]➜  EOF
2025-08-20T21:34:10.0204530Z [00:03:03.461]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4=>github.com/felixge/httpsnoop@v1.0.4;$WORK/b442=>" -p github.com/felixge/httpsnoop -lang=go1.13 -complete -installsuffix shared -buildid AwXbVUV-C9_Gq-Xz738k/AwXbVUV-C9_Gq-Xz738k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/capture_metrics.go /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/docs.go /root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4/wrap_generated_gteq_1.8.go
2025-08-20T21:34:10.0555703Z [00:03:03.497]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T21:34:10.0572985Z [00:03:03.499]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/90/906aa2c0420fd03aac171850c31bb4027c212581ce4d3e3aac28adb188465df7-d # internal
2025-08-20T21:34:10.0574464Z [00:03:03.499]➜  github.com/google/s2a-go
2025-08-20T21:34:10.0574777Z [00:03:03.499]➜  mkdir -p $WORK/b392/
2025-08-20T21:34:10.0578277Z [00:03:03.499]➜  cat >/tmp/go-build1238918229/b392/importcfg << 'EOF' # internal
2025-08-20T21:34:10.0578645Z [00:03:03.499]➜  # import config
2025-08-20T21:34:10.0578995Z [00:03:03.499]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.0579473Z [00:03:03.499]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:10.0579913Z [00:03:03.499]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.0580328Z [00:03:03.499]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.0580843Z [00:03:03.499]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build1238918229/b393/_pkg_.a
2025-08-20T21:34:10.0581487Z [00:03:03.499]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build1238918229/b394/_pkg_.a
2025-08-20T21:34:10.0582220Z [00:03:03.499]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build1238918229/b400/_pkg_.a
2025-08-20T21:34:10.0582970Z [00:03:03.499]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1238918229/b396/_pkg_.a
2025-08-20T21:34:10.0583736Z [00:03:03.499]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1238918229/b411/_pkg_.a
2025-08-20T21:34:10.0584506Z [00:03:03.499]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1238918229/b412/_pkg_.a
2025-08-20T21:34:10.0585220Z [00:03:03.499]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1238918229/b410/_pkg_.a
2025-08-20T21:34:10.0585871Z [00:03:03.499]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build1238918229/b414/_pkg_.a
2025-08-20T21:34:10.0586460Z [00:03:03.499]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build1238918229/b419/_pkg_.a
2025-08-20T21:34:10.0587051Z [00:03:03.499]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1238918229/b417/_pkg_.a
2025-08-20T21:34:10.0587804Z [00:03:03.499]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:10.0588466Z [00:03:03.499]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:10.0589676Z [00:03:03.499]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1238918229/b306/_pkg_.a
2025-08-20T21:34:10.0590452Z [00:03:03.499]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:10.0591091Z [00:03:03.499]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:10.0591619Z [00:03:03.499]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.0592144Z [00:03:03.499]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.0592596Z [00:03:03.499]➜  EOF
2025-08-20T21:34:10.0600881Z [00:03:03.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b392/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9=>github.com/google/s2a-go@v0.1.9;$WORK/b392=>" -p github.com/google/s2a-go -lang=go1.20 -complete -installsuffix shared -buildid n31bejTvKQXB7a885bDy/n31bejTvKQXB7a885bDy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/s2a.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/s2a_options.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/s2a_utils.go
2025-08-20T21:34:10.2045060Z [00:03:03.646]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T21:34:10.2077047Z [00:03:03.649]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T21:34:10.2101704Z [00:03:03.652]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T21:34:10.2113389Z [00:03:03.653]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/15/15d4bb7c2ecbd123213b30a8892b5a3cd743039d351653a1dde669253a9c18ce-d # internal
2025-08-20T21:34:10.2115506Z [00:03:03.653]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request
2025-08-20T21:34:10.2119580Z [00:03:03.653]➜  mkdir -p $WORK/b443/
2025-08-20T21:34:10.2139329Z [00:03:03.655]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/64/646759519a884dbd557c673ca0bd3910b79d0b0f7c2d67f8724d521571e33334-d # internal
2025-08-20T21:34:10.2140162Z [00:03:03.655]➜  google.golang.org/api/internal
2025-08-20T21:34:10.2141474Z [00:03:03.656]➜  mkdir -p $WORK/b377/
2025-08-20T21:34:10.2141889Z [00:03:03.656]➜  cat >/tmp/go-build1238918229/b443/importcfg << 'EOF' # internal
2025-08-20T21:34:10.2142242Z [00:03:03.656]➜  # import config
2025-08-20T21:34:10.2159105Z [00:03:03.656]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.2159712Z [00:03:03.656]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.2160148Z [00:03:03.656]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.2160494Z [00:03:03.656]➜  EOF
2025-08-20T21:34:10.2164423Z [00:03:03.657]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/request=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/request;$WORK/b443=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request -lang=go1.23 -complete -installsuffix shared -buildid WX4Rf0NSmNIlok9ulhff/WX4Rf0NSmNIlok9ulhff -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/request/body_wrapper.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/request/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/request/resp_writer_wrapper.go
2025-08-20T21:34:10.2176231Z [00:03:03.659]➜  cat >/tmp/go-build1238918229/b377/importcfg << 'EOF' # internal
2025-08-20T21:34:10.2186408Z [00:03:03.659]➜  # import config
2025-08-20T21:34:10.2186958Z [00:03:03.659]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:10.2187647Z [00:03:03.659]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1238918229/b378/_pkg_.a
2025-08-20T21:34:10.2188334Z [00:03:03.659]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build1238918229/b391/_pkg_.a
2025-08-20T21:34:10.2189279Z [00:03:03.659]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1238918229/b362/_pkg_.a
2025-08-20T21:34:10.2189876Z [00:03:03.659]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.2190320Z [00:03:03.659]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:10.2190781Z [00:03:03.659]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:10.2191241Z [00:03:03.659]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.2191655Z [00:03:03.659]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.2192131Z [00:03:03.659]➜  packagefile github.com/google/s2a-go=/tmp/go-build1238918229/b392/_pkg_.a
2025-08-20T21:34:10.2192657Z [00:03:03.659]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:10.2193186Z [00:03:03.659]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1238918229/b368/_pkg_.a
2025-08-20T21:34:10.2193784Z [00:03:03.659]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build1238918229/b420/_pkg_.a
2025-08-20T21:34:10.2194432Z [00:03:03.659]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build1238918229/b421/_pkg_.a
2025-08-20T21:34:10.2195022Z [00:03:03.659]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:10.2195596Z [00:03:03.659]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:10.2196413Z [00:03:03.659]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:10.2196837Z [00:03:03.659]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:10.2197251Z [00:03:03.659]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:10.2198855Z [00:03:03.659]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.2199293Z [00:03:03.659]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:10.2199714Z [00:03:03.659]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:10.2200127Z [00:03:03.659]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:10.2200550Z [00:03:03.659]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.2200964Z [00:03:03.659]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.2201374Z [00:03:03.659]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.2201691Z [00:03:03.659]➜  EOF
2025-08-20T21:34:10.2208188Z [00:03:03.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.246.0/internal=>google.golang.org/api@v0.246.0/internal;$WORK/b377=>" -p google.golang.org/api/internal -lang=go1.23 -complete -installsuffix shared -buildid jEDRS19YM4Wga7Y7Eknw/jEDRS19YM4Wga7Y7Eknw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.246.0/internal/cba.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/internal/conn_pool.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/internal/creds.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/internal/s2a.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/internal/settings.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/internal/version.go
2025-08-20T21:34:10.2217013Z [00:03:03.663]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/4e/4e9c3cfaa6655c51649386fc13b650ebe183fd72682141d10baf298d225ddf9b-d # internal
2025-08-20T21:34:10.2246418Z [00:03:03.664]➜  google.golang.org/genproto/googleapis/api/annotations
2025-08-20T21:34:10.2246923Z [00:03:03.664]➜  mkdir -p $WORK/b432/
2025-08-20T21:34:10.2247301Z [00:03:03.665]➜  cat >/tmp/go-build1238918229/b432/importcfg << 'EOF' # internal
2025-08-20T21:34:10.2247864Z [00:03:03.665]➜  # import config
2025-08-20T21:34:10.2248375Z [00:03:03.665]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build1238918229/b433/_pkg_.a
2025-08-20T21:34:10.2249444Z [00:03:03.665]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:10.2250224Z [00:03:03.665]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:10.2250920Z [00:03:03.665]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1238918229/b434/_pkg_.a
2025-08-20T21:34:10.2251633Z [00:03:03.665]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1238918229/b279/_pkg_.a
2025-08-20T21:34:10.2252217Z [00:03:03.665]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:10.2252636Z [00:03:03.665]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.2252944Z [00:03:03.665]➜  EOF
2025-08-20T21:34:10.2261798Z [00:03:03.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations=>google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations;$WORK/b432=>" -p google.golang.org/genproto/googleapis/api/annotations -lang=go1.23 -complete -installsuffix shared -buildid jbmhB1UurZ-DlCFwnz24/jbmhB1UurZ-DlCFwnz24 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/annotations.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/client.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/field_behavior.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/field_info.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/http.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/resource.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250603155806-513f23925822/annotations/routing.pb.go
2025-08-20T21:34:10.2529832Z [00:03:03.694]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T21:34:10.2544345Z [00:03:03.696]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/f5/f51c968d916854d6683eda7189b4d0c1d8d91ba10adf6891f2bf77822e5fc078-d # internal
2025-08-20T21:34:10.2572293Z [00:03:03.697]➜  cloud.google.com/go/auth/internal/transport
2025-08-20T21:34:10.2573126Z [00:03:03.697]➜  mkdir -p $WORK/b440/
2025-08-20T21:34:10.2574088Z [00:03:03.697]➜  cat >/tmp/go-build1238918229/b440/importcfg << 'EOF' # internal
2025-08-20T21:34:10.2574487Z [00:03:03.697]➜  # import config
2025-08-20T21:34:10.2574967Z [00:03:03.697]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1238918229/b378/_pkg_.a
2025-08-20T21:34:10.2575595Z [00:03:03.697]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1238918229/b361/_pkg_.a
2025-08-20T21:34:10.2576304Z [00:03:03.697]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build1238918229/b383/_pkg_.a
2025-08-20T21:34:10.2576972Z [00:03:03.697]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1238918229/b362/_pkg_.a
2025-08-20T21:34:10.2577625Z [00:03:03.697]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.2578135Z [00:03:03.697]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:10.2580238Z [00:03:03.697]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:10.2580832Z [00:03:03.697]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:10.2581280Z [00:03:03.697]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.2581695Z [00:03:03.697]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.2582171Z [00:03:03.697]➜  packagefile github.com/google/s2a-go=/tmp/go-build1238918229/b392/_pkg_.a
2025-08-20T21:34:10.2583186Z [00:03:03.697]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:10.2583763Z [00:03:03.697]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:10.2584183Z [00:03:03.697]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:10.2584598Z [00:03:03.697]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:10.2585029Z [00:03:03.697]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.2585458Z [00:03:03.697]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:10.2585864Z [00:03:03.697]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:10.2586276Z [00:03:03.697]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:10.2586700Z [00:03:03.697]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.2587124Z [00:03:03.697]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.2587734Z [00:03:03.697]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.2588097Z [00:03:03.697]➜  EOF
2025-08-20T21:34:10.2590667Z [00:03:03.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport=>cloud.google.com/go/auth@v0.16.3/internal/transport;$WORK/b440=>" -p cloud.google.com/go/auth/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid yqKBewr8QnBTvy4X_nmN/yqKBewr8QnBTvy4X_nmN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/cba.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/s2a.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/transport.go
2025-08-20T21:34:10.3646985Z [00:03:03.806]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T21:34:10.3666414Z [00:03:03.808]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/fd/fd9ac36d0f9c69d9a81e872c88d8c712246c1e2fed448b3ae1a39dc7791be1fd-d # internal
2025-08-20T21:34:10.3672260Z [00:03:03.809]➜  go.opentelemetry.io/otel/semconv/v1.20.0
2025-08-20T21:34:10.3673239Z [00:03:03.809]➜  mkdir -p $WORK/b446/
2025-08-20T21:34:10.3681147Z [00:03:03.809]➜  cat >/tmp/go-build1238918229/b446/importcfg << 'EOF' # internal
2025-08-20T21:34:10.3681739Z [00:03:03.810]➜  # import config
2025-08-20T21:34:10.3682372Z [00:03:03.810]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:10.3682909Z [00:03:03.810]➜  EOF
2025-08-20T21:34:10.3695609Z [00:03:03.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b446/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0;$WORK/b446=>" -p go.opentelemetry.io/otel/semconv/v1.20.0 -lang=go1.23 -complete -installsuffix shared -buildid wVrPcKeA-SucP70p_Fwz/wVrPcKeA-SucP70p_Fwz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.20.0/trace.go
2025-08-20T21:34:10.3750254Z [00:03:03.816]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T21:34:10.3769860Z [00:03:03.818]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/fb/fb944b156005fd56468b9ca7f8cb48a7dfc9c8a2941eb44a7e61bed25cf5bf5b-d # internal
2025-08-20T21:34:10.3773195Z [00:03:03.818]➜  google.golang.org/api/option
2025-08-20T21:34:10.3773567Z [00:03:03.818]➜  mkdir -p $WORK/b359/
2025-08-20T21:34:10.3782411Z [00:03:03.820]➜  cat >/tmp/go-build1238918229/b359/importcfg << 'EOF' # internal
2025-08-20T21:34:10.3782785Z [00:03:03.820]➜  # import config
2025-08-20T21:34:10.3783192Z [00:03:03.820]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:10.3783694Z [00:03:03.820]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:10.3784202Z [00:03:03.820]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:10.3784739Z [00:03:03.820]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1238918229/b368/_pkg_.a
2025-08-20T21:34:10.3785307Z [00:03:03.820]➜  packagefile google.golang.org/api/internal=/tmp/go-build1238918229/b377/_pkg_.a
2025-08-20T21:34:10.3785937Z [00:03:03.820]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build1238918229/b421/_pkg_.a
2025-08-20T21:34:10.3786538Z [00:03:03.820]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:10.3787014Z [00:03:03.820]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:10.3787572Z [00:03:03.820]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.3787956Z [00:03:03.820]➜  EOF
2025-08-20T21:34:10.3789713Z [00:03:03.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b359/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.246.0/option=>google.golang.org/api@v0.246.0/option;$WORK/b359=>" -p google.golang.org/api/option -lang=go1.23 -complete -installsuffix shared -buildid WaQD6PURcChVr4YSb4yh/WaQD6PURcChVr4YSb4yh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.246.0/option/option.go
2025-08-20T21:34:10.3791704Z [00:03:03.820]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T21:34:10.3830915Z [00:03:03.824]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/2d/2d3bb07155c2752b5197b0ee16cf277aea72a421d229fdd7f7de73085f2dbc28-d # internal
2025-08-20T21:34:10.3847126Z [00:03:03.824]➜  go.opentelemetry.io/otel/semconv/v1.34.0/httpconv
2025-08-20T21:34:10.3848038Z [00:03:03.824]➜  mkdir -p $WORK/b447/
2025-08-20T21:34:10.3848451Z [00:03:03.825]➜  cat >/tmp/go-build1238918229/b447/importcfg << 'EOF' # internal
2025-08-20T21:34:10.3849166Z [00:03:03.825]➜  # import config
2025-08-20T21:34:10.3849654Z [00:03:03.825]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.3850200Z [00:03:03.825]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:10.3850807Z [00:03:03.825]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1238918229/b352/_pkg_.a
2025-08-20T21:34:10.3851418Z [00:03:03.825]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build1238918229/b358/_pkg_.a
2025-08-20T21:34:10.3851927Z [00:03:03.825]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.3852247Z [00:03:03.825]➜  EOF
2025-08-20T21:34:10.3854296Z [00:03:03.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b447/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/httpconv=>go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/httpconv;$WORK/b447=>" -p go.opentelemetry.io/otel/semconv/v1.34.0/httpconv -lang=go1.23 -complete -installsuffix shared -buildid HlFVMN8qQua_xWUDera7/HlFVMN8qQua_xWUDera7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.37.0/semconv/v1.34.0/httpconv/metric.go
2025-08-20T21:34:10.3867861Z [00:03:03.828]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T21:34:10.3922809Z [00:03:03.833]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/37/37639463268f213773b33363f7e3d8bf5dd383cca84f79c037ede2c10c6262d9-d # internal
2025-08-20T21:34:10.3923588Z [00:03:03.833]➜  google.golang.org/api/googleapi/transport
2025-08-20T21:34:10.3924219Z [00:03:03.833]➜  mkdir -p $WORK/b451/
2025-08-20T21:34:10.3930980Z [00:03:03.834]➜  cat >/tmp/go-build1238918229/b451/importcfg << 'EOF' # internal
2025-08-20T21:34:10.3931848Z [00:03:03.834]➜  # import config
2025-08-20T21:34:10.3932449Z [00:03:03.834]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.3933155Z [00:03:03.834]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.3933992Z [00:03:03.834]➜  EOF
2025-08-20T21:34:10.3936237Z [00:03:03.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b451/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.246.0/googleapi/transport=>google.golang.org/api@v0.246.0/googleapi/transport;$WORK/b451=>" -p google.golang.org/api/googleapi/transport -lang=go1.23 -complete -installsuffix shared -buildid uP1AjH6pu7MqWO_kigAP/uP1AjH6pu7MqWO_kigAP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.246.0/googleapi/transport/apikey.go
2025-08-20T21:34:10.4087827Z [00:03:03.850]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T21:34:10.4092810Z [00:03:03.851]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/d7/d7954aeadab1265fe656e4a6f6f43875a343134a6807ee5aec788c7bb02286ff-d # internal
2025-08-20T21:34:10.4097686Z [00:03:03.851]➜  github.com/klauspost/compress/flate
2025-08-20T21:34:10.4098024Z [00:03:03.851]➜  mkdir -p $WORK/b454/
2025-08-20T21:34:10.4101185Z [00:03:03.851]➜  cat >/tmp/go-build1238918229/b454/importcfg << 'EOF' # internal
2025-08-20T21:34:10.4102342Z [00:03:03.851]➜  # import config
2025-08-20T21:34:10.4128612Z [00:03:03.851]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:10.4129530Z [00:03:03.852]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:10.4130192Z [00:03:03.852]➜  packagefile compress/flate=/tmp/go-build1238918229/b197/_pkg_.a
2025-08-20T21:34:10.4131000Z [00:03:03.852]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:10.4131810Z [00:03:03.852]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.4132553Z [00:03:03.852]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.4133415Z [00:03:03.852]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build1238918229/b455/_pkg_.a
2025-08-20T21:34:10.4134267Z [00:03:03.852]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.4134966Z [00:03:03.852]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:10.4135722Z [00:03:03.852]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:10.4136507Z [00:03:03.852]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.4137267Z [00:03:03.852]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.4138014Z [00:03:03.852]➜  EOF
2025-08-20T21:34:10.4154770Z [00:03:03.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b454/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate=>github.com/klauspost/compress@v1.18.0/flate;$WORK/b454=>" -p github.com/klauspost/compress/flate -lang=go1.22 -complete -installsuffix shared -buildid MKfQD_GgWZCSu5Pg4zmV/MKfQD_GgWZCSu5Pg4zmV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/deflate.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/dict_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/fast_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_bit_writer.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_code.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_sortByFreq.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_sortByLiteral.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/inflate.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/inflate_gen.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level1.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level2.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level3.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level4.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level5.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level6.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/regmask_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/stateless.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/token.go
2025-08-20T21:34:10.4584924Z [00:03:03.900]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T21:34:10.4680076Z [00:03:03.907]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/c5/c5e3e3347bb674a56007897ea8f5b06c9e915ebcac2c83bc4e2960ade47809eb-d # internal
2025-08-20T21:34:10.4680817Z [00:03:03.907]➜  chainguard.dev/go-grpc-kit/pkg/options
2025-08-20T21:34:10.4681141Z [00:03:03.907]➜  mkdir -p $WORK/b076/
2025-08-20T21:34:10.4681521Z [00:03:03.907]➜  cat >/tmp/go-build1238918229/b076/importcfg << 'EOF' # internal
2025-08-20T21:34:10.4681866Z [00:03:03.907]➜  # import config
2025-08-20T21:34:10.4682311Z [00:03:03.907]➜  packagefile chainguard.dev/go-grpc-kit/pkg/trace=/tmp/go-build1238918229/b077/_pkg_.a
2025-08-20T21:34:10.4682834Z [00:03:03.907]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.4683701Z [00:03:03.907]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:10.4684169Z [00:03:03.907]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:10.4684594Z [00:03:03.907]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.4685098Z [00:03:03.907]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:10.4685777Z [00:03:03.907]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/retry=/tmp/go-build1238918229/b184/_pkg_.a
2025-08-20T21:34:10.4686518Z [00:03:03.907]➜  packagefile github.com/grpc-ecosystem/go-grpc-prometheus=/tmp/go-build1238918229/b316/_pkg_.a
2025-08-20T21:34:10.4687174Z [00:03:03.907]➜  packagefile github.com/kelseyhightower/envconfig=/tmp/go-build1238918229/b333/_pkg_.a
2025-08-20T21:34:10.4688540Z [00:03:03.907]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build1238918229/b334/_pkg_.a
2025-08-20T21:34:10.4689466Z [00:03:03.907]➜  packagefile google.golang.org/api/option=/tmp/go-build1238918229/b359/_pkg_.a
2025-08-20T21:34:10.4690137Z [00:03:03.907]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:10.4690831Z [00:03:03.907]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:10.4691598Z [00:03:03.907]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1238918229/b269/_pkg_.a
2025-08-20T21:34:10.4692313Z [00:03:03.907]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:10.4692886Z [00:03:03.907]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:10.4693389Z [00:03:03.907]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:10.4693897Z [00:03:03.907]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:10.4694464Z [00:03:03.907]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.4695021Z [00:03:03.907]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.4695454Z [00:03:03.907]➜  EOF
2025-08-20T21:34:10.4697939Z [00:03:03.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/go-grpc-kit@v0.17.11/pkg/options=>chainguard.dev/go-grpc-kit@v0.17.11/pkg/options;$WORK/b076=>" -p chainguard.dev/go-grpc-kit/pkg/options -lang=go1.23 -complete -installsuffix shared -buildid 8FzLSZtNyiwscbJaNrDd/8FzLSZtNyiwscbJaNrDd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/go/pkg/mod/chainguard.dev/go-grpc-kit@v0.17.11/pkg/options/options.go
2025-08-20T21:34:10.5187619Z [00:03:03.960]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T21:34:10.5219199Z [00:03:03.962]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/f6/f6195d73cd959c2d8c5d22169c74964a094c10acbf9e014ea98492fc1f53b54c-d # internal
2025-08-20T21:34:10.5220113Z [00:03:03.962]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
2025-08-20T21:34:10.5220574Z [00:03:03.962]➜  mkdir -p $WORK/b445/
2025-08-20T21:34:10.5220951Z [00:03:03.962]➜  cat >/tmp/go-build1238918229/b445/importcfg << 'EOF' # internal
2025-08-20T21:34:10.5221295Z [00:03:03.962]➜  # import config
2025-08-20T21:34:10.5221629Z [00:03:03.962]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.5222169Z [00:03:03.962]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:10.5222771Z [00:03:03.962]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1238918229/b346/_pkg_.a
2025-08-20T21:34:10.5223403Z [00:03:03.962]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build1238918229/b446/_pkg_.a
2025-08-20T21:34:10.5223922Z [00:03:03.962]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:10.5224344Z [00:03:03.962]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.5225147Z [00:03:03.962]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:10.5225575Z [00:03:03.962]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:10.5226005Z [00:03:03.962]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.5226322Z [00:03:03.963]➜  EOF
2025-08-20T21:34:10.5230257Z [00:03:03.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b445/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconvutil=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconvutil;$WORK/b445=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil -lang=go1.23 -complete -installsuffix shared -buildid 0ms9iJZ7mcFOJ28VgATS/0ms9iJZ7mcFOJ28VgATS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconvutil/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconvutil/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconvutil/netconv.go
2025-08-20T21:34:10.5560159Z [00:03:03.997]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T21:34:10.5591658Z [00:03:04.000]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/a7/a7869cea880877276c946f52a1cb6fbfabe90f1edb94255e83a804f39e7e0930-d # internal
2025-08-20T21:34:10.5593683Z [00:03:04.001]➜  google.golang.org/api/option/internaloption
2025-08-20T21:34:10.5596949Z [00:03:04.001]➜  mkdir -p $WORK/b449/
2025-08-20T21:34:10.5598102Z [00:03:04.001]➜  cat >/tmp/go-build1238918229/b449/importcfg << 'EOF' # internal
2025-08-20T21:34:10.5598478Z [00:03:04.001]➜  # import config
2025-08-20T21:34:10.5598892Z [00:03:04.001]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:10.5599407Z [00:03:04.001]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.5599975Z [00:03:04.001]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1238918229/b364/_pkg_.a
2025-08-20T21:34:10.5600593Z [00:03:04.001]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1238918229/b368/_pkg_.a
2025-08-20T21:34:10.5601165Z [00:03:04.001]➜  packagefile google.golang.org/api/internal=/tmp/go-build1238918229/b377/_pkg_.a
2025-08-20T21:34:10.5602153Z [00:03:04.001]➜  packagefile google.golang.org/api/option=/tmp/go-build1238918229/b359/_pkg_.a
2025-08-20T21:34:10.5619092Z [00:03:04.001]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:10.5619913Z [00:03:04.001]➜  EOF
2025-08-20T21:34:10.5622032Z [00:03:04.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b449/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.246.0/option/internaloption=>google.golang.org/api@v0.246.0/option/internaloption;$WORK/b449=>" -p google.golang.org/api/option/internaloption -lang=go1.23 -complete -installsuffix shared -buildid LcISpN0Ngkj1dMm-B2zq/LcISpN0Ngkj1dMm-B2zq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.246.0/option/internaloption/internaloption.go
2025-08-20T21:34:10.5929850Z [00:03:04.034]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T21:34:10.5940989Z [00:03:04.035]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/26/2610c50c2aff32fb3b6d279ed672c077414fc2c5ca0c98f6bff97e9df3845609-d # internal
2025-08-20T21:34:10.5941837Z [00:03:04.036]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
2025-08-20T21:34:10.5942456Z [00:03:04.036]➜  mkdir -p $WORK/b444/
2025-08-20T21:34:10.5944103Z [00:03:04.036]➜  cat >/tmp/go-build1238918229/b444/importcfg << 'EOF' # internal
2025-08-20T21:34:10.5946269Z [00:03:04.036]➜  # import config
2025-08-20T21:34:10.5946705Z [00:03:04.036]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.5947680Z [00:03:04.036]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.5948175Z [00:03:04.036]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.5948916Z [00:03:04.036]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build1238918229/b445/_pkg_.a
2025-08-20T21:34:10.5949681Z [00:03:04.036]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:10.5950280Z [00:03:04.036]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:10.5950882Z [00:03:04.036]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1238918229/b346/_pkg_.a
2025-08-20T21:34:10.5951463Z [00:03:04.036]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1238918229/b352/_pkg_.a
2025-08-20T21:34:10.5952072Z [00:03:04.036]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build1238918229/b358/_pkg_.a
2025-08-20T21:34:10.5952726Z [00:03:04.036]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build1238918229/b446/_pkg_.a
2025-08-20T21:34:10.5953367Z [00:03:04.036]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build1238918229/b338/_pkg_.a
2025-08-20T21:34:10.5954050Z [00:03:04.036]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0/httpconv=/tmp/go-build1238918229/b447/_pkg_.a
2025-08-20T21:34:10.5954592Z [00:03:04.036]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.5955057Z [00:03:04.036]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:10.5955480Z [00:03:04.036]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.5955892Z [00:03:04.036]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:10.5956301Z [00:03:04.036]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:10.5956723Z [00:03:04.036]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:10.5957158Z [00:03:04.036]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:10.5957778Z [00:03:04.036]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.5958269Z [00:03:04.036]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.5958574Z [00:03:04.036]➜  EOF
2025-08-20T21:34:10.5963244Z [00:03:04.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b444/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv;$WORK/b444=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv -lang=go1.23 -complete -installsuffix shared -buildid HJv2SOX0ja_XttSs1XjX/HJv2SOX0ja_XttSs1XjX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv/env.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv/util.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/internal/semconv/v1.20.0.go
2025-08-20T21:34:10.6299340Z [00:03:04.071]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T21:34:10.6335734Z [00:03:04.075]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T21:34:10.6346116Z [00:03:04.076]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/f4/f47bb48d8bdf5a1938897ff14106047fc26602920dd96cf5d89044d2d9e54670-d # internal
2025-08-20T21:34:10.6353367Z [00:03:04.077]➜  chainguard.dev/sdk/proto/platform/oidc/v1
2025-08-20T21:34:10.6356161Z [00:03:04.077]➜  mkdir -p $WORK/b075/
2025-08-20T21:34:10.6361865Z [00:03:04.077]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/54/5482d7c86c114be306b3135e504787ac8831dd2bfde324a998f51960dfa70a79-d # internal
2025-08-20T21:34:10.6368566Z [00:03:04.078]➜  chainguard.dev/apko/pkg/apk/signature
2025-08-20T21:34:10.6372059Z [00:03:04.078]➜  mkdir -p $WORK/b457/
2025-08-20T21:34:10.6372453Z [00:03:04.078]➜  cat >/tmp/go-build1238918229/b457/importcfg << 'EOF' # internal
2025-08-20T21:34:10.6372796Z [00:03:04.078]➜  # import config
2025-08-20T21:34:10.6373163Z [00:03:04.078]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:10.6373606Z [00:03:04.078]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:10.6374058Z [00:03:04.078]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:10.6374509Z [00:03:04.078]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:10.6374966Z [00:03:04.078]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:10.6375443Z [00:03:04.078]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:10.6375898Z [00:03:04.078]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:10.6376340Z [00:03:04.078]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.6376750Z [00:03:04.078]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.6377145Z [00:03:04.078]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:10.6377567Z [00:03:04.078]➜  EOF
2025-08-20T21:34:10.6379562Z [00:03:04.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b457/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/signature=>chainguard.dev/apko@v0.30.5/pkg/apk/signature;$WORK/b457=>" -p chainguard.dev/apko/pkg/apk/signature -lang=go1.24 -complete -installsuffix shared -buildid 7wMBAiLT9HnXGgIQkoZZ/7wMBAiLT9HnXGgIQkoZZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/signature/rsa.go
2025-08-20T21:34:10.6381712Z [00:03:04.078]➜  cat >/tmp/go-build1238918229/b075/importcfg << 'EOF' # internal
2025-08-20T21:34:10.6382061Z [00:03:04.078]➜  # import config
2025-08-20T21:34:10.6382516Z [00:03:04.078]➜  packagefile chainguard.dev/go-grpc-kit/pkg/options=/tmp/go-build1238918229/b076/_pkg_.a
2025-08-20T21:34:10.6383104Z [00:03:04.078]➜  packagefile chainguard.dev/sdk/auth=/tmp/go-build1238918229/b422/_pkg_.a
2025-08-20T21:34:10.6383926Z [00:03:04.078]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.6384423Z [00:03:04.078]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.6384922Z [00:03:04.078]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:10.6385583Z [00:03:04.078]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/runtime=/tmp/go-build1238918229/b423/_pkg_.a
2025-08-20T21:34:10.6386305Z [00:03:04.078]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build1238918229/b425/_pkg_.a
2025-08-20T21:34:10.6396916Z [00:03:04.078]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1238918229/b432/_pkg_.a
2025-08-20T21:34:10.6397880Z [00:03:04.078]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:10.6398444Z [00:03:04.078]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:10.6399044Z [00:03:04.078]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:10.6399628Z [00:03:04.078]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:10.6400441Z [00:03:04.078]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:10.6401070Z [00:03:04.078]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:10.6402117Z [00:03:04.078]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:10.6402819Z [00:03:04.078]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:10.6403530Z [00:03:04.078]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1238918229/b280/_pkg_.a
2025-08-20T21:34:10.6404101Z [00:03:04.078]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.6404531Z [00:03:04.078]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.6404961Z [00:03:04.078]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:10.6405383Z [00:03:04.078]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:10.6405797Z [00:03:04.078]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.6406203Z [00:03:04.078]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.6406515Z [00:03:04.078]➜  EOF
2025-08-20T21:34:10.6409946Z [00:03:04.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/proto/platform/oidc/v1=>chainguard.dev/sdk@v0.1.37/proto/platform/oidc/v1;$WORK/b075=>" -p chainguard.dev/sdk/proto/platform/oidc/v1 -lang=go1.24 -complete -installsuffix shared -buildid CScmDL2eaiqLdrpR9SQN/CScmDL2eaiqLdrpR9SQN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/proto/platform/oidc/v1/clients.go /root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/proto/platform/oidc/v1/doc.go /root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/proto/platform/oidc/v1/oidc.platform.pb.go /root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/proto/platform/oidc/v1/oidc.platform.pb.gw.go /root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/proto/platform/oidc/v1/oidc.platform_grpc.pb.go
2025-08-20T21:34:10.6583582Z [00:03:04.100]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T21:34:10.6596816Z [00:03:04.101]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/55/5538f46146b89d81349fc571f4517205a0214075bf1e9a1196284f73e968c129-d # internal
2025-08-20T21:34:10.6597597Z [00:03:04.101]➜  chainguard.dev/apko/pkg/paths
2025-08-20T21:34:10.6597997Z [00:03:04.101]➜  mkdir -p $WORK/b458/
2025-08-20T21:34:10.6598379Z [00:03:04.101]➜  cat >/tmp/go-build1238918229/b458/importcfg << 'EOF' # internal
2025-08-20T21:34:10.6598724Z [00:03:04.101]➜  # import config
2025-08-20T21:34:10.6599537Z [00:03:04.101]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.6600075Z [00:03:04.101]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.6600477Z [00:03:04.101]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:10.6600881Z [00:03:04.101]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:10.6601322Z [00:03:04.101]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:10.6601671Z [00:03:04.101]➜  EOF
2025-08-20T21:34:10.6603418Z [00:03:04.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b458/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/paths=>chainguard.dev/apko@v0.30.5/pkg/paths;$WORK/b458=>" -p chainguard.dev/apko/pkg/paths -lang=go1.24 -complete -installsuffix shared -buildid TEi0Ca_KWcHrE_egWfQ5/TEi0Ca_KWcHrE_egWfQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/paths/paths.go
2025-08-20T21:34:10.6860127Z [00:03:04.127]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T21:34:10.6865274Z [00:03:04.128]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/4e/4ea157b0ae62fda27acbd3968fb352cb28ecc0be68d5ee3b7ef8c9650d2ece0f-d # internal
2025-08-20T21:34:10.6865884Z [00:03:04.128]➜  encoding/base32
2025-08-20T21:34:10.6866154Z [00:03:04.128]➜  mkdir -p $WORK/b459/
2025-08-20T21:34:10.6899126Z [00:03:04.128]➜  cat >/tmp/go-build1238918229/b459/importcfg << 'EOF' # internal
2025-08-20T21:34:10.6899902Z [00:03:04.128]➜  # import config
2025-08-20T21:34:10.6900509Z [00:03:04.128]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.6901080Z [00:03:04.129]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:10.6901526Z [00:03:04.129]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:10.6921932Z [00:03:04.129]➜  EOF
2025-08-20T21:34:10.6923655Z [00:03:04.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b459/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b459=>" -p encoding/base32 -lang=go1.25 -std -complete -installsuffix shared -buildid wSxZ1fJ2dzB_s8K_sYly/wSxZ1fJ2dzB_s8K_sYly -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T21:34:10.7325933Z [00:03:04.174]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T21:34:10.7387967Z [00:03:04.180]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/ed/ed86ab356b289f2b5fb02981476fc63af28831f6d0ab81222bc09b1178ea7226-d # internal
2025-08-20T21:34:10.7403383Z [00:03:04.182]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
2025-08-20T21:34:10.7409787Z [00:03:04.182]➜  mkdir -p $WORK/b441/
2025-08-20T21:34:10.7425931Z [00:03:04.184]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T21:34:10.7432947Z [00:03:04.185]➜  cat >/tmp/go-build1238918229/b441/importcfg << 'EOF' # internal
2025-08-20T21:34:10.7433373Z [00:03:04.185]➜  # import config
2025-08-20T21:34:10.7433766Z [00:03:04.185]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.7434284Z [00:03:04.185]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build1238918229/b442/_pkg_.a
2025-08-20T21:34:10.7435080Z [00:03:04.185]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build1238918229/b443/_pkg_.a
2025-08-20T21:34:10.7436049Z [00:03:04.185]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build1238918229/b444/_pkg_.a
2025-08-20T21:34:10.7436809Z [00:03:04.185]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:10.7437384Z [00:03:04.185]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:10.7438148Z [00:03:04.185]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1238918229/b346/_pkg_.a
2025-08-20T21:34:10.7439155Z [00:03:04.185]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1238918229/b352/_pkg_.a
2025-08-20T21:34:10.7439827Z [00:03:04.185]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1238918229/b354/_pkg_.a
2025-08-20T21:34:10.7440424Z [00:03:04.185]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1238918229/b348/_pkg_.a
2025-08-20T21:34:10.7440909Z [00:03:04.185]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.7441327Z [00:03:04.185]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.7441806Z [00:03:04.185]➜  packagefile net/http/httptrace=/tmp/go-build1238918229/b211/_pkg_.a
2025-08-20T21:34:10.7442272Z [00:03:04.185]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:10.7442695Z [00:03:04.185]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.7443111Z [00:03:04.185]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.7443541Z [00:03:04.185]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:10.7443978Z [00:03:04.185]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.7444285Z [00:03:04.185]➜  EOF
2025-08-20T21:34:10.7454378Z [00:03:04.187]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/ee/ee2f14d17c6627802ff1800b76b3a5f966e421b5b10a7472725b22a8ade8a02d-d # internal
2025-08-20T21:34:10.7455020Z [00:03:04.187]➜  github.com/hashicorp/go-cleanhttp
2025-08-20T21:34:10.7455330Z [00:03:04.187]➜  mkdir -p $WORK/b460/
2025-08-20T21:34:10.7456091Z [00:03:04.187]➜  cat >/tmp/go-build1238918229/b460/importcfg << 'EOF' # internal
2025-08-20T21:34:10.7456433Z [00:03:04.187]➜  # import config
2025-08-20T21:34:10.7456762Z [00:03:04.187]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:10.7457187Z [00:03:04.187]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.7457949Z [00:03:04.187]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:10.7458412Z [00:03:04.187]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.7458828Z [00:03:04.187]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.7459241Z [00:03:04.187]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:10.7459551Z [00:03:04.187]➜  EOF
2025-08-20T21:34:10.7461878Z [00:03:04.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b460/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2=>github.com/hashicorp/go-cleanhttp@v0.5.2;$WORK/b460=>" -p github.com/hashicorp/go-cleanhttp -lang=go1.13 -complete -installsuffix shared -buildid t0_rN10KhHgRMRvBNTEc/t0_rN10KhHgRMRvBNTEc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/cleanhttp.go /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/doc.go /root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2/handlers.go
2025-08-20T21:34:10.7479856Z [00:03:04.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b441/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0;$WORK/b441=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp -lang=go1.23 -complete -installsuffix shared -buildid WvqnrVppFZlIbjDObjq4/WvqnrVppFZlIbjDObjq4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/client.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/common.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/labeler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/start_time_context.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/transport.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.62.0/version.go
2025-08-20T21:34:10.7905086Z [00:03:04.232]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T21:34:10.7912152Z [00:03:04.233]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/49/49b69bb473033d3c6196fc26a15c2b177a181643ff490b2022910b08f3e8be06-d # internal
2025-08-20T21:34:10.7913796Z [00:03:04.233]➜  github.com/hashicorp/go-retryablehttp
2025-08-20T21:34:10.7922295Z [00:03:04.234]➜  mkdir -p $WORK/b461/
2025-08-20T21:34:10.7922720Z [00:03:04.234]➜  cat >/tmp/go-build1238918229/b461/importcfg << 'EOF' # internal
2025-08-20T21:34:10.7923072Z [00:03:04.234]➜  # import config
2025-08-20T21:34:10.7923409Z [00:03:04.234]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:10.7923870Z [00:03:04.234]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.7924313Z [00:03:04.234]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:10.7924746Z [00:03:04.234]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.7925153Z [00:03:04.234]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.7925665Z [00:03:04.234]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build1238918229/b460/_pkg_.a
2025-08-20T21:34:10.7926571Z [00:03:04.234]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.7926973Z [00:03:04.234]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:10.7927376Z [00:03:04.234]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:10.7928023Z [00:03:04.234]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:10.7928465Z [00:03:04.234]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.7928909Z [00:03:04.234]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:10.7929316Z [00:03:04.234]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:10.7929723Z [00:03:04.234]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:10.7930145Z [00:03:04.234]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:10.7930568Z [00:03:04.234]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.7931009Z [00:03:04.234]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.7931414Z [00:03:04.234]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.7931720Z [00:03:04.234]➜  EOF
2025-08-20T21:34:10.7934457Z [00:03:04.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b461/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8=>github.com/hashicorp/go-retryablehttp@v0.7.8;$WORK/b461=>" -p github.com/hashicorp/go-retryablehttp -lang=go1.23 -complete -installsuffix shared -buildid 35SxKOBJuU4C2TXSp1Ed/35SxKOBJuU4C2TXSp1Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8/cert_error_go120.go /root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8/client.go /root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8/roundtripper.go
2025-08-20T21:34:10.8028741Z [00:03:04.242]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T21:34:10.8039397Z [00:03:04.245]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/d9/d9605a545e3b1ef7cf335ae520bbd7b73e1cc13a20431bf054dccd8e4508fb15-d # internal
2025-08-20T21:34:10.8040512Z [00:03:04.245]➜  github.com/klauspost/compress/gzip
2025-08-20T21:34:10.8040879Z [00:03:04.245]➜  mkdir -p $WORK/b453/
2025-08-20T21:34:10.8050921Z [00:03:04.246]➜  cat >/tmp/go-build1238918229/b453/importcfg << 'EOF' # internal
2025-08-20T21:34:10.8051364Z [00:03:04.246]➜  # import config
2025-08-20T21:34:10.8051739Z [00:03:04.246]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:10.8052184Z [00:03:04.246]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:10.8052664Z [00:03:04.246]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:10.8053110Z [00:03:04.246]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.8053520Z [00:03:04.246]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.8054432Z [00:03:04.246]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build1238918229/b454/_pkg_.a
2025-08-20T21:34:10.8054965Z [00:03:04.246]➜  packagefile hash/crc32=/tmp/go-build1238918229/b198/_pkg_.a
2025-08-20T21:34:10.8055382Z [00:03:04.246]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.8055783Z [00:03:04.246]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.8056085Z [00:03:04.246]➜  EOF
2025-08-20T21:34:10.8058415Z [00:03:04.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b453/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip=>github.com/klauspost/compress@v1.18.0/gzip;$WORK/b453=>" -p github.com/klauspost/compress/gzip -lang=go1.22 -complete -installsuffix shared -buildid yWna78M8_UcT8mxlwXn8/yWna78M8_UcT8mxlwXn8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip/gunzip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip/gzip.go
2025-08-20T21:34:10.8178742Z [00:03:04.259]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T21:34:10.8262530Z [00:03:04.267]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/8d/8d65637ccc679e786fddf71c0476b6bbb1fb7fe4cd8ac6742e3b18f50f41f526-d # internal
2025-08-20T21:34:10.8332449Z [00:03:04.274]➜  chainguard.dev/sdk/sts
2025-08-20T21:34:10.8332877Z [00:03:04.274]➜  mkdir -p $WORK/b074/
2025-08-20T21:34:10.8333307Z [00:03:04.275]➜  cat >/tmp/go-build1238918229/b074/importcfg << 'EOF' # internal
2025-08-20T21:34:10.8333660Z [00:03:04.275]➜  # import config
2025-08-20T21:34:10.8333999Z [00:03:04.275]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:10.8334559Z [00:03:04.275]➜  packagefile chainguard.dev/sdk/proto/platform/oidc/v1=/tmp/go-build1238918229/b075/_pkg_.a
2025-08-20T21:34:10.8335104Z [00:03:04.275]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.8335559Z [00:03:04.275]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:10.8335985Z [00:03:04.275]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.8336446Z [00:03:04.275]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:10.8336995Z [00:03:04.275]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:10.8338205Z [00:03:04.275]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1238918229/b248/_pkg_.a
2025-08-20T21:34:10.8338934Z [00:03:04.275]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:10.8339430Z [00:03:04.275]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.8339847Z [00:03:04.275]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.8340282Z [00:03:04.275]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:10.8340713Z [00:03:04.275]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.8341019Z [00:03:04.275]➜  EOF
2025-08-20T21:34:10.8342889Z [00:03:04.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/sts=>chainguard.dev/sdk@v0.1.37/sts;$WORK/b074=>" -p chainguard.dev/sdk/sts -lang=go1.24 -complete -installsuffix shared -buildid 15vGjW-hsc3MZTFJu5DM/15vGjW-hsc3MZTFJu5DM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/sts/sts.go /root/go/pkg/mod/chainguard.dev/sdk@v0.1.37/sts/tokensource.go
2025-08-20T21:34:10.8481698Z [00:03:04.289]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T21:34:10.8496578Z [00:03:04.291]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/2d/2d9e85f2bcef8b66f2f3420f6728be81086eeeb63ac80f84017448949dbe4ac3-d # internal
2025-08-20T21:34:10.8498290Z [00:03:04.291]➜  chainguard.dev/apko/pkg/apk/expandapk
2025-08-20T21:34:10.8506807Z [00:03:04.292]➜  mkdir -p $WORK/b452/
2025-08-20T21:34:10.8514806Z [00:03:04.293]➜  cat >/tmp/go-build1238918229/b452/importcfg << 'EOF' # internal
2025-08-20T21:34:10.8515686Z [00:03:04.293]➜  # import config
2025-08-20T21:34:10.8516449Z [00:03:04.293]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:10.8517427Z [00:03:04.293]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:10.8518040Z [00:03:04.293]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:10.8518622Z [00:03:04.293]➜  packagefile chainguard.dev/apko/internal/tarfs=/tmp/go-build1238918229/b072/_pkg_.a
2025-08-20T21:34:10.8519143Z [00:03:04.293]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.8519590Z [00:03:04.293]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:10.8520048Z [00:03:04.293]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:10.8520532Z [00:03:04.293]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:10.8521001Z [00:03:04.293]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:10.8521441Z [00:03:04.293]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.8521853Z [00:03:04.293]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.8522369Z [00:03:04.293]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build1238918229/b453/_pkg_.a
2025-08-20T21:34:10.8522964Z [00:03:04.293]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:10.8523440Z [00:03:04.293]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:10.8523839Z [00:03:04.293]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.8524231Z [00:03:04.293]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:10.8524664Z [00:03:04.293]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:10.8525122Z [00:03:04.293]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.8525539Z [00:03:04.293]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.8525843Z [00:03:04.293]➜  EOF
2025-08-20T21:34:10.8529230Z [00:03:04.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b452/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/expandapk=>chainguard.dev/apko@v0.30.5/pkg/apk/expandapk;$WORK/b452=>" -p chainguard.dev/apko/pkg/apk/expandapk -lang=go1.24 -complete -installsuffix shared -buildid zPlM38yGniZp5OCHGfMD/zPlM38yGniZp5OCHGfMD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/expandapk/const.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/expandapk/expandapk.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/expandapk/split.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/expandapk/utility.go
2025-08-20T21:34:10.8550493Z [00:03:04.296]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T21:34:10.8589907Z [00:03:04.298]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/1b/1b6b32ff3136fb7823856ee324914100d62f1969fd3b5fc2f51946da2d19a11f-d # internal
2025-08-20T21:34:10.8590677Z [00:03:04.300]➜  cloud.google.com/go/auth/httptransport
2025-08-20T21:34:10.8591117Z [00:03:04.300]➜  mkdir -p $WORK/b439/
2025-08-20T21:34:10.8631533Z [00:03:04.304]➜  cat >/tmp/go-build1238918229/b439/importcfg << 'EOF' # internal
2025-08-20T21:34:10.8632123Z [00:03:04.304]➜  # import config
2025-08-20T21:34:10.8632653Z [00:03:04.304]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:10.8633343Z [00:03:04.304]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1238918229/b378/_pkg_.a
2025-08-20T21:34:10.8634061Z [00:03:04.304]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1238918229/b361/_pkg_.a
2025-08-20T21:34:10.8635289Z [00:03:04.304]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build1238918229/b440/_pkg_.a
2025-08-20T21:34:10.8636122Z [00:03:04.304]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build1238918229/b383/_pkg_.a
2025-08-20T21:34:10.8636785Z [00:03:04.304]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.8637322Z [00:03:04.304]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:10.8638028Z [00:03:04.304]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.8638589Z [00:03:04.304]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.8639267Z [00:03:04.304]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1238918229/b364/_pkg_.a
2025-08-20T21:34:10.8640153Z [00:03:04.304]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build1238918229/b441/_pkg_.a
2025-08-20T21:34:10.8640952Z [00:03:04.304]➜  packagefile golang.org/x/net/http2=/tmp/go-build1238918229/b294/_pkg_.a
2025-08-20T21:34:10.8641522Z [00:03:04.304]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:10.8642067Z [00:03:04.304]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:10.8642608Z [00:03:04.304]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.8643144Z [00:03:04.304]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:10.8643624Z [00:03:04.304]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.8644024Z [00:03:04.304]➜  EOF
2025-08-20T21:34:10.8646302Z [00:03:04.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b439/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/httptransport=>cloud.google.com/go/auth@v0.16.3/httptransport;$WORK/b439=>" -p cloud.google.com/go/auth/httptransport -lang=go1.23 -complete -installsuffix shared -buildid 4DdA4z5566fceeZDVIbL/4DdA4z5566fceeZDVIbL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/httptransport/httptransport.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/httptransport/transport.go
2025-08-20T21:34:10.8923577Z [00:03:04.333]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T21:34:10.8943840Z [00:03:04.335]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/48/48403e4f3a31420a4a8b77ba422f8700079c44141d7423d0bb1777ddad7aeea4-d # internal
2025-08-20T21:34:10.8947600Z [00:03:04.335]➜  go.lsp.dev/uri
2025-08-20T21:34:10.8948356Z [00:03:04.335]➜  mkdir -p $WORK/b462/
2025-08-20T21:34:10.8954558Z [00:03:04.336]➜  cat >/tmp/go-build1238918229/b462/importcfg << 'EOF' # internal
2025-08-20T21:34:10.8959455Z [00:03:04.336]➜  # import config
2025-08-20T21:34:10.8963507Z [00:03:04.336]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.8963944Z [00:03:04.336]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.8964370Z [00:03:04.336]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:10.8964852Z [00:03:04.336]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:10.8965299Z [00:03:04.336]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:10.8965724Z [00:03:04.336]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.8966149Z [00:03:04.336]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:10.8966466Z [00:03:04.336]➜  EOF
2025-08-20T21:34:10.8968207Z [00:03:04.336]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b462/_pkg_.a -trimpath "/root/go/pkg/mod/go.lsp.dev/uri@v0.3.0=>go.lsp.dev/uri@v0.3.0;$WORK/b462=>" -p go.lsp.dev/uri -lang=go1.13 -complete -installsuffix shared -buildid iDDu2uR3Ot5IefKJ0zWE/iDDu2uR3Ot5IefKJ0zWE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack /root/go/pkg/mod/go.lsp.dev/uri@v0.3.0/doc.go /root/go/pkg/mod/go.lsp.dev/uri@v0.3.0/uri.go
2025-08-20T21:34:10.9199200Z [00:03:04.361]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T21:34:10.9205518Z [00:03:04.362]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/db/db926d27b360091df862345bc0773680fe9b67d254cefe59eb895903392a942b-d # internal
2025-08-20T21:34:10.9206149Z [00:03:04.362]➜  github.com/go-jose/go-jose/v3/cipher
2025-08-20T21:34:10.9206462Z [00:03:04.362]➜  mkdir -p $WORK/b465/
2025-08-20T21:34:10.9206835Z [00:03:04.362]➜  cat >/tmp/go-build1238918229/b465/importcfg << 'EOF' # internal
2025-08-20T21:34:10.9207178Z [00:03:04.362]➜  # import config
2025-08-20T21:34:10.9207685Z [00:03:04.362]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:10.9208167Z [00:03:04.362]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:10.9208617Z [00:03:04.362]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:10.9209083Z [00:03:04.362]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:10.9209575Z [00:03:04.362]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:10.9210042Z [00:03:04.362]➜  packagefile crypto/hmac=/tmp/go-build1238918229/b157/_pkg_.a
2025-08-20T21:34:10.9210501Z [00:03:04.362]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:10.9210961Z [00:03:04.362]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:10.9211425Z [00:03:04.362]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:10.9211907Z [00:03:04.362]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:10.9212355Z [00:03:04.362]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.9212766Z [00:03:04.362]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:10.9213174Z [00:03:04.362]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.9213476Z [00:03:04.362]➜  EOF
2025-08-20T21:34:10.9216493Z [00:03:04.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b465/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher=>github.com/go-jose/go-jose/v3@v3.0.4/cipher;$WORK/b465=>" -p github.com/go-jose/go-jose/v3/cipher -lang=go1.12 -complete -installsuffix shared -buildid 7lhJA3EwrurKhWLnABoc/7lhJA3EwrurKhWLnABoc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher/cbc_hmac.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher/concat_kdf.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher/ecdh_es.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher/key_wrap.go
2025-08-20T21:34:10.9375213Z [00:03:04.379]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T21:34:10.9387342Z [00:03:04.380]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/64/6442463c233592a08b86a9b35fa950d79ea4f6b7bdfabc79e4f62fec719787a7-d # internal
2025-08-20T21:34:10.9395129Z [00:03:04.380]➜  cloud.google.com/go/auth/credentials/impersonate
2025-08-20T21:34:10.9395524Z [00:03:04.380]➜  mkdir -p $WORK/b438/
2025-08-20T21:34:10.9397867Z [00:03:04.381]➜  cat >/tmp/go-build1238918229/b438/importcfg << 'EOF' # internal
2025-08-20T21:34:10.9398746Z [00:03:04.381]➜  # import config
2025-08-20T21:34:10.9399497Z [00:03:04.381]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:10.9400935Z [00:03:04.381]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:10.9401666Z [00:03:04.381]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1238918229/b378/_pkg_.a
2025-08-20T21:34:10.9402401Z [00:03:04.381]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build1238918229/b380/_pkg_.a
2025-08-20T21:34:10.9403116Z [00:03:04.381]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build1238918229/b439/_pkg_.a
2025-08-20T21:34:10.9403741Z [00:03:04.381]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1238918229/b361/_pkg_.a
2025-08-20T21:34:10.9404738Z [00:03:04.381]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.9405195Z [00:03:04.381]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:10.9405639Z [00:03:04.381]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.9406055Z [00:03:04.381]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.9406605Z [00:03:04.381]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1238918229/b364/_pkg_.a
2025-08-20T21:34:10.9407156Z [00:03:04.381]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:10.9407953Z [00:03:04.381]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.9408405Z [00:03:04.381]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:10.9408833Z [00:03:04.381]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.9409260Z [00:03:04.381]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.9409566Z [00:03:04.381]➜  EOF
2025-08-20T21:34:10.9412611Z [00:03:04.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/impersonate=>cloud.google.com/go/auth@v0.16.3/credentials/impersonate;$WORK/b438=>" -p cloud.google.com/go/auth/credentials/impersonate -lang=go1.23 -complete -installsuffix shared -buildid nW-GMK0kWvpwXCmC0Cn8/nW-GMK0kWvpwXCmC0Cn8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/impersonate/doc.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/impersonate/idtoken.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/impersonate/impersonate.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/impersonate/user.go
2025-08-20T21:34:10.9429605Z [00:03:04.384]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T21:34:10.9485122Z [00:03:04.390]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/7b/7b805adef820b88394aed8558324b3d04100a3a17cd0f3186083a0bbdbdf4c79-d # internal
2025-08-20T21:34:10.9485961Z [00:03:04.390]➜  google.golang.org/api/transport/http
2025-08-20T21:34:10.9486404Z [00:03:04.390]➜  mkdir -p $WORK/b450/
2025-08-20T21:34:10.9496896Z [00:03:04.391]➜  cat >/tmp/go-build1238918229/b450/importcfg << 'EOF' # internal
2025-08-20T21:34:10.9497436Z [00:03:04.391]➜  # import config
2025-08-20T21:34:10.9498930Z [00:03:04.391]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:10.9499686Z [00:03:04.391]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1238918229/b378/_pkg_.a
2025-08-20T21:34:10.9500425Z [00:03:04.391]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build1238918229/b439/_pkg_.a
2025-08-20T21:34:10.9501191Z [00:03:04.391]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build1238918229/b391/_pkg_.a
2025-08-20T21:34:10.9501875Z [00:03:04.391]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.9502417Z [00:03:04.391]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:10.9502963Z [00:03:04.391]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.9503708Z [00:03:04.391]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build1238918229/b441/_pkg_.a
2025-08-20T21:34:10.9504492Z [00:03:04.391]➜  packagefile golang.org/x/net/http2=/tmp/go-build1238918229/b294/_pkg_.a
2025-08-20T21:34:10.9505154Z [00:03:04.391]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:10.9505852Z [00:03:04.391]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build1238918229/b451/_pkg_.a
2025-08-20T21:34:10.9506589Z [00:03:04.391]➜  packagefile google.golang.org/api/internal=/tmp/go-build1238918229/b377/_pkg_.a
2025-08-20T21:34:10.9507286Z [00:03:04.391]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build1238918229/b420/_pkg_.a
2025-08-20T21:34:10.9508583Z [00:03:04.391]➜  packagefile google.golang.org/api/option=/tmp/go-build1238918229/b359/_pkg_.a
2025-08-20T21:34:10.9509220Z [00:03:04.391]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:10.9509746Z [00:03:04.391]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:10.9510269Z [00:03:04.391]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.9510696Z [00:03:04.391]➜  EOF
2025-08-20T21:34:10.9512695Z [00:03:04.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b450/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.246.0/transport/http=>google.golang.org/api@v0.246.0/transport/http;$WORK/b450=>" -p google.golang.org/api/transport/http -lang=go1.23 -complete -installsuffix shared -buildid qQa11XCBYUP1u3LmwKUj/qQa11XCBYUP1u3LmwKUj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.246.0/transport/http/dial.go
2025-08-20T21:34:10.9585220Z [00:03:04.400]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T21:34:10.9595436Z [00:03:04.400]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/fa/fab636d96c012313ad2ffb7154b307d966efcc486192b8994ef83747b39aac16-d # internal
2025-08-20T21:34:10.9596117Z [00:03:04.400]➜  github.com/go-jose/go-jose/v3/json
2025-08-20T21:34:10.9596430Z [00:03:04.400]➜  mkdir -p $WORK/b466/
2025-08-20T21:34:10.9622541Z [00:03:04.402]➜  cat >/tmp/go-build1238918229/b466/importcfg << 'EOF' # internal
2025-08-20T21:34:10.9622957Z [00:03:04.402]➜  # import config
2025-08-20T21:34:10.9623302Z [00:03:04.402]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:10.9623728Z [00:03:04.402]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:10.9624197Z [00:03:04.402]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:10.9624646Z [00:03:04.402]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.9625072Z [00:03:04.402]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.9625471Z [00:03:04.402]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.9625875Z [00:03:04.402]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:10.9626294Z [00:03:04.402]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:10.9626720Z [00:03:04.402]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:10.9627757Z [00:03:04.402]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:10.9628283Z [00:03:04.402]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:10.9628713Z [00:03:04.402]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.9629124Z [00:03:04.402]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.9629539Z [00:03:04.402]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:10.9630000Z [00:03:04.402]➜  packagefile unicode/utf16=/tmp/go-build1238918229/b090/_pkg_.a
2025-08-20T21:34:10.9630462Z [00:03:04.402]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:10.9630793Z [00:03:04.402]➜  EOF
2025-08-20T21:34:10.9633800Z [00:03:04.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b466/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json=>github.com/go-jose/go-jose/v3@v3.0.4/json;$WORK/b466=>" -p github.com/go-jose/go-jose/v3/json -lang=go1.12 -complete -installsuffix shared -buildid Wmr-LAXu3BcDGbpiOIEI/Wmr-LAXu3BcDGbpiOIEI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/decode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/encode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/indent.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/scanner.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/stream.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/tags.go
2025-08-20T21:34:10.9636753Z [00:03:04.402]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T21:34:10.9652898Z [00:03:04.404]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/0c/0c8f44ff2570bd257fc5b114f0e49d5a681a4f395b0c08e0a4750f894c457253-d # internal
2025-08-20T21:34:10.9653495Z [00:03:04.405]➜  chainguard.dev/apko/pkg/apk/fs
2025-08-20T21:34:10.9653791Z [00:03:04.405]➜  mkdir -p $WORK/b456/
2025-08-20T21:34:10.9654172Z [00:03:04.406]➜  cat >/tmp/go-build1238918229/b456/importcfg << 'EOF' # internal
2025-08-20T21:34:10.9654512Z [00:03:04.406]➜  # import config
2025-08-20T21:34:10.9654871Z [00:03:04.406]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:10.9655310Z [00:03:04.406]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:10.9655847Z [00:03:04.406]➜  packagefile chainguard.dev/apko/pkg/apk/expandapk=/tmp/go-build1238918229/b452/_pkg_.a
2025-08-20T21:34:10.9656406Z [00:03:04.406]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:10.9656852Z [00:03:04.406]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:10.9657275Z [00:03:04.406]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:10.9657853Z [00:03:04.406]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:10.9658370Z [00:03:04.406]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:10.9658926Z [00:03:04.406]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:10.9659378Z [00:03:04.406]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:10.9659783Z [00:03:04.406]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:10.9660184Z [00:03:04.406]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:10.9660629Z [00:03:04.406]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:10.9661069Z [00:03:04.406]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:10.9661486Z [00:03:04.406]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:10.9661903Z [00:03:04.406]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:10.9662321Z [00:03:04.406]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:10.9663065Z [00:03:04.406]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:10.9663456Z [00:03:04.406]➜  EOF
2025-08-20T21:34:10.9666384Z [00:03:04.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b456/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/fs=>chainguard.dev/apko@v0.30.5/pkg/apk/fs;$WORK/b456=>" -p chainguard.dev/apko/pkg/apk/fs -lang=go1.24 -complete -installsuffix shared -buildid ScPr75mOsKxfyyLl5-RD/ScPr75mOsKxfyyLl5-RD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/fs/apkfs.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/fs/doc.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/fs/fs.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/fs/memfs.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/fs/rwosfs.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/fs/sub.go
2025-08-20T21:34:11.0005527Z [00:03:04.442]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T21:34:11.0018220Z [00:03:04.443]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/69/69c4f26d6d3e13b65238d695d6727a5d97430b1ef5412f8ee74bcae6f5a297cd-d # internal
2025-08-20T21:34:11.0021474Z [00:03:04.443]➜  cloud.google.com/go/auth/credentials/idtoken
2025-08-20T21:34:11.0024261Z [00:03:04.444]➜  mkdir -p $WORK/b437/
2025-08-20T21:34:11.0028387Z [00:03:04.444]➜  cat >/tmp/go-build1238918229/b437/importcfg << 'EOF' # internal
2025-08-20T21:34:11.0030566Z [00:03:04.444]➜  # import config
2025-08-20T21:34:11.0031826Z [00:03:04.444]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:11.0032775Z [00:03:04.444]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1238918229/b378/_pkg_.a
2025-08-20T21:34:11.0034164Z [00:03:04.444]➜  packagefile cloud.google.com/go/auth/credentials/impersonate=/tmp/go-build1238918229/b438/_pkg_.a
2025-08-20T21:34:11.0034943Z [00:03:04.444]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build1238918229/b380/_pkg_.a
2025-08-20T21:34:11.0035657Z [00:03:04.444]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1238918229/b361/_pkg_.a
2025-08-20T21:34:11.0036302Z [00:03:04.444]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1238918229/b382/_pkg_.a
2025-08-20T21:34:11.0036955Z [00:03:04.444]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1238918229/b363/_pkg_.a
2025-08-20T21:34:11.0037735Z [00:03:04.444]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1238918229/b362/_pkg_.a
2025-08-20T21:34:11.0038342Z [00:03:04.444]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:11.0038773Z [00:03:04.444]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:11.0039218Z [00:03:04.444]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:11.0039693Z [00:03:04.444]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:11.0040169Z [00:03:04.444]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:11.0040629Z [00:03:04.444]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:11.0045537Z [00:03:04.444]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:11.0046073Z [00:03:04.444]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:11.0046516Z [00:03:04.444]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.0046942Z [00:03:04.444]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.0047570Z [00:03:04.444]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1238918229/b364/_pkg_.a
2025-08-20T21:34:11.0048173Z [00:03:04.444]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:11.0048604Z [00:03:04.444]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:11.0049032Z [00:03:04.444]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:11.0049738Z [00:03:04.444]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:11.0050234Z [00:03:04.444]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:11.0050670Z [00:03:04.444]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:11.0051115Z [00:03:04.444]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:11.0051539Z [00:03:04.444]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.0051965Z [00:03:04.444]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:11.0052371Z [00:03:04.444]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:11.0052678Z [00:03:04.444]➜  EOF
2025-08-20T21:34:11.0055915Z [00:03:04.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/idtoken=>cloud.google.com/go/auth@v0.16.3/credentials/idtoken;$WORK/b437=>" -p cloud.google.com/go/auth/credentials/idtoken -lang=go1.23 -complete -installsuffix shared -buildid fB7n5TodtuHpqFQnI3GL/fB7n5TodtuHpqFQnI3GL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/idtoken/cache.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/idtoken/compute.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/idtoken/file.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/idtoken/idtoken.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/idtoken/validate.go
2025-08-20T21:34:11.0620951Z [00:03:04.502]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T21:34:11.0666871Z [00:03:04.508]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/63/63af6df741155b352467b3ee9b432517e43f8fc7940ec2907b6c18f11dff5a09-d # internal
2025-08-20T21:34:11.0668387Z [00:03:04.508]➜  google.golang.org/api/impersonate
2025-08-20T21:34:11.0669149Z [00:03:04.508]➜  mkdir -p $WORK/b448/
2025-08-20T21:34:11.0681246Z [00:03:04.509]➜  cat >/tmp/go-build1238918229/b448/importcfg << 'EOF' # internal
2025-08-20T21:34:11.0682055Z [00:03:04.509]➜  # import config
2025-08-20T21:34:11.0682625Z [00:03:04.509]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:11.0683213Z [00:03:04.509]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:11.0684448Z [00:03:04.509]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:11.0684938Z [00:03:04.509]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.0685357Z [00:03:04.509]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.0689047Z [00:03:04.509]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:11.0689621Z [00:03:04.509]➜  packagefile google.golang.org/api/internal=/tmp/go-build1238918229/b377/_pkg_.a
2025-08-20T21:34:11.0690217Z [00:03:04.509]➜  packagefile google.golang.org/api/option=/tmp/go-build1238918229/b359/_pkg_.a
2025-08-20T21:34:11.0690854Z [00:03:04.509]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1238918229/b449/_pkg_.a
2025-08-20T21:34:11.0691503Z [00:03:04.510]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1238918229/b450/_pkg_.a
2025-08-20T21:34:11.0692004Z [00:03:04.510]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.0692417Z [00:03:04.510]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:11.0692858Z [00:03:04.510]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:11.0693284Z [00:03:04.510]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.0693697Z [00:03:04.510]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:11.0694006Z [00:03:04.510]➜  EOF
2025-08-20T21:34:11.0697015Z [00:03:04.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b448/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.246.0/impersonate=>google.golang.org/api@v0.246.0/impersonate;$WORK/b448=>" -p google.golang.org/api/impersonate -lang=go1.23 -complete -installsuffix shared -buildid 4ggdudilEVLBTLewVXFW/4ggdudilEVLBTLewVXFW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.246.0/impersonate/doc.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/impersonate/idtoken.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/impersonate/impersonate.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/impersonate/user.go
2025-08-20T21:34:11.0699621Z [00:03:04.510]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T21:34:11.0718341Z [00:03:04.513]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/dd/dd5445e91e479dd46bfceebe0d82648ff1929be435d506fb1db5702ff79d0d17-d # internal
2025-08-20T21:34:11.0727897Z [00:03:04.513]➜  golang.org/x/crypto/pbkdf2
2025-08-20T21:34:11.0728208Z [00:03:04.514]➜  mkdir -p $WORK/b467/
2025-08-20T21:34:11.0732515Z [00:03:04.514]➜  cat >/tmp/go-build1238918229/b467/importcfg << 'EOF' # internal
2025-08-20T21:34:11.0733221Z [00:03:04.514]➜  # import config
2025-08-20T21:34:11.0735986Z [00:03:04.514]➜  packagefile crypto/hmac=/tmp/go-build1238918229/b157/_pkg_.a
2025-08-20T21:34:11.0736720Z [00:03:04.515]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:11.0738751Z [00:03:04.515]➜  EOF
2025-08-20T21:34:11.0740488Z [00:03:04.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b467/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/pbkdf2=>golang.org/x/crypto@v0.40.0/pbkdf2;$WORK/b467=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid BpZglQxAzOhwBa9TLS6U/BpZglQxAzOhwBa9TLS6U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/pbkdf2/pbkdf2.go
2025-08-20T21:34:11.0904803Z [00:03:04.532]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T21:34:11.0906174Z [00:03:04.532]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/02/02ab6b53fe88370874aee143e00f242c0f37df0b6b4198ee233830391d300b38-d # internal
2025-08-20T21:34:11.0908098Z [00:03:04.532]➜  github.com/pkg/errors
2025-08-20T21:34:11.0908396Z [00:03:04.532]➜  mkdir -p $WORK/b470/
2025-08-20T21:34:11.0908770Z [00:03:04.532]➜  cat >/tmp/go-build1238918229/b470/importcfg << 'EOF' # internal
2025-08-20T21:34:11.0909117Z [00:03:04.532]➜  # import config
2025-08-20T21:34:11.0909490Z [00:03:04.532]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.0909909Z [00:03:04.532]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.0910337Z [00:03:04.532]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.0910745Z [00:03:04.532]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:11.0911167Z [00:03:04.532]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:11.0911605Z [00:03:04.532]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:11.0912035Z [00:03:04.532]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.0912349Z [00:03:04.532]➜  EOF
2025-08-20T21:34:11.0914357Z [00:03:04.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b470/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/errors@v0.9.1=>github.com/pkg/errors@v0.9.1;$WORK/b470=>" -p github.com/pkg/errors -lang=go1.16 -complete -installsuffix shared -buildid c9t2xK-fYDiDkrr4QiG6/c9t2xK-fYDiDkrr4QiG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/errors.go /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/go113.go /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/stack.go
2025-08-20T21:34:11.1310431Z [00:03:04.572]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T21:34:11.1319824Z [00:03:04.573]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/82/8289c7d1a2f1c9c62e8df02280fff9341acc4e1e80e239ccdda8210191902d99-d # internal
2025-08-20T21:34:11.1324043Z [00:03:04.574]➜  go.step.sm/crypto/internal/utils/utfbom
2025-08-20T21:34:11.1324461Z [00:03:04.574]➜  mkdir -p $WORK/b472/
2025-08-20T21:34:11.1324866Z [00:03:04.574]➜  cat >/tmp/go-build1238918229/b472/importcfg << 'EOF' # internal
2025-08-20T21:34:11.1325216Z [00:03:04.574]➜  # import config
2025-08-20T21:34:11.1325561Z [00:03:04.574]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.1325992Z [00:03:04.574]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.1326296Z [00:03:04.574]➜  EOF
2025-08-20T21:34:11.1329190Z [00:03:04.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/go.step.sm/crypto@v0.69.0/internal/utils/utfbom=>go.step.sm/crypto@v0.69.0/internal/utils/utfbom;$WORK/b472=>" -p go.step.sm/crypto/internal/utils/utfbom -lang=go1.23 -complete -installsuffix shared -buildid PrIBjqz7lWhyxUUDBsOz/PrIBjqz7lWhyxUUDBsOz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/internal/utils/utfbom/utfbom.go
2025-08-20T21:34:11.1481937Z [00:03:04.589]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T21:34:11.1520404Z [00:03:04.593]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T21:34:11.1525789Z [00:03:04.594]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/52/524154186801d8f192b3ec612a6e115ca4ccea1324e725540b3e278030984432-d # internal
2025-08-20T21:34:11.1533333Z [00:03:04.595]➜  go.step.sm/crypto/internal/utils/file
2025-08-20T21:34:11.1534056Z [00:03:04.595]➜  mkdir -p $WORK/b471/
2025-08-20T21:34:11.1538283Z [00:03:04.595]➜  cat >/tmp/go-build1238918229/b471/importcfg << 'EOF' # internal
2025-08-20T21:34:11.1539153Z [00:03:04.595]➜  # import config
2025-08-20T21:34:11.1539973Z [00:03:04.595]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:11.1541161Z [00:03:04.595]➜  packagefile github.com/pkg/errors=/tmp/go-build1238918229/b470/_pkg_.a
2025-08-20T21:34:11.1541892Z [00:03:04.595]➜  packagefile go.step.sm/crypto/internal/utils/utfbom=/tmp/go-build1238918229/b472/_pkg_.a
2025-08-20T21:34:11.1542423Z [00:03:04.595]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.1542834Z [00:03:04.595]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:11.1543249Z [00:03:04.595]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:11.1543566Z [00:03:04.595]➜  EOF
2025-08-20T21:34:11.1544150Z [00:03:04.595]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/4e/4e0f9210e4dfb30e97ce7c99f00b777d7d3b808b488b96e504bb209921625fa9-d # internal
2025-08-20T21:34:11.1545584Z [00:03:04.596]➜  go.step.sm/crypto/internal/emoji
2025-08-20T21:34:11.1545900Z [00:03:04.596]➜  mkdir -p $WORK/b475/
2025-08-20T21:34:11.1546273Z [00:03:04.596]➜  cat >/tmp/go-build1238918229/b475/importcfg << 'EOF' # internal
2025-08-20T21:34:11.1546614Z [00:03:04.596]➜  # import config
2025-08-20T21:34:11.1548066Z [00:03:04.596]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.1548499Z [00:03:04.596]➜  EOF
2025-08-20T21:34:11.1550845Z [00:03:04.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b471/_pkg_.a -trimpath "/root/go/pkg/mod/go.step.sm/crypto@v0.69.0/internal/utils/file=>go.step.sm/crypto@v0.69.0/internal/utils/file;$WORK/b471=>" -p go.step.sm/crypto/internal/utils/file -lang=go1.23 -complete -installsuffix shared -buildid 5edY49u7ZO5S9z_TUQ1f/5edY49u7ZO5S9z_TUQ1f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/internal/utils/file/io.go
2025-08-20T21:34:11.1554338Z [00:03:04.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/go/pkg/mod/go.step.sm/crypto@v0.69.0/internal/emoji=>go.step.sm/crypto@v0.69.0/internal/emoji;$WORK/b475=>" -p go.step.sm/crypto/internal/emoji -lang=go1.23 -complete -installsuffix shared -buildid Fj5KptOD20vxz_cKPZ-F/Fj5KptOD20vxz_cKPZ-F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/internal/emoji/emoji.go
2025-08-20T21:34:11.1789575Z [00:03:04.620]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T21:34:11.1794531Z [00:03:04.621]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/94/94f6292851b4ec6a0f6b3e1a69d59bf859836b7b20d64fe46ecb96d121f039c4-d # internal
2025-08-20T21:34:11.1795822Z [00:03:04.621]➜  go.step.sm/crypto/fingerprint
2025-08-20T21:34:11.1797245Z [00:03:04.621]➜  mkdir -p $WORK/b474/
2025-08-20T21:34:11.1801523Z [00:03:04.622]➜  cat >/tmp/go-build1238918229/b474/importcfg << 'EOF' # internal
2025-08-20T21:34:11.1801925Z [00:03:04.622]➜  # import config
2025-08-20T21:34:11.1802770Z [00:03:04.622]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:11.1803274Z [00:03:04.622]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:11.1803760Z [00:03:04.622]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:11.1804217Z [00:03:04.622]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.1810325Z [00:03:04.622]➜  packagefile go.step.sm/crypto/internal/emoji=/tmp/go-build1238918229/b475/_pkg_.a
2025-08-20T21:34:11.1810898Z [00:03:04.622]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.1811225Z [00:03:04.622]➜  EOF
2025-08-20T21:34:11.1850959Z [00:03:04.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b474/_pkg_.a -trimpath "/root/go/pkg/mod/go.step.sm/crypto@v0.69.0/fingerprint=>go.step.sm/crypto@v0.69.0/fingerprint;$WORK/b474=>" -p go.step.sm/crypto/fingerprint -lang=go1.23 -complete -installsuffix shared -buildid 3eQXIfB1xfNEY1AkIHED/3eQXIfB1xfNEY1AkIHED -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/fingerprint/fingerprint.go
2025-08-20T21:34:11.1884028Z [00:03:04.630]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T21:34:11.1898642Z [00:03:04.631]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/0f/0f9f66b4f2586a3e34e9ffd96f21cf3ab24bc30271c790fc29c35753e07d5ef1-d # internal
2025-08-20T21:34:11.1900926Z [00:03:04.631]➜  filippo.io/edwards25519/field
2025-08-20T21:34:11.1902678Z [00:03:04.632]➜  mkdir -p $WORK/b478/
2025-08-20T21:34:11.1908055Z [00:03:04.632]➜  echo -n > $WORK/b478/go_asm.h # internal
2025-08-20T21:34:11.1909910Z [00:03:04.632]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T21:34:11.1916665Z [00:03:04.633]➜  /root/.go/pkg/tool/linux_arm64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b478=>" -I $WORK/b478/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b478/symabis ./fe_arm64.s
2025-08-20T21:34:11.1934644Z [00:03:04.635]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T21:34:11.1972302Z [00:03:04.638]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/d3/d3fdb75511fb911cf54dfb3911626e80570604aa5bca610a5a97d205c58e1550-d # internal
2025-08-20T21:34:11.1974889Z [00:03:04.638]➜  google.golang.org/api/idtoken
2025-08-20T21:34:11.1975226Z [00:03:04.638]➜  mkdir -p $WORK/b436/
2025-08-20T21:34:11.1975609Z [00:03:04.638]➜  cat >/tmp/go-build1238918229/b436/importcfg << 'EOF' # internal
2025-08-20T21:34:11.1975956Z [00:03:04.638]➜  # import config
2025-08-20T21:34:11.1976449Z [00:03:04.638]➜  packagefile cloud.google.com/go/auth/credentials/idtoken=/tmp/go-build1238918229/b437/_pkg_.a
2025-08-20T21:34:11.1977135Z [00:03:04.638]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build1238918229/b391/_pkg_.a
2025-08-20T21:34:11.1977965Z [00:03:04.638]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1238918229/b362/_pkg_.a
2025-08-20T21:34:11.1978493Z [00:03:04.638]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:11.1978922Z [00:03:04.638]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:11.1979749Z [00:03:04.638]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:11.1980295Z [00:03:04.638]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:11.1980762Z [00:03:04.638]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:11.1981221Z [00:03:04.638]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:11.1981695Z [00:03:04.638]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:11.1982182Z [00:03:04.638]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:11.1982616Z [00:03:04.638]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.1987019Z [00:03:04.638]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:11.1988719Z [00:03:04.638]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1238918229/b368/_pkg_.a
2025-08-20T21:34:11.1989339Z [00:03:04.638]➜  packagefile google.golang.org/api/impersonate=/tmp/go-build1238918229/b448/_pkg_.a
2025-08-20T21:34:11.1989930Z [00:03:04.638]➜  packagefile google.golang.org/api/internal=/tmp/go-build1238918229/b377/_pkg_.a
2025-08-20T21:34:11.1990500Z [00:03:04.638]➜  packagefile google.golang.org/api/option=/tmp/go-build1238918229/b359/_pkg_.a
2025-08-20T21:34:11.1991134Z [00:03:04.638]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1238918229/b449/_pkg_.a
2025-08-20T21:34:11.1992174Z [00:03:04.638]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1238918229/b450/_pkg_.a
2025-08-20T21:34:11.1992697Z [00:03:04.638]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:11.1993128Z [00:03:04.639]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:11.1993556Z [00:03:04.639]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:11.1994004Z [00:03:04.639]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:11.1994460Z [00:03:04.639]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:11.1994930Z [00:03:04.639]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.1995350Z [00:03:04.639]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:11.1995756Z [00:03:04.639]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:11.1996062Z [00:03:04.639]➜  EOF
2025-08-20T21:34:11.1996310Z [00:03:04.639]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:11.1999306Z [00:03:04.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.246.0/idtoken=>google.golang.org/api@v0.246.0/idtoken;$WORK/b436=>" -p google.golang.org/api/idtoken -lang=go1.23 -complete -installsuffix shared -buildid gGA75uWmOvKzV5hfQAai/gGA75uWmOvKzV5hfQAai -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.246.0/idtoken/cache.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/idtoken/compute.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/idtoken/doc.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/idtoken/idtoken.go /root/go/pkg/mod/google.golang.org/api@v0.246.0/idtoken/validate.go
2025-08-20T21:34:11.2001851Z [00:03:04.640]➜  cat >/tmp/go-build1238918229/b478/importcfg << 'EOF' # internal
2025-08-20T21:34:11.2002201Z [00:03:04.640]➜  # import config
2025-08-20T21:34:11.2002567Z [00:03:04.640]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:11.2003049Z [00:03:04.640]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.2003498Z [00:03:04.640]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.2003929Z [00:03:04.640]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:11.2004251Z [00:03:04.640]➜  EOF
2025-08-20T21:34:11.2013947Z [00:03:04.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b478=>" -p filippo.io/edwards25519/field -lang=go1.20 -installsuffix shared -buildid nF2NCEu2E7DYBk3v3HRv/nF2NCEu2E7DYBk3v3HRv -goversion go1.25.0 -symabis $WORK/b478/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack -asmhdr $WORK/b478/go_asm.h /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_amd64_noasm.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_arm64.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_generic.go
2025-08-20T21:34:11.2101443Z [00:03:04.651]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T21:34:11.2109584Z [00:03:04.652]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/47/4731a6f2034b2f775189b75f8f66f3591123e388ec6605e5a61e06437fcee77e-d # internal
2025-08-20T21:34:11.2111199Z [00:03:04.652]➜  golang.org/x/crypto/curve25519
2025-08-20T21:34:11.2112571Z [00:03:04.653]➜  mkdir -p $WORK/b479/
2025-08-20T21:34:11.2120438Z [00:03:04.653]➜  cat >/tmp/go-build1238918229/b479/importcfg << 'EOF' # internal
2025-08-20T21:34:11.2121278Z [00:03:04.653]➜  # import config
2025-08-20T21:34:11.2121695Z [00:03:04.653]➜  packagefile crypto/ecdh=/tmp/go-build1238918229/b135/_pkg_.a
2025-08-20T21:34:11.2122063Z [00:03:04.653]➜  EOF
2025-08-20T21:34:11.2123882Z [00:03:04.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/curve25519=>golang.org/x/crypto@v0.40.0/curve25519;$WORK/b479=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid c9tctAdSDlsQEUPOXKTn/c9tctAdSDlsQEUPOXKTn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/curve25519/curve25519.go
2025-08-20T21:34:11.2230071Z [00:03:04.664]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T21:34:11.2255662Z [00:03:04.667]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T21:34:11.2260262Z [00:03:04.667]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/42/421117b5c9df596f4340beb22e52d745123f54c77bb80e31fdf6c69aafe8aa64-d # internal
2025-08-20T21:34:11.2262404Z [00:03:04.668]➜  crypto/mlkem
2025-08-20T21:34:11.2263177Z [00:03:04.668]➜  mkdir -p $WORK/b481/
2025-08-20T21:34:11.2269373Z [00:03:04.668]➜  cat >/tmp/go-build1238918229/b481/importcfg << 'EOF' # internal
2025-08-20T21:34:11.2269953Z [00:03:04.668]➜  # import config
2025-08-20T21:34:11.2286977Z [00:03:04.668]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1238918229/b158/_pkg_.a
2025-08-20T21:34:11.2288600Z [00:03:04.668]➜  EOF
2025-08-20T21:34:11.2290121Z [00:03:04.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b481=>" -p crypto/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid GI11bdmiG_GokcLD4yPw/GI11bdmiG_GokcLD4yPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T21:34:11.2336774Z [00:03:04.675]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/30/302c8b4e8e6f7ea924c9f0e4a95c8cfd9dd3b4d4609c8d48f95ed1a30bd93e6f-d # internal
2025-08-20T21:34:11.2342120Z [00:03:04.676]➜  github.com/go-jose/go-jose/v3
2025-08-20T21:34:11.2347237Z [00:03:04.676]➜  mkdir -p $WORK/b464/
2025-08-20T21:34:11.2353755Z [00:03:04.677]➜  cat >/tmp/go-build1238918229/b464/importcfg << 'EOF' # internal
2025-08-20T21:34:11.2354284Z [00:03:04.677]➜  # import config
2025-08-20T21:34:11.2354639Z [00:03:04.677]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:11.2355094Z [00:03:04.677]➜  packagefile compress/flate=/tmp/go-build1238918229/b197/_pkg_.a
2025-08-20T21:34:11.2355540Z [00:03:04.677]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:11.2355977Z [00:03:04.677]➜  packagefile crypto/aes=/tmp/go-build1238918229/b133/_pkg_.a
2025-08-20T21:34:11.2356773Z [00:03:04.677]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:11.2357325Z [00:03:04.677]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:11.2360699Z [00:03:04.677]➜  packagefile crypto/ed25519=/tmp/go-build1238918229/b152/_pkg_.a
2025-08-20T21:34:11.2361202Z [00:03:04.677]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:11.2361706Z [00:03:04.677]➜  packagefile crypto/hmac=/tmp/go-build1238918229/b157/_pkg_.a
2025-08-20T21:34:11.2364411Z [00:03:04.677]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:11.2364902Z [00:03:04.677]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:11.2365360Z [00:03:04.677]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:11.2365822Z [00:03:04.677]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:11.2366304Z [00:03:04.677]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:11.2366769Z [00:03:04.677]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:11.2367226Z [00:03:04.677]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:11.2367892Z [00:03:04.677]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:11.2368375Z [00:03:04.677]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.2369410Z [00:03:04.677]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:11.2369852Z [00:03:04.677]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.2370262Z [00:03:04.677]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.2370773Z [00:03:04.677]➜  packagefile github.com/go-jose/go-jose/v3/cipher=/tmp/go-build1238918229/b465/_pkg_.a
2025-08-20T21:34:11.2371387Z [00:03:04.677]➜  packagefile github.com/go-jose/go-jose/v3/json=/tmp/go-build1238918229/b466/_pkg_.a
2025-08-20T21:34:11.2372065Z [00:03:04.677]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1238918229/b467/_pkg_.a
2025-08-20T21:34:11.2372552Z [00:03:04.677]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:11.2372951Z [00:03:04.677]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.2373367Z [00:03:04.677]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:11.2373805Z [00:03:04.677]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:11.2374232Z [00:03:04.677]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:11.2374651Z [00:03:04.677]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.2375071Z [00:03:04.677]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:11.2375382Z [00:03:04.677]➜  EOF
2025-08-20T21:34:11.2379583Z [00:03:04.677]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b464/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4=>github.com/go-jose/go-jose/v3@v3.0.4;$WORK/b464=>" -p github.com/go-jose/go-jose/v3 -lang=go1.12 -complete -installsuffix shared -buildid 4T7_8nIAGLmQlVLPqNtV/4T7_8nIAGLmQlVLPqNtV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/asymmetric.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/crypter.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/doc.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/encoding.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwe.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwk.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jws.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/opaque.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/shared.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/signing.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/symmetric.go
2025-08-20T21:34:11.2415343Z [00:03:04.683]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T21:34:11.2418757Z [00:03:04.683]➜  /root/.go/pkg/tool/linux_arm64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b478=>" -I $WORK/b478/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b478/fe_arm64.o ./fe_arm64.s
2025-08-20T21:34:11.2443957Z [00:03:04.686]➜  go tool pack r $WORK/b478/_pkg_.a $WORK/b478/fe_arm64.o # internal
2025-08-20T21:34:11.2446163Z [00:03:04.686]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T21:34:11.2456239Z [00:03:04.687]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/c1/c11c3c3a8d942558be15c86d8c9836a6cae9b15f785b3fc33e7c9f4442d08433-d # internal
2025-08-20T21:34:11.2460538Z [00:03:04.687]➜  filippo.io/edwards25519
2025-08-20T21:34:11.2460858Z [00:03:04.687]➜  mkdir -p $WORK/b477/
2025-08-20T21:34:11.2469879Z [00:03:04.688]➜  cat >/tmp/go-build1238918229/b477/importcfg << 'EOF' # internal
2025-08-20T21:34:11.2470500Z [00:03:04.688]➜  # import config
2025-08-20T21:34:11.2471014Z [00:03:04.688]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:11.2471628Z [00:03:04.688]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.2472102Z [00:03:04.688]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.2474476Z [00:03:04.688]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build1238918229/b478/_pkg_.a
2025-08-20T21:34:11.2475001Z [00:03:04.688]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:11.2475425Z [00:03:04.688]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:11.2475734Z [00:03:04.688]➜  EOF
2025-08-20T21:34:11.2475980Z [00:03:04.688]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:11.2485690Z [00:03:04.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0=>filippo.io/edwards25519@v1.1.0;$WORK/b477=>" -p filippo.io/edwards25519 -lang=go1.20 -complete -installsuffix shared -buildid ddaKrlY8A46tyTL-JT6Q/ddaKrlY8A46tyTL-JT6Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/doc.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/edwards25519.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar_fiat.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalarmult.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/tables.go
2025-08-20T21:34:11.2488580Z [00:03:04.690]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T21:34:11.2490304Z [00:03:04.690]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d # internal
2025-08-20T21:34:11.2491094Z [00:03:04.690]➜  golang.org/x/crypto/blowfish
2025-08-20T21:34:11.2492297Z [00:03:04.691]➜  mkdir -p $WORK/b483/
2025-08-20T21:34:11.2495189Z [00:03:04.691]➜  cat >/tmp/go-build1238918229/b483/importcfg << 'EOF' # internal
2025-08-20T21:34:11.2495928Z [00:03:04.691]➜  # import config
2025-08-20T21:34:11.2497090Z [00:03:04.691]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:11.2497593Z [00:03:04.691]➜  EOF
2025-08-20T21:34:11.2508138Z [00:03:04.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish=>golang.org/x/crypto@v0.40.0/blowfish;$WORK/b483=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid YmfktxKqOhGPKVAK1vAm/YmfktxKqOhGPKVAK1vAm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish/block.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish/const.go
2025-08-20T21:34:11.2883291Z [00:03:04.730]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T21:34:11.2888493Z [00:03:04.730]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/b0/b0c9fd47f4a83966d7e9df0751694af8b2f138885ac6e0f6404518b412e1688d-d # internal
2025-08-20T21:34:11.2889489Z [00:03:04.730]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T21:34:11.2914275Z [00:03:04.733]➜  mkdir -p $WORK/b482/
2025-08-20T21:34:11.2920969Z [00:03:04.733]➜  cat >/tmp/go-build1238918229/b482/importcfg << 'EOF' # internal
2025-08-20T21:34:11.2921385Z [00:03:04.733]➜  # import config
2025-08-20T21:34:11.2921760Z [00:03:04.733]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:11.2922221Z [00:03:04.733]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.2922733Z [00:03:04.733]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build1238918229/b483/_pkg_.a
2025-08-20T21:34:11.2923119Z [00:03:04.733]➜  EOF
2025-08-20T21:34:11.2925196Z [00:03:04.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/internal/bcrypt_pbkdf=>golang.org/x/crypto@v0.40.0/ssh/internal/bcrypt_pbkdf;$WORK/b482=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid s8W_HvjWcC-yhbngGsdx/s8W_HvjWcC-yhbngGsdx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T21:34:11.3134056Z [00:03:04.755]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T21:34:11.3155616Z [00:03:04.757]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T21:34:11.3159898Z [00:03:04.757]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/eb/eb9f5f015678193b3441bf9a84ba4b7a4514ef1ca751f9983eb53a336610505a-d # internal
2025-08-20T21:34:11.3167052Z [00:03:04.758]➜  golang.org/x/crypto/ssh
2025-08-20T21:34:11.3168411Z [00:03:04.758]➜  mkdir -p $WORK/b480/
2025-08-20T21:34:11.3173705Z [00:03:04.759]➜  cat >/tmp/go-build1238918229/b480/importcfg << 'EOF' # internal
2025-08-20T21:34:11.3174293Z [00:03:04.759]➜  # import config
2025-08-20T21:34:11.3174779Z [00:03:04.759]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:11.3177167Z [00:03:04.759]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:11.3177877Z [00:03:04.759]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:11.3178361Z [00:03:04.759]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:11.3178799Z [00:03:04.759]➜  packagefile crypto/aes=/tmp/go-build1238918229/b133/_pkg_.a
2025-08-20T21:34:11.3179266Z [00:03:04.759]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:11.3179723Z [00:03:04.759]➜  packagefile crypto/des=/tmp/go-build1238918229/b134/_pkg_.a
2025-08-20T21:34:11.3180580Z [00:03:04.759]➜  packagefile crypto/dsa=/tmp/go-build1238918229/b175/_pkg_.a
2025-08-20T21:34:11.3181117Z [00:03:04.759]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:11.3181585Z [00:03:04.759]➜  packagefile crypto/ed25519=/tmp/go-build1238918229/b152/_pkg_.a
2025-08-20T21:34:11.3182063Z [00:03:04.759]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:11.3182533Z [00:03:04.759]➜  packagefile crypto/hmac=/tmp/go-build1238918229/b157/_pkg_.a
2025-08-20T21:34:11.3182999Z [00:03:04.759]➜  packagefile crypto/md5=/tmp/go-build1238918229/b166/_pkg_.a
2025-08-20T21:34:11.3183447Z [00:03:04.759]➜  packagefile crypto/mlkem=/tmp/go-build1238918229/b481/_pkg_.a
2025-08-20T21:34:11.3183907Z [00:03:04.759]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:11.3184356Z [00:03:04.759]➜  packagefile crypto/rc4=/tmp/go-build1238918229/b167/_pkg_.a
2025-08-20T21:34:11.3184803Z [00:03:04.759]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:11.3185261Z [00:03:04.759]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:11.3185723Z [00:03:04.759]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:11.3186183Z [00:03:04.759]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:11.3186652Z [00:03:04.759]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:11.3187115Z [00:03:04.759]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:11.3195332Z [00:03:04.759]➜  packagefile encoding/asn1=/tmp/go-build1238918229/b150/_pkg_.a
2025-08-20T21:34:11.3195837Z [00:03:04.759]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:11.3196317Z [00:03:04.759]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.3196788Z [00:03:04.759]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:11.3197272Z [00:03:04.759]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:11.3204687Z [00:03:04.759]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.3205202Z [00:03:04.759]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.3205706Z [00:03:04.759]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build1238918229/b404/_pkg_.a
2025-08-20T21:34:11.3206290Z [00:03:04.759]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1238918229/b479/_pkg_.a
2025-08-20T21:34:11.3206927Z [00:03:04.759]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1238918229/b406/_pkg_.a
2025-08-20T21:34:11.3207691Z [00:03:04.759]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build1238918229/b482/_pkg_.a
2025-08-20T21:34:11.3208285Z [00:03:04.759]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:11.3208687Z [00:03:04.759]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.3209095Z [00:03:04.759]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:11.3213423Z [00:03:04.759]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:11.3213977Z [00:03:04.759]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:11.3214419Z [00:03:04.759]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:11.3214840Z [00:03:04.759]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:11.3215259Z [00:03:04.759]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:11.3215669Z [00:03:04.759]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:11.3216093Z [00:03:04.759]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:11.3216515Z [00:03:04.759]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:11.3216923Z [00:03:04.759]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:11.3217807Z [00:03:04.759]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:11.3218330Z [00:03:04.759]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.3218749Z [00:03:04.759]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:11.3219179Z [00:03:04.759]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:11.3219612Z [00:03:04.759]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:11.3219928Z [00:03:04.759]➜  EOF
2025-08-20T21:34:11.3225965Z [00:03:04.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh=>golang.org/x/crypto@v0.40.0/ssh;$WORK/b480=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid Oim7YA-O4Ndm4iZ6Id-Q/Oim7YA-O4Ndm4iZ6Id-Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/buffer.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/certs.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/channel.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/client_auth.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/common.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/connection.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/handshake.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/kex.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/messages.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/mlkem.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/mux.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/server.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/session.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/ssh_gss.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/streamlocal.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/tcpip.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/transport.go
2025-08-20T21:34:11.3232099Z [00:03:04.760]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/dc/dcce4e444164ed2a09962be7f1ccad8fcd8dd7d36b6a517c1b05e544defb7cfe-d # internal
2025-08-20T21:34:11.3232696Z [00:03:04.761]➜  chainguard.dev/apko/pkg/apk/auth
2025-08-20T21:34:11.3232999Z [00:03:04.762]➜  mkdir -p $WORK/b073/
2025-08-20T21:34:11.3233367Z [00:03:04.762]➜  cat >/tmp/go-build1238918229/b073/importcfg << 'EOF' # internal
2025-08-20T21:34:11.3233710Z [00:03:04.762]➜  # import config
2025-08-20T21:34:11.3234108Z [00:03:04.762]➜  packagefile chainguard.dev/sdk/sts=/tmp/go-build1238918229/b074/_pkg_.a
2025-08-20T21:34:11.3234586Z [00:03:04.762]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:11.3235011Z [00:03:04.762]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.3235425Z [00:03:04.762]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.3235929Z [00:03:04.762]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:11.3236472Z [00:03:04.762]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:11.3236994Z [00:03:04.762]➜  packagefile golang.org/x/time/rate=/tmp/go-build1238918229/b435/_pkg_.a
2025-08-20T21:34:11.3244710Z [00:03:04.762]➜  packagefile google.golang.org/api/idtoken=/tmp/go-build1238918229/b436/_pkg_.a
2025-08-20T21:34:11.3245370Z [00:03:04.762]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:11.3245799Z [00:03:04.762]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:11.3246213Z [00:03:04.762]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:11.3246625Z [00:03:04.762]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:11.3247397Z [00:03:04.762]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:11.3248017Z [00:03:04.762]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.3248437Z [00:03:04.762]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:11.3248766Z [00:03:04.762]➜  EOF
2025-08-20T21:34:11.3250876Z [00:03:04.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/auth=>chainguard.dev/apko@v0.30.5/pkg/apk/auth;$WORK/b073=>" -p chainguard.dev/apko/pkg/apk/auth -lang=go1.24 -complete -installsuffix shared -buildid ZjaQlixoo5geMdEjc757/ZjaQlixoo5geMdEjc757 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/auth/auth.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/auth/chainguard.go
2025-08-20T21:34:11.3395925Z [00:03:04.781]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T21:34:11.3423760Z [00:03:04.783]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/bc/bc01ed7904bfb3a1c1cb13d9bb265ce2a24a663dbc5de99bface9290ca38c194-d # internal
2025-08-20T21:34:11.3428267Z [00:03:04.784]➜  go.step.sm/crypto/x25519
2025-08-20T21:34:11.3428592Z [00:03:04.784]➜  mkdir -p $WORK/b476/
2025-08-20T21:34:11.3428966Z [00:03:04.784]➜  cat >/tmp/go-build1238918229/b476/importcfg << 'EOF' # internal
2025-08-20T21:34:11.3429314Z [00:03:04.784]➜  # import config
2025-08-20T21:34:11.3430057Z [00:03:04.784]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:11.3430481Z [00:03:04.784]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:11.3430931Z [00:03:04.784]➜  packagefile crypto/ed25519=/tmp/go-build1238918229/b152/_pkg_.a
2025-08-20T21:34:11.3431403Z [00:03:04.784]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:11.3431867Z [00:03:04.784]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:11.3432322Z [00:03:04.784]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.3432809Z [00:03:04.784]➜  packagefile filippo.io/edwards25519=/tmp/go-build1238918229/b477/_pkg_.a
2025-08-20T21:34:11.3433369Z [00:03:04.784]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build1238918229/b478/_pkg_.a
2025-08-20T21:34:11.3433947Z [00:03:04.784]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1238918229/b479/_pkg_.a
2025-08-20T21:34:11.3434431Z [00:03:04.784]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.3434853Z [00:03:04.784]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:11.3435166Z [00:03:04.784]➜  EOF
2025-08-20T21:34:11.3436850Z [00:03:04.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/go/pkg/mod/go.step.sm/crypto@v0.69.0/x25519=>go.step.sm/crypto@v0.69.0/x25519;$WORK/b476=>" -p go.step.sm/crypto/x25519 -lang=go1.23 -complete -installsuffix shared -buildid ThmGV0W30kMeMG05mp18/ThmGV0W30kMeMG05mp18 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/x25519/x25519.go
2025-08-20T21:34:11.3743790Z [00:03:04.816]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T21:34:11.3749808Z [00:03:04.816]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/c7/c731d7512a698bebbb4506c1347960e741de073b05ad59086b9c8866814c8665-d # internal
2025-08-20T21:34:11.3751313Z [00:03:04.817]➜  go.step.sm/crypto/internal/bcrypt_pbkdf
2025-08-20T21:34:11.3752003Z [00:03:04.817]➜  mkdir -p $WORK/b485/
2025-08-20T21:34:11.3754977Z [00:03:04.817]➜  cat >/tmp/go-build1238918229/b485/importcfg << 'EOF' # internal
2025-08-20T21:34:11.3755648Z [00:03:04.817]➜  # import config
2025-08-20T21:34:11.3756398Z [00:03:04.817]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:11.3757354Z [00:03:04.817]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.3758518Z [00:03:04.817]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build1238918229/b483/_pkg_.a
2025-08-20T21:34:11.3758972Z [00:03:04.817]➜  EOF
2025-08-20T21:34:11.3760930Z [00:03:04.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/go/pkg/mod/go.step.sm/crypto@v0.69.0/internal/bcrypt_pbkdf=>go.step.sm/crypto@v0.69.0/internal/bcrypt_pbkdf;$WORK/b485=>" -p go.step.sm/crypto/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid 3NNWHLuWAAdlCti1DyDa/3NNWHLuWAAdlCti1DyDa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T21:34:11.4065336Z [00:03:04.848]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T21:34:11.4093899Z [00:03:04.850]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/63/632296b7f1a1f03643b50413a20d2b70d2e2e433f715aec14ad9a99b756eb5fc-d # internal
2025-08-20T21:34:11.4094515Z [00:03:04.850]➜  go.step.sm/crypto/randutil
2025-08-20T21:34:11.4094840Z [00:03:04.850]➜  mkdir -p $WORK/b486/
2025-08-20T21:34:11.4095223Z [00:03:04.850]➜  cat >/tmp/go-build1238918229/b486/importcfg << 'EOF' # internal
2025-08-20T21:34:11.4095566Z [00:03:04.850]➜  # import config
2025-08-20T21:34:11.4095926Z [00:03:04.850]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:11.4096389Z [00:03:04.850]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:11.4096885Z [00:03:04.850]➜  packagefile github.com/pkg/errors=/tmp/go-build1238918229/b470/_pkg_.a
2025-08-20T21:34:11.4097875Z [00:03:04.850]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.4098300Z [00:03:04.850]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:11.4098621Z [00:03:04.850]➜  EOF
2025-08-20T21:34:11.4100344Z [00:03:04.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/go/pkg/mod/go.step.sm/crypto@v0.69.0/randutil=>go.step.sm/crypto@v0.69.0/randutil;$WORK/b486=>" -p go.step.sm/crypto/randutil -lang=go1.23 -complete -installsuffix shared -buildid 2eSEMTr8nkw8GPUr0KTk/2eSEMTr8nkw8GPUr0KTk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/randutil/random.go
2025-08-20T21:34:11.4143025Z [00:03:04.855]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T21:34:11.4151366Z [00:03:04.856]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/c6/c6cb0fbe4cba74133a7fbd7f12dec9e05cd5b9c320a5b603f0b3af549f425ce6-d # internal
2025-08-20T21:34:11.4152030Z [00:03:04.856]➜  golang.org/x/crypto/nacl/secretbox
2025-08-20T21:34:11.4154323Z [00:03:04.857]➜  mkdir -p $WORK/b487/
2025-08-20T21:34:11.4156541Z [00:03:04.857]➜  cat >/tmp/go-build1238918229/b487/importcfg << 'EOF' # internal
2025-08-20T21:34:11.4157245Z [00:03:04.857]➜  # import config
2025-08-20T21:34:11.4158121Z [00:03:04.857]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1238918229/b405/_pkg_.a
2025-08-20T21:34:11.4159078Z [00:03:04.857]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1238918229/b406/_pkg_.a
2025-08-20T21:34:11.4160230Z [00:03:04.857]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build1238918229/b488/_pkg_.a
2025-08-20T21:34:11.4160631Z [00:03:04.857]➜  EOF
2025-08-20T21:34:11.4162490Z [00:03:04.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/nacl/secretbox=>golang.org/x/crypto@v0.40.0/nacl/secretbox;$WORK/b487=>" -p golang.org/x/crypto/nacl/secretbox -lang=go1.23 -complete -installsuffix shared -buildid SHiPr1PuuD1so2k0XH-t/SHiPr1PuuD1so2k0XH-t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/nacl/secretbox/secretbox.go
2025-08-20T21:34:11.4429482Z [00:03:04.884]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T21:34:11.4434667Z [00:03:04.885]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/47/4762948a66fbac4b4102bc452181fa1c55480eb757276f9b1560139bcd6896e3-d # internal
2025-08-20T21:34:11.4435345Z [00:03:04.885]➜  golang.org/x/crypto/scrypt
2025-08-20T21:34:11.4436362Z [00:03:04.885]➜  mkdir -p $WORK/b489/
2025-08-20T21:34:11.4436985Z [00:03:04.885]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T21:34:11.4439082Z [00:03:04.885]➜  cat >/tmp/go-build1238918229/b489/importcfg << 'EOF' # internal
2025-08-20T21:34:11.4440157Z [00:03:04.885]➜  # import config
2025-08-20T21:34:11.4441043Z [00:03:04.885]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:11.4442236Z [00:03:04.885]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.4442943Z [00:03:04.886]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.4443879Z [00:03:04.886]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1238918229/b467/_pkg_.a
2025-08-20T21:34:11.4444704Z [00:03:04.886]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:11.4445447Z [00:03:04.886]➜  EOF
2025-08-20T21:34:11.4447363Z [00:03:04.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b489/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/scrypt=>golang.org/x/crypto@v0.40.0/scrypt;$WORK/b489=>" -p golang.org/x/crypto/scrypt -lang=go1.23 -complete -installsuffix shared -buildid nE8C6yoHgvU1ce2deSTa/nE8C6yoHgvU1ce2deSTa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/scrypt/scrypt.go
2025-08-20T21:34:11.4460701Z [00:03:04.887]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/68/6878fec923cad549da6d4e6592648a675549967bd5fecae9db02159fa371494b-d # internal
2025-08-20T21:34:11.4464019Z [00:03:04.888]➜  golang.org/x/sync/errgroup
2025-08-20T21:34:11.4465554Z [00:03:04.888]➜  mkdir -p $WORK/b490/
2025-08-20T21:34:11.4465969Z [00:03:04.888]➜  cat >/tmp/go-build1238918229/b490/importcfg << 'EOF' # internal
2025-08-20T21:34:11.4466320Z [00:03:04.888]➜  # import config
2025-08-20T21:34:11.4466692Z [00:03:04.888]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:11.4467293Z [00:03:04.888]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.4468444Z [00:03:04.888]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:11.4468770Z [00:03:04.888]➜  EOF
2025-08-20T21:34:11.4470513Z [00:03:04.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b490/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup=>golang.org/x/sync@v0.16.0/errgroup;$WORK/b490=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid T2hLdnynigI0jskXGfHM/T2hLdnynigI0jskXGfHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup/errgroup.go
2025-08-20T21:34:11.4807657Z [00:03:04.922]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T21:34:11.4809182Z [00:03:04.922]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T21:34:11.4813219Z [00:03:04.923]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/fc/fc01ed53454daf30dbef925afcda98cd45606cfc5ad40e2833555925cde0c213-d # internal
2025-08-20T21:34:11.4814138Z [00:03:04.923]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/41/41a58705dacba142c8242a35b5b331ad290c33fa7ab86a041f618ddda960eaf2-d # internal
2025-08-20T21:34:11.4814776Z [00:03:04.923]➜  golang.org/x/sync/singleflight
2025-08-20T21:34:11.4815073Z [00:03:04.923]➜  mkdir -p $WORK/b491/
2025-08-20T21:34:11.4816284Z [00:03:04.923]➜  io/ioutil
2025-08-20T21:34:11.4821630Z [00:03:04.924]➜  mkdir -p $WORK/b493/
2025-08-20T21:34:11.4823243Z [00:03:04.924]➜  cat >/tmp/go-build1238918229/b491/importcfg << 'EOF' # internal
2025-08-20T21:34:11.4824529Z [00:03:04.924]➜  # import config
2025-08-20T21:34:11.4825102Z [00:03:04.924]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:11.4825683Z [00:03:04.924]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.4826589Z [00:03:04.924]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.4827381Z [00:03:04.924]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:11.4828821Z [00:03:04.924]➜  packagefile runtime/debug=/tmp/go-build1238918229/b332/_pkg_.a
2025-08-20T21:34:11.4829994Z [00:03:04.924]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:11.4830320Z [00:03:04.924]➜  EOF
2025-08-20T21:34:11.4832128Z [00:03:04.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b491/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/singleflight=>golang.org/x/sync@v0.16.0/singleflight;$WORK/b491=>" -p golang.org/x/sync/singleflight -lang=go1.23 -complete -installsuffix shared -buildid eO-O0pFfF5uK_W5_KPWl/eO-O0pFfF5uK_W5_KPWl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/singleflight/singleflight.go
2025-08-20T21:34:11.4833819Z [00:03:04.924]➜  cat >/tmp/go-build1238918229/b493/importcfg << 'EOF' # internal
2025-08-20T21:34:11.4834173Z [00:03:04.924]➜  # import config
2025-08-20T21:34:11.4834502Z [00:03:04.924]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.4834909Z [00:03:04.924]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:11.4835315Z [00:03:04.924]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:11.4835723Z [00:03:04.924]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:11.4836496Z [00:03:04.924]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.4836814Z [00:03:04.924]➜  EOF
2025-08-20T21:34:11.4838475Z [00:03:04.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b493=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T21:34:11.5024617Z [00:03:04.944]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T21:34:11.5047005Z [00:03:04.946]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T21:34:11.5051553Z [00:03:04.946]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/26/26092a34b109ab06b4543ac74773b489b9334ffc43fedd57ee5588e6d54b5c5a-d # internal
2025-08-20T21:34:11.5052123Z [00:03:04.947]➜  container/heap
2025-08-20T21:34:11.5052421Z [00:03:04.947]➜  mkdir -p $WORK/b497/
2025-08-20T21:34:11.5058706Z [00:03:04.947]➜  cat >/tmp/go-build1238918229/b497/importcfg << 'EOF' # internal
2025-08-20T21:34:11.5060402Z [00:03:04.947]➜  # import config
2025-08-20T21:34:11.5061120Z [00:03:04.947]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:11.5061766Z [00:03:04.947]➜  EOF
2025-08-20T21:34:11.5063547Z [00:03:04.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b497=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid WYXxy7DxO4fZF5d-Nn7F/WYXxy7DxO4fZF5d-Nn7F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T21:34:11.5065538Z [00:03:04.947]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/f8/f8705a618800227c1148fa42a5797d6a5ac61e4b65ed526757f95e12940e0c04-d # internal
2025-08-20T21:34:11.5066568Z [00:03:04.947]➜  github.com/go-jose/go-jose/v3/cryptosigner
2025-08-20T21:34:11.5066914Z [00:03:04.947]➜  mkdir -p $WORK/b468/
2025-08-20T21:34:11.5067283Z [00:03:04.947]➜  cat >/tmp/go-build1238918229/b468/importcfg << 'EOF' # internal
2025-08-20T21:34:11.5067862Z [00:03:04.947]➜  # import config
2025-08-20T21:34:11.5068209Z [00:03:04.947]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:11.5068655Z [00:03:04.947]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:11.5069453Z [00:03:04.947]➜  packagefile crypto/ed25519=/tmp/go-build1238918229/b152/_pkg_.a
2025-08-20T21:34:11.5070002Z [00:03:04.947]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:11.5070474Z [00:03:04.947]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:11.5070927Z [00:03:04.947]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:11.5071389Z [00:03:04.947]➜  packagefile encoding/asn1=/tmp/go-build1238918229/b150/_pkg_.a
2025-08-20T21:34:11.5071922Z [00:03:04.947]➜  packagefile github.com/go-jose/go-jose/v3=/tmp/go-build1238918229/b464/_pkg_.a
2025-08-20T21:34:11.5072419Z [00:03:04.947]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.5072841Z [00:03:04.947]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:11.5073158Z [00:03:04.947]➜  EOF
2025-08-20T21:34:11.5075134Z [00:03:04.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b468/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cryptosigner=>github.com/go-jose/go-jose/v3@v3.0.4/cryptosigner;$WORK/b468=>" -p github.com/go-jose/go-jose/v3/cryptosigner -lang=go1.12 -complete -installsuffix shared -buildid XiUrjMWCdKkMLNTrGyRb/XiUrjMWCdKkMLNTrGyRb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cryptosigner/cryptosigner.go
2025-08-20T21:34:11.5205437Z [00:03:04.962]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T21:34:11.5214113Z [00:03:04.962]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d # internal
2025-08-20T21:34:11.5214775Z [00:03:04.962]➜  github.com/go-jose/go-jose/v3/jwt
2025-08-20T21:34:11.5215088Z [00:03:04.962]➜  mkdir -p $WORK/b469/
2025-08-20T21:34:11.5215462Z [00:03:04.962]➜  cat >/tmp/go-build1238918229/b469/importcfg << 'EOF' # internal
2025-08-20T21:34:11.5215807Z [00:03:04.962]➜  # import config
2025-08-20T21:34:11.5216166Z [00:03:04.962]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:11.5216592Z [00:03:04.962]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.5217005Z [00:03:04.962]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.5217680Z [00:03:04.962]➜  packagefile github.com/go-jose/go-jose/v3=/tmp/go-build1238918229/b464/_pkg_.a
2025-08-20T21:34:11.5218327Z [00:03:04.962]➜  packagefile github.com/go-jose/go-jose/v3/json=/tmp/go-build1238918229/b466/_pkg_.a
2025-08-20T21:34:11.5218849Z [00:03:04.962]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:11.5219278Z [00:03:04.962]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:11.5219706Z [00:03:04.962]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.5220127Z [00:03:04.962]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:11.5220435Z [00:03:04.962]➜  EOF
2025-08-20T21:34:11.5223410Z [00:03:04.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b469/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt=>github.com/go-jose/go-jose/v3@v3.0.4/jwt;$WORK/b469=>" -p github.com/go-jose/go-jose/v3/jwt -lang=go1.12 -complete -installsuffix shared -buildid xHEiw6M27p_yqoMICpgG/xHEiw6M27p_yqoMICpgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt/builder.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt/claims.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt/doc.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt/errors.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt/jwt.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt/validation.go
2025-08-20T21:34:11.5237955Z [00:03:04.965]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T21:34:11.5248045Z [00:03:04.966]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T21:34:11.5251699Z [00:03:04.967]➜  gopkg.in/ini.v1
2025-08-20T21:34:11.5251982Z [00:03:04.967]➜  mkdir -p $WORK/b492/
2025-08-20T21:34:11.5256427Z [00:03:04.967]➜  cat >/tmp/go-build1238918229/b492/importcfg << 'EOF' # internal
2025-08-20T21:34:11.5257202Z [00:03:04.967]➜  # import config
2025-08-20T21:34:11.5257925Z [00:03:04.967]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:11.5258476Z [00:03:04.967]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:11.5260229Z [00:03:04.967]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.5261029Z [00:03:04.967]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.5261578Z [00:03:04.967]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.5262535Z [00:03:04.967]➜  packagefile io/ioutil=/tmp/go-build1238918229/b493/_pkg_.a
2025-08-20T21:34:11.5262967Z [00:03:04.967]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:11.5263400Z [00:03:04.967]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:11.5263826Z [00:03:04.967]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:11.5264248Z [00:03:04.967]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:11.5264677Z [00:03:04.967]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:11.5265139Z [00:03:04.967]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.5265955Z [00:03:04.967]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:11.5266364Z [00:03:04.967]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:11.5266781Z [00:03:04.967]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:11.5267096Z [00:03:04.967]➜  EOF
2025-08-20T21:34:11.5273986Z [00:03:04.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b492/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0=>gopkg.in/ini.v1@v1.67.0;$WORK/b492=>" -p gopkg.in/ini.v1 -lang=go1.16 -complete -installsuffix shared -buildid t4YCEOFLMGuzx6c5lrT5/t4YCEOFLMGuzx6c5lrT5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/data_source.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/deprecated.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/error.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/file.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/helper.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/ini.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/key.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/parser.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/section.go /root/go/pkg/mod/gopkg.in/ini.v1@v1.67.0/struct.go
2025-08-20T21:34:11.5387697Z [00:03:04.980]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T21:34:11.5392501Z [00:03:04.981]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/91/9192b421b99ec5a6a6c1d4ce6d7b945c9652677cf72094191325a30c3998f49a-d # internal
2025-08-20T21:34:11.5394164Z [00:03:04.981]➜  dario.cat/mergo
2025-08-20T21:34:11.5394881Z [00:03:04.981]➜  mkdir -p $WORK/b498/
2025-08-20T21:34:11.5395535Z [00:03:04.981]➜  cat >/tmp/go-build1238918229/b498/importcfg << 'EOF' # internal
2025-08-20T21:34:11.5396166Z [00:03:04.981]➜  # import config
2025-08-20T21:34:11.5396830Z [00:03:04.981]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.5398169Z [00:03:04.981]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.5398668Z [00:03:04.981]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:11.5399098Z [00:03:04.981]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:11.5399544Z [00:03:04.981]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:11.5399877Z [00:03:04.981]➜  EOF
2025-08-20T21:34:11.5402232Z [00:03:04.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/go/pkg/mod/dario.cat/mergo@v1.0.1=>dario.cat/mergo@v1.0.1;$WORK/b498=>" -p dario.cat/mergo -lang=go1.13 -complete -installsuffix shared -buildid 8d8IFHSTUIeOWODxAvSw/8d8IFHSTUIeOWODxAvSw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/go/pkg/mod/dario.cat/mergo@v1.0.1/doc.go /root/go/pkg/mod/dario.cat/mergo@v1.0.1/map.go /root/go/pkg/mod/dario.cat/mergo@v1.0.1/merge.go /root/go/pkg/mod/dario.cat/mergo@v1.0.1/mergo.go
2025-08-20T21:34:11.5862296Z [00:03:05.027]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T21:34:11.5872192Z [00:03:05.028]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/5c/5c15aec96e0e8ec841e3fb07fcf948e05f4caa35a1fea6ba575cd376c639b5a5-d # internal
2025-08-20T21:34:11.5873785Z [00:03:05.028]➜  github.com/ProtonMail/go-crypto/openpgp/errors
2025-08-20T21:34:11.5899027Z [00:03:05.028]➜  mkdir -p $WORK/b501/
2025-08-20T21:34:11.5899903Z [00:03:05.029]➜  cat >/tmp/go-build1238918229/b501/importcfg << 'EOF' # internal
2025-08-20T21:34:11.5900555Z [00:03:05.029]➜  # import config
2025-08-20T21:34:11.5901146Z [00:03:05.029]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.5902043Z [00:03:05.029]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:11.5902580Z [00:03:05.029]➜  EOF
2025-08-20T21:34:11.5904809Z [00:03:05.029]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/errors=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/errors;$WORK/b501=>" -p github.com/ProtonMail/go-crypto/openpgp/errors -lang=go1.22 -complete -installsuffix shared -buildid vhP8Nb0BdITwhUFT9iQk/vhP8Nb0BdITwhUFT9iQk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/errors/errors.go
2025-08-20T21:34:11.6084679Z [00:03:05.050]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T21:34:11.6090864Z [00:03:05.050]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/6a/6af751ce579394b1fe6f227b161f58154f8ee04ee7ce323cc0a2f9a7fe305253-d # internal
2025-08-20T21:34:11.6092322Z [00:03:05.051]➜  github.com/ProtonMail/go-crypto/openpgp/armor
2025-08-20T21:34:11.6093874Z [00:03:05.051]➜  mkdir -p $WORK/b500/
2025-08-20T21:34:11.6095172Z [00:03:05.051]➜  cat >/tmp/go-build1238918229/b500/importcfg << 'EOF' # internal
2025-08-20T21:34:11.6095827Z [00:03:05.051]➜  # import config
2025-08-20T21:34:11.6096645Z [00:03:05.051]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:11.6098147Z [00:03:05.051]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:11.6098617Z [00:03:05.051]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:11.6099221Z [00:03:05.051]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1238918229/b501/_pkg_.a
2025-08-20T21:34:11.6099764Z [00:03:05.051]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.6100194Z [00:03:05.051]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:11.6100509Z [00:03:05.051]➜  EOF
2025-08-20T21:34:11.6102841Z [00:03:05.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/armor=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/armor;$WORK/b500=>" -p github.com/ProtonMail/go-crypto/openpgp/armor -lang=go1.22 -complete -installsuffix shared -buildid wDBr8EJDj8KnnBzKNtPp/wDBr8EJDj8KnnBzKNtPp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/armor/armor.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/armor/encode.go
2025-08-20T21:34:11.6339860Z [00:03:05.075]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T21:34:11.6348149Z [00:03:05.076]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/c0/c000e2b7910c610d74cdaf9aa878978c42cb2d099ab490439c5b3fa9f8401a29-d # internal
2025-08-20T21:34:11.6350146Z [00:03:05.076]➜  github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
2025-08-20T21:34:11.6352750Z [00:03:05.077]➜  mkdir -p $WORK/b503/
2025-08-20T21:34:11.6353518Z [00:03:05.077]➜  cat >/tmp/go-build1238918229/b503/importcfg << 'EOF' # internal
2025-08-20T21:34:11.6354230Z [00:03:05.077]➜  # import config
2025-08-20T21:34:11.6354895Z [00:03:05.077]➜  packagefile crypto/aes=/tmp/go-build1238918229/b133/_pkg_.a
2025-08-20T21:34:11.6355545Z [00:03:05.077]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.6356309Z [00:03:05.077]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.6357163Z [00:03:05.077]➜  EOF
2025-08-20T21:34:11.6359511Z [00:03:05.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b503/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/aes/keywrap=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/aes/keywrap;$WORK/b503=>" -p github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -lang=go1.22 -complete -installsuffix shared -buildid 6XrTcnu9di7JmSda8Zuu/6XrTcnu9di7JmSda8Zuu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b503/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/aes/keywrap/keywrap.go
2025-08-20T21:34:11.6362137Z [00:03:05.078]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T21:34:11.6412793Z [00:03:05.082]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/ba/ba7e70006a1f1adefae112e620a95089d6eece98985061c573972a3e05726968-d # internal
2025-08-20T21:34:11.6425229Z [00:03:05.084]➜  github.com/ProtonMail/go-crypto/eax
2025-08-20T21:34:11.6425590Z [00:03:05.084]➜  mkdir -p $WORK/b505/
2025-08-20T21:34:11.6427885Z [00:03:05.084]➜  cat >/tmp/go-build1238918229/b505/importcfg << 'EOF' # internal
2025-08-20T21:34:11.6428648Z [00:03:05.084]➜  # import config
2025-08-20T21:34:11.6429170Z [00:03:05.084]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:11.6429821Z [00:03:05.084]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:11.6430592Z [00:03:05.084]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.6431475Z [00:03:05.084]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build1238918229/b506/_pkg_.a
2025-08-20T21:34:11.6432038Z [00:03:05.084]➜  EOF
2025-08-20T21:34:11.6434990Z [00:03:05.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b505/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/eax=>github.com/ProtonMail/go-crypto@v1.3.0/eax;$WORK/b505=>" -p github.com/ProtonMail/go-crypto/eax -lang=go1.22 -complete -installsuffix shared -buildid m25_AsxejG4txVGg_bLB/m25_AsxejG4txVGg_bLB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/eax/eax.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/eax/eax_test_vectors.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/eax/random_vectors.go
2025-08-20T21:34:11.6510969Z [00:03:05.092]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T21:34:11.6515714Z [00:03:05.093]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/68/6835e09a5204a68ad7ebe0d4240771bf3598cb393674ee240ae7c5f1181c889e-d # internal
2025-08-20T21:34:11.6517047Z [00:03:05.093]➜  github.com/ProtonMail/go-crypto/ocb
2025-08-20T21:34:11.6518614Z [00:03:05.093]➜  mkdir -p $WORK/b507/
2025-08-20T21:34:11.6519476Z [00:03:05.093]➜  cat >/tmp/go-build1238918229/b507/importcfg << 'EOF' # internal
2025-08-20T21:34:11.6521408Z [00:03:05.093]➜  # import config
2025-08-20T21:34:11.6521773Z [00:03:05.093]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:11.6522224Z [00:03:05.093]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:11.6522695Z [00:03:05.093]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:11.6523161Z [00:03:05.093]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:11.6523890Z [00:03:05.093]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.6524560Z [00:03:05.093]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build1238918229/b506/_pkg_.a
2025-08-20T21:34:11.6525132Z [00:03:05.093]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:11.6525455Z [00:03:05.093]➜  EOF
2025-08-20T21:34:11.6528524Z [00:03:05.094]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b507/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/ocb=>github.com/ProtonMail/go-crypto@v1.3.0/ocb;$WORK/b507=>" -p github.com/ProtonMail/go-crypto/ocb -lang=go1.22 -complete -installsuffix shared -buildid H2J8BzW2f-d03y7Kwg1N/H2J8BzW2f-d03y7Kwg1N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/ocb/ocb.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/ocb/random_vectors.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/ocb/rfc7253_test_vectors_suite_a.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/ocb/rfc7253_test_vectors_suite_b.go
2025-08-20T21:34:11.7021503Z [00:03:05.143]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T21:34:11.7030201Z [00:03:05.144]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/8c/8cd69db00e8c9740e23fcab874878d80f52d0ab61e7ac980938ba8496ff61016-d # internal
2025-08-20T21:34:11.7031179Z [00:03:05.144]➜  golang.org/x/crypto/cast5
2025-08-20T21:34:11.7031474Z [00:03:05.144]➜  mkdir -p $WORK/b508/
2025-08-20T21:34:11.7032987Z [00:03:05.145]➜  cat >/tmp/go-build1238918229/b508/importcfg << 'EOF' # internal
2025-08-20T21:34:11.7034858Z [00:03:05.145]➜  # import config
2025-08-20T21:34:11.7035754Z [00:03:05.145]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.7036207Z [00:03:05.145]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:11.7036535Z [00:03:05.145]➜  EOF
2025-08-20T21:34:11.7038454Z [00:03:05.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b508/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cast5=>golang.org/x/crypto@v0.40.0/cast5;$WORK/b508=>" -p golang.org/x/crypto/cast5 -lang=go1.23 -complete -installsuffix shared -buildid 2aU8NblgLIDfqo23VXa3/2aU8NblgLIDfqo23VXa3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cast5/cast5.go
2025-08-20T21:34:11.7158705Z [00:03:05.157]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T21:34:11.7168895Z [00:03:05.158]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/97/9702037afd7ff6db741cc12f535fec8bb22115bfc99a0f045bc72884354bd3ca-d # internal
2025-08-20T21:34:11.7171842Z [00:03:05.158]➜  github.com/ProtonMail/go-crypto/bitcurves
2025-08-20T21:34:11.7172781Z [00:03:05.159]➜  mkdir -p $WORK/b510/
2025-08-20T21:34:11.7175016Z [00:03:05.159]➜  cat >/tmp/go-build1238918229/b510/importcfg << 'EOF' # internal
2025-08-20T21:34:11.7175939Z [00:03:05.159]➜  # import config
2025-08-20T21:34:11.7188994Z [00:03:05.159]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:11.7189514Z [00:03:05.159]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.7189941Z [00:03:05.159]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:11.7190360Z [00:03:05.159]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:11.7190694Z [00:03:05.159]➜  EOF
2025-08-20T21:34:11.7193002Z [00:03:05.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b510/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/bitcurves=>github.com/ProtonMail/go-crypto@v1.3.0/bitcurves;$WORK/b510=>" -p github.com/ProtonMail/go-crypto/bitcurves -lang=go1.22 -complete -installsuffix shared -buildid 1AivHx5Yd5dG6xRcO3Hw/1AivHx5Yd5dG6xRcO3Hw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/bitcurves/bitcurve.go
2025-08-20T21:34:11.7532895Z [00:03:05.195]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T21:34:11.7545700Z [00:03:05.196]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/c6/c69c612904f217cb75119e51387857e77735c99e6ce617dd8eb72ce1266e2f03-d # internal
2025-08-20T21:34:11.7546399Z [00:03:05.196]➜  github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
2025-08-20T21:34:11.7547889Z [00:03:05.196]➜  mkdir -p $WORK/b504/
2025-08-20T21:34:11.7553515Z [00:03:05.197]➜  cat >/tmp/go-build1238918229/b504/importcfg << 'EOF' # internal
2025-08-20T21:34:11.7553894Z [00:03:05.197]➜  # import config
2025-08-20T21:34:11.7554243Z [00:03:05.197]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:11.7554677Z [00:03:05.197]➜  packagefile crypto/aes=/tmp/go-build1238918229/b133/_pkg_.a
2025-08-20T21:34:11.7555135Z [00:03:05.197]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:11.7555622Z [00:03:05.197]➜  packagefile crypto/des=/tmp/go-build1238918229/b134/_pkg_.a
2025-08-20T21:34:11.7556053Z [00:03:05.197]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.7556572Z [00:03:05.197]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build1238918229/b505/_pkg_.a
2025-08-20T21:34:11.7557187Z [00:03:05.197]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build1238918229/b507/_pkg_.a
2025-08-20T21:34:11.7557937Z [00:03:05.197]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build1238918229/b508/_pkg_.a
2025-08-20T21:34:11.7558859Z [00:03:05.197]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:11.7559169Z [00:03:05.197]➜  EOF
2025-08-20T21:34:11.7568025Z [00:03:05.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b504/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/algorithm=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/internal/algorithm;$WORK/b504=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -lang=go1.22 -complete -installsuffix shared -buildid aRXqYt9x13nXwG7Rwnen/aRXqYt9x13nXwG7Rwnen -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/algorithm/aead.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/algorithm/cipher.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/algorithm/hash.go
2025-08-20T21:34:11.7595188Z [00:03:05.201]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T21:34:11.7682105Z [00:03:05.209]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/c6/c6a5d8c1b92edff70eddce084acc42412fd81e8e936bddd355d02afcc0874743-d # internal
2025-08-20T21:34:11.7682955Z [00:03:05.209]➜  github.com/ProtonMail/go-crypto/brainpool
2025-08-20T21:34:11.7683285Z [00:03:05.209]➜  mkdir -p $WORK/b511/
2025-08-20T21:34:11.7683655Z [00:03:05.210]➜  cat >/tmp/go-build1238918229/b511/importcfg << 'EOF' # internal
2025-08-20T21:34:11.7684032Z [00:03:05.210]➜  # import config
2025-08-20T21:34:11.7684406Z [00:03:05.210]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:11.7684870Z [00:03:05.210]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:11.7685289Z [00:03:05.210]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:11.7685595Z [00:03:05.210]➜  EOF
2025-08-20T21:34:11.7689212Z [00:03:05.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/brainpool=>github.com/ProtonMail/go-crypto@v1.3.0/brainpool;$WORK/b511=>" -p github.com/ProtonMail/go-crypto/brainpool -lang=go1.22 -complete -installsuffix shared -buildid rCBt-WHKBFvUV4HLNQ5c/rCBt-WHKBFvUV4HLNQ5c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/brainpool/brainpool.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/brainpool/rcurve.go
2025-08-20T21:34:11.7759420Z [00:03:05.217]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T21:34:11.7769758Z [00:03:05.218]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/19/19d9347586b673acb78b4c5e8507539c8971acd070075084e47b22eb2ea69d1d-d # internal
2025-08-20T21:34:11.7774467Z [00:03:05.219]➜  github.com/ProtonMail/go-crypto/openpgp/internal/encoding
2025-08-20T21:34:11.7775493Z [00:03:05.219]➜  mkdir -p $WORK/b512/
2025-08-20T21:34:11.7786096Z [00:03:05.220]➜  cat >/tmp/go-build1238918229/b512/importcfg << 'EOF' # internal
2025-08-20T21:34:11.7786570Z [00:03:05.220]➜  # import config
2025-08-20T21:34:11.7787077Z [00:03:05.220]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1238918229/b501/_pkg_.a
2025-08-20T21:34:11.7787792Z [00:03:05.220]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.7788232Z [00:03:05.220]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:11.7788702Z [00:03:05.220]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:11.7789024Z [00:03:05.220]➜  EOF
2025-08-20T21:34:11.7791920Z [00:03:05.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b512/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/encoding=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/internal/encoding;$WORK/b512=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/encoding -lang=go1.22 -complete -installsuffix shared -buildid L_RlLm3VzWl7dtOBQ1gL/L_RlLm3VzWl7dtOBQ1gL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/encoding/encoding.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/encoding/mpi.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/encoding/oid.go
2025-08-20T21:34:11.7934553Z [00:03:05.235]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T21:34:11.7942148Z [00:03:05.235]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/22/225fa2a0b1fbb433d94d043432b5c79463a645cfd11e0586b493ebc77d185b86-d # internal
2025-08-20T21:34:11.7949326Z [00:03:05.236]➜  github.com/cloudflare/circl/internal/conv
2025-08-20T21:34:11.7950210Z [00:03:05.236]➜  mkdir -p $WORK/b515/
2025-08-20T21:34:11.7962472Z [00:03:05.238]➜  cat >/tmp/go-build1238918229/b515/importcfg << 'EOF' # internal
2025-08-20T21:34:11.7963163Z [00:03:05.238]➜  # import config
2025-08-20T21:34:11.7963864Z [00:03:05.238]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.7964585Z [00:03:05.238]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.7965373Z [00:03:05.238]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build1238918229/b407/_pkg_.a
2025-08-20T21:34:11.7966361Z [00:03:05.238]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:11.7966934Z [00:03:05.238]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:11.7967674Z [00:03:05.238]➜  EOF
2025-08-20T21:34:11.7970347Z [00:03:05.238]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b515/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/conv=>github.com/cloudflare/circl@v1.6.1/internal/conv;$WORK/b515=>" -p github.com/cloudflare/circl/internal/conv -lang=go1.22 -complete -installsuffix shared -buildid x4iOFkquRRMuWUR_dEiV/x4iOFkquRRMuWUR_dEiV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/conv/conv.go
2025-08-20T21:34:11.8148504Z [00:03:05.256]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T21:34:11.8154795Z [00:03:05.257]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/21/214109a6d3cab1ddc0d7bc8d76cddc71be33a426daf67e83a3c9a0f6bf538d28-d # internal
2025-08-20T21:34:11.8170107Z [00:03:05.258]➜  github.com/cloudflare/circl/math
2025-08-20T21:34:11.8170906Z [00:03:05.258]➜  mkdir -p $WORK/b519/
2025-08-20T21:34:11.8171931Z [00:03:05.258]➜  cat >/tmp/go-build1238918229/b519/importcfg << 'EOF' # internal
2025-08-20T21:34:11.8172619Z [00:03:05.258]➜  # import config
2025-08-20T21:34:11.8173180Z [00:03:05.258]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:11.8173892Z [00:03:05.258]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.8174547Z [00:03:05.258]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:11.8175284Z [00:03:05.258]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:11.8176143Z [00:03:05.258]➜  EOF
2025-08-20T21:34:11.8178723Z [00:03:05.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math=>github.com/cloudflare/circl@v1.6.1/math;$WORK/b519=>" -p github.com/cloudflare/circl/math -lang=go1.22 -complete -installsuffix shared -buildid pYpSevrOOCLyjM2q05de/pYpSevrOOCLyjM2q05de -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/integer.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/primes.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/wnaf.go
2025-08-20T21:34:11.8211973Z [00:03:05.263]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T21:34:11.8218201Z [00:03:05.263]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/10/10e3b8cdab4b5a95d77a1cde61775f99719271ddbda2fe4a05872da7570be78e-d # internal
2025-08-20T21:34:11.8223494Z [00:03:05.263]➜  github.com/cloudflare/circl/sign
2025-08-20T21:34:11.8223810Z [00:03:05.263]➜  mkdir -p $WORK/b520/
2025-08-20T21:34:11.8224186Z [00:03:05.264]➜  cat >/tmp/go-build1238918229/b520/importcfg << 'EOF' # internal
2025-08-20T21:34:11.8224530Z [00:03:05.264]➜  # import config
2025-08-20T21:34:11.8224868Z [00:03:05.264]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:11.8225297Z [00:03:05.264]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:11.8225741Z [00:03:05.264]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.8226055Z [00:03:05.264]➜  EOF
2025-08-20T21:34:11.8227971Z [00:03:05.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign=>github.com/cloudflare/circl@v1.6.1/sign;$WORK/b520=>" -p github.com/cloudflare/circl/sign -lang=go1.22 -complete -installsuffix shared -buildid Jb66PIspvP7xEs7CUweZ/Jb66PIspvP7xEs7CUweZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/sign.go
2025-08-20T21:34:11.8433573Z [00:03:05.284]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T21:34:11.8446401Z [00:03:05.286]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/4e/4e0a7886f5146d291cb7c80f4e748960a7398a63ed18faeb13b37ba61ad5f0c3-d # internal
2025-08-20T21:34:11.8447089Z [00:03:05.286]➜  github.com/cloudflare/circl/internal/sha3
2025-08-20T21:34:11.8447557Z [00:03:05.286]➜  mkdir -p $WORK/b524/
2025-08-20T21:34:11.8448004Z [00:03:05.286]➜  cat >/tmp/go-build1238918229/b524/importcfg << 'EOF' # internal
2025-08-20T21:34:11.8448352Z [00:03:05.286]➜  # import config
2025-08-20T21:34:11.8448728Z [00:03:05.286]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.8449163Z [00:03:05.286]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.8449487Z [00:03:05.286]➜  EOF
2025-08-20T21:34:11.8453717Z [00:03:05.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b524/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3=>github.com/cloudflare/circl@v1.6.1/internal/sha3;$WORK/b524=>" -p github.com/cloudflare/circl/internal/sha3 -lang=go1.22 -complete -installsuffix shared -buildid HqP4ovjOVa_X-b29WNvT/HqP4ovjOVa_X-b29WNvT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/doc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/hashes.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/keccakf.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/rc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/sha3.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/shake.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/xor.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/xor_generic.go
2025-08-20T21:34:11.8524388Z [00:03:05.294]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T21:34:11.8528160Z [00:03:05.294]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/16/167b55b5fd17d526263395f877cf2b49ea858510c8ea364df72fde84d1ed55b7-d # internal
2025-08-20T21:34:11.8531338Z [00:03:05.295]➜  github.com/cloudflare/circl/math/fp25519
2025-08-20T21:34:11.8534339Z [00:03:05.295]➜  mkdir -p $WORK/b514/
2025-08-20T21:34:11.8536116Z [00:03:05.295]➜  cat >/tmp/go-build1238918229/b514/importcfg << 'EOF' # internal
2025-08-20T21:34:11.8536946Z [00:03:05.295]➜  # import config
2025-08-20T21:34:11.8537891Z [00:03:05.295]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.8538432Z [00:03:05.295]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.8539013Z [00:03:05.295]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build1238918229/b515/_pkg_.a
2025-08-20T21:34:11.8540006Z [00:03:05.295]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:11.8540336Z [00:03:05.295]➜  EOF
2025-08-20T21:34:11.8542869Z [00:03:05.295]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b514=>" -p github.com/cloudflare/circl/math/fp25519 -lang=go1.22 -complete -installsuffix shared -buildid GxTl3z1WfyMy3kuMAEhD/GxTl3z1WfyMy3kuMAEhD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_noasm.go
2025-08-20T21:34:11.8584970Z [00:03:05.300]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T21:34:11.8586273Z [00:03:05.300]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/bd/bd0ca4e3ccc69e2901d090d1a847158959d6b7b455551cedbd740ec879298b50-d # internal
2025-08-20T21:34:11.8591092Z [00:03:05.301]➜  github.com/cloudflare/circl/math/fp448
2025-08-20T21:34:11.8592117Z [00:03:05.301]➜  mkdir -p $WORK/b517/
2025-08-20T21:34:11.8594720Z [00:03:05.301]➜  cat >/tmp/go-build1238918229/b517/importcfg << 'EOF' # internal
2025-08-20T21:34:11.8595093Z [00:03:05.301]➜  # import config
2025-08-20T21:34:11.8595468Z [00:03:05.301]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.8595944Z [00:03:05.301]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.8596504Z [00:03:05.301]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build1238918229/b515/_pkg_.a
2025-08-20T21:34:11.8597050Z [00:03:05.301]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:11.8597374Z [00:03:05.301]➜  EOF
2025-08-20T21:34:11.8611662Z [00:03:05.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b517=>" -p github.com/cloudflare/circl/math/fp448 -lang=go1.22 -complete -installsuffix shared -buildid x4JkEezvaSjsuvvWULb0/x4JkEezvaSjsuvvWULb0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_noasm.go
2025-08-20T21:34:11.8959249Z [00:03:05.337]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T21:34:11.9013302Z [00:03:05.343]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/25/257c025a6d332c48efd51c5f191a2ba788db0dbd8e74d4a26045e7f060533f97-d # internal
2025-08-20T21:34:11.9014149Z [00:03:05.343]➜  github.com/cloudflare/circl/math/mlsbset
2025-08-20T21:34:11.9014601Z [00:03:05.343]➜  mkdir -p $WORK/b523/
2025-08-20T21:34:11.9015513Z [00:03:05.343]➜  cat >/tmp/go-build1238918229/b523/importcfg << 'EOF' # internal
2025-08-20T21:34:11.9015894Z [00:03:05.343]➜  # import config
2025-08-20T21:34:11.9016279Z [00:03:05.343]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.9016697Z [00:03:05.343]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.9017251Z [00:03:05.343]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build1238918229/b515/_pkg_.a
2025-08-20T21:34:11.9018106Z [00:03:05.343]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:11.9018433Z [00:03:05.343]➜  EOF
2025-08-20T21:34:11.9020758Z [00:03:05.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b523/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/mlsbset=>github.com/cloudflare/circl@v1.6.1/math/mlsbset;$WORK/b523=>" -p github.com/cloudflare/circl/math/mlsbset -lang=go1.22 -complete -installsuffix shared -buildid mneaY2m3-tIp6n-fWsLf/mneaY2m3-tIp6n-fWsLf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/mlsbset/mlsbset.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/mlsbset/power.go
2025-08-20T21:34:11.9255095Z [00:03:05.366]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T21:34:11.9255879Z [00:03:05.366]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/8a/8acc18a5dd0bfc39c0fe01a78edf98bdb45976a677090f473a9184fe7d09c919-d # internal
2025-08-20T21:34:11.9256529Z [00:03:05.367]➜  github.com/cloudflare/circl/dh/x448
2025-08-20T21:34:11.9256836Z [00:03:05.367]➜  mkdir -p $WORK/b516/
2025-08-20T21:34:11.9258992Z [00:03:05.367]➜  cat >/tmp/go-build1238918229/b516/importcfg << 'EOF' # internal
2025-08-20T21:34:11.9259454Z [00:03:05.367]➜  # import config
2025-08-20T21:34:11.9259826Z [00:03:05.367]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:11.9260311Z [00:03:05.367]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.9260912Z [00:03:05.367]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build1238918229/b517/_pkg_.a
2025-08-20T21:34:11.9261451Z [00:03:05.367]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:11.9261769Z [00:03:05.367]➜  EOF
2025-08-20T21:34:11.9265183Z [00:03:05.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b516/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b516=>" -p github.com/cloudflare/circl/dh/x448 -lang=go1.22 -complete -installsuffix shared -buildid 6bZ6772cqBD6oZQf_ywD/6bZ6772cqBD6oZQf_ywD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_noasm.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/doc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/key.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/table.go
2025-08-20T21:34:11.9337161Z [00:03:05.375]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T21:34:11.9353074Z [00:03:05.376]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/1e/1e0ec0432dd21477ade403c2526fd75387b680a75c62b039a54b55ec1e267ddf-d # internal
2025-08-20T21:34:11.9353781Z [00:03:05.376]➜  github.com/cloudflare/circl/dh/x25519
2025-08-20T21:34:11.9354430Z [00:03:05.376]➜  mkdir -p $WORK/b513/
2025-08-20T21:34:11.9354879Z [00:03:05.376]➜  cat >/tmp/go-build1238918229/b513/importcfg << 'EOF' # internal
2025-08-20T21:34:11.9355225Z [00:03:05.376]➜  # import config
2025-08-20T21:34:11.9355591Z [00:03:05.376]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:11.9356074Z [00:03:05.376]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.9356679Z [00:03:05.376]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build1238918229/b514/_pkg_.a
2025-08-20T21:34:11.9357225Z [00:03:05.376]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:11.9357760Z [00:03:05.376]➜  EOF
2025-08-20T21:34:11.9378850Z [00:03:05.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b513=>" -p github.com/cloudflare/circl/dh/x25519 -lang=go1.22 -complete -installsuffix shared -buildid pwNIcs-XHDV2Te3vgFS2/pwNIcs-XHDV2Te3vgFS2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_noasm.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/doc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/key.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/table.go
2025-08-20T21:34:11.9675707Z [00:03:05.409]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T21:34:11.9682507Z [00:03:05.409]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/0e/0e0f43945c5f6ad3950b9cb5fc2cb8e753993d38420538aadf0466db8ea2b6b9-d # internal
2025-08-20T21:34:11.9685982Z [00:03:05.410]➜  github.com/cloudflare/circl/sign/ed25519
2025-08-20T21:34:11.9686645Z [00:03:05.410]➜  mkdir -p $WORK/b518/
2025-08-20T21:34:11.9724185Z [00:03:05.414]➜  cat >/tmp/go-build1238918229/b518/importcfg << 'EOF' # internal
2025-08-20T21:34:11.9724750Z [00:03:05.414]➜  # import config
2025-08-20T21:34:11.9725210Z [00:03:05.414]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:11.9725756Z [00:03:05.414]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:11.9726341Z [00:03:05.414]➜  packagefile crypto/ed25519=/tmp/go-build1238918229/b152/_pkg_.a
2025-08-20T21:34:11.9726935Z [00:03:05.414]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:11.9727669Z [00:03:05.414]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:11.9728286Z [00:03:05.414]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:11.9728878Z [00:03:05.414]➜  packagefile encoding/asn1=/tmp/go-build1238918229/b150/_pkg_.a
2025-08-20T21:34:11.9729452Z [00:03:05.414]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:11.9730345Z [00:03:05.414]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:11.9730941Z [00:03:05.414]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:11.9731604Z [00:03:05.414]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build1238918229/b515/_pkg_.a
2025-08-20T21:34:11.9732375Z [00:03:05.414]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build1238918229/b519/_pkg_.a
2025-08-20T21:34:11.9733178Z [00:03:05.414]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build1238918229/b514/_pkg_.a
2025-08-20T21:34:11.9733918Z [00:03:05.414]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build1238918229/b520/_pkg_.a
2025-08-20T21:34:11.9734559Z [00:03:05.414]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:11.9735098Z [00:03:05.414]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:11.9735678Z [00:03:05.414]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:11.9736112Z [00:03:05.414]➜  EOF
2025-08-20T21:34:11.9739996Z [00:03:05.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519=>github.com/cloudflare/circl@v1.6.1/sign/ed25519;$WORK/b518=>" -p github.com/cloudflare/circl/sign/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid oOdZZZVL0lgi86VHamsq/oOdZZZVL0lgi86VHamsq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/ed25519.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/modular.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/mult.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/point.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/pubkey.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/signapi.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/tables.go
2025-08-20T21:34:12.0026006Z [00:03:05.444]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T21:34:12.0030505Z [00:03:05.444]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/02/025f7eb21d6f53d40c573881c465675e324e84392e5741b984ef2a1f95fb4c65-d # internal
2025-08-20T21:34:12.0043211Z [00:03:05.445]➜  github.com/cloudflare/circl/ecc/goldilocks
2025-08-20T21:34:12.0043692Z [00:03:05.445]➜  mkdir -p $WORK/b522/
2025-08-20T21:34:12.0044123Z [00:03:05.445]➜  cat >/tmp/go-build1238918229/b522/importcfg << 'EOF' # internal
2025-08-20T21:34:12.0044473Z [00:03:05.445]➜  # import config
2025-08-20T21:34:12.0044834Z [00:03:05.445]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:12.0045315Z [00:03:05.445]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:12.0045772Z [00:03:05.445]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.0046200Z [00:03:05.445]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.0046749Z [00:03:05.445]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build1238918229/b515/_pkg_.a
2025-08-20T21:34:12.0047382Z [00:03:05.445]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build1238918229/b519/_pkg_.a
2025-08-20T21:34:12.0048207Z [00:03:05.445]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build1238918229/b517/_pkg_.a
2025-08-20T21:34:12.0048877Z [00:03:05.445]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build1238918229/b523/_pkg_.a
2025-08-20T21:34:12.0049420Z [00:03:05.445]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:12.0049744Z [00:03:05.445]➜  EOF
2025-08-20T21:34:12.0054535Z [00:03:05.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b522/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks=>github.com/cloudflare/circl@v1.6.1/ecc/goldilocks;$WORK/b522=>" -p github.com/cloudflare/circl/ecc/goldilocks -lang=go1.22 -complete -installsuffix shared -buildid HD61MniBmcv54-25KUAZ/HD61MniBmcv54-25KUAZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/constants.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/curve.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/isogeny.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/point.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/scalar.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twist.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twistPoint.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twistTables.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twist_basemult.go
2025-08-20T21:34:12.0185594Z [00:03:05.459]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T21:34:12.0186383Z [00:03:05.459]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/19/1975913379fd894982c514a2836be06026ed5e031442b4e0303f3f3a11ff7c4e-d # internal
2025-08-20T21:34:12.0186921Z [00:03:05.459]➜  compress/bzip2
2025-08-20T21:34:12.0187181Z [00:03:05.459]➜  mkdir -p $WORK/b530/
2025-08-20T21:34:12.0206835Z [00:03:05.462]➜  cat >/tmp/go-build1238918229/b530/importcfg << 'EOF' # internal
2025-08-20T21:34:12.0207405Z [00:03:05.462]➜  # import config
2025-08-20T21:34:12.0208419Z [00:03:05.462]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:12.0208979Z [00:03:05.462]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:12.0209497Z [00:03:05.462]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.0210012Z [00:03:05.462]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:12.0211269Z [00:03:05.463]➜  EOF
2025-08-20T21:34:12.0213293Z [00:03:05.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/.go/src/compress/bzip2=>compress/bzip2;$WORK/b530=>" -p compress/bzip2 -lang=go1.25 -std -complete -installsuffix shared -buildid TqBajTQfFBHlgJ51aebO/TqBajTQfFBHlgJ51aebO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/.go/src/compress/bzip2/bit_reader.go /root/.go/src/compress/bzip2/bzip2.go /root/.go/src/compress/bzip2/huffman.go /root/.go/src/compress/bzip2/move_to_front.go
2025-08-20T21:34:12.0964001Z [00:03:05.538]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T21:34:12.0989501Z [00:03:05.540]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/45/456c33f7fc4658142cd75f4879c509afcefe9d23fec64c1f93cfae705a0f2320-d # internal
2025-08-20T21:34:12.0992508Z [00:03:05.541]➜  github.com/ProtonMail/go-crypto/openpgp/ed25519
2025-08-20T21:34:12.0993021Z [00:03:05.541]➜  mkdir -p $WORK/b526/
2025-08-20T21:34:12.0995379Z [00:03:05.541]➜  cat >/tmp/go-build1238918229/b526/importcfg << 'EOF' # internal
2025-08-20T21:34:12.0996410Z [00:03:05.541]➜  # import config
2025-08-20T21:34:12.0996843Z [00:03:05.541]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:12.0997555Z [00:03:05.541]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1238918229/b501/_pkg_.a
2025-08-20T21:34:12.0998300Z [00:03:05.541]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build1238918229/b518/_pkg_.a
2025-08-20T21:34:12.0998825Z [00:03:05.541]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.0999147Z [00:03:05.541]➜  EOF
2025-08-20T21:34:12.1002176Z [00:03:05.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b526/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ed25519=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/ed25519;$WORK/b526=>" -p github.com/ProtonMail/go-crypto/openpgp/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid 1mlLnJz56qpEIG5jlsEu/1mlLnJz56qpEIG5jlsEu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ed25519/ed25519.go
2025-08-20T21:34:12.1044120Z [00:03:05.546]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T21:34:12.1056092Z [00:03:05.547]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/41/41ce51d857e796019bc8deaf14c97882c0b737ae5077b81835943758b9206a22-d # internal
2025-08-20T21:34:12.1057382Z [00:03:05.547]➜  hash/adler32
2025-08-20T21:34:12.1057804Z [00:03:05.547]➜  mkdir -p $WORK/b532/
2025-08-20T21:34:12.1066174Z [00:03:05.548]➜  cat >/tmp/go-build1238918229/b532/importcfg << 'EOF' # internal
2025-08-20T21:34:12.1066624Z [00:03:05.548]➜  # import config
2025-08-20T21:34:12.1066977Z [00:03:05.548]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.1067398Z [00:03:05.548]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:12.1068008Z [00:03:05.548]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:12.1068371Z [00:03:05.548]➜  EOF
2025-08-20T21:34:12.1070621Z [00:03:05.548]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b532=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid zYnB5d9XbU5vl2fMxxwe/zYnB5d9XbU5vl2fMxxwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T21:34:12.1223432Z [00:03:05.564]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T21:34:12.1228001Z [00:03:05.564]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d # internal
2025-08-20T21:34:12.1229336Z [00:03:05.564]➜  compress/zlib
2025-08-20T21:34:12.1229650Z [00:03:05.564]➜  mkdir -p $WORK/b531/
2025-08-20T21:34:12.1235254Z [00:03:05.565]➜  cat >/tmp/go-build1238918229/b531/importcfg << 'EOF' # internal
2025-08-20T21:34:12.1235617Z [00:03:05.565]➜  # import config
2025-08-20T21:34:12.1235989Z [00:03:05.565]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:12.1236452Z [00:03:05.565]➜  packagefile compress/flate=/tmp/go-build1238918229/b197/_pkg_.a
2025-08-20T21:34:12.1236927Z [00:03:05.565]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:12.1237375Z [00:03:05.565]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.1238150Z [00:03:05.565]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.1238709Z [00:03:05.565]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:12.1239284Z [00:03:05.565]➜  packagefile hash/adler32=/tmp/go-build1238918229/b532/_pkg_.a
2025-08-20T21:34:12.1239809Z [00:03:05.565]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.1240234Z [00:03:05.565]➜  EOF
2025-08-20T21:34:12.1241955Z [00:03:05.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b531=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid E-spwvnpdd0cpvAhA7T0/E-spwvnpdd0cpvAhA7T0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T21:34:12.1245550Z [00:03:05.566]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T21:34:12.1247334Z [00:03:05.566]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/f4/f4f55ba235dc6dc7e7141a5fb685a4394cd999821ea7c0b9a126fd3be576ac4d-d # internal
2025-08-20T21:34:12.1248180Z [00:03:05.566]➜  github.com/ProtonMail/go-crypto/openpgp/elgamal
2025-08-20T21:34:12.1248511Z [00:03:05.566]➜  mkdir -p $WORK/b533/
2025-08-20T21:34:12.1259828Z [00:03:05.567]➜  cat >/tmp/go-build1238918229/b533/importcfg << 'EOF' # internal
2025-08-20T21:34:12.1260352Z [00:03:05.567]➜  # import config
2025-08-20T21:34:12.1260857Z [00:03:05.567]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:12.1261785Z [00:03:05.567]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:12.1265165Z [00:03:05.568]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.1265610Z [00:03:05.568]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.1266027Z [00:03:05.568]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:12.1266346Z [00:03:05.568]➜  EOF
2025-08-20T21:34:12.1268515Z [00:03:05.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/elgamal=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/elgamal;$WORK/b533=>" -p github.com/ProtonMail/go-crypto/openpgp/elgamal -lang=go1.22 -complete -installsuffix shared -buildid jf2Zk-3uzq5gmIlt3ppN/jf2Zk-3uzq5gmIlt3ppN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/elgamal/elgamal.go
2025-08-20T21:34:12.1501811Z [00:03:05.591]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T21:34:12.1519235Z [00:03:05.593]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d # internal
2025-08-20T21:34:12.1521724Z [00:03:05.593]➜  golang.org/x/crypto/blake2b
2025-08-20T21:34:12.1522039Z [00:03:05.593]➜  mkdir -p $WORK/b536/
2025-08-20T21:34:12.1522413Z [00:03:05.593]➜  cat >/tmp/go-build1238918229/b536/importcfg << 'EOF' # internal
2025-08-20T21:34:12.1523137Z [00:03:05.593]➜  # import config
2025-08-20T21:34:12.1523480Z [00:03:05.593]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:12.1523936Z [00:03:05.593]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:12.1524385Z [00:03:05.593]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.1524844Z [00:03:05.593]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:12.1525261Z [00:03:05.593]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.1525724Z [00:03:05.593]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:12.1526045Z [00:03:05.593]➜  EOF
2025-08-20T21:34:12.1532868Z [00:03:05.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b536/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b=>golang.org/x/crypto@v0.40.0/blake2b;$WORK/b536=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -complete -installsuffix shared -buildid OKAUi3pajZbASeas7vgv/OKAUi3pajZbASeas7vgv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/blake2b_ref.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/blake2x.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/go125.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/register.go
2025-08-20T21:34:12.1535569Z [00:03:05.594]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T21:34:12.1536254Z [00:03:05.594]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/71/7137b9d504ef0247ee7ac9e1773952fedc9bcaae658f44024b2bda1ae04aef3b-d # internal
2025-08-20T21:34:12.1536865Z [00:03:05.594]➜  github.com/ProtonMail/go-crypto/openpgp/x25519
2025-08-20T21:34:12.1537184Z [00:03:05.594]➜  mkdir -p $WORK/b537/
2025-08-20T21:34:12.1538799Z [00:03:05.595]➜  cat >/tmp/go-build1238918229/b537/importcfg << 'EOF' # internal
2025-08-20T21:34:12.1539238Z [00:03:05.595]➜  # import config
2025-08-20T21:34:12.1540195Z [00:03:05.595]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:12.1540739Z [00:03:05.595]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:12.1541360Z [00:03:05.595]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build1238918229/b503/_pkg_.a
2025-08-20T21:34:12.1542343Z [00:03:05.595]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1238918229/b501/_pkg_.a
2025-08-20T21:34:12.1543080Z [00:03:05.595]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build1238918229/b513/_pkg_.a
2025-08-20T21:34:12.1543664Z [00:03:05.595]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1238918229/b409/_pkg_.a
2025-08-20T21:34:12.1544129Z [00:03:05.595]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.1544429Z [00:03:05.595]➜  EOF
2025-08-20T21:34:12.1546481Z [00:03:05.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b537/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/x25519=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/x25519;$WORK/b537=>" -p github.com/ProtonMail/go-crypto/openpgp/x25519 -lang=go1.22 -complete -installsuffix shared -buildid 5V-XTOwmrPJQCLkJ04IR/5V-XTOwmrPJQCLkJ04IR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/x25519/x25519.go
2025-08-20T21:34:12.1639619Z [00:03:05.605]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T21:34:12.1640615Z [00:03:05.605]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T21:34:12.1664890Z [00:03:05.606]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/67/67268618162389e5ec3db4a40db989a100ae73dc9dfd19d6f168daa950085faa-d # internal
2025-08-20T21:34:12.1668402Z [00:03:05.608]➜  github.com/cloudflare/circl/sign/ed448
2025-08-20T21:34:12.1670051Z [00:03:05.608]➜  mkdir -p $WORK/b521/
2025-08-20T21:34:12.1670715Z [00:03:05.608]➜  cat >/tmp/go-build1238918229/b521/importcfg << 'EOF' # internal
2025-08-20T21:34:12.1671227Z [00:03:05.608]➜  # import config
2025-08-20T21:34:12.1671603Z [00:03:05.608]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.1672240Z [00:03:05.608]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:12.1672883Z [00:03:05.608]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:12.1673539Z [00:03:05.608]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:12.1674066Z [00:03:05.608]➜  packagefile encoding/asn1=/tmp/go-build1238918229/b150/_pkg_.a
2025-08-20T21:34:12.1674775Z [00:03:05.608]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.1675445Z [00:03:05.608]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.1676220Z [00:03:05.608]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build1238918229/b522/_pkg_.a
2025-08-20T21:34:12.1677145Z [00:03:05.608]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build1238918229/b524/_pkg_.a
2025-08-20T21:34:12.1678245Z [00:03:05.608]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build1238918229/b520/_pkg_.a
2025-08-20T21:34:12.1678770Z [00:03:05.608]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.1679389Z [00:03:05.608]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.1679922Z [00:03:05.608]➜  EOF
2025-08-20T21:34:12.1682655Z [00:03:05.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b521/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448=>github.com/cloudflare/circl@v1.6.1/sign/ed448;$WORK/b521=>" -p github.com/cloudflare/circl/sign/ed448 -lang=go1.22 -complete -installsuffix shared -buildid Yp9jvuOMGlq2SlUdox82/Yp9jvuOMGlq2SlUdox82 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448/ed448.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448/signapi.go
2025-08-20T21:34:12.1757610Z [00:03:05.617]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T21:34:12.1758416Z [00:03:05.617]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/41/4147a6d267678dbb7bb26a18da84dcaf8712dbfc448831a1ed5ad5efc6b46c3f-d # internal
2025-08-20T21:34:12.1759030Z [00:03:05.617]➜  github.com/ProtonMail/go-crypto/openpgp/x448
2025-08-20T21:34:12.1761583Z [00:03:05.617]➜  mkdir -p $WORK/b538/
2025-08-20T21:34:12.1762095Z [00:03:05.617]➜  cat >/tmp/go-build1238918229/b538/importcfg << 'EOF' # internal
2025-08-20T21:34:12.1762447Z [00:03:05.617]➜  # import config
2025-08-20T21:34:12.1762813Z [00:03:05.618]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:12.1763281Z [00:03:05.618]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:12.1763918Z [00:03:05.618]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build1238918229/b503/_pkg_.a
2025-08-20T21:34:12.1764638Z [00:03:05.618]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1238918229/b501/_pkg_.a
2025-08-20T21:34:12.1765291Z [00:03:05.618]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build1238918229/b516/_pkg_.a
2025-08-20T21:34:12.1765872Z [00:03:05.618]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1238918229/b409/_pkg_.a
2025-08-20T21:34:12.1766346Z [00:03:05.618]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.1766654Z [00:03:05.618]➜  EOF
2025-08-20T21:34:12.1770323Z [00:03:05.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/x448=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/x448;$WORK/b538=>" -p github.com/ProtonMail/go-crypto/openpgp/x448 -lang=go1.22 -complete -installsuffix shared -buildid yDd4E_EgPZr19qxdgxIp/yDd4E_EgPZr19qxdgxIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/x448/x448.go
2025-08-20T21:34:12.1780539Z [00:03:05.619]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/46/46b8b7916dfe5e3ccb5ec605cfc42734f645cdab796f37e81a0016775040a2c3-d # internal
2025-08-20T21:34:12.1782310Z [00:03:05.620]➜  go.step.sm/crypto/keyutil
2025-08-20T21:34:12.1783292Z [00:03:05.620]➜  mkdir -p $WORK/b473/
2025-08-20T21:34:12.1789034Z [00:03:05.620]➜  cat >/tmp/go-build1238918229/b473/importcfg << 'EOF' # internal
2025-08-20T21:34:12.1789471Z [00:03:05.620]➜  # import config
2025-08-20T21:34:12.1789817Z [00:03:05.620]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.1790246Z [00:03:05.620]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:12.1790703Z [00:03:05.620]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:12.1791185Z [00:03:05.620]➜  packagefile crypto/ed25519=/tmp/go-build1238918229/b152/_pkg_.a
2025-08-20T21:34:12.1795777Z [00:03:05.620]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:12.1796291Z [00:03:05.620]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:12.1796752Z [00:03:05.620]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:12.1797208Z [00:03:05.620]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:12.1797888Z [00:03:05.620]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:12.1798365Z [00:03:05.620]➜  packagefile crypto/x509/pkix=/tmp/go-build1238918229/b176/_pkg_.a
2025-08-20T21:34:12.1798845Z [00:03:05.620]➜  packagefile encoding/asn1=/tmp/go-build1238918229/b150/_pkg_.a
2025-08-20T21:34:12.1799278Z [00:03:05.620]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.1799746Z [00:03:05.620]➜  packagefile github.com/pkg/errors=/tmp/go-build1238918229/b470/_pkg_.a
2025-08-20T21:34:12.1800305Z [00:03:05.620]➜  packagefile go.step.sm/crypto/fingerprint=/tmp/go-build1238918229/b474/_pkg_.a
2025-08-20T21:34:12.1800855Z [00:03:05.620]➜  packagefile go.step.sm/crypto/x25519=/tmp/go-build1238918229/b476/_pkg_.a
2025-08-20T21:34:12.1801382Z [00:03:05.620]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1238918229/b480/_pkg_.a
2025-08-20T21:34:12.1801859Z [00:03:05.620]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:12.1802671Z [00:03:05.620]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:12.1803068Z [00:03:05.620]➜  EOF
2025-08-20T21:34:12.1805001Z [00:03:05.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/go.step.sm/crypto@v0.69.0/keyutil=>go.step.sm/crypto@v0.69.0/keyutil;$WORK/b473=>" -p go.step.sm/crypto/keyutil -lang=go1.23 -complete -installsuffix shared -buildid JRznpYFaIB07G7MNz4Uh/JRznpYFaIB07G7MNz4Uh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/keyutil/fingerprint.go /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/keyutil/key.go
2025-08-20T21:34:12.2010187Z [00:03:05.640]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T21:34:12.2022712Z [00:03:05.643]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/38/385ff035fd2f553019e9d549fcd76347d60ac0e5c01e0f94953ea7c934518a08-d # internal
2025-08-20T21:34:12.2027840Z [00:03:05.643]➜  image
2025-08-20T21:34:12.2028113Z [00:03:05.643]➜  mkdir -p $WORK/b539/
2025-08-20T21:34:12.2028481Z [00:03:05.643]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T21:34:12.2028910Z [00:03:05.644]➜  cat >/tmp/go-build1238918229/b539/importcfg << 'EOF' # internal
2025-08-20T21:34:12.2029251Z [00:03:05.644]➜  # import config
2025-08-20T21:34:12.2029590Z [00:03:05.644]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:12.2030011Z [00:03:05.644]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.2030867Z [00:03:05.644]➜  packagefile image/color=/tmp/go-build1238918229/b540/_pkg_.a
2025-08-20T21:34:12.2031295Z [00:03:05.644]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.2031721Z [00:03:05.644]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:12.2032155Z [00:03:05.644]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.2032576Z [00:03:05.644]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:12.2033019Z [00:03:05.644]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:12.2033347Z [00:03:05.644]➜  EOF
2025-08-20T21:34:12.2035053Z [00:03:05.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b539=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid 5atW7hS7FvXrIRy7S1Sm/5atW7hS7FvXrIRy7S1Sm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack /root/.go/src/image/format.go /root/.go/src/image/geom.go /root/.go/src/image/image.go /root/.go/src/image/names.go /root/.go/src/image/ycbcr.go
2025-08-20T21:34:12.2050267Z [00:03:05.646]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/52/522f00b69c9e0955942e7f8378a66b1b262be1be405360544c5abe616ce49791-d # internal
2025-08-20T21:34:12.2057663Z [00:03:05.647]➜  golang.org/x/crypto/argon2
2025-08-20T21:34:12.2058047Z [00:03:05.647]➜  mkdir -p $WORK/b535/
2025-08-20T21:34:12.2058440Z [00:03:05.647]➜  cat >/tmp/go-build1238918229/b535/importcfg << 'EOF' # internal
2025-08-20T21:34:12.2058784Z [00:03:05.647]➜  # import config
2025-08-20T21:34:12.2059155Z [00:03:05.647]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:12.2059686Z [00:03:05.647]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build1238918229/b536/_pkg_.a
2025-08-20T21:34:12.2060170Z [00:03:05.647]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:12.2060586Z [00:03:05.647]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:12.2060906Z [00:03:05.647]➜  EOF
2025-08-20T21:34:12.2063672Z [00:03:05.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b535/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2=>golang.org/x/crypto@v0.40.0/argon2;$WORK/b535=>" -p golang.org/x/crypto/argon2 -lang=go1.23 -complete -installsuffix shared -buildid bIa7WSCRpCjh2IaUxHT0/bIa7WSCRpCjh2IaUxHT0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2/argon2.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2/blamka_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2/blamka_ref.go
2025-08-20T21:34:12.2230548Z [00:03:05.664]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T21:34:12.2249319Z [00:03:05.665]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/0c/0c814497763787f170342e94b956853e0e5e8d16269c2f09467e1b2365a81d6d-d # internal
2025-08-20T21:34:12.2256631Z [00:03:05.666]➜  github.com/ProtonMail/go-crypto/openpgp/internal/ecc
2025-08-20T21:34:12.2256996Z [00:03:05.666]➜  mkdir -p $WORK/b509/
2025-08-20T21:34:12.2257374Z [00:03:05.666]➜  cat >/tmp/go-build1238918229/b509/importcfg << 'EOF' # internal
2025-08-20T21:34:12.2257897Z [00:03:05.666]➜  # import config
2025-08-20T21:34:12.2258259Z [00:03:05.666]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.2258728Z [00:03:05.666]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:12.2259209Z [00:03:05.666]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:12.2259684Z [00:03:05.666]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:12.2260117Z [00:03:05.666]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.2260663Z [00:03:05.666]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build1238918229/b510/_pkg_.a
2025-08-20T21:34:12.2261834Z [00:03:05.666]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build1238918229/b511/_pkg_.a
2025-08-20T21:34:12.2268876Z [00:03:05.666]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1238918229/b501/_pkg_.a
2025-08-20T21:34:12.2269727Z [00:03:05.666]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build1238918229/b512/_pkg_.a
2025-08-20T21:34:12.2274368Z [00:03:05.666]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build1238918229/b513/_pkg_.a
2025-08-20T21:34:12.2275064Z [00:03:05.666]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build1238918229/b516/_pkg_.a
2025-08-20T21:34:12.2275707Z [00:03:05.666]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build1238918229/b518/_pkg_.a
2025-08-20T21:34:12.2276354Z [00:03:05.666]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build1238918229/b521/_pkg_.a
2025-08-20T21:34:12.2276878Z [00:03:05.666]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.2277297Z [00:03:05.666]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:12.2277799Z [00:03:05.666]➜  EOF
2025-08-20T21:34:12.2281955Z [00:03:05.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b509/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/internal/ecc;$WORK/b509=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/ecc -lang=go1.22 -complete -installsuffix shared -buildid Or8HIHBWc827WjbsW16s/Or8HIHBWc827WjbsW16s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b509/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/curve25519.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/curve_info.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/curves.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/ed25519.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/ed448.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/generic.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/internal/ecc/x448.go
2025-08-20T21:34:12.2285701Z [00:03:05.667]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T21:34:12.2286666Z [00:03:05.668]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/1f/1fe25a417ed76f8c92a4d40cf9f8a93c058690f017ffd399bf15e16257088223-d # internal
2025-08-20T21:34:12.2287301Z [00:03:05.668]➜  go.step.sm/crypto/pemutil
2025-08-20T21:34:12.2287680Z [00:03:05.668]➜  mkdir -p $WORK/b484/
2025-08-20T21:34:12.2288058Z [00:03:05.668]➜  cat >/tmp/go-build1238918229/b484/importcfg << 'EOF' # internal
2025-08-20T21:34:12.2288399Z [00:03:05.668]➜  # import config
2025-08-20T21:34:12.2288728Z [00:03:05.668]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.2289154Z [00:03:05.668]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:12.2289588Z [00:03:05.668]➜  packagefile crypto/aes=/tmp/go-build1238918229/b133/_pkg_.a
2025-08-20T21:34:12.2290045Z [00:03:05.668]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:12.2290498Z [00:03:05.668]➜  packagefile crypto/des=/tmp/go-build1238918229/b134/_pkg_.a
2025-08-20T21:34:12.2290947Z [00:03:05.668]➜  packagefile crypto/ecdh=/tmp/go-build1238918229/b135/_pkg_.a
2025-08-20T21:34:12.2291414Z [00:03:05.668]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:12.2291875Z [00:03:05.668]➜  packagefile crypto/ed25519=/tmp/go-build1238918229/b152/_pkg_.a
2025-08-20T21:34:12.2292349Z [00:03:05.668]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:12.2292818Z [00:03:05.668]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:12.2293270Z [00:03:05.668]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:12.2294000Z [00:03:05.668]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:12.2294460Z [00:03:05.668]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:12.2294920Z [00:03:05.668]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:12.2295391Z [00:03:05.668]➜  packagefile crypto/x509/pkix=/tmp/go-build1238918229/b176/_pkg_.a
2025-08-20T21:34:12.2295877Z [00:03:05.668]➜  packagefile encoding/asn1=/tmp/go-build1238918229/b150/_pkg_.a
2025-08-20T21:34:12.2296348Z [00:03:05.668]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:12.2296819Z [00:03:05.668]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:12.2297280Z [00:03:05.668]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:12.2314109Z [00:03:05.668]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.2314622Z [00:03:05.668]➜  packagefile github.com/pkg/errors=/tmp/go-build1238918229/b470/_pkg_.a
2025-08-20T21:34:12.2315213Z [00:03:05.668]➜  packagefile go.step.sm/crypto/internal/bcrypt_pbkdf=/tmp/go-build1238918229/b485/_pkg_.a
2025-08-20T21:34:12.2315837Z [00:03:05.668]➜  packagefile go.step.sm/crypto/internal/utils/file=/tmp/go-build1238918229/b471/_pkg_.a
2025-08-20T21:34:12.2316411Z [00:03:05.668]➜  packagefile go.step.sm/crypto/keyutil=/tmp/go-build1238918229/b473/_pkg_.a
2025-08-20T21:34:12.2316962Z [00:03:05.668]➜  packagefile go.step.sm/crypto/randutil=/tmp/go-build1238918229/b486/_pkg_.a
2025-08-20T21:34:12.2317644Z [00:03:05.668]➜  packagefile go.step.sm/crypto/x25519=/tmp/go-build1238918229/b476/_pkg_.a
2025-08-20T21:34:12.2318288Z [00:03:05.668]➜  packagefile golang.org/x/crypto/nacl/secretbox=/tmp/go-build1238918229/b487/_pkg_.a
2025-08-20T21:34:12.2318871Z [00:03:05.668]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1238918229/b467/_pkg_.a
2025-08-20T21:34:12.2319434Z [00:03:05.668]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build1238918229/b489/_pkg_.a
2025-08-20T21:34:12.2319976Z [00:03:05.668]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1238918229/b480/_pkg_.a
2025-08-20T21:34:12.2320448Z [00:03:05.669]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:12.2320847Z [00:03:05.669]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.2321259Z [00:03:05.669]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:12.2322039Z [00:03:05.669]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.2322537Z [00:03:05.669]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.2322852Z [00:03:05.669]➜  EOF
2025-08-20T21:34:12.2325209Z [00:03:05.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/go.step.sm/crypto@v0.69.0/pemutil=>go.step.sm/crypto@v0.69.0/pemutil;$WORK/b484=>" -p go.step.sm/crypto/pemutil -lang=go1.23 -complete -installsuffix shared -buildid GCb9zdUN6bHtwtXrifqI/GCb9zdUN6bHtwtXrifqI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/pemutil/cosign.go /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/pemutil/pem.go /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/pemutil/pkcs8.go /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/pemutil/ssh.go
2025-08-20T21:34:12.2436496Z [00:03:05.685]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T21:34:12.2442340Z [00:03:05.686]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/78/78e10760b7fc0879ab687cf3968fb6573ede48531a6ece328633f6f05dd4c764-d # internal
2025-08-20T21:34:12.2445960Z [00:03:05.686]➜  github.com/ProtonMail/go-crypto/openpgp/ed448
2025-08-20T21:34:12.2448498Z [00:03:05.686]➜  mkdir -p $WORK/b527/
2025-08-20T21:34:12.2449977Z [00:03:05.686]➜  cat >/tmp/go-build1238918229/b527/importcfg << 'EOF' # internal
2025-08-20T21:34:12.2450339Z [00:03:05.686]➜  # import config
2025-08-20T21:34:12.2454694Z [00:03:05.686]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:12.2455385Z [00:03:05.686]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1238918229/b501/_pkg_.a
2025-08-20T21:34:12.2456066Z [00:03:05.686]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build1238918229/b521/_pkg_.a
2025-08-20T21:34:12.2456577Z [00:03:05.686]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.2456880Z [00:03:05.686]➜  EOF
2025-08-20T21:34:12.2459070Z [00:03:05.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ed448=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/ed448;$WORK/b527=>" -p github.com/ProtonMail/go-crypto/openpgp/ed448 -lang=go1.22 -complete -installsuffix shared -buildid XKZM-zB_wiezdIGH6Vw_/XKZM-zB_wiezdIGH6Vw_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ed448/ed448.go
2025-08-20T21:34:12.2633382Z [00:03:05.704]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T21:34:12.2638575Z [00:03:05.705]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/7b/7bda11db854201eae069e9305c06cbbb51a1ddc53aa98e78a4b6f91842ea3f0b-d # internal
2025-08-20T21:34:12.2652992Z [00:03:05.707]➜  github.com/ProtonMail/go-crypto/openpgp/s2k
2025-08-20T21:34:12.2653876Z [00:03:05.707]➜  mkdir -p $WORK/b534/
2025-08-20T21:34:12.2657571Z [00:03:05.707]➜  cat >/tmp/go-build1238918229/b534/importcfg << 'EOF' # internal
2025-08-20T21:34:12.2660020Z [00:03:05.707]➜  # import config
2025-08-20T21:34:12.2662346Z [00:03:05.707]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:12.2664503Z [00:03:05.707]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1238918229/b501/_pkg_.a
2025-08-20T21:34:12.2665270Z [00:03:05.707]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build1238918229/b504/_pkg_.a
2025-08-20T21:34:12.2665966Z [00:03:05.707]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build1238918229/b535/_pkg_.a
2025-08-20T21:34:12.2666446Z [00:03:05.707]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:12.2666850Z [00:03:05.707]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.2667262Z [00:03:05.707]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.2667828Z [00:03:05.707]➜  EOF
2025-08-20T21:34:12.2670735Z [00:03:05.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b534/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/s2k=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/s2k;$WORK/b534=>" -p github.com/ProtonMail/go-crypto/openpgp/s2k -lang=go1.22 -complete -installsuffix shared -buildid xxQZIdX6kH8cazYPohH3/xxQZIdX6kH8cazYPohH3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/s2k/s2k.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/s2k/s2k_cache.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/s2k/s2k_config.go
2025-08-20T21:34:12.3184782Z [00:03:05.759]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T21:34:12.3198265Z [00:03:05.761]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/57/57a885a2e6ea8d04d3decef113554b0bf0d4ecb13969897b771e60f43980f3aa-d # internal
2025-08-20T21:34:12.3223141Z [00:03:05.764]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T21:34:12.3230626Z [00:03:05.764]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/d2/d2c90df6b7f3bbcce61d1cfca148bf3da1e09425affcabe9220aaa08ce8ecac8-d # internal
2025-08-20T21:34:12.3260242Z [00:03:05.767]➜  github.com/ProtonMail/go-crypto/openpgp/ecdh
2025-08-20T21:34:12.3273029Z [00:03:05.767]➜  mkdir -p $WORK/b502/
2025-08-20T21:34:12.3273521Z [00:03:05.767]➜  cat >/tmp/go-build1238918229/b502/importcfg << 'EOF' # internal
2025-08-20T21:34:12.3274243Z [00:03:05.767]➜  # import config
2025-08-20T21:34:12.3274587Z [00:03:05.767]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.3275010Z [00:03:05.767]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.3275609Z [00:03:05.767]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build1238918229/b503/_pkg_.a
2025-08-20T21:34:12.3276384Z [00:03:05.767]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build1238918229/b504/_pkg_.a
2025-08-20T21:34:12.3277172Z [00:03:05.767]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build1238918229/b509/_pkg_.a
2025-08-20T21:34:12.3277923Z [00:03:05.767]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.3278228Z [00:03:05.767]➜  EOF
2025-08-20T21:34:12.3280242Z [00:03:05.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b502/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ecdh=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/ecdh;$WORK/b502=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdh -lang=go1.22 -complete -installsuffix shared -buildid SjGWEmckBtw0MDLBJOut/SjGWEmckBtw0MDLBJOut -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b502/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ecdh/ecdh.go
2025-08-20T21:34:12.3282055Z [00:03:05.767]➜  github.com/ProtonMail/go-crypto/openpgp/ecdsa
2025-08-20T21:34:12.3282375Z [00:03:05.767]➜  mkdir -p $WORK/b525/
2025-08-20T21:34:12.3282747Z [00:03:05.767]➜  cat >/tmp/go-build1238918229/b525/importcfg << 'EOF' # internal
2025-08-20T21:34:12.3283093Z [00:03:05.767]➜  # import config
2025-08-20T21:34:12.3283425Z [00:03:05.767]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.3284022Z [00:03:05.767]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build1238918229/b509/_pkg_.a
2025-08-20T21:34:12.3284577Z [00:03:05.767]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.3284999Z [00:03:05.767]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:12.3285316Z [00:03:05.767]➜  EOF
2025-08-20T21:34:12.3287648Z [00:03:05.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ecdsa=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/ecdsa;$WORK/b525=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdsa -lang=go1.22 -complete -installsuffix shared -buildid wtBxvG_-ZDSKS0nhm7xZ/wtBxvG_-ZDSKS0nhm7xZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/ecdsa/ecdsa.go
2025-08-20T21:34:12.3331656Z [00:03:05.774]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T21:34:12.3373361Z [00:03:05.777]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d # internal
2025-08-20T21:34:12.3374089Z [00:03:05.778]➜  github.com/ProtonMail/go-crypto/openpgp/eddsa
2025-08-20T21:34:12.3374422Z [00:03:05.778]➜  mkdir -p $WORK/b528/
2025-08-20T21:34:12.3374792Z [00:03:05.778]➜  cat >/tmp/go-build1238918229/b528/importcfg << 'EOF' # internal
2025-08-20T21:34:12.3375132Z [00:03:05.778]➜  # import config
2025-08-20T21:34:12.3375470Z [00:03:05.778]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.3376082Z [00:03:05.778]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build1238918229/b509/_pkg_.a
2025-08-20T21:34:12.3376641Z [00:03:05.778]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.3376937Z [00:03:05.778]➜  EOF
2025-08-20T21:34:12.3385469Z [00:03:05.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b528/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/eddsa=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/eddsa;$WORK/b528=>" -p github.com/ProtonMail/go-crypto/openpgp/eddsa -lang=go1.22 -complete -installsuffix shared -buildid wbLbnzswXe27c6US0iBd/wbLbnzswXe27c6US0iBd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/eddsa/eddsa.go
2025-08-20T21:34:12.3443352Z [00:03:05.785]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T21:34:12.3444217Z [00:03:05.786]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T21:34:12.3449135Z [00:03:05.786]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/b0/b0352538dd10a0c97d3996fcbc7a0c1bbd3aaab1baa7245eea2ac9fa95340866-d # internal
2025-08-20T21:34:12.3450787Z [00:03:05.786]➜  image/internal/imageutil
2025-08-20T21:34:12.3451107Z [00:03:05.787]➜  mkdir -p $WORK/b542/
2025-08-20T21:34:12.3454339Z [00:03:05.787]➜  cat >/tmp/go-build1238918229/b542/importcfg << 'EOF' # internal
2025-08-20T21:34:12.3455011Z [00:03:05.787]➜  # import config
2025-08-20T21:34:12.3455405Z [00:03:05.787]➜  packagefile image=/tmp/go-build1238918229/b539/_pkg_.a
2025-08-20T21:34:12.3455751Z [00:03:05.787]➜  EOF
2025-08-20T21:34:12.3457837Z [00:03:05.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b542/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b542=>" -p image/internal/imageutil -lang=go1.25 -std -complete -installsuffix shared -buildid dD2uzJyr78_eNthmncD2/dD2uzJyr78_eNthmncD2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T21:34:12.3465330Z [00:03:05.788]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/22/229eb1027562eb9792390ec8467655689c279f30ad64f4bfd88a5450fe0d47cf-d # internal
2025-08-20T21:34:12.3534271Z [00:03:05.795]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T21:34:12.3535518Z [00:03:05.795]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/7e/7e1998229e194edc2fab416071afd14a7cfdd24e3f51631bc4cb4175b3dad359-d # internal
2025-08-20T21:34:12.3540840Z [00:03:05.795]➜  github.com/go-git/go-billy/v5
2025-08-20T21:34:12.3541735Z [00:03:05.796]➜  mkdir -p $WORK/b545/
2025-08-20T21:34:12.3546590Z [00:03:05.796]➜  golang.org/x/sys/cpu
2025-08-20T21:34:12.3554143Z [00:03:05.796]➜  mkdir -p $WORK/b544/
2025-08-20T21:34:12.3555652Z [00:03:05.797]➜  echo -n > $WORK/b544/go_asm.h # internal
2025-08-20T21:34:12.3556046Z [00:03:05.797]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T21:34:12.3557957Z [00:03:05.797]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b544=>" -I $WORK/b544/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b544/symabis ./cpu_arm64.s
2025-08-20T21:34:12.3578851Z [00:03:05.799]➜  cat >/tmp/go-build1238918229/b545/importcfg << 'EOF' # internal
2025-08-20T21:34:12.3579494Z [00:03:05.799]➜  # import config
2025-08-20T21:34:12.3581190Z [00:03:05.799]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.3581898Z [00:03:05.799]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.3583470Z [00:03:05.799]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.3583978Z [00:03:05.799]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:12.3584747Z [00:03:05.799]➜  EOF
2025-08-20T21:34:12.3585206Z [00:03:05.799]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:12.3587304Z [00:03:05.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2=>github.com/go-git/go-billy/v5@v5.6.2;$WORK/b545=>" -p github.com/go-git/go-billy/v5 -lang=go1.21 -complete -installsuffix shared -buildid f1J5SXk9ai3QbOsZOKDF/f1J5SXk9ai3QbOsZOKDF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/fs.go
2025-08-20T21:34:12.3599856Z [00:03:05.799]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T21:34:12.3600912Z [00:03:05.801]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/1f/1fed6d53f89b42f4ec167511341ba6607504d5f647fde9281d08e6ce06081ae0-d # internal
2025-08-20T21:34:12.3602560Z [00:03:05.802]➜  go.step.sm/crypto/jose
2025-08-20T21:34:12.3603598Z [00:03:05.802]➜  mkdir -p $WORK/b463/
2025-08-20T21:34:12.3608787Z [00:03:05.802]➜  cat >/tmp/go-build1238918229/b463/importcfg << 'EOF' # internal
2025-08-20T21:34:12.3609159Z [00:03:05.802]➜  # import config
2025-08-20T21:34:12.3609525Z [00:03:05.802]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.3609948Z [00:03:05.802]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:12.3610414Z [00:03:05.802]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:12.3610883Z [00:03:05.802]➜  packagefile crypto/ed25519=/tmp/go-build1238918229/b152/_pkg_.a
2025-08-20T21:34:12.3615789Z [00:03:05.802]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:12.3616298Z [00:03:05.802]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:12.3616751Z [00:03:05.802]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:12.3617203Z [00:03:05.802]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:12.3617751Z [00:03:05.802]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:12.3618221Z [00:03:05.802]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:12.3618703Z [00:03:05.802]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:12.3619143Z [00:03:05.802]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.3619552Z [00:03:05.802]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.3620040Z [00:03:05.802]➜  packagefile github.com/go-jose/go-jose/v3=/tmp/go-build1238918229/b464/_pkg_.a
2025-08-20T21:34:12.3620662Z [00:03:05.802]➜  packagefile github.com/go-jose/go-jose/v3/cryptosigner=/tmp/go-build1238918229/b468/_pkg_.a
2025-08-20T21:34:12.3621274Z [00:03:05.802]➜  packagefile github.com/go-jose/go-jose/v3/jwt=/tmp/go-build1238918229/b469/_pkg_.a
2025-08-20T21:34:12.3621825Z [00:03:05.802]➜  packagefile github.com/pkg/errors=/tmp/go-build1238918229/b470/_pkg_.a
2025-08-20T21:34:12.3622404Z [00:03:05.802]➜  packagefile go.step.sm/crypto/internal/utils/file=/tmp/go-build1238918229/b471/_pkg_.a
2025-08-20T21:34:12.3623348Z [00:03:05.802]➜  packagefile go.step.sm/crypto/keyutil=/tmp/go-build1238918229/b473/_pkg_.a
2025-08-20T21:34:12.3623990Z [00:03:05.802]➜  packagefile go.step.sm/crypto/pemutil=/tmp/go-build1238918229/b484/_pkg_.a
2025-08-20T21:34:12.3624530Z [00:03:05.802]➜  packagefile go.step.sm/crypto/randutil=/tmp/go-build1238918229/b486/_pkg_.a
2025-08-20T21:34:12.3625068Z [00:03:05.802]➜  packagefile go.step.sm/crypto/x25519=/tmp/go-build1238918229/b476/_pkg_.a
2025-08-20T21:34:12.3625597Z [00:03:05.802]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1238918229/b480/_pkg_.a
2025-08-20T21:34:12.3626071Z [00:03:05.802]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.3626530Z [00:03:05.802]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:12.3626942Z [00:03:05.802]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.3627351Z [00:03:05.802]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.3627953Z [00:03:05.802]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:12.3628273Z [00:03:05.802]➜  EOF
2025-08-20T21:34:12.3631123Z [00:03:05.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/go/pkg/mod/go.step.sm/crypto@v0.69.0/jose=>go.step.sm/crypto@v0.69.0/jose;$WORK/b463=>" -p go.step.sm/crypto/jose -lang=go1.23 -complete -installsuffix shared -buildid W_X7Dcs8GZa5rC88qg-t/W_X7Dcs8GZa5rC88qg-t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/jose/encrypt.go /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/jose/generate.go /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/jose/options.go /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/jose/parse.go /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/jose/types.go /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/jose/validate.go /root/go/pkg/mod/go.step.sm/crypto@v0.69.0/jose/x25519.go
2025-08-20T21:34:12.3634614Z [00:03:05.804]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T21:34:12.3641219Z [00:03:05.805]➜  cat >/tmp/go-build1238918229/b544/importcfg << 'EOF' # internal
2025-08-20T21:34:12.3655939Z [00:03:05.805]➜  # import config
2025-08-20T21:34:12.3656316Z [00:03:05.805]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.3656732Z [00:03:05.805]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.3657128Z [00:03:05.805]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.3657674Z [00:03:05.805]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:12.3658161Z [00:03:05.805]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.3658589Z [00:03:05.805]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.3659011Z [00:03:05.805]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:12.3659324Z [00:03:05.805]➜  EOF
2025-08-20T21:34:12.3663232Z [00:03:05.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b544/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b544=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid UEKktlb9an-w94TZzYvC/UEKktlb9an-w94TZzYvC -goversion go1.25.0 -symabis $WORK/b544/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack -asmhdr $WORK/b544/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_gc_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/cpu_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/proc_cpuinfo_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu/runtime_auxv_go121.go
2025-08-20T21:34:12.3667366Z [00:03:05.806]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/73/73699e292ac1a89c59e08a0c47cd491743701e6075ac72089ca2940e29c9f0c7-d # internal
2025-08-20T21:34:12.3668062Z [00:03:05.806]➜  image/jpeg
2025-08-20T21:34:12.3668305Z [00:03:05.806]➜  mkdir -p $WORK/b541/
2025-08-20T21:34:12.3668668Z [00:03:05.806]➜  cat >/tmp/go-build1238918229/b541/importcfg << 'EOF' # internal
2025-08-20T21:34:12.3669008Z [00:03:05.806]➜  # import config
2025-08-20T21:34:12.3669347Z [00:03:05.806]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:12.3669763Z [00:03:05.806]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.3670177Z [00:03:05.806]➜  packagefile image=/tmp/go-build1238918229/b539/_pkg_.a
2025-08-20T21:34:12.3670614Z [00:03:05.806]➜  packagefile image/color=/tmp/go-build1238918229/b540/_pkg_.a
2025-08-20T21:34:12.3671122Z [00:03:05.806]➜  packagefile image/internal/imageutil=/tmp/go-build1238918229/b542/_pkg_.a
2025-08-20T21:34:12.3671602Z [00:03:05.806]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.3671905Z [00:03:05.806]➜  EOF
2025-08-20T21:34:12.3673896Z [00:03:05.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b541/_pkg_.a -trimpath "/root/.go/src/image/jpeg=>image/jpeg;$WORK/b541=>" -p image/jpeg -lang=go1.25 -std -complete -installsuffix shared -buildid qiqcMJ0n6aAaek-5WkvE/qiqcMJ0n6aAaek-5WkvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/.go/src/image/jpeg/fdct.go /root/.go/src/image/jpeg/huffman.go /root/.go/src/image/jpeg/idct.go /root/.go/src/image/jpeg/reader.go /root/.go/src/image/jpeg/scan.go /root/.go/src/image/jpeg/writer.go
2025-08-20T21:34:12.3891268Z [00:03:05.829]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T21:34:12.3906605Z [00:03:05.829]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/f7/f7eb52b018cc6cf42e959395418835776d590c992d53f3730de48c5d630cc8a3-d # internal
2025-08-20T21:34:12.3907216Z [00:03:05.830]➜  github.com/cyphar/filepath-securejoin
2025-08-20T21:34:12.3907653Z [00:03:05.830]➜  mkdir -p $WORK/b547/
2025-08-20T21:34:12.3908037Z [00:03:05.830]➜  cat >/tmp/go-build1238918229/b547/importcfg << 'EOF' # internal
2025-08-20T21:34:12.3908379Z [00:03:05.830]➜  # import config
2025-08-20T21:34:12.3908719Z [00:03:05.830]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.3909132Z [00:03:05.830]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.3909622Z [00:03:05.830]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:12.3910077Z [00:03:05.830]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.3910479Z [00:03:05.830]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:12.3910922Z [00:03:05.830]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:12.3911372Z [00:03:05.830]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:12.3911806Z [00:03:05.830]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:12.3912229Z [00:03:05.830]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.3912657Z [00:03:05.830]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.3913070Z [00:03:05.830]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:12.3913485Z [00:03:05.830]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:12.3913807Z [00:03:05.830]➜  EOF
2025-08-20T21:34:12.3920348Z [00:03:05.830]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b547/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1=>github.com/cyphar/filepath-securejoin@v0.4.1;$WORK/b547=>" -p github.com/cyphar/filepath-securejoin -lang=go1.18 -complete -installsuffix shared -buildid 3oQjUT4xhda8MoowvEb4/3oQjUT4xhda8MoowvEb4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/doc.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/gocompat_errors_go120.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/gocompat_generics_go121.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/join.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/lookup_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/mkdir_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/open_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/openat2_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/openat_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/procfs_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.4.1/vfs.go
2025-08-20T21:34:12.4098746Z [00:03:05.851]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu
2025-08-20T21:34:12.4102540Z [00:03:05.851]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/cpu=>golang.org/x/sys@v0.35.0/cpu;$WORK/b544=>" -I $WORK/b544/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b544/cpu_arm64.o ./cpu_arm64.s
2025-08-20T21:34:12.4172838Z [00:03:05.858]➜  go tool pack r $WORK/b544/_pkg_.a $WORK/b544/cpu_arm64.o # internal
2025-08-20T21:34:12.4179872Z [00:03:05.858]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T21:34:12.4180562Z [00:03:05.858]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/08/08d42fd7d649472727384a727cf2283616cea5b95a68df43706de11181faf97c-d # internal
2025-08-20T21:34:12.4181592Z [00:03:05.858]➜  golang.org/x/crypto/sha3
2025-08-20T21:34:12.4181875Z [00:03:05.858]➜  mkdir -p $WORK/b543/
2025-08-20T21:34:12.4182246Z [00:03:05.858]➜  cat >/tmp/go-build1238918229/b543/importcfg << 'EOF' # internal
2025-08-20T21:34:12.4182595Z [00:03:05.858]➜  # import config
2025-08-20T21:34:12.4182931Z [00:03:05.858]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.4183368Z [00:03:05.858]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:12.4183815Z [00:03:05.858]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:12.4184293Z [00:03:05.858]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:12.4184741Z [00:03:05.858]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.4185215Z [00:03:05.858]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1238918229/b544/_pkg_.a
2025-08-20T21:34:12.4185686Z [00:03:05.858]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:12.4186084Z [00:03:05.858]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.4186499Z [00:03:05.858]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:12.4186817Z [00:03:05.858]➜  EOF
2025-08-20T21:34:12.4187062Z [00:03:05.858]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:12.4190335Z [00:03:05.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3=>golang.org/x/crypto@v0.40.0/sha3;$WORK/b543=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -complete -installsuffix shared -buildid mylmQqdMViAlOPkBJzL9/mylmQqdMViAlOPkBJzL9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/hashes.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/hashes_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/keccakf.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/sha3.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/shake.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/shake_noasm.go
2025-08-20T21:34:12.4851607Z [00:03:05.925]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T21:34:12.4859805Z [00:03:05.927]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/f3/f31e48d16aaf146e45b2dfe20ffaced478f23c5add4e46ff919ca47bdd4f0f61-d # internal
2025-08-20T21:34:12.4871263Z [00:03:05.928]➜  github.com/ProtonMail/go-crypto/openpgp/packet
2025-08-20T21:34:12.4874098Z [00:03:05.928]➜  mkdir -p $WORK/b529/
2025-08-20T21:34:12.4884187Z [00:03:05.929]➜  cat >/tmp/go-build1238918229/b529/importcfg << 'EOF' # internal
2025-08-20T21:34:12.4887012Z [00:03:05.929]➜  # import config
2025-08-20T21:34:12.4887365Z [00:03:05.929]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.4888097Z [00:03:05.929]➜  packagefile compress/bzip2=/tmp/go-build1238918229/b530/_pkg_.a
2025-08-20T21:34:12.4888577Z [00:03:05.929]➜  packagefile compress/flate=/tmp/go-build1238918229/b197/_pkg_.a
2025-08-20T21:34:12.4889049Z [00:03:05.929]➜  packagefile compress/zlib=/tmp/go-build1238918229/b531/_pkg_.a
2025-08-20T21:34:12.4889490Z [00:03:05.929]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:12.4889935Z [00:03:05.929]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:12.4890410Z [00:03:05.929]➜  packagefile crypto/dsa=/tmp/go-build1238918229/b175/_pkg_.a
2025-08-20T21:34:12.4890868Z [00:03:05.929]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:12.4891318Z [00:03:05.929]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:12.4891769Z [00:03:05.929]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:12.4892228Z [00:03:05.929]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:12.4893089Z [00:03:05.929]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:12.4893554Z [00:03:05.929]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:12.4894016Z [00:03:05.929]➜  packagefile encoding/asn1=/tmp/go-build1238918229/b150/_pkg_.a
2025-08-20T21:34:12.4894487Z [00:03:05.929]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:12.4894955Z [00:03:05.929]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:12.4895402Z [00:03:05.929]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.4895972Z [00:03:05.929]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build1238918229/b502/_pkg_.a
2025-08-20T21:34:12.4896660Z [00:03:05.929]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build1238918229/b525/_pkg_.a
2025-08-20T21:34:12.4897357Z [00:03:05.930]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build1238918229/b526/_pkg_.a
2025-08-20T21:34:12.4898249Z [00:03:05.930]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build1238918229/b527/_pkg_.a
2025-08-20T21:34:12.4898936Z [00:03:05.930]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build1238918229/b528/_pkg_.a
2025-08-20T21:34:12.4899632Z [00:03:05.930]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build1238918229/b533/_pkg_.a
2025-08-20T21:34:12.4900338Z [00:03:05.930]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1238918229/b501/_pkg_.a
2025-08-20T21:34:12.4901089Z [00:03:05.930]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build1238918229/b504/_pkg_.a
2025-08-20T21:34:12.4901859Z [00:03:05.930]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build1238918229/b509/_pkg_.a
2025-08-20T21:34:12.4902625Z [00:03:05.930]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build1238918229/b512/_pkg_.a
2025-08-20T21:34:12.4903361Z [00:03:05.930]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build1238918229/b534/_pkg_.a
2025-08-20T21:34:12.4904041Z [00:03:05.930]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build1238918229/b537/_pkg_.a
2025-08-20T21:34:12.4904726Z [00:03:05.930]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build1238918229/b538/_pkg_.a
2025-08-20T21:34:12.4905577Z [00:03:05.930]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1238918229/b409/_pkg_.a
2025-08-20T21:34:12.4906125Z [00:03:05.930]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:12.4906537Z [00:03:05.930]➜  packagefile image=/tmp/go-build1238918229/b539/_pkg_.a
2025-08-20T21:34:12.4906967Z [00:03:05.930]➜  packagefile image/jpeg=/tmp/go-build1238918229/b541/_pkg_.a
2025-08-20T21:34:12.4907386Z [00:03:05.930]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.4912317Z [00:03:05.930]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:12.4912762Z [00:03:05.930]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:12.4913194Z [00:03:05.930]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.4913619Z [00:03:05.930]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.4914033Z [00:03:05.930]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:12.4914334Z [00:03:05.930]➜  EOF
2025-08-20T21:34:12.4926055Z [00:03:05.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp/packet;$WORK/b529=>" -p github.com/ProtonMail/go-crypto/openpgp/packet -lang=go1.22 -complete -installsuffix shared -buildid H8T_-TDzBdz6LNKkyb9g/H8T_-TDzBdz6LNKkyb9g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/aead_config.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/aead_crypter.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/aead_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/compressed.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/config.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/config_v5.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/encrypted_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/literal.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/marker.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/notation.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/ocfb.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/one_pass_signature.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/opaque.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/packet.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/packet_sequence.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/packet_unsupported.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/padding.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/private_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/private_key_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/public_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/public_key_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/reader.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/recipient.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/signature.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/symmetric_key_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/symmetrically_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/symmetrically_encrypted_aead.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/symmetrically_encrypted_mdc.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/userattribute.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/packet/userid.go
2025-08-20T21:34:12.4976600Z [00:03:05.939]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T21:34:12.4979766Z [00:03:05.939]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T21:34:12.5013603Z [00:03:05.942]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/9c/9c31fb5a794cd28a292a804d0ec80476c2a33033ab2b7ab57951bfde57888c4a-d # internal
2025-08-20T21:34:12.5018079Z [00:03:05.942]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/9c/9c22c54e84a619ea2ec043c2be1f053d701cc60a5dd2d621307a3abdace1d00e-d # internal
2025-08-20T21:34:12.5018724Z [00:03:05.942]➜  github.com/go-git/go-billy/v5/helper/polyfill
2025-08-20T21:34:12.5019054Z [00:03:05.942]➜  mkdir -p $WORK/b549/
2025-08-20T21:34:12.5019426Z [00:03:05.942]➜  cat >/tmp/go-build1238918229/b549/importcfg << 'EOF' # internal
2025-08-20T21:34:12.5019771Z [00:03:05.942]➜  # import config
2025-08-20T21:34:12.5020205Z [00:03:05.942]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1238918229/b545/_pkg_.a
2025-08-20T21:34:12.5020685Z [00:03:05.942]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.5021122Z [00:03:05.942]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:12.5021457Z [00:03:05.942]➜  EOF
2025-08-20T21:34:12.5023456Z [00:03:05.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill=>github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill;$WORK/b549=>" -p github.com/go-git/go-billy/v5/helper/polyfill -lang=go1.21 -complete -installsuffix shared -buildid fElHXVOlHEbYP8FWn3_v/fElHXVOlHEbYP8FWn3_v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill/polyfill.go
2025-08-20T21:34:12.5025231Z [00:03:05.943]➜  chainguard.dev/apko/pkg/apk/apk
2025-08-20T21:34:12.5025527Z [00:03:05.943]➜  mkdir -p $WORK/b071/
2025-08-20T21:34:12.5055260Z [00:03:05.947]➜  cat >/tmp/go-build1238918229/b071/importcfg << 'EOF' # internal
2025-08-20T21:34:12.5056069Z [00:03:05.947]➜  # import config
2025-08-20T21:34:12.5057160Z [00:03:05.947]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:12.5058542Z [00:03:05.947]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:12.5059025Z [00:03:05.947]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.5059566Z [00:03:05.947]➜  packagefile chainguard.dev/apko/internal/tarfs=/tmp/go-build1238918229/b072/_pkg_.a
2025-08-20T21:34:12.5060177Z [00:03:05.947]➜  packagefile chainguard.dev/apko/pkg/apk/auth=/tmp/go-build1238918229/b073/_pkg_.a
2025-08-20T21:34:12.5060808Z [00:03:05.947]➜  packagefile chainguard.dev/apko/pkg/apk/expandapk=/tmp/go-build1238918229/b452/_pkg_.a
2025-08-20T21:34:12.5061416Z [00:03:05.947]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:12.5062425Z [00:03:05.947]➜  packagefile chainguard.dev/apko/pkg/apk/signature=/tmp/go-build1238918229/b457/_pkg_.a
2025-08-20T21:34:12.5063121Z [00:03:05.947]➜  packagefile chainguard.dev/apko/pkg/paths=/tmp/go-build1238918229/b458/_pkg_.a
2025-08-20T21:34:12.5063609Z [00:03:05.947]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:12.5064047Z [00:03:05.947]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:12.5064506Z [00:03:05.947]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:12.5064930Z [00:03:05.947]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:12.5065364Z [00:03:05.947]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:12.5065813Z [00:03:05.947]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:12.5066272Z [00:03:05.947]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:12.5066735Z [00:03:05.947]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:12.5067206Z [00:03:05.947]➜  packagefile encoding/base32=/tmp/go-build1238918229/b459/_pkg_.a
2025-08-20T21:34:12.5067971Z [00:03:05.947]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:12.5081013Z [00:03:05.947]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:12.5081499Z [00:03:05.947]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:12.5082395Z [00:03:05.947]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:12.5082839Z [00:03:05.947]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.5083249Z [00:03:05.947]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.5083752Z [00:03:05.947]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:12.5084358Z [00:03:05.947]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build1238918229/b460/_pkg_.a
2025-08-20T21:34:12.5084977Z [00:03:05.947]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build1238918229/b461/_pkg_.a
2025-08-20T21:34:12.5085600Z [00:03:05.947]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build1238918229/b453/_pkg_.a
2025-08-20T21:34:12.5086136Z [00:03:05.947]➜  packagefile go.lsp.dev/uri=/tmp/go-build1238918229/b462/_pkg_.a
2025-08-20T21:34:12.5086644Z [00:03:05.947]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:12.5087231Z [00:03:05.947]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:12.5088275Z [00:03:05.947]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1238918229/b348/_pkg_.a
2025-08-20T21:34:12.5088822Z [00:03:05.947]➜  packagefile go.step.sm/crypto/jose=/tmp/go-build1238918229/b463/_pkg_.a
2025-08-20T21:34:12.5089362Z [00:03:05.947]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1238918229/b490/_pkg_.a
2025-08-20T21:34:12.5089955Z [00:03:05.947]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build1238918229/b491/_pkg_.a
2025-08-20T21:34:12.5090502Z [00:03:05.947]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:12.5090998Z [00:03:05.947]➜  packagefile gopkg.in/ini.v1=/tmp/go-build1238918229/b492/_pkg_.a
2025-08-20T21:34:12.5091436Z [00:03:05.947]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:12.5091843Z [00:03:05.947]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.5092247Z [00:03:05.947]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:12.5092653Z [00:03:05.947]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:12.5093067Z [00:03:05.947]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:12.5093493Z [00:03:05.947]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:12.5094165Z [00:03:05.947]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.5094637Z [00:03:05.947]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:12.5095075Z [00:03:05.947]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:12.5095514Z [00:03:05.947]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:12.5095935Z [00:03:05.947]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:12.5096364Z [00:03:05.947]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:12.5096773Z [00:03:05.947]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:12.5097187Z [00:03:05.947]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.5097798Z [00:03:05.947]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.5098216Z [00:03:05.947]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:12.5098665Z [00:03:05.947]➜  packagefile text/template=/tmp/go-build1238918229/b193/_pkg_.a
2025-08-20T21:34:12.5099098Z [00:03:05.947]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:12.5099404Z [00:03:05.947]➜  EOF
2025-08-20T21:34:12.5106749Z [00:03:05.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk=>chainguard.dev/apko@v0.30.5/pkg/apk/apk;$WORK/b071=>" -p chainguard.dev/apko/pkg/apk/apk -lang=go1.24 -complete -installsuffix shared -buildid h-Vwp_0DI3Oj3viJgqzv/h-Vwp_0DI3Oj3viJgqzv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/apkindex.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/arch.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/cache.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/common.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/common_test_unix.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/const.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/errors.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/executor.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/implementation.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/index.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/install.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/installed.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/options.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/package.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/releases.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/repo.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/repository.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/resolveapk.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/shameful_global_caches.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/transport.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/util.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/version.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/apk/apk/world.go
2025-08-20T21:34:12.5137690Z [00:03:05.955]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T21:34:12.5198283Z [00:03:05.961]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/ca/ca228add6639a452022e6b55d53d8e67d194eeef78ed0ae6f2f5d7372aeb3e1f-d # internal
2025-08-20T21:34:12.5213172Z [00:03:05.963]➜  github.com/go-git/go-billy/v5/util
2025-08-20T21:34:12.5214057Z [00:03:05.963]➜  mkdir -p $WORK/b550/
2025-08-20T21:34:12.5216553Z [00:03:05.963]➜  cat >/tmp/go-build1238918229/b550/importcfg << 'EOF' # internal
2025-08-20T21:34:12.5217369Z [00:03:05.963]➜  # import config
2025-08-20T21:34:12.5219433Z [00:03:05.963]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.5220513Z [00:03:05.963]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1238918229/b545/_pkg_.a
2025-08-20T21:34:12.5221406Z [00:03:05.963]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.5221884Z [00:03:05.963]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.5222327Z [00:03:05.963]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:12.5222773Z [00:03:05.963]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:12.5223191Z [00:03:05.963]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.5223632Z [00:03:05.963]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.5224047Z [00:03:05.963]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:12.5224461Z [00:03:05.963]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:12.5224765Z [00:03:05.963]➜  EOF
2025-08-20T21:34:12.5227060Z [00:03:05.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b550/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/util=>github.com/go-git/go-billy/v5@v5.6.2/util;$WORK/b550=>" -p github.com/go-git/go-billy/v5/util -lang=go1.21 -complete -installsuffix shared -buildid V7Y8krpllFS5CuqNQEjp/V7Y8krpllFS5CuqNQEjp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/util/glob.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/util/util.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/util/walk.go
2025-08-20T21:34:12.5237118Z [00:03:05.965]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T21:34:12.5245218Z [00:03:05.966]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/a5/a54fcbd9aaa61bae428cd2b610087e7b7038e8f35c9483e27068390564b425eb-d # internal
2025-08-20T21:34:12.5249372Z [00:03:05.966]➜  github.com/go-git/go-billy/v5/helper/chroot
2025-08-20T21:34:12.5251258Z [00:03:05.966]➜  mkdir -p $WORK/b548/
2025-08-20T21:34:12.5252075Z [00:03:05.967]➜  cat >/tmp/go-build1238918229/b548/importcfg << 'EOF' # internal
2025-08-20T21:34:12.5252472Z [00:03:05.967]➜  # import config
2025-08-20T21:34:12.5252898Z [00:03:05.967]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1238918229/b545/_pkg_.a
2025-08-20T21:34:12.5253529Z [00:03:05.967]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build1238918229/b549/_pkg_.a
2025-08-20T21:34:12.5254061Z [00:03:05.967]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.5254502Z [00:03:05.967]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:12.5268022Z [00:03:05.967]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.5268436Z [00:03:05.967]➜  EOF
2025-08-20T21:34:12.5270421Z [00:03:05.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/chroot=>github.com/go-git/go-billy/v5@v5.6.2/helper/chroot;$WORK/b548=>" -p github.com/go-git/go-billy/v5/helper/chroot -lang=go1.21 -complete -installsuffix shared -buildid WIgHHao-1M0KOXmp5PKy/WIgHHao-1M0KOXmp5PKy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/chroot/chroot.go
2025-08-20T21:34:12.5566640Z [00:03:05.998]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T21:34:12.5575688Z [00:03:05.999]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/84/844da7dca10578136ed89c74e0952f193f7cef9b754932bce587cea518c3a539-d # internal
2025-08-20T21:34:12.5576915Z [00:03:05.999]➜  github.com/go-git/go-billy/v5/osfs
2025-08-20T21:34:12.5577360Z [00:03:05.999]➜  mkdir -p $WORK/b546/
2025-08-20T21:34:12.5581526Z [00:03:05.999]➜  cat >/tmp/go-build1238918229/b546/importcfg << 'EOF' # internal
2025-08-20T21:34:12.5581968Z [00:03:06.000]➜  # import config
2025-08-20T21:34:12.5582691Z [00:03:06.000]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.5583252Z [00:03:06.000]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build1238918229/b547/_pkg_.a
2025-08-20T21:34:12.5584219Z [00:03:06.000]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1238918229/b545/_pkg_.a
2025-08-20T21:34:12.5584909Z [00:03:06.000]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build1238918229/b548/_pkg_.a
2025-08-20T21:34:12.5585497Z [00:03:06.000]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:12.5585963Z [00:03:06.000]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:12.5586379Z [00:03:06.000]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.5586824Z [00:03:06.000]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:12.5587268Z [00:03:06.000]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.5587861Z [00:03:06.000]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:12.5588278Z [00:03:06.000]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:12.5588593Z [00:03:06.000]➜  EOF
2025-08-20T21:34:12.5591374Z [00:03:06.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b546/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs=>github.com/go-git/go-billy/v5@v5.6.2/osfs;$WORK/b546=>" -p github.com/go-git/go-billy/v5/osfs -lang=go1.21 -complete -installsuffix shared -buildid NqopHr9US67JJRScGi0I/NqopHr9US67JJRScGi0I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os_bound.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os_chroot.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os_options.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os_posix.go
2025-08-20T21:34:12.5624812Z [00:03:06.003]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T21:34:12.5630772Z [00:03:06.004]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/f6/f6a2a36e97dffe91110bade33910ad6862965dc29289e36fa1eb799908bb7ecf-d # internal
2025-08-20T21:34:12.5636326Z [00:03:06.005]➜  github.com/go-git/go-git/v5/internal/url
2025-08-20T21:34:12.5636680Z [00:03:06.005]➜  mkdir -p $WORK/b552/
2025-08-20T21:34:12.5640302Z [00:03:06.005]➜  cat >/tmp/go-build1238918229/b552/importcfg << 'EOF' # internal
2025-08-20T21:34:12.5640683Z [00:03:06.005]➜  # import config
2025-08-20T21:34:12.5641031Z [00:03:06.005]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:12.5641375Z [00:03:06.005]➜  EOF
2025-08-20T21:34:12.5643320Z [00:03:06.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/url=>github.com/go-git/go-git/v5@v5.16.2/internal/url;$WORK/b552=>" -p github.com/go-git/go-git/v5/internal/url -lang=go1.23 -complete -installsuffix shared -buildid 6K3nlLbQS9KFDx3T12NE/6K3nlLbQS9KFDx3T12NE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/url/url.go
2025-08-20T21:34:12.5750398Z [00:03:06.016]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T21:34:12.5768824Z [00:03:06.017]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/59/59eb649d8a2597f9bb90327beb3d0f32b8992159f9fbe4d929ee573e0cecce07-d # internal
2025-08-20T21:34:12.5769439Z [00:03:06.017]➜  github.com/pjbgf/sha1cd
2025-08-20T21:34:12.5769727Z [00:03:06.017]➜  mkdir -p $WORK/b555/
2025-08-20T21:34:12.5770135Z [00:03:06.018]➜  cat >/tmp/go-build1238918229/b555/importcfg << 'EOF' # internal
2025-08-20T21:34:12.5770477Z [00:03:06.018]➜  # import config
2025-08-20T21:34:12.5770826Z [00:03:06.018]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:12.5771282Z [00:03:06.018]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:12.5771731Z [00:03:06.018]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.5772497Z [00:03:06.018]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.5773071Z [00:03:06.018]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build1238918229/b556/_pkg_.a
2025-08-20T21:34:12.5773657Z [00:03:06.018]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build1238918229/b557/_pkg_.a
2025-08-20T21:34:12.5774139Z [00:03:06.018]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:12.5774616Z [00:03:06.018]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:12.5774951Z [00:03:06.018]➜  EOF
2025-08-20T21:34:12.5777365Z [00:03:06.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b555=>" -p github.com/pjbgf/sha1cd -lang=go1.21 -complete -installsuffix shared -buildid l45ZyrjJ8f0du_w-MHTv/l45ZyrjJ8f0du_w-MHTv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/detection.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/sha1cd.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/sha1cdblock_generic.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/sha1cdblock_noasm.go
2025-08-20T21:34:12.6097734Z [00:03:06.051]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T21:34:12.6106122Z [00:03:06.052]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/d9/d9ed622d2a72ec5979c6824b991ec552ae04214d06af16159be2085338fab64b-d # internal
2025-08-20T21:34:12.6107143Z [00:03:06.052]➜  github.com/go-git/go-git/v5/plumbing/hash
2025-08-20T21:34:12.6110999Z [00:03:06.052]➜  mkdir -p $WORK/b554/
2025-08-20T21:34:12.6119763Z [00:03:06.053]➜  cat >/tmp/go-build1238918229/b554/importcfg << 'EOF' # internal
2025-08-20T21:34:12.6120227Z [00:03:06.053]➜  # import config
2025-08-20T21:34:12.6120574Z [00:03:06.053]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:12.6120997Z [00:03:06.053]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.6121506Z [00:03:06.053]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build1238918229/b555/_pkg_.a
2025-08-20T21:34:12.6121977Z [00:03:06.053]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:12.6122284Z [00:03:06.053]➜  EOF
2025-08-20T21:34:12.6125950Z [00:03:06.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/hash=>github.com/go-git/go-git/v5@v5.16.2/plumbing/hash;$WORK/b554=>" -p github.com/go-git/go-git/v5/plumbing/hash -lang=go1.23 -complete -installsuffix shared -buildid KHuzT7Qr8FQNNnVcBIFI/KHuzT7Qr8FQNNnVcBIFI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/hash/hash.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/hash/hash_sha1.go
2025-08-20T21:34:12.6299447Z [00:03:06.071]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T21:34:12.6326484Z [00:03:06.074]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/d4/d4bd751cec3d88801ca2585977fcdc970802d3ce09947c3157e3fde1f632ae47-d # internal
2025-08-20T21:34:12.6334216Z [00:03:06.075]➜  github.com/go-git/go-git/v5/plumbing
2025-08-20T21:34:12.6334563Z [00:03:06.075]➜  mkdir -p $WORK/b553/
2025-08-20T21:34:12.6335157Z [00:03:06.075]➜  cat >/tmp/go-build1238918229/b553/importcfg << 'EOF' # internal
2025-08-20T21:34:12.6338443Z [00:03:06.075]➜  # import config
2025-08-20T21:34:12.6338840Z [00:03:06.075]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.6339286Z [00:03:06.075]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:12.6339733Z [00:03:06.075]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.6340148Z [00:03:06.075]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.6340688Z [00:03:06.075]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build1238918229/b554/_pkg_.a
2025-08-20T21:34:12.6341510Z [00:03:06.075]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.6341999Z [00:03:06.075]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:12.6342411Z [00:03:06.075]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:12.6342829Z [00:03:06.075]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.6343254Z [00:03:06.075]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.6343586Z [00:03:06.075]➜  EOF
2025-08-20T21:34:12.6346704Z [00:03:06.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing=>github.com/go-git/go-git/v5@v5.16.2/plumbing;$WORK/b553=>" -p github.com/go-git/go-git/v5/plumbing -lang=go1.23 -complete -installsuffix shared -buildid 8DlbNLu1ZuAv18Fnry0J/8DlbNLu1ZuAv18Fnry0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/error.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/hash.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/memory.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/reference.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/revision.go
2025-08-20T21:34:12.6371714Z [00:03:06.078]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T21:34:12.6389363Z [00:03:06.080]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/de/de341adf50bfd7107f3e4c18ebd8a88b52e0920f5b86f398004b81d9c1fb6f74-d # internal
2025-08-20T21:34:12.6395861Z [00:03:06.081]➜  github.com/go-git/gcfg/token
2025-08-20T21:34:12.6396359Z [00:03:06.081]➜  mkdir -p $WORK/b561/
2025-08-20T21:34:12.6396738Z [00:03:06.081]➜  cat >/tmp/go-build1238918229/b561/importcfg << 'EOF' # internal
2025-08-20T21:34:12.6397176Z [00:03:06.081]➜  # import config
2025-08-20T21:34:12.6397703Z [00:03:06.081]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.6398158Z [00:03:06.081]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:12.6398581Z [00:03:06.081]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.6399001Z [00:03:06.081]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:12.6399308Z [00:03:06.081]➜  EOF
2025-08-20T21:34:12.6402068Z [00:03:06.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token;$WORK/b561=>" -p github.com/go-git/gcfg/token -lang=go1.13 -complete -installsuffix shared -buildid eZUqGxALUeirD622xmQ3/eZUqGxALUeirD622xmQ3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token/position.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token/serialize.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token/token.go
2025-08-20T21:34:12.6822546Z [00:03:06.124]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T21:34:12.6853812Z [00:03:06.126]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/b4/b4c1732b0bd93ebabdd704c404b1e92ba6b8f3aa14884a8c331cf92271bf7340-d # internal
2025-08-20T21:34:12.6854666Z [00:03:06.127]➜  github.com/go-git/gcfg/scanner
2025-08-20T21:34:12.6855158Z [00:03:06.127]➜  mkdir -p $WORK/b560/
2025-08-20T21:34:12.6864391Z [00:03:06.128]➜  cat >/tmp/go-build1238918229/b560/importcfg << 'EOF' # internal
2025-08-20T21:34:12.6864953Z [00:03:06.128]➜  # import config
2025-08-20T21:34:12.6865453Z [00:03:06.128]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.6866079Z [00:03:06.128]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build1238918229/b561/_pkg_.a
2025-08-20T21:34:12.6867046Z [00:03:06.128]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.6867809Z [00:03:06.128]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:12.6868394Z [00:03:06.128]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:12.6868898Z [00:03:06.128]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:12.6869464Z [00:03:06.128]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:12.6869895Z [00:03:06.128]➜  EOF
2025-08-20T21:34:12.6881477Z [00:03:06.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner;$WORK/b560=>" -p github.com/go-git/gcfg/scanner -lang=go1.13 -complete -installsuffix shared -buildid 4EOwOt-4wk7PjvMLSxL1/4EOwOt-4wk7PjvMLSxL1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner/errors.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner/scanner.go
2025-08-20T21:34:12.7054057Z [00:03:06.147]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T21:34:12.7068486Z [00:03:06.148]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/8c/8c5cfa3a56cb794629381c6bd34a07b4f2bd63aa98724b40f875cba7c2ba3eb2-d # internal
2025-08-20T21:34:12.7077747Z [00:03:06.149]➜  github.com/go-git/gcfg/types
2025-08-20T21:34:12.7078678Z [00:03:06.149]➜  mkdir -p $WORK/b562/
2025-08-20T21:34:12.7079981Z [00:03:06.149]➜  cat >/tmp/go-build1238918229/b562/importcfg << 'EOF' # internal
2025-08-20T21:34:12.7082345Z [00:03:06.149]➜  # import config
2025-08-20T21:34:12.7096690Z [00:03:06.149]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.7097132Z [00:03:06.149]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.7097737Z [00:03:06.149]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:12.7098228Z [00:03:06.149]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.7098550Z [00:03:06.149]➜  EOF
2025-08-20T21:34:12.7101938Z [00:03:06.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types;$WORK/b562=>" -p github.com/go-git/gcfg/types -lang=go1.13 -complete -installsuffix shared -buildid H8Pf62rLl5BQ8Yx_gkUv/H8Pf62rLl5BQ8Yx_gkUv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/bool.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/doc.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/enum.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/int.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/scan.go
2025-08-20T21:34:12.7279869Z [00:03:06.169]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T21:34:12.7288145Z [00:03:06.170]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/0b/0ba251a7383ebb01ddaf55e0c7d0185d1cd6a1874ff66ecc93e51f604ea929e1-d # internal
2025-08-20T21:34:12.7293469Z [00:03:06.170]➜  gopkg.in/warnings.v0
2025-08-20T21:34:12.7293857Z [00:03:06.170]➜  mkdir -p $WORK/b563/
2025-08-20T21:34:12.7294257Z [00:03:06.170]➜  cat >/tmp/go-build1238918229/b563/importcfg << 'EOF' # internal
2025-08-20T21:34:12.7294602Z [00:03:06.171]➜  # import config
2025-08-20T21:34:12.7294945Z [00:03:06.171]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.7295357Z [00:03:06.171]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.7295707Z [00:03:06.171]➜  EOF
2025-08-20T21:34:12.7297753Z [00:03:06.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b563/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/warnings.v0@v0.1.2=>gopkg.in/warnings.v0@v0.1.2;$WORK/b563=>" -p gopkg.in/warnings.v0 -lang=go1.16 -complete -installsuffix shared -buildid Pf7aBBzY2EL2qDUv1NKx/Pf7aBBzY2EL2qDUv1NKx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack /root/go/pkg/mod/gopkg.in/warnings.v0@v0.1.2/warnings.go
2025-08-20T21:34:12.7413856Z [00:03:06.183]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T21:34:12.7423501Z [00:03:06.183]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/3c/3c1b9180bb97be1aa41a76d0c6f72450a52021ed5251e43a43819392c134b639-d # internal
2025-08-20T21:34:12.7424760Z [00:03:06.184]➜  github.com/go-git/go-git/v5/internal/path_util
2025-08-20T21:34:12.7425648Z [00:03:06.184]➜  mkdir -p $WORK/b564/
2025-08-20T21:34:12.7436406Z [00:03:06.185]➜  cat >/tmp/go-build1238918229/b564/importcfg << 'EOF' # internal
2025-08-20T21:34:12.7438830Z [00:03:06.185]➜  # import config
2025-08-20T21:34:12.7439603Z [00:03:06.185]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.7440069Z [00:03:06.185]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:12.7440505Z [00:03:06.185]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.7440824Z [00:03:06.185]➜  EOF
2025-08-20T21:34:12.7442850Z [00:03:06.185]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/path_util=>github.com/go-git/go-git/v5@v5.16.2/internal/path_util;$WORK/b564=>" -p github.com/go-git/go-git/v5/internal/path_util -lang=go1.23 -complete -installsuffix shared -buildid qC19c4YXE2X2RLYOb4AJ/qC19c4YXE2X2RLYOb4AJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/path_util/path_util.go
2025-08-20T21:34:12.7474725Z [00:03:06.189]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T21:34:12.7499062Z [00:03:06.189]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/a7/a7f2e46f23ea6348b1bd3d85a2904e5e9e6638c8216c00391982dffcbd996184-d # internal
2025-08-20T21:34:12.7499840Z [00:03:06.189]➜  github.com/go-git/gcfg
2025-08-20T21:34:12.7500284Z [00:03:06.189]➜  mkdir -p $WORK/b559/
2025-08-20T21:34:12.7500775Z [00:03:06.189]➜  cat >/tmp/go-build1238918229/b559/importcfg << 'EOF' # internal
2025-08-20T21:34:12.7501251Z [00:03:06.189]➜  # import config
2025-08-20T21:34:12.7501756Z [00:03:06.189]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.7502334Z [00:03:06.189]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:12.7502881Z [00:03:06.189]➜  packagefile encoding/gob=/tmp/go-build1238918229/b385/_pkg_.a
2025-08-20T21:34:12.7503414Z [00:03:06.189]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.7504018Z [00:03:06.189]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build1238918229/b560/_pkg_.a
2025-08-20T21:34:12.7504730Z [00:03:06.189]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build1238918229/b561/_pkg_.a
2025-08-20T21:34:12.7505430Z [00:03:06.189]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build1238918229/b562/_pkg_.a
2025-08-20T21:34:12.7506047Z [00:03:06.189]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build1238918229/b563/_pkg_.a
2025-08-20T21:34:12.7506597Z [00:03:06.189]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.7507093Z [00:03:06.189]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:12.7507901Z [00:03:06.189]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.7508437Z [00:03:06.189]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:12.7508992Z [00:03:06.189]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.7509499Z [00:03:06.189]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:12.7510027Z [00:03:06.189]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:12.7510803Z [00:03:06.189]➜  EOF
2025-08-20T21:34:12.7513855Z [00:03:06.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376;$WORK/b559=>" -p github.com/go-git/gcfg -lang=go1.13 -complete -installsuffix shared -buildid 5uc8XYDDkbxoul8gNyu4/5uc8XYDDkbxoul8gNyu4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/doc.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/errors.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/read.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/set.go
2025-08-20T21:34:12.7676541Z [00:03:06.208]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T21:34:12.7677349Z [00:03:06.208]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/a7/a76591a9cd61e5c334428717f75c96cc81e432830aed87bb2b1d2277e2b9bf76-d # internal
2025-08-20T21:34:12.7678069Z [00:03:06.208]➜  github.com/go-git/go-git/v5/internal/revision
2025-08-20T21:34:12.7678395Z [00:03:06.208]➜  mkdir -p $WORK/b565/
2025-08-20T21:34:12.7678771Z [00:03:06.209]➜  cat >/tmp/go-build1238918229/b565/importcfg << 'EOF' # internal
2025-08-20T21:34:12.7679112Z [00:03:06.209]➜  # import config
2025-08-20T21:34:12.7679837Z [00:03:06.209]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:12.7680258Z [00:03:06.209]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.7680664Z [00:03:06.209]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.7681063Z [00:03:06.209]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.7681475Z [00:03:06.209]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:12.7681913Z [00:03:06.209]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.7682333Z [00:03:06.209]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:12.7682750Z [00:03:06.209]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:12.7683065Z [00:03:06.209]➜  EOF
2025-08-20T21:34:12.7685647Z [00:03:06.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/revision=>github.com/go-git/go-git/v5@v5.16.2/internal/revision;$WORK/b565=>" -p github.com/go-git/go-git/v5/internal/revision -lang=go1.23 -complete -installsuffix shared -buildid UZ8MnCpqX4hQIwGIBH9P/UZ8MnCpqX4hQIwGIBH9P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/revision/parser.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/revision/scanner.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/internal/revision/token.go
2025-08-20T21:34:12.8175400Z [00:03:06.259]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T21:34:12.8182579Z [00:03:06.259]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/a6/a6fceba6e5b329a977ebe2ce342facf55e990a5d4cb7c2d5e39d8c2ff35b51a6-d # internal
2025-08-20T21:34:12.8193296Z [00:03:06.261]➜  github.com/go-git/go-git/v5/plumbing/cache
2025-08-20T21:34:12.8193718Z [00:03:06.261]➜  mkdir -p $WORK/b566/
2025-08-20T21:34:12.8194115Z [00:03:06.261]➜  cat >/tmp/go-build1238918229/b566/importcfg << 'EOF' # internal
2025-08-20T21:34:12.8194618Z [00:03:06.261]➜  # import config
2025-08-20T21:34:12.8195134Z [00:03:06.261]➜  packagefile container/list=/tmp/go-build1238918229/b132/_pkg_.a
2025-08-20T21:34:12.8195815Z [00:03:06.261]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:12.8196455Z [00:03:06.261]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:12.8196857Z [00:03:06.261]➜  EOF
2025-08-20T21:34:12.8202882Z [00:03:06.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/cache=>github.com/go-git/go-git/v5@v5.16.2/plumbing/cache;$WORK/b566=>" -p github.com/go-git/go-git/v5/plumbing/cache -lang=go1.23 -complete -installsuffix shared -buildid tdfBFm8LPO4r3Ng_ON1e/tdfBFm8LPO4r3Ng_ON1e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/cache/buffer_lru.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/cache/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/cache/object_lru.go
2025-08-20T21:34:12.8763255Z [00:03:06.318]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T21:34:12.8777299Z [00:03:06.318]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/7d/7d303b9c53f1f6479d76496a1ec8108291b7b44ffd60ca7403d83b344c4a878f-d # internal
2025-08-20T21:34:12.8778128Z [00:03:06.319]➜  github.com/go-git/go-git/v5/plumbing/filemode
2025-08-20T21:34:12.8778523Z [00:03:06.319]➜  mkdir -p $WORK/b567/
2025-08-20T21:34:12.8778902Z [00:03:06.319]➜  cat >/tmp/go-build1238918229/b567/importcfg << 'EOF' # internal
2025-08-20T21:34:12.8779245Z [00:03:06.319]➜  # import config
2025-08-20T21:34:12.8779618Z [00:03:06.319]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:12.8780104Z [00:03:06.319]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.8780960Z [00:03:06.319]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.8781377Z [00:03:06.319]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.8781696Z [00:03:06.319]➜  EOF
2025-08-20T21:34:12.8783694Z [00:03:06.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/filemode=>github.com/go-git/go-git/v5@v5.16.2/plumbing/filemode;$WORK/b567=>" -p github.com/go-git/go-git/v5/plumbing/filemode -lang=go1.23 -complete -installsuffix shared -buildid 4m_3PRd0ARaQzN-gY6TD/4m_3PRd0ARaQzN-gY6TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/filemode/filemode.go
2025-08-20T21:34:12.8841406Z [00:03:06.325]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T21:34:12.8860964Z [00:03:06.326]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/e6/e6cc3b812aec671742b4af2a66dc1d467ae05da8f9111be15273247cf83021bf-d # internal
2025-08-20T21:34:12.8861786Z [00:03:06.327]➜  github.com/go-git/go-git/v5/plumbing/format/config
2025-08-20T21:34:12.8862128Z [00:03:06.327]➜  mkdir -p $WORK/b558/
2025-08-20T21:34:12.8862510Z [00:03:06.327]➜  cat >/tmp/go-build1238918229/b558/importcfg << 'EOF' # internal
2025-08-20T21:34:12.8862857Z [00:03:06.327]➜  # import config
2025-08-20T21:34:12.8863192Z [00:03:06.327]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.8863683Z [00:03:06.327]➜  packagefile github.com/go-git/gcfg=/tmp/go-build1238918229/b559/_pkg_.a
2025-08-20T21:34:12.8864194Z [00:03:06.327]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.8864612Z [00:03:06.327]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.8864932Z [00:03:06.327]➜  EOF
2025-08-20T21:34:12.8870073Z [00:03:06.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config;$WORK/b558=>" -p github.com/go-git/go-git/v5/plumbing/format/config -lang=go1.23 -complete -installsuffix shared -buildid 6NYBQ3EyFagTblIWPBML/6NYBQ3EyFagTblIWPBML -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/decoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/format.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/option.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/config/section.go
2025-08-20T21:34:12.9285675Z [00:03:06.370]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T21:34:12.9292904Z [00:03:06.370]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/0c/0c4dc72a2a685241737ded1985bec14461716dccffd094c1e9edd7d2b0144081-d # internal
2025-08-20T21:34:12.9293510Z [00:03:06.370]➜  golang.org/x/net/context
2025-08-20T21:34:12.9293802Z [00:03:06.370]➜  mkdir -p $WORK/b571/
2025-08-20T21:34:12.9299951Z [00:03:06.371]➜  cat >/tmp/go-build1238918229/b571/importcfg << 'EOF' # internal
2025-08-20T21:34:12.9300582Z [00:03:06.371]➜  # import config
2025-08-20T21:34:12.9301209Z [00:03:06.371]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:12.9301850Z [00:03:06.371]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:12.9302318Z [00:03:06.371]➜  EOF
2025-08-20T21:34:12.9304116Z [00:03:06.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b571/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/context=>golang.org/x/net@v0.42.0/context;$WORK/b571=>" -p golang.org/x/net/context -lang=go1.23 -complete -installsuffix shared -buildid 8__EztRbRn1DjjxUC2-E/8__EztRbRn1DjjxUC2-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/context/context.go
2025-08-20T21:34:12.9404274Z [00:03:06.382]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T21:34:12.9407872Z [00:03:06.382]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/03/033f29d400b6149a991bca4dc4e195e29448a0373e29c9e62000d4356d68c460-d # internal
2025-08-20T21:34:12.9409458Z [00:03:06.382]➜  github.com/jbenet/go-context/io
2025-08-20T21:34:12.9409795Z [00:03:06.382]➜  mkdir -p $WORK/b570/
2025-08-20T21:34:12.9412947Z [00:03:06.383]➜  cat >/tmp/go-build1238918229/b570/importcfg << 'EOF' # internal
2025-08-20T21:34:12.9413354Z [00:03:06.383]➜  # import config
2025-08-20T21:34:12.9414694Z [00:03:06.383]➜  packagefile golang.org/x/net/context=/tmp/go-build1238918229/b571/_pkg_.a
2025-08-20T21:34:12.9415174Z [00:03:06.383]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.9415499Z [00:03:06.383]➜  EOF
2025-08-20T21:34:12.9417716Z [00:03:06.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io=>github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io;$WORK/b570=>" -p github.com/jbenet/go-context/io -lang=go1.16 -complete -installsuffix shared -buildid Oa2uaip2xR4eJLFFdY0M/Oa2uaip2xR4eJLFFdY0M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack /root/go/pkg/mod/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io/ctxio.go
2025-08-20T21:34:12.9514666Z [00:03:06.391]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T21:34:12.9515416Z [00:03:06.392]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/e2/e24c3a61d5e781a67d88cc4bf6f9c028b88757b7818a28787c6adcf7afef6ee5-d # internal
2025-08-20T21:34:12.9520060Z [00:03:06.393]➜  github.com/go-git/go-git/v5/config
2025-08-20T21:34:12.9520801Z [00:03:06.393]➜  mkdir -p $WORK/b551/
2025-08-20T21:34:12.9522864Z [00:03:06.393]➜  cat >/tmp/go-build1238918229/b551/importcfg << 'EOF' # internal
2025-08-20T21:34:12.9523598Z [00:03:06.393]➜  # import config
2025-08-20T21:34:12.9524110Z [00:03:06.394]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:12.9524964Z [00:03:06.394]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.9525915Z [00:03:06.394]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.9526843Z [00:03:06.394]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build1238918229/b546/_pkg_.a
2025-08-20T21:34:12.9527691Z [00:03:06.394]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build1238918229/b552/_pkg_.a
2025-08-20T21:34:12.9528380Z [00:03:06.394]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:12.9529049Z [00:03:06.394]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build1238918229/b558/_pkg_.a
2025-08-20T21:34:12.9529608Z [00:03:06.394]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.9530004Z [00:03:06.394]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:12.9530442Z [00:03:06.394]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:12.9530889Z [00:03:06.394]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:12.9531302Z [00:03:06.394]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:12.9531735Z [00:03:06.394]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.9532164Z [00:03:06.394]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:12.9532482Z [00:03:06.394]➜  EOF
2025-08-20T21:34:12.9535247Z [00:03:06.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b551/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/config=>github.com/go-git/go-git/v5@v5.16.2/config;$WORK/b551=>" -p github.com/go-git/go-git/v5/config -lang=go1.23 -complete -installsuffix shared -buildid VWIvHXzRErgexrfQt_R_/VWIvHXzRErgexrfQt_R_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b551/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/config/branch.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/config/config.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/config/modules.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/config/refspec.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/config/url.go
2025-08-20T21:34:12.9673388Z [00:03:06.409]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T21:34:12.9677872Z [00:03:06.409]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T21:34:12.9687905Z [00:03:06.410]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/1d/1d58848fd5f9f4dbb40b7efa2c551d86575427ac04b3dc08c304147d43863536-d # internal
2025-08-20T21:34:12.9690702Z [00:03:06.410]➜  github.com/go-git/go-git/v5/utils/ioutil
2025-08-20T21:34:12.9691102Z [00:03:06.410]➜  mkdir -p $WORK/b569/
2025-08-20T21:34:12.9695694Z [00:03:06.411]➜  cat >/tmp/go-build1238918229/b569/importcfg << 'EOF' # internal
2025-08-20T21:34:12.9696106Z [00:03:06.411]➜  # import config
2025-08-20T21:34:12.9696842Z [00:03:06.411]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:12.9697564Z [00:03:06.411]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:12.9698667Z [00:03:06.411]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.9699516Z [00:03:06.411]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build1238918229/b570/_pkg_.a
2025-08-20T21:34:12.9703852Z [00:03:06.411]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.9704164Z [00:03:06.411]➜  EOF
2025-08-20T21:34:12.9706089Z [00:03:06.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/ioutil=>github.com/go-git/go-git/v5@v5.16.2/utils/ioutil;$WORK/b569=>" -p github.com/go-git/go-git/v5/utils/ioutil -lang=go1.23 -complete -installsuffix shared -buildid 5zlYxMfQr2AbG3XnbXpu/5zlYxMfQr2AbG3XnbXpu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/ioutil/common.go
2025-08-20T21:34:12.9845243Z [00:03:06.426]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/fc/fce75ef32ee105cff20b012a5a441262abc5af2d09dc8898b51e4f5c8156c1f7-d # internal
2025-08-20T21:34:12.9853532Z [00:03:06.427]➜  github.com/ProtonMail/go-crypto/openpgp
2025-08-20T21:34:12.9854412Z [00:03:06.427]➜  mkdir -p $WORK/b499/
2025-08-20T21:34:12.9893437Z [00:03:06.431]➜  cat >/tmp/go-build1238918229/b499/importcfg << 'EOF' # internal
2025-08-20T21:34:12.9894090Z [00:03:06.431]➜  # import config
2025-08-20T21:34:12.9894932Z [00:03:06.431]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:12.9895705Z [00:03:06.431]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:12.9896361Z [00:03:06.431]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:12.9897156Z [00:03:06.431]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:12.9898123Z [00:03:06.431]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:12.9899125Z [00:03:06.431]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:12.9899712Z [00:03:06.431]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:12.9900914Z [00:03:06.431]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build1238918229/b500/_pkg_.a
2025-08-20T21:34:12.9901724Z [00:03:06.431]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build1238918229/b502/_pkg_.a
2025-08-20T21:34:12.9902665Z [00:03:06.431]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build1238918229/b525/_pkg_.a
2025-08-20T21:34:12.9903925Z [00:03:06.431]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build1238918229/b526/_pkg_.a
2025-08-20T21:34:12.9905145Z [00:03:06.431]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build1238918229/b527/_pkg_.a
2025-08-20T21:34:12.9905961Z [00:03:06.431]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build1238918229/b528/_pkg_.a
2025-08-20T21:34:12.9908378Z [00:03:06.431]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1238918229/b501/_pkg_.a
2025-08-20T21:34:12.9909170Z [00:03:06.431]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build1238918229/b504/_pkg_.a
2025-08-20T21:34:12.9909943Z [00:03:06.431]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build1238918229/b509/_pkg_.a
2025-08-20T21:34:12.9910660Z [00:03:06.431]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build1238918229/b529/_pkg_.a
2025-08-20T21:34:12.9911354Z [00:03:06.431]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build1238918229/b537/_pkg_.a
2025-08-20T21:34:12.9912044Z [00:03:06.431]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build1238918229/b538/_pkg_.a
2025-08-20T21:34:12.9912647Z [00:03:06.431]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build1238918229/b543/_pkg_.a
2025-08-20T21:34:12.9913116Z [00:03:06.431]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:12.9913520Z [00:03:06.431]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:12.9913944Z [00:03:06.431]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:12.9914368Z [00:03:06.431]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:12.9914782Z [00:03:06.431]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:12.9915089Z [00:03:06.431]➜  EOF
2025-08-20T21:34:12.9962500Z [00:03:06.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp=>github.com/ProtonMail/go-crypto@v1.3.0/openpgp;$WORK/b499=>" -p github.com/ProtonMail/go-crypto/openpgp -lang=go1.22 -complete -installsuffix shared -buildid D4FT9RMhxxvyFFSuHDNY/D4FT9RMhxxvyFFSuHDNY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/canonical_text.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/hash.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/key_generation.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/keys.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/keys_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/read.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/read_write_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.3.0/openpgp/write.go
2025-08-20T21:34:13.0174979Z [00:03:06.459]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T21:34:13.0196585Z [00:03:06.460]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/bd/bd598c19218f3557039224d9290fd9f07b6054ef823cb9f70487737b5fb82cf2-d # internal
2025-08-20T21:34:13.0197300Z [00:03:06.460]➜  github.com/go-git/go-git/v5/plumbing/format/gitignore
2025-08-20T21:34:13.0197801Z [00:03:06.460]➜  mkdir -p $WORK/b568/
2025-08-20T21:34:13.0198183Z [00:03:06.460]➜  cat >/tmp/go-build1238918229/b568/importcfg << 'EOF' # internal
2025-08-20T21:34:13.0198526Z [00:03:06.460]➜  # import config
2025-08-20T21:34:13.0198887Z [00:03:06.460]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.0199301Z [00:03:06.460]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.0199795Z [00:03:06.460]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1238918229/b545/_pkg_.a
2025-08-20T21:34:13.0200421Z [00:03:06.460]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build1238918229/b564/_pkg_.a
2025-08-20T21:34:13.0201625Z [00:03:06.460]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build1238918229/b558/_pkg_.a
2025-08-20T21:34:13.0202299Z [00:03:06.460]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:13.0202802Z [00:03:06.460]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.0203199Z [00:03:06.460]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.0203625Z [00:03:06.460]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:13.0204079Z [00:03:06.460]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.0204401Z [00:03:06.460]➜  EOF
2025-08-20T21:34:13.0216650Z [00:03:06.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/gitignore=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/gitignore;$WORK/b568=>" -p github.com/go-git/go-git/v5/plumbing/format/gitignore -lang=go1.23 -complete -installsuffix shared -buildid o9e_sfswM_YrmjHsiRyx/o9e_sfswM_YrmjHsiRyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/gitignore/dir.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/gitignore/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/gitignore/matcher.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/gitignore/pattern.go
2025-08-20T21:34:13.0435621Z [00:03:06.485]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T21:34:13.0451963Z [00:03:06.486]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/1c/1c621b64aae19a5062e18842e58888dc9ea33e4a1acd12d2c24b02480258dc52-d # internal
2025-08-20T21:34:13.0452663Z [00:03:06.486]➜  github.com/go-git/go-git/v5/utils/binary
2025-08-20T21:34:13.0452983Z [00:03:06.486]➜  mkdir -p $WORK/b573/
2025-08-20T21:34:13.0453389Z [00:03:06.486]➜  cat >/tmp/go-build1238918229/b573/importcfg << 'EOF' # internal
2025-08-20T21:34:13.0453734Z [00:03:06.486]➜  # import config
2025-08-20T21:34:13.0454071Z [00:03:06.486]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.0454523Z [00:03:06.486]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:13.0455077Z [00:03:06.486]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.0455990Z [00:03:06.486]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.0456359Z [00:03:06.486]➜  EOF
2025-08-20T21:34:13.0458678Z [00:03:06.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/binary=>github.com/go-git/go-git/v5@v5.16.2/utils/binary;$WORK/b573=>" -p github.com/go-git/go-git/v5/utils/binary -lang=go1.23 -complete -installsuffix shared -buildid O6dG-6egqU_9SY9iFG4E/O6dG-6egqU_9SY9iFG4E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/binary/read.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/binary/write.go
2025-08-20T21:34:13.0695262Z [00:03:06.511]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T21:34:13.0699843Z [00:03:06.511]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/27/277f6241480882eaf92822ab85e3f882368bcd562165198760fbe1de23bbc7ef-d # internal
2025-08-20T21:34:13.0700789Z [00:03:06.511]➜  github.com/go-git/go-git/v5/plumbing/format/index
2025-08-20T21:34:13.0701166Z [00:03:06.511]➜  mkdir -p $WORK/b572/
2025-08-20T21:34:13.0703418Z [00:03:06.512]➜  cat >/tmp/go-build1238918229/b572/importcfg << 'EOF' # internal
2025-08-20T21:34:13.0703778Z [00:03:06.512]➜  # import config
2025-08-20T21:34:13.0704119Z [00:03:06.512]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.0704537Z [00:03:06.512]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.0705299Z [00:03:06.512]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.0705714Z [00:03:06.512]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.0706233Z [00:03:06.512]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.0706886Z [00:03:06.512]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build1238918229/b567/_pkg_.a
2025-08-20T21:34:13.0707743Z [00:03:06.512]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build1238918229/b554/_pkg_.a
2025-08-20T21:34:13.0708445Z [00:03:06.512]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build1238918229/b573/_pkg_.a
2025-08-20T21:34:13.0708952Z [00:03:06.512]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.0709356Z [00:03:06.512]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:13.0709794Z [00:03:06.512]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:13.0710254Z [00:03:06.512]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:13.0710670Z [00:03:06.512]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:13.0711090Z [00:03:06.512]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.0711518Z [00:03:06.512]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.0711936Z [00:03:06.512]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.0712380Z [00:03:06.512]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:13.0712716Z [00:03:06.512]➜  EOF
2025-08-20T21:34:13.0716257Z [00:03:06.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index;$WORK/b572=>" -p github.com/go-git/go-git/v5/plumbing/format/index -lang=go1.23 -complete -installsuffix shared -buildid DKSUStxGzwnZP2mNqQou/DKSUStxGzwnZP2mNqQou -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index/decoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index/index.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/index/match.go
2025-08-20T21:34:13.0846860Z [00:03:06.526]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T21:34:13.0856292Z [00:03:06.527]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/1e/1e12e543f0b45596788dbfca16e2a66126735808393ed521b0b3299c736cdf58-d # internal
2025-08-20T21:34:13.0865575Z [00:03:06.528]➜  github.com/go-git/go-git/v5/plumbing/format/idxfile
2025-08-20T21:34:13.0867364Z [00:03:06.528]➜  mkdir -p $WORK/b575/
2025-08-20T21:34:13.0880045Z [00:03:06.529]➜  cat >/tmp/go-build1238918229/b575/importcfg << 'EOF' # internal
2025-08-20T21:34:13.0880453Z [00:03:06.529]➜  # import config
2025-08-20T21:34:13.0880806Z [00:03:06.529]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.0881226Z [00:03:06.529]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.0882012Z [00:03:06.529]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:13.0882822Z [00:03:06.529]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.0884561Z [00:03:06.529]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.0885145Z [00:03:06.529]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.0885779Z [00:03:06.529]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build1238918229/b554/_pkg_.a
2025-08-20T21:34:13.0886424Z [00:03:06.529]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build1238918229/b573/_pkg_.a
2025-08-20T21:34:13.0887334Z [00:03:06.529]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.0887928Z [00:03:06.529]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:13.0888340Z [00:03:06.529]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:13.0888750Z [00:03:06.529]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:13.0889055Z [00:03:06.529]➜  EOF
2025-08-20T21:34:13.0892441Z [00:03:06.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile;$WORK/b575=>" -p github.com/go-git/go-git/v5/plumbing/format/idxfile -lang=go1.23 -complete -installsuffix shared -buildid w784Tk-T86xtEybU3jAS/w784Tk-T86xtEybU3jAS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile/decoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile/idxfile.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/idxfile/writer.go
2025-08-20T21:34:13.1783848Z [00:03:06.619]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T21:34:13.1804833Z [00:03:06.622]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/b4/b4a42a15fde3a6ef01c443a67df03361f14048c3828daef1730035909e83d6ed-d # internal
2025-08-20T21:34:13.1809086Z [00:03:06.622]➜  github.com/go-git/go-git/v5/plumbing/storer
2025-08-20T21:34:13.1809438Z [00:03:06.622]➜  mkdir -p $WORK/b576/
2025-08-20T21:34:13.1816740Z [00:03:06.623]➜  cat >/tmp/go-build1238918229/b576/importcfg << 'EOF' # internal
2025-08-20T21:34:13.1828802Z [00:03:06.623]➜  # import config
2025-08-20T21:34:13.1829864Z [00:03:06.623]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.1830857Z [00:03:06.623]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.1831586Z [00:03:06.623]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build1238918229/b572/_pkg_.a
2025-08-20T21:34:13.1832141Z [00:03:06.623]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.1832935Z [00:03:06.623]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.1833313Z [00:03:06.623]➜  EOF
2025-08-20T21:34:13.1836729Z [00:03:06.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer=>github.com/go-git/go-git/v5@v5.16.2/plumbing/storer;$WORK/b576=>" -p github.com/go-git/go-git/v5/plumbing/storer -lang=go1.23 -complete -installsuffix shared -buildid w-X0DEscqaNhqrNJeiy5/w-X0DEscqaNhqrNJeiy5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer/index.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer/object.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer/reference.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer/shallow.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/storer/storer.go
2025-08-20T21:34:13.1944144Z [00:03:06.636]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T21:34:13.1962710Z [00:03:06.638]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/13/1313a94ba97c701bcce3116346330f83f680ebf22c015d9c6050b234e32f8ba7-d # internal
2025-08-20T21:34:13.1963360Z [00:03:06.638]➜  github.com/go-git/go-git/v5/utils/sync
2025-08-20T21:34:13.1963675Z [00:03:06.638]➜  mkdir -p $WORK/b577/
2025-08-20T21:34:13.1992194Z [00:03:06.640]➜  cat >/tmp/go-build1238918229/b577/importcfg << 'EOF' # internal
2025-08-20T21:34:13.1992779Z [00:03:06.641]➜  # import config
2025-08-20T21:34:13.1993276Z [00:03:06.641]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.1993838Z [00:03:06.641]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.1994381Z [00:03:06.641]➜  packagefile compress/zlib=/tmp/go-build1238918229/b531/_pkg_.a
2025-08-20T21:34:13.1994897Z [00:03:06.641]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.1995432Z [00:03:06.641]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:13.1995864Z [00:03:06.641]➜  EOF
2025-08-20T21:34:13.1998541Z [00:03:06.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b577/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/sync=>github.com/go-git/go-git/v5@v5.16.2/utils/sync;$WORK/b577=>" -p github.com/go-git/go-git/v5/utils/sync -lang=go1.23 -complete -installsuffix shared -buildid XAnE1Kh643SQD2egKF8w/XAnE1Kh643SQD2egKF8w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/sync/bufio.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/sync/bytes.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/sync/zlib.go
2025-08-20T21:34:13.2013434Z [00:03:06.643]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T21:34:13.2040846Z [00:03:06.645]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/94/9425929ad3aec9bebaba1cffbabd9b21cd708b3659be1cedad1428c3d8ac7d0f-d # internal
2025-08-20T21:34:13.2049539Z [00:03:06.646]➜  github.com/emirpasic/gods/utils
2025-08-20T21:34:13.2051319Z [00:03:06.646]➜  mkdir -p $WORK/b581/
2025-08-20T21:34:13.2061245Z [00:03:06.647]➜  cat >/tmp/go-build1238918229/b581/importcfg << 'EOF' # internal
2025-08-20T21:34:13.2061712Z [00:03:06.647]➜  # import config
2025-08-20T21:34:13.2062049Z [00:03:06.647]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.2062489Z [00:03:06.647]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:13.2062912Z [00:03:06.647]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.2063329Z [00:03:06.648]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.2063635Z [00:03:06.648]➜  EOF
2025-08-20T21:34:13.2065929Z [00:03:06.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils=>github.com/emirpasic/gods@v1.18.1/utils;$WORK/b581=>" -p github.com/emirpasic/gods/utils -lang=go1.2 -complete -installsuffix shared -buildid xEQi_qQDhuEulujuK8WX/xEQi_qQDhuEulujuK8WX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils/comparator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils/sort.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils/utils.go
2025-08-20T21:34:13.2228319Z [00:03:06.664]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T21:34:13.2234847Z [00:03:06.665]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/d4/d4b14061cc8ca89bc4d50bfc14cd9d5027fba0c07d7877ee2c2174e6bd310fc5-d # internal
2025-08-20T21:34:13.2237174Z [00:03:06.665]➜  github.com/go-git/go-git/v5/plumbing/format/diff
2025-08-20T21:34:13.2238320Z [00:03:06.665]➜  mkdir -p $WORK/b585/
2025-08-20T21:34:13.2239613Z [00:03:06.665]➜  cat >/tmp/go-build1238918229/b585/importcfg << 'EOF' # internal
2025-08-20T21:34:13.2240058Z [00:03:06.665]➜  # import config
2025-08-20T21:34:13.2240404Z [00:03:06.665]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.2240929Z [00:03:06.665]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.2241562Z [00:03:06.665]➜  packagefile github.com/go-git/go-git/v5/plumbing/color=/tmp/go-build1238918229/b586/_pkg_.a
2025-08-20T21:34:13.2242228Z [00:03:06.665]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build1238918229/b567/_pkg_.a
2025-08-20T21:34:13.2242765Z [00:03:06.665]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.2243177Z [00:03:06.665]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:13.2243596Z [00:03:06.665]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.2244019Z [00:03:06.665]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.2244332Z [00:03:06.665]➜  EOF
2025-08-20T21:34:13.2247054Z [00:03:06.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b585/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/diff=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/diff;$WORK/b585=>" -p github.com/go-git/go-git/v5/plumbing/format/diff -lang=go1.23 -complete -installsuffix shared -buildid OiWsnx1-YO1vTuRChIsd/OiWsnx1-YO1vTuRChIsd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/diff/colorconfig.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/diff/patch.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/diff/unified_encoder.go
2025-08-20T21:34:13.2437142Z [00:03:06.685]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T21:34:13.2451164Z [00:03:06.686]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/3f/3f8ef3bb1522898a627cd5f1e1987703b3bb7ee507d9d220fa8f30de3bac492a-d # internal
2025-08-20T21:34:13.2459964Z [00:03:06.687]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T21:34:13.2469436Z [00:03:06.688]➜  github.com/emirpasic/gods/containers
2025-08-20T21:34:13.2476773Z [00:03:06.689]➜  mkdir -p $WORK/b580/
2025-08-20T21:34:13.2492346Z [00:03:06.691]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/9c/9c81f2e2b980405b8f555d41a9209d912ab7a53cd1b3e171a2f222b033ecbac6-d # internal
2025-08-20T21:34:13.2493419Z [00:03:06.691]➜  github.com/go-git/go-git/v5/plumbing/format/packfile
2025-08-20T21:34:13.2494056Z [00:03:06.691]➜  mkdir -p $WORK/b574/
2025-08-20T21:34:13.2495349Z [00:03:06.691]➜  cat >/tmp/go-build1238918229/b574/importcfg << 'EOF' # internal
2025-08-20T21:34:13.2495710Z [00:03:06.691]➜  # import config
2025-08-20T21:34:13.2496051Z [00:03:06.691]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.2496470Z [00:03:06.691]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.2496939Z [00:03:06.691]➜  packagefile compress/zlib=/tmp/go-build1238918229/b531/_pkg_.a
2025-08-20T21:34:13.2497408Z [00:03:06.691]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.2502453Z [00:03:06.691]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.2502950Z [00:03:06.691]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1238918229/b545/_pkg_.a
2025-08-20T21:34:13.2503540Z [00:03:06.691]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.2504673Z [00:03:06.691]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build1238918229/b566/_pkg_.a
2025-08-20T21:34:13.2505370Z [00:03:06.691]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build1238918229/b575/_pkg_.a
2025-08-20T21:34:13.2506047Z [00:03:06.691]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build1238918229/b554/_pkg_.a
2025-08-20T21:34:13.2506709Z [00:03:06.691]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build1238918229/b576/_pkg_.a
2025-08-20T21:34:13.2507349Z [00:03:06.691]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build1238918229/b573/_pkg_.a
2025-08-20T21:34:13.2508306Z [00:03:06.691]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:13.2508934Z [00:03:06.691]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build1238918229/b577/_pkg_.a
2025-08-20T21:34:13.2509452Z [00:03:06.691]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:13.2509874Z [00:03:06.691]➜  packagefile hash/crc32=/tmp/go-build1238918229/b198/_pkg_.a
2025-08-20T21:34:13.2510292Z [00:03:06.691]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.2510694Z [00:03:06.691]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:13.2511095Z [00:03:06.691]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.2511496Z [00:03:06.691]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:13.2511912Z [00:03:06.691]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:13.2512221Z [00:03:06.691]➜  EOF
2025-08-20T21:34:13.2522522Z [00:03:06.693]➜  cat >/tmp/go-build1238918229/b580/importcfg << 'EOF' # internal
2025-08-20T21:34:13.2528999Z [00:03:06.693]➜  # import config
2025-08-20T21:34:13.2529449Z [00:03:06.693]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build1238918229/b581/_pkg_.a
2025-08-20T21:34:13.2529868Z [00:03:06.693]➜  EOF
2025-08-20T21:34:13.2540088Z [00:03:06.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers=>github.com/emirpasic/gods@v1.18.1/containers;$WORK/b580=>" -p github.com/emirpasic/gods/containers -lang=go1.2 -complete -installsuffix shared -buildid _68UShMVzURhHHekrjdc/_68UShMVzURhHHekrjdc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/containers.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/enumerable.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/iterator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/serialization.go
2025-08-20T21:34:13.2561314Z [00:03:06.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b574/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile;$WORK/b574=>" -p github.com/go-git/go-git/v5/plumbing/format/packfile -lang=go1.23 -complete -installsuffix shared -buildid BpJ1UVGp8rHq_km3187f/BpJ1UVGp8rHq_km3187f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b574/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/delta_index.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/delta_selector.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/diff_delta.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/error.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/fsobject.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/object_pack.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/packfile.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/parser.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/patch_delta.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/packfile/scanner.go
2025-08-20T21:34:13.2770072Z [00:03:06.717]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T21:34:13.2771910Z [00:03:06.718]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/07/076e7401ebf7a2add30fe6d7f33d17a617e5d2573ba10d139a3229de1cb50e16-d # internal
2025-08-20T21:34:13.2780694Z [00:03:06.719]➜  github.com/go-git/go-git/v5/storage
2025-08-20T21:34:13.2782344Z [00:03:06.720]➜  mkdir -p $WORK/b587/
2025-08-20T21:34:13.2783706Z [00:03:06.720]➜  cat >/tmp/go-build1238918229/b587/importcfg << 'EOF' # internal
2025-08-20T21:34:13.2784076Z [00:03:06.720]➜  # import config
2025-08-20T21:34:13.2784459Z [00:03:06.720]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.2793896Z [00:03:06.721]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build1238918229/b551/_pkg_.a
2025-08-20T21:34:13.2794575Z [00:03:06.721]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build1238918229/b576/_pkg_.a
2025-08-20T21:34:13.2795008Z [00:03:06.721]➜  EOF
2025-08-20T21:34:13.2796868Z [00:03:06.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage=>github.com/go-git/go-git/v5@v5.16.2/storage;$WORK/b587=>" -p github.com/go-git/go-git/v5/storage -lang=go1.23 -complete -installsuffix shared -buildid x2q1OKAMvdm7e9zmIKF1/x2q1OKAMvdm7e9zmIKF1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/storer.go
2025-08-20T21:34:13.2818327Z [00:03:06.723]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T21:34:13.2827898Z [00:03:06.724]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/e0/e098183c983a494b4b200523a4e6af02db2e1767455ab15479bca942200b89e0-d # internal
2025-08-20T21:34:13.2831063Z [00:03:06.724]➜  github.com/emirpasic/gods/lists
2025-08-20T21:34:13.2832374Z [00:03:06.724]➜  mkdir -p $WORK/b583/
2025-08-20T21:34:13.2836145Z [00:03:06.725]➜  cat >/tmp/go-build1238918229/b583/importcfg << 'EOF' # internal
2025-08-20T21:34:13.2836530Z [00:03:06.725]➜  # import config
2025-08-20T21:34:13.2840998Z [00:03:06.725]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build1238918229/b580/_pkg_.a
2025-08-20T21:34:13.2841721Z [00:03:06.725]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build1238918229/b581/_pkg_.a
2025-08-20T21:34:13.2842128Z [00:03:06.725]➜  EOF
2025-08-20T21:34:13.2843937Z [00:03:06.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b583/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists=>github.com/emirpasic/gods@v1.18.1/lists;$WORK/b583=>" -p github.com/emirpasic/gods/lists -lang=go1.2 -complete -installsuffix shared -buildid qh0BytYvlFf6nDH7aBEV/qh0BytYvlFf6nDH7aBEV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/lists.go
2025-08-20T21:34:13.3010932Z [00:03:06.742]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T21:34:13.3012000Z [00:03:06.742]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T21:34:13.3012785Z [00:03:06.742]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/76/760e24ec0b0a247e553a4a06f6f910a8054ff1377b30d103c2e910d128779a01-d # internal
2025-08-20T21:34:13.3013388Z [00:03:06.742]➜  github.com/emirpasic/gods/lists/arraylist
2025-08-20T21:34:13.3013701Z [00:03:06.742]➜  mkdir -p $WORK/b582/
2025-08-20T21:34:13.3014301Z [00:03:06.742]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/8c/8c558dc692171034090092c7e6e0cf59bcc2b4bea823261a4bf2028e34f2d5b1-d # internal
2025-08-20T21:34:13.3015285Z [00:03:06.742]➜  github.com/emirpasic/gods/trees
2025-08-20T21:34:13.3015581Z [00:03:06.742]➜  mkdir -p $WORK/b584/
2025-08-20T21:34:13.3015950Z [00:03:06.742]➜  cat >/tmp/go-build1238918229/b584/importcfg << 'EOF' # internal
2025-08-20T21:34:13.3016297Z [00:03:06.742]➜  # import config
2025-08-20T21:34:13.3016749Z [00:03:06.742]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build1238918229/b580/_pkg_.a
2025-08-20T21:34:13.3017167Z [00:03:06.742]➜  EOF
2025-08-20T21:34:13.3019774Z [00:03:06.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b584/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees=>github.com/emirpasic/gods@v1.18.1/trees;$WORK/b584=>" -p github.com/emirpasic/gods/trees -lang=go1.2 -complete -installsuffix shared -buildid QNVVXA_HWD3xcmMxPD2I/QNVVXA_HWD3xcmMxPD2I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/trees.go
2025-08-20T21:34:13.3021488Z [00:03:06.742]➜  cat >/tmp/go-build1238918229/b582/importcfg << 'EOF' # internal
2025-08-20T21:34:13.3021831Z [00:03:06.742]➜  # import config
2025-08-20T21:34:13.3022192Z [00:03:06.742]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:13.3022631Z [00:03:06.742]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.3023163Z [00:03:06.742]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build1238918229/b580/_pkg_.a
2025-08-20T21:34:13.3023787Z [00:03:06.742]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build1238918229/b583/_pkg_.a
2025-08-20T21:34:13.3024379Z [00:03:06.742]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build1238918229/b581/_pkg_.a
2025-08-20T21:34:13.3024883Z [00:03:06.742]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.3025199Z [00:03:06.742]➜  EOF
2025-08-20T21:34:13.3028536Z [00:03:06.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b582/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist=>github.com/emirpasic/gods@v1.18.1/lists/arraylist;$WORK/b582=>" -p github.com/emirpasic/gods/lists/arraylist -lang=go1.2 -complete -installsuffix shared -buildid XwGFAFcwpHwmJxTPXiKx/XwGFAFcwpHwmJxTPXiKx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/arraylist.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/enumerable.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/iterator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/serialization.go
2025-08-20T21:34:13.3081388Z [00:03:06.749]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T21:34:13.3152575Z [00:03:06.756]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T21:34:13.3153392Z [00:03:06.757]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/e0/e055309b10aec1c23824232f1bfb76ef1cf8583ae3afc1f8c59ee10d23c85f26-d # internal
2025-08-20T21:34:13.3155324Z [00:03:06.757]➜  github.com/sergi/go-diff/diffmatchpatch
2025-08-20T21:34:13.3155850Z [00:03:06.757]➜  mkdir -p $WORK/b589/
2025-08-20T21:34:13.3156779Z [00:03:06.757]➜  cat >/tmp/go-build1238918229/b589/importcfg << 'EOF' # internal
2025-08-20T21:34:13.3157711Z [00:03:06.757]➜  # import config
2025-08-20T21:34:13.3158164Z [00:03:06.757]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.3158602Z [00:03:06.757]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.3159208Z [00:03:06.757]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.3159626Z [00:03:06.757]➜  packagefile html=/tmp/go-build1238918229/b190/_pkg_.a
2025-08-20T21:34:13.3160035Z [00:03:06.757]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:13.3160452Z [00:03:06.757]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:13.3160873Z [00:03:06.757]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:13.3161773Z [00:03:06.757]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.3162203Z [00:03:06.757]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.3162617Z [00:03:06.757]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.3163053Z [00:03:06.757]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:13.3163386Z [00:03:06.757]➜  EOF
2025-08-20T21:34:13.3167341Z [00:03:06.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b589/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch=>github.com/sergi/go-diff@v1.4.0/diffmatchpatch;$WORK/b589=>" -p github.com/sergi/go-diff/diffmatchpatch -lang=go1.13 -complete -installsuffix shared -buildid IqclLPCOvRWPOycceVno/IqclLPCOvRWPOycceVno -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/importcfg -pack /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/diff.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/diffmatchpatch.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/index.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/match.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/mathutil.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/operation_string.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/patch.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.4.0/diffmatchpatch/stringutil.go
2025-08-20T21:34:13.3200473Z [00:03:06.761]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/07/07f5b07a18de4ae7ca4510a7b9e008c9ed5f56059221e77085e5099d615f2bad-d # internal
2025-08-20T21:34:13.3201640Z [00:03:06.761]➜  github.com/go-git/go-git/v5/utils/merkletrie/noder
2025-08-20T21:34:13.3202011Z [00:03:06.761]➜  mkdir -p $WORK/b592/
2025-08-20T21:34:13.3206310Z [00:03:06.762]➜  cat >/tmp/go-build1238918229/b592/importcfg << 'EOF' # internal
2025-08-20T21:34:13.3207936Z [00:03:06.762]➜  # import config
2025-08-20T21:34:13.3208815Z [00:03:06.762]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.3209555Z [00:03:06.762]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.3210002Z [00:03:06.762]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.3210322Z [00:03:06.762]➜  EOF
2025-08-20T21:34:13.3225659Z [00:03:06.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b592/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/noder=>github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/noder;$WORK/b592=>" -p github.com/go-git/go-git/v5/utils/merkletrie/noder -lang=go1.23 -complete -installsuffix shared -buildid megBkG23Drwdxn0MDPp1/megBkG23Drwdxn0MDPp1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/noder/noder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/noder/path.go
2025-08-20T21:34:13.3361926Z [00:03:06.777]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T21:34:13.3400771Z [00:03:06.781]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/85/856eb95e96ec1368297b12bc73fe2b864df64ae6c5cec402d1d1266ea0424d88-d # internal
2025-08-20T21:34:13.3402430Z [00:03:06.781]➜  github.com/emirpasic/gods/trees/binaryheap
2025-08-20T21:34:13.3412311Z [00:03:06.781]➜  mkdir -p $WORK/b579/
2025-08-20T21:34:13.3413169Z [00:03:06.782]➜  cat >/tmp/go-build1238918229/b579/importcfg << 'EOF' # internal
2025-08-20T21:34:13.3414303Z [00:03:06.782]➜  # import config
2025-08-20T21:34:13.3414656Z [00:03:06.782]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.3415196Z [00:03:06.782]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build1238918229/b580/_pkg_.a
2025-08-20T21:34:13.3415860Z [00:03:06.782]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build1238918229/b582/_pkg_.a
2025-08-20T21:34:13.3416497Z [00:03:06.782]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build1238918229/b584/_pkg_.a
2025-08-20T21:34:13.3417658Z [00:03:06.782]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build1238918229/b581/_pkg_.a
2025-08-20T21:34:13.3418220Z [00:03:06.782]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.3418537Z [00:03:06.782]➜  EOF
2025-08-20T21:34:13.3421221Z [00:03:06.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap=>github.com/emirpasic/gods@v1.18.1/trees/binaryheap;$WORK/b579=>" -p github.com/emirpasic/gods/trees/binaryheap -lang=go1.2 -complete -installsuffix shared -buildid 1e8JM5eVmwkHQuYmuNpB/1e8JM5eVmwkHQuYmuNpB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap/binaryheap.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap/iterator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap/serialization.go
2025-08-20T21:34:13.3483236Z [00:03:06.789]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T21:34:13.3492741Z [00:03:06.789]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/c1/c17a012b506c63b88b618df9bdddb2e65e9885b81a0d82ea7bab29aeb3038546-d # internal
2025-08-20T21:34:13.3493430Z [00:03:06.789]➜  github.com/go-git/go-git/v5/utils/merkletrie/internal/frame
2025-08-20T21:34:13.3493798Z [00:03:06.789]➜  mkdir -p $WORK/b591/
2025-08-20T21:34:13.3494200Z [00:03:06.790]➜  cat >/tmp/go-build1238918229/b591/importcfg << 'EOF' # internal
2025-08-20T21:34:13.3494548Z [00:03:06.790]➜  # import config
2025-08-20T21:34:13.3494922Z [00:03:06.790]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.3495335Z [00:03:06.790]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.3495917Z [00:03:06.790]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build1238918229/b592/_pkg_.a
2025-08-20T21:34:13.3496485Z [00:03:06.790]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:13.3496903Z [00:03:06.790]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.3497214Z [00:03:06.790]➜  EOF
2025-08-20T21:34:13.3499946Z [00:03:06.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/internal/frame=>github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/internal/frame;$WORK/b591=>" -p github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -lang=go1.23 -complete -installsuffix shared -buildid vIo-tA_mVJMN-V0jJj8L/vIo-tA_mVJMN-V0jJj8L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/internal/frame/frame.go
2025-08-20T21:34:13.3672009Z [00:03:06.808]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T21:34:13.3689430Z [00:03:06.809]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/f6/f6dfbdef66ce96584c226ef5aa97352b21ac34e4dfee729e95ccc52fc0cee3b3-d # internal
2025-08-20T21:34:13.3690165Z [00:03:06.809]➜  github.com/go-git/go-git/v5/utils/merkletrie
2025-08-20T21:34:13.3690505Z [00:03:06.809]➜  mkdir -p $WORK/b590/
2025-08-20T21:34:13.3698682Z [00:03:06.811]➜  cat >/tmp/go-build1238918229/b590/importcfg << 'EOF' # internal
2025-08-20T21:34:13.3699573Z [00:03:06.811]➜  # import config
2025-08-20T21:34:13.3701260Z [00:03:06.811]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:13.3702133Z [00:03:06.811]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.3702969Z [00:03:06.811]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.3705027Z [00:03:06.811]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build1238918229/b591/_pkg_.a
2025-08-20T21:34:13.3706129Z [00:03:06.811]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build1238918229/b592/_pkg_.a
2025-08-20T21:34:13.3708453Z [00:03:06.811]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.3709152Z [00:03:06.811]➜  EOF
2025-08-20T21:34:13.3712603Z [00:03:06.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie=>github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie;$WORK/b590=>" -p github.com/go-git/go-git/v5/utils/merkletrie -lang=go1.23 -complete -installsuffix shared -buildid xde-c4piZ_U2jcTTvaMw/xde-c4piZ_U2jcTTvaMw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/change.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/difftree.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/doubleiter.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/iter.go
2025-08-20T21:34:13.3840658Z [00:03:06.825]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T21:34:13.3846142Z [00:03:06.826]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/84/84aea4734f2ef3ebff7e1d7d9b7df076427fd97a9d5e468bcded5f4ed73bf572-d # internal
2025-08-20T21:34:13.3846793Z [00:03:06.826]➜  github.com/go-git/go-git/v5/utils/trace
2025-08-20T21:34:13.3847105Z [00:03:06.826]➜  mkdir -p $WORK/b595/
2025-08-20T21:34:13.3847683Z [00:03:06.826]➜  cat >/tmp/go-build1238918229/b595/importcfg << 'EOF' # internal
2025-08-20T21:34:13.3848132Z [00:03:06.826]➜  # import config
2025-08-20T21:34:13.3848474Z [00:03:06.826]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.3848880Z [00:03:06.826]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:13.3849280Z [00:03:06.826]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.3849714Z [00:03:06.826]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:13.3850059Z [00:03:06.826]➜  EOF
2025-08-20T21:34:13.3855040Z [00:03:06.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b595/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/trace=>github.com/go-git/go-git/v5@v5.16.2/utils/trace;$WORK/b595=>" -p github.com/go-git/go-git/v5/utils/trace -lang=go1.23 -complete -installsuffix shared -buildid 4aTetYhNLK0YiSY_j95g/4aTetYhNLK0YiSY_j95g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/trace/trace.go
2025-08-20T21:34:13.4252194Z [00:03:06.866]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T21:34:13.4258434Z [00:03:06.867]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/2a/2aca1257812d700614e180b4c9f52113eb88205773901876c9705b4ae9d1ab30-d # internal
2025-08-20T21:34:13.4261165Z [00:03:06.867]➜  github.com/go-git/go-git/v5/plumbing/format/pktline
2025-08-20T21:34:13.4266417Z [00:03:06.868]➜  mkdir -p $WORK/b594/
2025-08-20T21:34:13.4267595Z [00:03:06.868]➜  cat >/tmp/go-build1238918229/b594/importcfg << 'EOF' # internal
2025-08-20T21:34:13.4269601Z [00:03:06.868]➜  # import config
2025-08-20T21:34:13.4270345Z [00:03:06.868]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.4271730Z [00:03:06.868]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.4272162Z [00:03:06.868]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.4272717Z [00:03:06.868]➜  packagefile github.com/go-git/go-git/v5/utils/trace=/tmp/go-build1238918229/b595/_pkg_.a
2025-08-20T21:34:13.4273225Z [00:03:06.868]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.4273648Z [00:03:06.868]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.4273966Z [00:03:06.868]➜  EOF
2025-08-20T21:34:13.4276720Z [00:03:06.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/pktline=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/pktline;$WORK/b594=>" -p github.com/go-git/go-git/v5/plumbing/format/pktline -lang=go1.23 -complete -installsuffix shared -buildid iC4E6f2gNexL-zoPbixk/iC4E6f2gNexL-zoPbixk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/pktline/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/pktline/error.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/pktline/scanner.go
2025-08-20T21:34:13.4295541Z [00:03:06.869]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T21:34:13.4296231Z [00:03:06.869]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/b9/b9d76d4d0d294cd68ed9dec816c0a5b72229b3827038ef31ac69a1994f4f49a6-d # internal
2025-08-20T21:34:13.4296901Z [00:03:06.870]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp/capability
2025-08-20T21:34:13.4297293Z [00:03:06.870]➜  mkdir -p $WORK/b596/
2025-08-20T21:34:13.4297834Z [00:03:06.870]➜  cat >/tmp/go-build1238918229/b596/importcfg << 'EOF' # internal
2025-08-20T21:34:13.4298184Z [00:03:06.870]➜  # import config
2025-08-20T21:34:13.4298522Z [00:03:06.870]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.4298942Z [00:03:06.870]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.4299353Z [00:03:06.870]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.4299772Z [00:03:06.870]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.4300181Z [00:03:06.870]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.4300503Z [00:03:06.870]➜  EOF
2025-08-20T21:34:13.4303167Z [00:03:06.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/capability=>github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/capability;$WORK/b596=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -lang=go1.23 -complete -installsuffix shared -buildid Ryq5xWycpwYJ1vEqcBcu/Ryq5xWycpwYJ1vEqcBcu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/capability/capability.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/capability/list.go
2025-08-20T21:34:13.4522656Z [00:03:06.893]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T21:34:13.4529268Z [00:03:06.894]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/e5/e5102d215ffd268f755610a3e7e30f21a42d29971a23411f394cccd7e3cecb47-d # internal
2025-08-20T21:34:13.4569001Z [00:03:06.898]➜  github.com/go-git/go-git/v5/storage/memory
2025-08-20T21:34:13.4572310Z [00:03:06.898]➜  mkdir -p $WORK/b598/
2025-08-20T21:34:13.4573012Z [00:03:06.899]➜  cat >/tmp/go-build1238918229/b598/importcfg << 'EOF' # internal
2025-08-20T21:34:13.4575446Z [00:03:06.899]➜  # import config
2025-08-20T21:34:13.4576239Z [00:03:06.899]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.4577190Z [00:03:06.899]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build1238918229/b551/_pkg_.a
2025-08-20T21:34:13.4578484Z [00:03:06.899]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.4585971Z [00:03:06.899]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build1238918229/b572/_pkg_.a
2025-08-20T21:34:13.4587122Z [00:03:06.899]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build1238918229/b576/_pkg_.a
2025-08-20T21:34:13.4588402Z [00:03:06.899]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build1238918229/b587/_pkg_.a
2025-08-20T21:34:13.4588985Z [00:03:06.899]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.4589302Z [00:03:06.899]➜  EOF
2025-08-20T21:34:13.4591360Z [00:03:06.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/memory=>github.com/go-git/go-git/v5@v5.16.2/storage/memory;$WORK/b598=>" -p github.com/go-git/go-git/v5/storage/memory -lang=go1.23 -complete -installsuffix shared -buildid o9PeCoNP-3esXo9JxedD/o9PeCoNP-3esXo9JxedD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/memory/storage.go
2025-08-20T21:34:13.4693485Z [00:03:06.911]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T21:34:13.4705977Z [00:03:06.912]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/5b/5bee31bc4298e1d60d74ba738c5f55021a8bbb5d34cc6bf553e23333873f9693-d # internal
2025-08-20T21:34:13.4712529Z [00:03:06.913]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband
2025-08-20T21:34:13.4713422Z [00:03:06.913]➜  mkdir -p $WORK/b597/
2025-08-20T21:34:13.4720699Z [00:03:06.913]➜  cat >/tmp/go-build1238918229/b597/importcfg << 'EOF' # internal
2025-08-20T21:34:13.4721114Z [00:03:06.913]➜  # import config
2025-08-20T21:34:13.4721468Z [00:03:06.913]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.4721886Z [00:03:06.913]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.4722476Z [00:03:06.913]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build1238918229/b594/_pkg_.a
2025-08-20T21:34:13.4723030Z [00:03:06.913]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.4723347Z [00:03:06.913]➜  EOF
2025-08-20T21:34:13.4732015Z [00:03:06.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b597/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/sideband=>github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/sideband;$WORK/b597=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -lang=go1.23 -complete -installsuffix shared -buildid Xt4V71K4tmkq8ZPUlOBh/Xt4V71K4tmkq8ZPUlOBh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/sideband/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/sideband/demux.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/sideband/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/sideband/muxer.go
2025-08-20T21:34:13.4781905Z [00:03:06.919]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T21:34:13.4796675Z [00:03:06.921]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/26/26cc9e862099232b46b2f5dde14849db4a505b48d73f08d070143aff21d4825d-d # internal
2025-08-20T21:34:13.4812276Z [00:03:06.923]➜  github.com/go-git/go-git/v5/utils/diff
2025-08-20T21:34:13.4813179Z [00:03:06.923]➜  mkdir -p $WORK/b588/
2025-08-20T21:34:13.4818344Z [00:03:06.923]➜  cat >/tmp/go-build1238918229/b588/importcfg << 'EOF' # internal
2025-08-20T21:34:13.4819343Z [00:03:06.923]➜  # import config
2025-08-20T21:34:13.4819681Z [00:03:06.923]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.4820229Z [00:03:06.923]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build1238918229/b589/_pkg_.a
2025-08-20T21:34:13.4820745Z [00:03:06.923]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.4821051Z [00:03:06.923]➜  EOF
2025-08-20T21:34:13.4822941Z [00:03:06.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b588/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/diff=>github.com/go-git/go-git/v5@v5.16.2/utils/diff;$WORK/b588=>" -p github.com/go-git/go-git/v5/utils/diff -lang=go1.23 -complete -installsuffix shared -buildid RROkU9wSB28jsXZZ-P5j/RROkU9wSB28jsXZZ-P5j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/diff/diff.go
2025-08-20T21:34:13.4946470Z [00:03:06.936]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T21:34:13.4951273Z [00:03:06.937]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/76/763a10d5e3e458113104757dba83218038d0295137cb9477726a746eb8d048d8-d # internal
2025-08-20T21:34:13.4956634Z [00:03:06.937]➜  github.com/go-git/go-git/v5/plumbing/object
2025-08-20T21:34:13.4958502Z [00:03:06.937]➜  mkdir -p $WORK/b578/
2025-08-20T21:34:13.4962374Z [00:03:06.938]➜  cat >/tmp/go-build1238918229/b578/importcfg << 'EOF' # internal
2025-08-20T21:34:13.4962732Z [00:03:06.938]➜  # import config
2025-08-20T21:34:13.4964338Z [00:03:06.938]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.4964794Z [00:03:06.938]➜  packagefile container/list=/tmp/go-build1238918229/b132/_pkg_.a
2025-08-20T21:34:13.4965243Z [00:03:06.938]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:13.4965663Z [00:03:06.938]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.4966075Z [00:03:06.938]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.4966644Z [00:03:06.938]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build1238918229/b499/_pkg_.a
2025-08-20T21:34:13.4967311Z [00:03:06.938]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build1238918229/b579/_pkg_.a
2025-08-20T21:34:13.4972226Z [00:03:06.938]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.4972899Z [00:03:06.938]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build1238918229/b567/_pkg_.a
2025-08-20T21:34:13.4973585Z [00:03:06.938]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/diff=/tmp/go-build1238918229/b585/_pkg_.a
2025-08-20T21:34:13.4974257Z [00:03:06.938]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build1238918229/b576/_pkg_.a
2025-08-20T21:34:13.4974887Z [00:03:06.938]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build1238918229/b587/_pkg_.a
2025-08-20T21:34:13.4975511Z [00:03:06.938]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build1238918229/b573/_pkg_.a
2025-08-20T21:34:13.4976129Z [00:03:06.938]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build1238918229/b588/_pkg_.a
2025-08-20T21:34:13.4976746Z [00:03:06.938]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:13.4977388Z [00:03:06.938]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build1238918229/b590/_pkg_.a
2025-08-20T21:34:13.4978573Z [00:03:06.938]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build1238918229/b592/_pkg_.a
2025-08-20T21:34:13.4979310Z [00:03:06.938]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build1238918229/b577/_pkg_.a
2025-08-20T21:34:13.4979934Z [00:03:06.938]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build1238918229/b589/_pkg_.a
2025-08-20T21:34:13.4980445Z [00:03:06.938]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.4980859Z [00:03:06.938]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:13.4981300Z [00:03:06.938]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:13.4981739Z [00:03:06.938]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:13.4982159Z [00:03:06.938]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.4982582Z [00:03:06.938]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.4983004Z [00:03:06.938]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.4983312Z [00:03:06.938]➜  EOF
2025-08-20T21:34:13.4991119Z [00:03:06.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object=>github.com/go-git/go-git/v5@v5.16.2/plumbing/object;$WORK/b578=>" -p github.com/go-git/go-git/v5/plumbing/object -lang=go1.23 -complete -installsuffix shared -buildid __dFjZheGRenCy3JhhBT/__dFjZheGRenCy3JhhBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/blob.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/change.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/change_adaptor.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit_walker.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit_walker_bfs.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit_walker_bfs_filtered.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit_walker_ctime.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit_walker_limit.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/commit_walker_path.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/difftree.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/file.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/merge_base.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/object.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/patch.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/rename.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/signature.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/tag.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/tree.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/object/treenoder.go
2025-08-20T21:34:13.5004288Z [00:03:06.941]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T21:34:13.5004955Z [00:03:06.941]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/97/979ab352cff82434c0e68c629c5bb56130b2bb2e3db19b6a1993750f81c55203-d # internal
2025-08-20T21:34:13.5005521Z [00:03:06.941]➜  golang.org/x/sys/execabs
2025-08-20T21:34:13.5005797Z [00:03:06.941]➜  mkdir -p $WORK/b608/
2025-08-20T21:34:13.5006160Z [00:03:06.941]➜  cat >/tmp/go-build1238918229/b608/importcfg << 'EOF' # internal
2025-08-20T21:34:13.5006503Z [00:03:06.941]➜  # import config
2025-08-20T21:34:13.5006842Z [00:03:06.941]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:13.5007264Z [00:03:06.941]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.5008114Z [00:03:06.941]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.5008602Z [00:03:06.941]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:13.5009050Z [00:03:06.941]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:13.5009497Z [00:03:06.941]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:13.5009814Z [00:03:06.941]➜  EOF
2025-08-20T21:34:13.5011751Z [00:03:06.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b608/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.35.0/execabs=>golang.org/x/sys@v0.35.0/execabs;$WORK/b608=>" -p golang.org/x/sys/execabs -lang=go1.23 -complete -installsuffix shared -buildid xUb994gvHvJCbGPVOz36/xUb994gvHvJCbGPVOz36 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack /root/go/pkg/mod/golang.org/x/sys@v0.35.0/execabs/execabs.go /root/go/pkg/mod/golang.org/x/sys@v0.35.0/execabs/execabs_go119.go
2025-08-20T21:34:13.5179012Z [00:03:06.959]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T21:34:13.5252500Z [00:03:06.966]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/c6/c6bb5590d2ba0b171a3e6e2a296b37e6447fd284434a072e0fe10a4e4576875b-d # internal
2025-08-20T21:34:13.5253228Z [00:03:06.966]➜  github.com/go-git/go-git/v5/plumbing/format/objfile
2025-08-20T21:34:13.5253571Z [00:03:06.966]➜  mkdir -p $WORK/b606/
2025-08-20T21:34:13.5253951Z [00:03:06.966]➜  cat >/tmp/go-build1238918229/b606/importcfg << 'EOF' # internal
2025-08-20T21:34:13.5254749Z [00:03:06.966]➜  # import config
2025-08-20T21:34:13.5255122Z [00:03:06.966]➜  packagefile compress/zlib=/tmp/go-build1238918229/b531/_pkg_.a
2025-08-20T21:34:13.5255568Z [00:03:06.966]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.5256094Z [00:03:06.966]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.5256789Z [00:03:06.966]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build1238918229/b574/_pkg_.a
2025-08-20T21:34:13.5257584Z [00:03:06.966]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build1238918229/b577/_pkg_.a
2025-08-20T21:34:13.5258148Z [00:03:06.966]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.5258567Z [00:03:06.966]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.5258885Z [00:03:06.966]➜  EOF
2025-08-20T21:34:13.5261611Z [00:03:06.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b606/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/objfile=>github.com/go-git/go-git/v5@v5.16.2/plumbing/format/objfile;$WORK/b606=>" -p github.com/go-git/go-git/v5/plumbing/format/objfile -lang=go1.23 -complete -installsuffix shared -buildid CoRCtQr79rHZu5kjn_7I/CoRCtQr79rHZu5kjn_7I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/objfile/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/objfile/reader.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/format/objfile/writer.go
2025-08-20T21:34:13.5269591Z [00:03:06.968]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T21:34:13.5292669Z [00:03:06.970]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/be/be03072015a39d94832c33e7589bf04df379d90b905fd333911e0ee8029ac582-d # internal
2025-08-20T21:34:13.5293501Z [00:03:06.970]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp
2025-08-20T21:34:13.5293979Z [00:03:06.970]➜  mkdir -p $WORK/b593/
2025-08-20T21:34:13.5294490Z [00:03:06.970]➜  cat >/tmp/go-build1238918229/b593/importcfg << 'EOF' # internal
2025-08-20T21:34:13.5304576Z [00:03:06.970]➜  # import config
2025-08-20T21:34:13.5305208Z [00:03:06.970]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.5306096Z [00:03:06.970]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.5308203Z [00:03:06.970]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:13.5308885Z [00:03:06.970]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.5309659Z [00:03:06.970]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.5310430Z [00:03:06.970]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.5311382Z [00:03:06.970]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build1238918229/b594/_pkg_.a
2025-08-20T21:34:13.5312691Z [00:03:06.970]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1238918229/b596/_pkg_.a
2025-08-20T21:34:13.5313728Z [00:03:06.970]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build1238918229/b597/_pkg_.a
2025-08-20T21:34:13.5314789Z [00:03:06.970]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build1238918229/b576/_pkg_.a
2025-08-20T21:34:13.5315617Z [00:03:06.970]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build1238918229/b598/_pkg_.a
2025-08-20T21:34:13.5316463Z [00:03:06.970]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:13.5318208Z [00:03:06.970]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.5320784Z [00:03:06.970]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:13.5321701Z [00:03:06.970]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:13.5322255Z [00:03:06.970]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.5322723Z [00:03:06.970]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.5323294Z [00:03:06.970]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.5323751Z [00:03:06.970]➜  EOF
2025-08-20T21:34:13.5332581Z [00:03:06.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b593/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp=>github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp;$WORK/b593=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp -lang=go1.23 -complete -installsuffix shared -buildid PSuyaZlsDCPuh5F_6XaT/PSuyaZlsDCPuh5F_6XaT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/advrefs.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/advrefs_decode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/advrefs_encode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/filter.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/gitproto.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/report_status.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/shallowupd.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/srvresp.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/ulreq.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/ulreq_decode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/ulreq_encode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/updreq.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/updreq_decode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/updreq_encode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/uppackreq.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/protocol/packp/uppackresp.go
2025-08-20T21:34:13.5340767Z [00:03:06.973]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T21:34:13.5341671Z [00:03:06.973]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/49/496ab52291b6edd0cd21b136edfd331d41dde0f00bf6c5e1c8c2f7f42006dc00-d # internal
2025-08-20T21:34:13.5342320Z [00:03:06.973]➜  github.com/kevinburke/ssh_config
2025-08-20T21:34:13.5342615Z [00:03:06.973]➜  mkdir -p $WORK/b613/
2025-08-20T21:34:13.5343120Z [00:03:06.973]➜  cat >/tmp/go-build1238918229/b613/importcfg << 'EOF' # internal
2025-08-20T21:34:13.5343486Z [00:03:06.973]➜  # import config
2025-08-20T21:34:13.5343817Z [00:03:06.973]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.5344233Z [00:03:06.973]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.5344652Z [00:03:06.973]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.5345219Z [00:03:06.973]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.5345694Z [00:03:06.973]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.5347921Z [00:03:06.973]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:13.5349001Z [00:03:06.973]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:13.5349592Z [00:03:06.973]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:13.5350015Z [00:03:06.973]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:13.5350823Z [00:03:06.973]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.5351255Z [00:03:06.973]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.5351670Z [00:03:06.973]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:13.5352085Z [00:03:06.973]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:13.5352398Z [00:03:06.973]➜  EOF
2025-08-20T21:34:13.5355429Z [00:03:06.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b613/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0=>github.com/kevinburke/ssh_config@v1.2.0;$WORK/b613=>" -p github.com/kevinburke/ssh_config -lang=go1.16 -complete -installsuffix shared -buildid JZUHmbIiwp_1OuqTXg5y/JZUHmbIiwp_1OuqTXg5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/config.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/lexer.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/parser.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/position.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/token.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/validators.go
2025-08-20T21:34:13.5599576Z [00:03:07.001]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T21:34:13.5608981Z [00:03:07.002]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/53/532837aa2e0d6322c65bb6d714a978a4e6d6210e9ec817592d09c7fd18bd1fac-d # internal
2025-08-20T21:34:13.5616897Z [00:03:07.003]➜  github.com/go-git/go-git/v5/storage/filesystem/dotgit
2025-08-20T21:34:13.5618776Z [00:03:07.003]➜  mkdir -p $WORK/b607/
2025-08-20T21:34:13.5629146Z [00:03:07.004]➜  cat >/tmp/go-build1238918229/b607/importcfg << 'EOF' # internal
2025-08-20T21:34:13.5629556Z [00:03:07.004]➜  # import config
2025-08-20T21:34:13.5631693Z [00:03:07.004]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.5632123Z [00:03:07.004]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.5632577Z [00:03:07.004]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.5632996Z [00:03:07.004]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.5633490Z [00:03:07.004]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1238918229/b545/_pkg_.a
2025-08-20T21:34:13.5634126Z [00:03:07.004]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build1238918229/b548/_pkg_.a
2025-08-20T21:34:13.5635098Z [00:03:07.004]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.5635847Z [00:03:07.004]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build1238918229/b575/_pkg_.a
2025-08-20T21:34:13.5636571Z [00:03:07.004]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build1238918229/b606/_pkg_.a
2025-08-20T21:34:13.5637296Z [00:03:07.004]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build1238918229/b574/_pkg_.a
2025-08-20T21:34:13.5638188Z [00:03:07.004]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build1238918229/b554/_pkg_.a
2025-08-20T21:34:13.5638813Z [00:03:07.004]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build1238918229/b587/_pkg_.a
2025-08-20T21:34:13.5639431Z [00:03:07.004]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:13.5639934Z [00:03:07.004]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.5640352Z [00:03:07.004]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.5640761Z [00:03:07.004]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:13.5641199Z [00:03:07.004]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:13.5641646Z [00:03:07.004]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:13.5642073Z [00:03:07.004]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:13.5642787Z [00:03:07.005]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:13.5643209Z [00:03:07.005]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.5643647Z [00:03:07.005]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:13.5644076Z [00:03:07.005]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.5644383Z [00:03:07.005]➜  EOF
2025-08-20T21:34:13.5705181Z [00:03:07.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b607/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit=>github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit;$WORK/b607=>" -p github.com/go-git/go-git/v5/storage/filesystem/dotgit -lang=go1.23 -complete -installsuffix shared -buildid -7qEt44j96QD2Z5Frc5w/-7qEt44j96QD2Z5Frc5w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit/dotgit.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit/dotgit_rewrite_packed_refs.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit/dotgit_setref.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit/reader.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit/repository_filesystem.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/dotgit/writers.go
2025-08-20T21:34:13.6674869Z [00:03:07.109]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T21:34:13.6699183Z [00:03:07.111]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/ed/ed3ee29ee032f95b3e9aea14b0d9ca20b056664fd614d64316408ed1e096f485-d # internal
2025-08-20T21:34:13.6704624Z [00:03:07.111]➜  golang.org/x/crypto/ssh/knownhosts
2025-08-20T21:34:13.6704955Z [00:03:07.111]➜  mkdir -p $WORK/b615/
2025-08-20T21:34:13.6774392Z [00:03:07.119]➜  cat >/tmp/go-build1238918229/b615/importcfg << 'EOF' # internal
2025-08-20T21:34:13.6776356Z [00:03:07.119]➜  # import config
2025-08-20T21:34:13.6777236Z [00:03:07.119]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.6778287Z [00:03:07.119]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.6778792Z [00:03:07.119]➜  packagefile crypto/hmac=/tmp/go-build1238918229/b157/_pkg_.a
2025-08-20T21:34:13.6779258Z [00:03:07.119]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:13.6780065Z [00:03:07.119]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:13.6780652Z [00:03:07.119]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:13.6781105Z [00:03:07.119]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.6781539Z [00:03:07.119]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.6782022Z [00:03:07.119]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1238918229/b480/_pkg_.a
2025-08-20T21:34:13.6782508Z [00:03:07.119]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.6782910Z [00:03:07.119]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:13.6783307Z [00:03:07.119]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.6783717Z [00:03:07.119]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.6784034Z [00:03:07.119]➜  EOF
2025-08-20T21:34:13.6785917Z [00:03:07.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/knownhosts=>golang.org/x/crypto@v0.40.0/ssh/knownhosts;$WORK/b615=>" -p golang.org/x/crypto/ssh/knownhosts -lang=go1.23 -complete -installsuffix shared -buildid 5-3jEzHd8a-Ehr2McVkd/5-3jEzHd8a-Ehr2McVkd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/knownhosts/knownhosts.go
2025-08-20T21:34:13.7069338Z [00:03:07.148]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T21:34:13.7096175Z [00:03:07.151]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/35/3505bf8d66ebea208d0e58acaed609f405289326b451ce2413164b13c955e6b4-d # internal
2025-08-20T21:34:13.7096909Z [00:03:07.151]➜  github.com/go-git/go-git/v5/plumbing/transport
2025-08-20T21:34:13.7098082Z [00:03:07.151]➜  mkdir -p $WORK/b600/
2025-08-20T21:34:13.7103400Z [00:03:07.152]➜  cat >/tmp/go-build1238918229/b600/importcfg << 'EOF' # internal
2025-08-20T21:34:13.7104255Z [00:03:07.152]➜  # import config
2025-08-20T21:34:13.7105236Z [00:03:07.152]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.7105896Z [00:03:07.152]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:13.7106439Z [00:03:07.152]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.7107637Z [00:03:07.152]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.7108255Z [00:03:07.152]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build1238918229/b552/_pkg_.a
2025-08-20T21:34:13.7108877Z [00:03:07.152]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.7109553Z [00:03:07.152]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build1238918229/b593/_pkg_.a
2025-08-20T21:34:13.7110347Z [00:03:07.152]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1238918229/b596/_pkg_.a
2025-08-20T21:34:13.7110937Z [00:03:07.152]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.7111352Z [00:03:07.152]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:13.7111808Z [00:03:07.152]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:13.7112267Z [00:03:07.152]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.7112708Z [00:03:07.152]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.7113024Z [00:03:07.152]➜  EOF
2025-08-20T21:34:13.7115375Z [00:03:07.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport;$WORK/b600=>" -p github.com/go-git/go-git/v5/plumbing/transport -lang=go1.23 -complete -installsuffix shared -buildid UnA97MTSfV66MZR6TLOD/UnA97MTSfV66MZR6TLOD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/common.go
2025-08-20T21:34:13.7418325Z [00:03:07.183]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T21:34:13.7426430Z [00:03:07.184]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/75/75e1d8bd50830cf52f07e225e2085684fb402278bf1d18e7722eea48d30902e0-d # internal
2025-08-20T21:34:13.7434980Z [00:03:07.184]➜  github.com/go-git/go-git/v5/plumbing/transport/internal/common
2025-08-20T21:34:13.7435447Z [00:03:07.184]➜  mkdir -p $WORK/b603/
2025-08-20T21:34:13.7435825Z [00:03:07.185]➜  cat >/tmp/go-build1238918229/b603/importcfg << 'EOF' # internal
2025-08-20T21:34:13.7436173Z [00:03:07.185]➜  # import config
2025-08-20T21:34:13.7436513Z [00:03:07.185]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.7436986Z [00:03:07.185]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.7437429Z [00:03:07.185]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:13.7438018Z [00:03:07.185]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.7438429Z [00:03:07.185]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.7439014Z [00:03:07.185]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build1238918229/b594/_pkg_.a
2025-08-20T21:34:13.7439741Z [00:03:07.185]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build1238918229/b593/_pkg_.a
2025-08-20T21:34:13.7440907Z [00:03:07.185]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1238918229/b596/_pkg_.a
2025-08-20T21:34:13.7441721Z [00:03:07.185]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build1238918229/b597/_pkg_.a
2025-08-20T21:34:13.7442459Z [00:03:07.185]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build1238918229/b600/_pkg_.a
2025-08-20T21:34:13.7443129Z [00:03:07.185]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:13.7443634Z [00:03:07.185]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.7444045Z [00:03:07.185]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:13.7444462Z [00:03:07.185]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.7444877Z [00:03:07.185]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.7445191Z [00:03:07.185]➜  EOF
2025-08-20T21:34:13.7449889Z [00:03:07.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/internal/common=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/internal/common;$WORK/b603=>" -p github.com/go-git/go-git/v5/plumbing/transport/internal/common -lang=go1.23 -complete -installsuffix shared -buildid y5I_e36pJNqQwt58egh-/y5I_e36pJNqQwt58egh- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/internal/common/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/internal/common/mocks.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/internal/common/server.go
2025-08-20T21:34:13.7648154Z [00:03:07.206]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T21:34:13.7659903Z [00:03:07.207]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/9f/9f4c197a8ff334c680efd0ee8444d3ad8998514efce2659faf783ed6775f3176-d # internal
2025-08-20T21:34:13.7721260Z [00:03:07.213]➜  github.com/skeema/knownhosts
2025-08-20T21:34:13.7721837Z [00:03:07.213]➜  mkdir -p $WORK/b614/
2025-08-20T21:34:13.7724884Z [00:03:07.213]➜  cat >/tmp/go-build1238918229/b614/importcfg << 'EOF' # internal
2025-08-20T21:34:13.7725250Z [00:03:07.213]➜  # import config
2025-08-20T21:34:13.7725591Z [00:03:07.213]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.7726323Z [00:03:07.213]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.7726840Z [00:03:07.213]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:13.7727294Z [00:03:07.213]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.7727981Z [00:03:07.213]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.7728486Z [00:03:07.213]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1238918229/b480/_pkg_.a
2025-08-20T21:34:13.7729070Z [00:03:07.213]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build1238918229/b615/_pkg_.a
2025-08-20T21:34:13.7729569Z [00:03:07.213]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.7729964Z [00:03:07.213]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:13.7730360Z [00:03:07.213]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.7730770Z [00:03:07.213]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:13.7731186Z [00:03:07.213]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.7731499Z [00:03:07.213]➜  EOF
2025-08-20T21:34:13.7733243Z [00:03:07.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skeema/knownhosts@v1.3.1=>github.com/skeema/knownhosts@v1.3.1;$WORK/b614=>" -p github.com/skeema/knownhosts -lang=go1.22 -complete -installsuffix shared -buildid 6vpCEW_D_BCsoDwcdjoa/6vpCEW_D_BCsoDwcdjoa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack /root/go/pkg/mod/github.com/skeema/knownhosts@v1.3.1/knownhosts.go
2025-08-20T21:34:13.7780873Z [00:03:07.219]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T21:34:13.7806065Z [00:03:07.222]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/ef/efadd49190475d5725842c84530956516bf34ac0a32163ed56fe49bdc7d52dfa-d # internal
2025-08-20T21:34:13.7825772Z [00:03:07.224]➜  github.com/go-git/go-git/v5/storage/filesystem
2025-08-20T21:34:13.7827579Z [00:03:07.224]➜  mkdir -p $WORK/b605/
2025-08-20T21:34:13.7834496Z [00:03:07.225]➜  cat >/tmp/go-build1238918229/b605/importcfg << 'EOF' # internal
2025-08-20T21:34:13.7838880Z [00:03:07.225]➜  # import config
2025-08-20T21:34:13.7840108Z [00:03:07.225]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.7840547Z [00:03:07.225]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.7840989Z [00:03:07.225]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.7841484Z [00:03:07.225]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1238918229/b545/_pkg_.a
2025-08-20T21:34:13.7842064Z [00:03:07.225]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build1238918229/b551/_pkg_.a
2025-08-20T21:34:13.7842666Z [00:03:07.225]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.7843308Z [00:03:07.225]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build1238918229/b566/_pkg_.a
2025-08-20T21:34:13.7843999Z [00:03:07.225]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build1238918229/b575/_pkg_.a
2025-08-20T21:34:13.7844769Z [00:03:07.225]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build1238918229/b572/_pkg_.a
2025-08-20T21:34:13.7845480Z [00:03:07.225]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build1238918229/b606/_pkg_.a
2025-08-20T21:34:13.7846215Z [00:03:07.225]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build1238918229/b574/_pkg_.a
2025-08-20T21:34:13.7846902Z [00:03:07.225]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build1238918229/b576/_pkg_.a
2025-08-20T21:34:13.7847648Z [00:03:07.225]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build1238918229/b587/_pkg_.a
2025-08-20T21:34:13.7848701Z [00:03:07.225]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build1238918229/b607/_pkg_.a
2025-08-20T21:34:13.7849482Z [00:03:07.225]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:13.7849984Z [00:03:07.225]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.7850381Z [00:03:07.225]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.7850784Z [00:03:07.225]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:13.7851202Z [00:03:07.225]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.7851506Z [00:03:07.225]➜  EOF
2025-08-20T21:34:13.7855587Z [00:03:07.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b605/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem=>github.com/go-git/go-git/v5@v5.16.2/storage/filesystem;$WORK/b605=>" -p github.com/go-git/go-git/v5/storage/filesystem -lang=go1.23 -complete -installsuffix shared -buildid LjF6_EaLDZZKmVOJ8Mkf/LjF6_EaLDZZKmVOJ8Mkf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/config.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/deltaobject.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/index.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/module.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/object.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/reference.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/shallow.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/storage/filesystem/storage.go
2025-08-20T21:34:13.7977578Z [00:03:07.239]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T21:34:13.7990933Z [00:03:07.240]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/88/8826d36c8158f92d7ed09b797266427cefe0b22c848ffe12e75a2aafa02038b9-d # internal
2025-08-20T21:34:13.8006188Z [00:03:07.240]➜  github.com/go-git/go-git/v5/plumbing/transport/git
2025-08-20T21:34:13.8006573Z [00:03:07.241]➜  mkdir -p $WORK/b609/
2025-08-20T21:34:13.8006959Z [00:03:07.241]➜  cat >/tmp/go-build1238918229/b609/importcfg << 'EOF' # internal
2025-08-20T21:34:13.8007305Z [00:03:07.241]➜  # import config
2025-08-20T21:34:13.8007950Z [00:03:07.241]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build1238918229/b593/_pkg_.a
2025-08-20T21:34:13.8008696Z [00:03:07.241]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build1238918229/b600/_pkg_.a
2025-08-20T21:34:13.8009454Z [00:03:07.241]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build1238918229/b603/_pkg_.a
2025-08-20T21:34:13.8010174Z [00:03:07.241]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:13.8010679Z [00:03:07.241]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.8011423Z [00:03:07.241]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:13.8011923Z [00:03:07.241]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.8012239Z [00:03:07.241]➜  EOF
2025-08-20T21:34:13.8014311Z [00:03:07.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b609/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/git=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/git;$WORK/b609=>" -p github.com/go-git/go-git/v5/plumbing/transport/git -lang=go1.23 -complete -installsuffix shared -buildid -PaeUZoVFWzPS-J8yeh3/-PaeUZoVFWzPS-J8yeh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/git/common.go
2025-08-20T21:34:13.8182455Z [00:03:07.259]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T21:34:13.8223422Z [00:03:07.263]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T21:34:13.8230247Z [00:03:07.264]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/3f/3f9951144be2c49457dc9f685f3254f0653057a6ae029df352d0992351ce2915-d # internal
2025-08-20T21:34:13.8249103Z [00:03:07.266]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/01/0194f3f5fee02f1ce6edb9353832a8cb336a3f00a1117813970da315bcbd2298-d # internal
2025-08-20T21:34:13.8250974Z [00:03:07.266]➜  github.com/go-git/go-git/v5/plumbing/revlist
2025-08-20T21:34:13.8252520Z [00:03:07.266]➜  mkdir -p $WORK/b599/
2025-08-20T21:34:13.8253239Z [00:03:07.266]➜  github.com/go-git/go-git/v5/plumbing/transport/http
2025-08-20T21:34:13.8254111Z [00:03:07.266]➜  mkdir -p $WORK/b610/
2025-08-20T21:34:13.8256161Z [00:03:07.267]➜  cat >/tmp/go-build1238918229/b610/importcfg << 'EOF' # internal
2025-08-20T21:34:13.8256701Z [00:03:07.267]➜  # import config
2025-08-20T21:34:13.8257340Z [00:03:07.267]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.8258091Z [00:03:07.267]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:13.8258856Z [00:03:07.267]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:13.8260498Z [00:03:07.267]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:13.8261276Z [00:03:07.267]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.8262145Z [00:03:07.267]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.8263809Z [00:03:07.267]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build1238918229/b594/_pkg_.a
2025-08-20T21:34:13.8265109Z [00:03:07.267]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build1238918229/b593/_pkg_.a
2025-08-20T21:34:13.8266216Z [00:03:07.267]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1238918229/b596/_pkg_.a
2025-08-20T21:34:13.8267347Z [00:03:07.267]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build1238918229/b597/_pkg_.a
2025-08-20T21:34:13.8268389Z [00:03:07.267]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build1238918229/b600/_pkg_.a
2025-08-20T21:34:13.8269537Z [00:03:07.267]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build1238918229/b603/_pkg_.a
2025-08-20T21:34:13.8270850Z [00:03:07.267]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:13.8271489Z [00:03:07.267]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build1238918229/b611/_pkg_.a
2025-08-20T21:34:13.8271979Z [00:03:07.267]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.8272376Z [00:03:07.267]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:13.8272795Z [00:03:07.267]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:13.8273224Z [00:03:07.267]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:13.8279102Z [00:03:07.267]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:13.8279661Z [00:03:07.267]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.8280093Z [00:03:07.267]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.8280508Z [00:03:07.267]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:13.8280815Z [00:03:07.267]➜  EOF
2025-08-20T21:34:13.8281151Z [00:03:07.267]➜  cat >/tmp/go-build1238918229/b599/importcfg << 'EOF' # internal
2025-08-20T21:34:13.8281492Z [00:03:07.267]➜  # import config
2025-08-20T21:34:13.8281816Z [00:03:07.267]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.8282326Z [00:03:07.267]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.8282970Z [00:03:07.267]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build1238918229/b567/_pkg_.a
2025-08-20T21:34:13.8283637Z [00:03:07.267]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build1238918229/b578/_pkg_.a
2025-08-20T21:34:13.8284289Z [00:03:07.267]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build1238918229/b576/_pkg_.a
2025-08-20T21:34:13.8284800Z [00:03:07.267]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.8285096Z [00:03:07.267]➜  EOF
2025-08-20T21:34:13.8287075Z [00:03:07.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/revlist=>github.com/go-git/go-git/v5@v5.16.2/plumbing/revlist;$WORK/b599=>" -p github.com/go-git/go-git/v5/plumbing/revlist -lang=go1.23 -complete -installsuffix shared -buildid kFNw8rbX44F2EhDxYwad/kFNw8rbX44F2EhDxYwad -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/revlist/revlist.go
2025-08-20T21:34:13.8292166Z [00:03:07.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b610/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/http=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/http;$WORK/b610=>" -p github.com/go-git/go-git/v5/plumbing/transport/http -lang=go1.23 -complete -installsuffix shared -buildid eHb5o3zalbcFIqIv76Yc/eHb5o3zalbcFIqIv76Yc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/http/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/http/receive_pack.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/http/transport.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/http/upload_pack.go
2025-08-20T21:34:13.8301856Z [00:03:07.271]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T21:34:13.8303430Z [00:03:07.271]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/a9/a9a71ff70d70a1d7e793900cfb3b465ba15f2594da3843dc0f5e93123d002259-d # internal
2025-08-20T21:34:13.8305750Z [00:03:07.272]➜  golang.org/x/crypto/ssh/agent
2025-08-20T21:34:13.8306638Z [00:03:07.272]➜  mkdir -p $WORK/b617/
2025-08-20T21:34:13.8341650Z [00:03:07.275]➜  cat >/tmp/go-build1238918229/b617/importcfg << 'EOF' # internal
2025-08-20T21:34:13.8342354Z [00:03:07.275]➜  # import config
2025-08-20T21:34:13.8343150Z [00:03:07.275]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:13.8343797Z [00:03:07.275]➜  packagefile crypto/dsa=/tmp/go-build1238918229/b175/_pkg_.a
2025-08-20T21:34:13.8344939Z [00:03:07.275]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:13.8345431Z [00:03:07.276]➜  packagefile crypto/ed25519=/tmp/go-build1238918229/b152/_pkg_.a
2025-08-20T21:34:13.8345909Z [00:03:07.276]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:13.8346377Z [00:03:07.276]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:13.8347060Z [00:03:07.276]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:13.8347725Z [00:03:07.276]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:13.8348261Z [00:03:07.276]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:13.8348741Z [00:03:07.276]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:13.8349197Z [00:03:07.276]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.8349610Z [00:03:07.276]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.8350085Z [00:03:07.276]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1238918229/b480/_pkg_.a
2025-08-20T21:34:13.8350548Z [00:03:07.276]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.8350946Z [00:03:07.276]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:13.8351367Z [00:03:07.276]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:13.8351778Z [00:03:07.276]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:13.8352181Z [00:03:07.276]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:13.8352582Z [00:03:07.276]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.8352890Z [00:03:07.276]➜  EOF
2025-08-20T21:34:13.8355373Z [00:03:07.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b617/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/agent=>golang.org/x/crypto@v0.40.0/ssh/agent;$WORK/b617=>" -p golang.org/x/crypto/ssh/agent -lang=go1.23 -complete -installsuffix shared -buildid O-u7LobWFKO6IMYBtWwO/O-u7LobWFKO6IMYBtWwO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/agent/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/agent/forward.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/agent/keyring.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/agent/server.go
2025-08-20T21:34:13.8561063Z [00:03:07.297]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T21:34:13.8586426Z [00:03:07.300]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/6f/6f29d9e62ed551ff1aaecaefa5e0d2c994b1ac5d09626a3c9161a6a16f4a042e-d # internal
2025-08-20T21:34:13.8596024Z [00:03:07.300]➜  golang.org/x/net/internal/socks
2025-08-20T21:34:13.8596349Z [00:03:07.300]➜  mkdir -p $WORK/b619/
2025-08-20T21:34:13.8596767Z [00:03:07.300]➜  cat >/tmp/go-build1238918229/b619/importcfg << 'EOF' # internal
2025-08-20T21:34:13.8597113Z [00:03:07.300]➜  # import config
2025-08-20T21:34:13.8597537Z [00:03:07.300]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:13.8598020Z [00:03:07.300]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.8598428Z [00:03:07.300]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.8598846Z [00:03:07.300]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:13.8599266Z [00:03:07.300]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.8599679Z [00:03:07.300]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.8599982Z [00:03:07.300]➜  EOF
2025-08-20T21:34:13.8602011Z [00:03:07.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b619/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/socks=>golang.org/x/net@v0.42.0/internal/socks;$WORK/b619=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid Qe3ufUB1_IBix2a1VsPy/Qe3ufUB1_IBix2a1VsPy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/socks/client.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/socks/socks.go
2025-08-20T21:34:13.9073509Z [00:03:07.348]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T21:34:13.9112369Z [00:03:07.352]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/ce/ce83b19da7f0d0a0eef608a56a0bc81c2cf518690bedb8ce4d2453c70a5d8415-d # internal
2025-08-20T21:34:13.9121924Z [00:03:07.353]➜  github.com/go-git/go-git/v5/plumbing/transport/server
2025-08-20T21:34:13.9123332Z [00:03:07.354]➜  mkdir -p $WORK/b604/
2025-08-20T21:34:13.9139854Z [00:03:07.354]➜  cat >/tmp/go-build1238918229/b604/importcfg << 'EOF' # internal
2025-08-20T21:34:13.9141234Z [00:03:07.356]➜  # import config
2025-08-20T21:34:13.9142560Z [00:03:07.356]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:13.9143825Z [00:03:07.356]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.9144969Z [00:03:07.356]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.9146413Z [00:03:07.356]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1238918229/b545/_pkg_.a
2025-08-20T21:34:13.9147335Z [00:03:07.356]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build1238918229/b546/_pkg_.a
2025-08-20T21:34:13.9148440Z [00:03:07.356]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.9149437Z [00:03:07.356]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build1238918229/b566/_pkg_.a
2025-08-20T21:34:13.9150849Z [00:03:07.356]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build1238918229/b574/_pkg_.a
2025-08-20T21:34:13.9151587Z [00:03:07.356]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build1238918229/b593/_pkg_.a
2025-08-20T21:34:13.9152766Z [00:03:07.356]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1238918229/b596/_pkg_.a
2025-08-20T21:34:13.9153508Z [00:03:07.356]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build1238918229/b599/_pkg_.a
2025-08-20T21:34:13.9154167Z [00:03:07.356]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build1238918229/b576/_pkg_.a
2025-08-20T21:34:13.9154844Z [00:03:07.356]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build1238918229/b600/_pkg_.a
2025-08-20T21:34:13.9155521Z [00:03:07.356]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build1238918229/b605/_pkg_.a
2025-08-20T21:34:13.9156171Z [00:03:07.356]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:13.9156675Z [00:03:07.356]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.9156981Z [00:03:07.356]➜  EOF
2025-08-20T21:34:13.9164615Z [00:03:07.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b604/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/server=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/server;$WORK/b604=>" -p github.com/go-git/go-git/v5/plumbing/transport/server -lang=go1.23 -complete -installsuffix shared -buildid EH6-SkvjpOuPhfD358-R/EH6-SkvjpOuPhfD358-R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/server/loader.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/server/server.go
2025-08-20T21:34:13.9191785Z [00:03:07.360]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T21:34:13.9206244Z [00:03:07.362]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/78/7800a717f8996a8280dd5480345fc8bc2b513e7efe9157e510a7e20ffb278f53-d # internal
2025-08-20T21:34:13.9207883Z [00:03:07.362]➜  golang.org/x/net/proxy
2025-08-20T21:34:13.9209839Z [00:03:07.362]➜  mkdir -p $WORK/b618/
2025-08-20T21:34:13.9220524Z [00:03:07.363]➜  cat >/tmp/go-build1238918229/b618/importcfg << 'EOF' # internal
2025-08-20T21:34:13.9221665Z [00:03:07.363]➜  # import config
2025-08-20T21:34:13.9222281Z [00:03:07.363]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:13.9223146Z [00:03:07.363]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.9224111Z [00:03:07.363]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build1238918229/b619/_pkg_.a
2025-08-20T21:34:13.9224873Z [00:03:07.363]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:13.9225534Z [00:03:07.363]➜  packagefile net/netip=/tmp/go-build1238918229/b098/_pkg_.a
2025-08-20T21:34:13.9236684Z [00:03:07.363]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:13.9237126Z [00:03:07.363]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.9237962Z [00:03:07.363]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.9238446Z [00:03:07.363]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:13.9238752Z [00:03:07.363]➜  EOF
2025-08-20T21:34:13.9241204Z [00:03:07.364]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b618/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy=>golang.org/x/net@v0.42.0/proxy;$WORK/b618=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid cRbqEua59-o-Luk35tDY/cRbqEua59-o-Luk35tDY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/dial.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/direct.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/per_host.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/proxy.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/socks5.go
2025-08-20T21:34:13.9256368Z [00:03:07.367]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T21:34:13.9274161Z [00:03:07.369]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/e8/e8c3bfc6b53182e11bd4af850641a1bc156b82249abd03526b4263741afa9e43-d # internal
2025-08-20T21:34:13.9303044Z [00:03:07.372]➜  github.com/go-git/go-git/v5/utils/merkletrie/filesystem
2025-08-20T21:34:13.9303950Z [00:03:07.372]➜  mkdir -p $WORK/b620/
2025-08-20T21:34:13.9310761Z [00:03:07.372]➜  cat >/tmp/go-build1238918229/b620/importcfg << 'EOF' # internal
2025-08-20T21:34:13.9312996Z [00:03:07.372]➜  # import config
2025-08-20T21:34:13.9313666Z [00:03:07.372]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1238918229/b545/_pkg_.a
2025-08-20T21:34:13.9314571Z [00:03:07.372]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:13.9315352Z [00:03:07.372]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build1238918229/b567/_pkg_.a
2025-08-20T21:34:13.9316187Z [00:03:07.372]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build1238918229/b592/_pkg_.a
2025-08-20T21:34:13.9317055Z [00:03:07.372]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.9318143Z [00:03:07.372]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.9318563Z [00:03:07.372]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:13.9318873Z [00:03:07.372]➜  EOF
2025-08-20T21:34:13.9321037Z [00:03:07.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b620/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/filesystem=>github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/filesystem;$WORK/b620=>" -p github.com/go-git/go-git/v5/utils/merkletrie/filesystem -lang=go1.23 -complete -installsuffix shared -buildid -YQMaoiCSNETiekQvXle/-YQMaoiCSNETiekQvXle -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/filesystem/node.go
2025-08-20T21:34:13.9651653Z [00:03:07.406]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T21:34:13.9669888Z [00:03:07.408]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/b7/b7f579b2a8c78f3822857c5a83413303077b040102102b5994834a5464e0081b-d # internal
2025-08-20T21:34:13.9681587Z [00:03:07.410]➜  github.com/xanzy/ssh-agent
2025-08-20T21:34:13.9683063Z [00:03:07.410]➜  mkdir -p $WORK/b616/
2025-08-20T21:34:13.9693595Z [00:03:07.411]➜  cat >/tmp/go-build1238918229/b616/importcfg << 'EOF' # internal
2025-08-20T21:34:13.9694950Z [00:03:07.411]➜  # import config
2025-08-20T21:34:13.9695608Z [00:03:07.411]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.9696844Z [00:03:07.411]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.9697389Z [00:03:07.411]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build1238918229/b617/_pkg_.a
2025-08-20T21:34:13.9698167Z [00:03:07.411]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:13.9698596Z [00:03:07.411]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.9698896Z [00:03:07.411]➜  EOF
2025-08-20T21:34:13.9700596Z [00:03:07.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xanzy/ssh-agent@v0.3.3=>github.com/xanzy/ssh-agent@v0.3.3;$WORK/b616=>" -p github.com/xanzy/ssh-agent -lang=go1.16 -complete -installsuffix shared -buildid _0PhEpeKrs888iwVy72f/_0PhEpeKrs888iwVy72f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack /root/go/pkg/mod/github.com/xanzy/ssh-agent@v0.3.3/sshagent.go
2025-08-20T21:34:13.9702902Z [00:03:07.412]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T21:34:13.9729554Z [00:03:07.414]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/c6/c65c576891b7d11b4d295c9948f0bb88d34c3e65fee404417e408b3fc740bc53-d # internal
2025-08-20T21:34:13.9733775Z [00:03:07.415]➜  github.com/go-git/go-git/v5/utils/merkletrie/index
2025-08-20T21:34:13.9735700Z [00:03:07.415]➜  mkdir -p $WORK/b621/
2025-08-20T21:34:13.9738120Z [00:03:07.415]➜  cat >/tmp/go-build1238918229/b621/importcfg << 'EOF' # internal
2025-08-20T21:34:13.9738827Z [00:03:07.415]➜  # import config
2025-08-20T21:34:13.9739656Z [00:03:07.415]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build1238918229/b572/_pkg_.a
2025-08-20T21:34:13.9740705Z [00:03:07.415]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build1238918229/b592/_pkg_.a
2025-08-20T21:34:13.9741586Z [00:03:07.415]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:13.9742306Z [00:03:07.415]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.9743091Z [00:03:07.415]➜  EOF
2025-08-20T21:34:13.9745177Z [00:03:07.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b621/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/index=>github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/index;$WORK/b621=>" -p github.com/go-git/go-git/v5/utils/merkletrie/index -lang=go1.23 -complete -installsuffix shared -buildid QyRCOK81v9gHo0BD55sp/QyRCOK81v9gHo0BD55sp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/utils/merkletrie/index/node.go
2025-08-20T21:34:13.9762784Z [00:03:07.418]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T21:34:13.9768041Z [00:03:07.418]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/58/583bfbae2a13b58e1c49908d5a7260ed2c7cae802282c2d8113139538bf5e219-d # internal
2025-08-20T21:34:13.9770226Z [00:03:07.418]➜  github.com/google/go-cmp/cmp/internal/diff
2025-08-20T21:34:13.9770808Z [00:03:07.418]➜  mkdir -p $WORK/b623/
2025-08-20T21:34:13.9772880Z [00:03:07.419]➜  cat >/tmp/go-build1238918229/b623/importcfg << 'EOF' # internal
2025-08-20T21:34:13.9773514Z [00:03:07.419]➜  # import config
2025-08-20T21:34:13.9775775Z [00:03:07.419]➜  packagefile github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build1238918229/b624/_pkg_.a
2025-08-20T21:34:13.9776454Z [00:03:07.419]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:13.9776893Z [00:03:07.419]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:13.9777201Z [00:03:07.419]➜  EOF
2025-08-20T21:34:13.9780034Z [00:03:07.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b623/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/diff=>github.com/google/go-cmp@v0.7.0/cmp/internal/diff;$WORK/b623=>" -p github.com/google/go-cmp/cmp/internal/diff -lang=go1.21 -complete -installsuffix shared -buildid vbWTawH6P7N3TV71Pial/vbWTawH6P7N3TV71Pial -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/diff/debug_disable.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/diff/diff.go
2025-08-20T21:34:13.9842275Z [00:03:07.426]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T21:34:13.9861022Z [00:03:07.427]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/5b/5b96189a8430b51f81749f642733ffa8e111b8e4937c65126f675d12b4e0d1b3-d # internal
2025-08-20T21:34:13.9861682Z [00:03:07.427]➜  github.com/go-git/go-git/v5/plumbing/transport/file
2025-08-20T21:34:13.9862027Z [00:03:07.427]➜  mkdir -p $WORK/b602/
2025-08-20T21:34:13.9862404Z [00:03:07.427]➜  cat >/tmp/go-build1238918229/b602/importcfg << 'EOF' # internal
2025-08-20T21:34:13.9862747Z [00:03:07.427]➜  # import config
2025-08-20T21:34:13.9863104Z [00:03:07.427]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:13.9863525Z [00:03:07.427]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.9863936Z [00:03:07.427]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.9864511Z [00:03:07.427]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build1238918229/b600/_pkg_.a
2025-08-20T21:34:13.9865270Z [00:03:07.427]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build1238918229/b603/_pkg_.a
2025-08-20T21:34:13.9866405Z [00:03:07.427]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/server=/tmp/go-build1238918229/b604/_pkg_.a
2025-08-20T21:34:13.9867093Z [00:03:07.427]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:13.9867958Z [00:03:07.427]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build1238918229/b608/_pkg_.a
2025-08-20T21:34:13.9868450Z [00:03:07.427]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:13.9868850Z [00:03:07.427]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.9869283Z [00:03:07.427]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:13.9869731Z [00:03:07.427]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:13.9870155Z [00:03:07.427]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.9870476Z [00:03:07.427]➜  EOF
2025-08-20T21:34:13.9872909Z [00:03:07.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b602/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/file=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/file;$WORK/b602=>" -p github.com/go-git/go-git/v5/plumbing/transport/file -lang=go1.23 -complete -installsuffix shared -buildid pCZXWjGHcF2yzPirKUm5/pCZXWjGHcF2yzPirKUm5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/file/client.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/file/server.go
2025-08-20T21:34:13.9923333Z [00:03:07.434]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T21:34:13.9957936Z [00:03:07.437]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/e3/e3dfbae8e6ba7bce2b7eb1f1c2aaaafb5adbbb454ef9105280c42a24bdbc12ed-d # internal
2025-08-20T21:34:13.9960331Z [00:03:07.437]➜  github.com/go-git/go-git/v5/plumbing/transport/ssh
2025-08-20T21:34:13.9961428Z [00:03:07.438]➜  mkdir -p $WORK/b612/
2025-08-20T21:34:13.9965474Z [00:03:07.438]➜  cat >/tmp/go-build1238918229/b612/importcfg << 'EOF' # internal
2025-08-20T21:34:13.9965848Z [00:03:07.438]➜  # import config
2025-08-20T21:34:13.9966202Z [00:03:07.438]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:13.9966632Z [00:03:07.438]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:13.9967340Z [00:03:07.438]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:13.9968158Z [00:03:07.438]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build1238918229/b600/_pkg_.a
2025-08-20T21:34:13.9968921Z [00:03:07.438]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build1238918229/b603/_pkg_.a
2025-08-20T21:34:13.9969623Z [00:03:07.438]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build1238918229/b613/_pkg_.a
2025-08-20T21:34:13.9970221Z [00:03:07.438]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build1238918229/b614/_pkg_.a
2025-08-20T21:34:13.9970785Z [00:03:07.438]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build1238918229/b616/_pkg_.a
2025-08-20T21:34:13.9971331Z [00:03:07.438]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1238918229/b480/_pkg_.a
2025-08-20T21:34:13.9971859Z [00:03:07.438]➜  packagefile golang.org/x/net/proxy=/tmp/go-build1238918229/b618/_pkg_.a
2025-08-20T21:34:13.9972314Z [00:03:07.438]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:13.9972721Z [00:03:07.438]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:13.9973135Z [00:03:07.438]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:13.9973582Z [00:03:07.438]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:13.9974032Z [00:03:07.438]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:13.9974800Z [00:03:07.438]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:13.9975230Z [00:03:07.438]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:13.9975547Z [00:03:07.438]➜  EOF
2025-08-20T21:34:13.9979420Z [00:03:07.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b612/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/ssh=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/ssh;$WORK/b612=>" -p github.com/go-git/go-git/v5/plumbing/transport/ssh -lang=go1.23 -complete -installsuffix shared -buildid __r3KlQef6dFJMLgxCea/__r3KlQef6dFJMLgxCea -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/ssh/auth_method.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/ssh/common.go
2025-08-20T21:34:13.9982237Z [00:03:07.439]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T21:34:13.9982923Z [00:03:07.439]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/a4/a4da753418f37a3ef446ae28f7e4c94d1ec94941a0f576c0836eb71664f06d0c-d # internal
2025-08-20T21:34:14.0004584Z [00:03:07.442]➜  github.com/google/go-cmp/cmp/internal/function
2025-08-20T21:34:14.0004932Z [00:03:07.442]➜  mkdir -p $WORK/b625/
2025-08-20T21:34:14.0012224Z [00:03:07.442]➜  cat >/tmp/go-build1238918229/b625/importcfg << 'EOF' # internal
2025-08-20T21:34:14.0015051Z [00:03:07.442]➜  # import config
2025-08-20T21:34:14.0015587Z [00:03:07.442]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:14.0017274Z [00:03:07.442]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:14.0018377Z [00:03:07.442]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:14.0018810Z [00:03:07.442]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.0019125Z [00:03:07.442]➜  EOF
2025-08-20T21:34:14.0021146Z [00:03:07.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b625/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/function=>github.com/google/go-cmp@v0.7.0/cmp/internal/function;$WORK/b625=>" -p github.com/google/go-cmp/cmp/internal/function -lang=go1.21 -complete -installsuffix shared -buildid ehscsr3e2qVsy0pI2sdv/ehscsr3e2qVsy0pI2sdv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b625/importcfg -pack /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/function/func.go
2025-08-20T21:34:14.0255069Z [00:03:07.466]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T21:34:14.0258880Z [00:03:07.466]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/78/78613c9cc6ef1cc08259a4ec570a04921a3d4f2df3f8ead95c56f70cb58f38ad-d # internal
2025-08-20T21:34:14.0259597Z [00:03:07.466]➜  github.com/google/go-cmp/cmp/internal/value
2025-08-20T21:34:14.0259926Z [00:03:07.466]➜  mkdir -p $WORK/b626/
2025-08-20T21:34:14.0260304Z [00:03:07.466]➜  cat >/tmp/go-build1238918229/b626/importcfg << 'EOF' # internal
2025-08-20T21:34:14.0260661Z [00:03:07.466]➜  # import config
2025-08-20T21:34:14.0260989Z [00:03:07.466]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.0261403Z [00:03:07.466]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:14.0261826Z [00:03:07.466]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:14.0262247Z [00:03:07.466]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:14.0262664Z [00:03:07.466]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:14.0262993Z [00:03:07.466]➜  EOF
2025-08-20T21:34:14.0263276Z [00:03:07.466]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T21:34:14.0265935Z [00:03:07.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b626/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/value=>github.com/google/go-cmp@v0.7.0/cmp/internal/value;$WORK/b626=>" -p github.com/google/go-cmp/cmp/internal/value -lang=go1.21 -complete -installsuffix shared -buildid U9beBHbtQ54x7SbKyePO/U9beBHbtQ54x7SbKyePO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/value/name.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/value/pointer.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/internal/value/sort.go
2025-08-20T21:34:14.0269009Z [00:03:07.467]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/6b/6b437017bbf748c433dac583d96da255b5633b1c9348f2cbef396b0386f5f780-d # internal
2025-08-20T21:34:14.0269628Z [00:03:07.467]➜  github.com/google/go-containerregistry/pkg/v1
2025-08-20T21:34:14.0269952Z [00:03:07.467]➜  mkdir -p $WORK/b627/
2025-08-20T21:34:14.0273609Z [00:03:07.469]➜  cat >/tmp/go-build1238918229/b627/importcfg << 'EOF' # internal
2025-08-20T21:34:14.0276060Z [00:03:07.469]➜  # import config
2025-08-20T21:34:14.0276960Z [00:03:07.469]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:14.0278934Z [00:03:07.469]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:14.0281549Z [00:03:07.469]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:14.0282453Z [00:03:07.469]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:14.0283128Z [00:03:07.469]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.0284007Z [00:03:07.469]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:14.0284870Z [00:03:07.469]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:14.0285412Z [00:03:07.469]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.0286112Z [00:03:07.469]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:14.0287261Z [00:03:07.469]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.0287870Z [00:03:07.469]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:14.0288197Z [00:03:07.469]➜  EOF
2025-08-20T21:34:14.0293178Z [00:03:07.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b627/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1=>github.com/google/go-containerregistry@v0.20.6/pkg/v1;$WORK/b627=>" -p github.com/google/go-containerregistry/pkg/v1 -lang=go1.24 -complete -installsuffix shared -buildid 7NvcF0qfwGUAA8CHZaIy/7NvcF0qfwGUAA8CHZaIy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/config.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/hash.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/index.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/layer.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/manifest.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/platform.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/progress.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/zz_deepcopy_generated.go
2025-08-20T21:34:14.0297665Z [00:03:07.469]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T21:34:14.0298390Z [00:03:07.470]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/5e/5eaca95379d3cd67745af9ba5e6fc41b5b2a6c1c0cc5b6ffe070216c9496d81d-d # internal
2025-08-20T21:34:14.0298935Z [00:03:07.470]➜  gopkg.in/yaml.v3
2025-08-20T21:34:14.0299187Z [00:03:07.470]➜  mkdir -p $WORK/b629/
2025-08-20T21:34:14.0299552Z [00:03:07.470]➜  cat >/tmp/go-build1238918229/b629/importcfg << 'EOF' # internal
2025-08-20T21:34:14.0299899Z [00:03:07.470]➜  # import config
2025-08-20T21:34:14.0300230Z [00:03:07.470]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:14.0300949Z [00:03:07.470]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:14.0301410Z [00:03:07.470]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:14.0301856Z [00:03:07.470]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:14.0302264Z [00:03:07.470]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.0302661Z [00:03:07.470]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.0303071Z [00:03:07.470]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:14.0303489Z [00:03:07.470]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:14.0303913Z [00:03:07.470]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:14.0304324Z [00:03:07.470]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:14.0304738Z [00:03:07.470]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:14.0305174Z [00:03:07.470]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.0305613Z [00:03:07.470]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:14.0306018Z [00:03:07.470]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:14.0306431Z [00:03:07.470]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:14.0306876Z [00:03:07.470]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:14.0307210Z [00:03:07.470]➜  EOF
2025-08-20T21:34:14.0316094Z [00:03:07.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b629=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid f90Ix7u7NR8rzVeZHFOG/f90Ix7u7NR8rzVeZHFOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/apic.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/decode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/encode.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1/yamlprivateh.go
2025-08-20T21:34:14.0774046Z [00:03:07.519]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T21:34:14.0817262Z [00:03:07.523]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/58/589a617bf539ae08f91be88223375024d16734bbf31ef3e3b51472bcca75522b-d # internal
2025-08-20T21:34:14.0824045Z [00:03:07.524]➜  github.com/go-git/go-git/v5/plumbing/transport/client
2025-08-20T21:34:14.0826835Z [00:03:07.524]➜  mkdir -p $WORK/b601/
2025-08-20T21:34:14.0833448Z [00:03:07.525]➜  cat >/tmp/go-build1238918229/b601/importcfg << 'EOF' # internal
2025-08-20T21:34:14.0852329Z [00:03:07.525]➜  # import config
2025-08-20T21:34:14.0852705Z [00:03:07.525]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.0853276Z [00:03:07.525]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build1238918229/b600/_pkg_.a
2025-08-20T21:34:14.0854017Z [00:03:07.525]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/file=/tmp/go-build1238918229/b602/_pkg_.a
2025-08-20T21:34:14.0854740Z [00:03:07.525]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/git=/tmp/go-build1238918229/b609/_pkg_.a
2025-08-20T21:34:14.0855455Z [00:03:07.525]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build1238918229/b610/_pkg_.a
2025-08-20T21:34:14.0856167Z [00:03:07.525]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/ssh=/tmp/go-build1238918229/b612/_pkg_.a
2025-08-20T21:34:14.0856980Z [00:03:07.525]➜  EOF
2025-08-20T21:34:14.0860867Z [00:03:07.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b601/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/client=>github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/client;$WORK/b601=>" -p github.com/go-git/go-git/v5/plumbing/transport/client -lang=go1.23 -complete -installsuffix shared -buildid nNd-aCxINcse9xJRkXyo/nNd-aCxINcse9xJRkXyo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/plumbing/transport/client/client.go
2025-08-20T21:34:14.0862811Z [00:03:07.525]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T21:34:14.0863460Z [00:03:07.526]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/00/00cf39bd675006e969554340360bb93437f01f0b30f60907b430a819497261a1-d # internal
2025-08-20T21:34:14.0864004Z [00:03:07.526]➜  github.com/google/go-cmp/cmp
2025-08-20T21:34:14.0864301Z [00:03:07.526]➜  mkdir -p $WORK/b622/
2025-08-20T21:34:14.0864667Z [00:03:07.526]➜  cat >/tmp/go-build1238918229/b622/importcfg << 'EOF' # internal
2025-08-20T21:34:14.0865006Z [00:03:07.526]➜  # import config
2025-08-20T21:34:14.0865339Z [00:03:07.526]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:14.0865749Z [00:03:07.526]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.0866300Z [00:03:07.526]➜  packagefile github.com/google/go-cmp/cmp/internal/diff=/tmp/go-build1238918229/b623/_pkg_.a
2025-08-20T21:34:14.0866971Z [00:03:07.526]➜  packagefile github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build1238918229/b624/_pkg_.a
2025-08-20T21:34:14.0867766Z [00:03:07.526]➜  packagefile github.com/google/go-cmp/cmp/internal/function=/tmp/go-build1238918229/b625/_pkg_.a
2025-08-20T21:34:14.0868496Z [00:03:07.526]➜  packagefile github.com/google/go-cmp/cmp/internal/value=/tmp/go-build1238918229/b626/_pkg_.a
2025-08-20T21:34:14.0869024Z [00:03:07.526]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:14.0869459Z [00:03:07.526]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:14.0869887Z [00:03:07.526]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:14.0870312Z [00:03:07.526]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:14.0870739Z [00:03:07.526]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:14.0871161Z [00:03:07.526]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.0871828Z [00:03:07.526]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:14.0872375Z [00:03:07.526]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:14.0872830Z [00:03:07.526]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:14.0873162Z [00:03:07.526]➜  EOF
2025-08-20T21:34:14.0877243Z [00:03:07.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b622/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp=>github.com/google/go-cmp@v0.7.0/cmp;$WORK/b622=>" -p github.com/google/go-cmp/cmp -lang=go1.21 -complete -installsuffix shared -buildid fxvmo3iSPVlSlGwYNX0m/fxvmo3iSPVlSlGwYNX0m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/compare.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/export.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/options.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/path.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report_compare.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report_references.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report_reflect.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report_slices.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report_text.go /root/go/pkg/mod/github.com/google/go-cmp@v0.7.0/cmp/report_value.go
2025-08-20T21:34:14.1090169Z [00:03:07.550]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T21:34:14.1100377Z [00:03:07.551]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/01/012d07082148fe489893260f8a36797b431ed36e9fee9444ac9ecfdee083cffc-d # internal
2025-08-20T21:34:14.1103977Z [00:03:07.551]➜  github.com/go-git/go-git/v5
2025-08-20T21:34:14.1110259Z [00:03:07.551]➜  mkdir -p $WORK/b496/
2025-08-20T21:34:14.1110975Z [00:03:07.552]➜  cat >/tmp/go-build1238918229/b496/importcfg << 'EOF' # internal
2025-08-20T21:34:14.1111609Z [00:03:07.552]➜  # import config
2025-08-20T21:34:14.1113305Z [00:03:07.552]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:14.1113774Z [00:03:07.552]➜  packagefile container/heap=/tmp/go-build1238918229/b497/_pkg_.a
2025-08-20T21:34:14.1114229Z [00:03:07.552]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:14.1114652Z [00:03:07.552]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:14.1115125Z [00:03:07.552]➜  packagefile dario.cat/mergo=/tmp/go-build1238918229/b498/_pkg_.a
2025-08-20T21:34:14.1115595Z [00:03:07.552]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:14.1116032Z [00:03:07.552]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:14.1116445Z [00:03:07.552]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.1116979Z [00:03:07.552]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build1238918229/b499/_pkg_.a
2025-08-20T21:34:14.1120431Z [00:03:07.552]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build1238918229/b529/_pkg_.a
2025-08-20T21:34:14.1121292Z [00:03:07.552]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1238918229/b545/_pkg_.a
2025-08-20T21:34:14.1122120Z [00:03:07.552]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build1238918229/b546/_pkg_.a
2025-08-20T21:34:14.1122949Z [00:03:07.552]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build1238918229/b550/_pkg_.a
2025-08-20T21:34:14.1123894Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build1238918229/b551/_pkg_.a
2025-08-20T21:34:14.1124965Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build1238918229/b564/_pkg_.a
2025-08-20T21:34:14.1125899Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/internal/revision=/tmp/go-build1238918229/b565/_pkg_.a
2025-08-20T21:34:14.1127280Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build1238918229/b552/_pkg_.a
2025-08-20T21:34:14.1128698Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:14.1129726Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build1238918229/b566/_pkg_.a
2025-08-20T21:34:14.1130652Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build1238918229/b567/_pkg_.a
2025-08-20T21:34:14.1131566Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build1238918229/b558/_pkg_.a
2025-08-20T21:34:14.1132467Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/gitignore=/tmp/go-build1238918229/b568/_pkg_.a
2025-08-20T21:34:14.1133525Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build1238918229/b572/_pkg_.a
2025-08-20T21:34:14.1134451Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build1238918229/b574/_pkg_.a
2025-08-20T21:34:14.1135319Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build1238918229/b554/_pkg_.a
2025-08-20T21:34:14.1136031Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build1238918229/b578/_pkg_.a
2025-08-20T21:34:14.1136720Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build1238918229/b593/_pkg_.a
2025-08-20T21:34:14.1138201Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1238918229/b596/_pkg_.a
2025-08-20T21:34:14.1139339Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build1238918229/b597/_pkg_.a
2025-08-20T21:34:14.1140380Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build1238918229/b599/_pkg_.a
2025-08-20T21:34:14.1141106Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build1238918229/b576/_pkg_.a
2025-08-20T21:34:14.1141777Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build1238918229/b600/_pkg_.a
2025-08-20T21:34:14.1142484Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/client=/tmp/go-build1238918229/b601/_pkg_.a
2025-08-20T21:34:14.1143143Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build1238918229/b587/_pkg_.a
2025-08-20T21:34:14.1143789Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build1238918229/b605/_pkg_.a
2025-08-20T21:34:14.1144494Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build1238918229/b607/_pkg_.a
2025-08-20T21:34:14.1145177Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build1238918229/b598/_pkg_.a
2025-08-20T21:34:14.1145802Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build1238918229/b588/_pkg_.a
2025-08-20T21:34:14.1146434Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:14.1147087Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build1238918229/b590/_pkg_.a
2025-08-20T21:34:14.1148142Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build1238918229/b620/_pkg_.a
2025-08-20T21:34:14.1148882Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/index=/tmp/go-build1238918229/b621/_pkg_.a
2025-08-20T21:34:14.1149601Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build1238918229/b592/_pkg_.a
2025-08-20T21:34:14.1150256Z [00:03:07.552]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build1238918229/b577/_pkg_.a
2025-08-20T21:34:14.1150882Z [00:03:07.552]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build1238918229/b589/_pkg_.a
2025-08-20T21:34:14.1151682Z [00:03:07.552]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.1152154Z [00:03:07.552]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:14.1152558Z [00:03:07.552]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:14.1153162Z [00:03:07.552]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:14.1153613Z [00:03:07.552]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:14.1154047Z [00:03:07.552]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:14.1154463Z [00:03:07.552]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:14.1154876Z [00:03:07.552]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:14.1155301Z [00:03:07.552]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.1155722Z [00:03:07.552]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:14.1156148Z [00:03:07.552]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:14.1156580Z [00:03:07.552]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:14.1156912Z [00:03:07.552]➜  EOF
2025-08-20T21:34:14.1177186Z [00:03:07.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2=>github.com/go-git/go-git/v5@v5.16.2;$WORK/b496=>" -p github.com/go-git/go-git/v5 -lang=go1.23 -complete -installsuffix shared -buildid 8aBI9KCfqdYuL7z6NXGs/8aBI9KCfqdYuL7z6NXGs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/blame.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/object_walker.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/options.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/prune.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/remote.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/repository.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/signer.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/status.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/submodule.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/worktree.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/worktree_commit.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/worktree_linux.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.16.2/worktree_status.go
2025-08-20T21:34:14.1182721Z [00:03:07.555]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T21:34:14.1183988Z [00:03:07.557]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/ec/ec534db69fa9053356e8840dc117e563fe8127744ee19dd505812da4500d5f8c-d # internal
2025-08-20T21:34:14.1184920Z [00:03:07.559]➜  github.com/opencontainers/go-digest
2025-08-20T21:34:14.1185470Z [00:03:07.559]➜  mkdir -p $WORK/b633/
2025-08-20T21:34:14.1195057Z [00:03:07.560]➜  cat >/tmp/go-build1238918229/b633/importcfg << 'EOF' # internal
2025-08-20T21:34:14.1195452Z [00:03:07.560]➜  # import config
2025-08-20T21:34:14.1196009Z [00:03:07.560]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:14.1196594Z [00:03:07.560]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.1198892Z [00:03:07.560]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:14.1199571Z [00:03:07.560]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.1200118Z [00:03:07.560]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:14.1200544Z [00:03:07.560]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.1201048Z [00:03:07.560]➜  EOF
2025-08-20T21:34:14.1204526Z [00:03:07.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0=>github.com/opencontainers/go-digest@v1.0.0;$WORK/b633=>" -p github.com/opencontainers/go-digest -lang=go1.13 -complete -installsuffix shared -buildid XTgUr98Ek4kPioSzpjJ0/XTgUr98Ek4kPioSzpjJ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/algorithm.go /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/digest.go /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/digester.go /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/doc.go /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/verifiers.go
2025-08-20T21:34:14.1587869Z [00:03:07.600]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T21:34:14.1597180Z [00:03:07.601]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/14/14895ebd24c6f02a4cc52080fadda2419190b5a9314176255dc308e3784a9e3e-d # internal
2025-08-20T21:34:14.1606502Z [00:03:07.602]➜  github.com/google/go-containerregistry/pkg/name
2025-08-20T21:34:14.1607972Z [00:03:07.602]➜  mkdir -p $WORK/b632/
2025-08-20T21:34:14.1610670Z [00:03:07.602]➜  cat >/tmp/go-build1238918229/b632/importcfg << 'EOF' # internal
2025-08-20T21:34:14.1612762Z [00:03:07.602]➜  # import config
﻿2025-08-20T21:34:14.1630778Z [00:03:07.602]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:14.1631262Z [00:03:07.602]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:14.1631721Z [00:03:07.602]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:14.1632474Z [00:03:07.602]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:14.1632892Z [00:03:07.602]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.1633412Z [00:03:07.602]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1238918229/b633/_pkg_.a
2025-08-20T21:34:14.1633919Z [00:03:07.602]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:14.1634336Z [00:03:07.602]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:14.1634770Z [00:03:07.602]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:14.1635191Z [00:03:07.602]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:14.1635665Z [00:03:07.602]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.1636114Z [00:03:07.602]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:14.1636444Z [00:03:07.602]➜  EOF
2025-08-20T21:34:14.1641390Z [00:03:07.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name=>github.com/google/go-containerregistry@v0.20.6/pkg/name;$WORK/b632=>" -p github.com/google/go-containerregistry/pkg/name -lang=go1.24 -complete -installsuffix shared -buildid O5QFs6wuBX8Fwe3upKFy/O5QFs6wuBX8Fwe3upKFy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/check.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/digest.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/errors.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/options.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/ref.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/registry.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/repository.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/tag.go
2025-08-20T21:34:14.2613424Z [00:03:07.702]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T21:34:14.2655588Z [00:03:07.707]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/88/88884a644cace1355d04cde550da16e80922fb656e8aeac472c78ef53a72da05-d # internal
2025-08-20T21:34:14.2664302Z [00:03:07.708]➜  github.com/package-url/packageurl-go
2025-08-20T21:34:14.2671965Z [00:03:07.708]➜  mkdir -p $WORK/b634/
2025-08-20T21:34:14.2672446Z [00:03:07.708]➜  cat >/tmp/go-build1238918229/b634/importcfg << 'EOF' # internal
2025-08-20T21:34:14.2672814Z [00:03:07.708]➜  # import config
2025-08-20T21:34:14.2673182Z [00:03:07.708]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:14.2673641Z [00:03:07.708]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.2674073Z [00:03:07.708]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:14.2674491Z [00:03:07.708]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:14.2674905Z [00:03:07.708]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:14.2675322Z [00:03:07.708]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:14.2675744Z [00:03:07.708]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.2679302Z [00:03:07.708]➜  EOF
2025-08-20T21:34:14.2681300Z [00:03:07.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/package-url/packageurl-go@v0.1.3=>github.com/package-url/packageurl-go@v0.1.3;$WORK/b634=>" -p github.com/package-url/packageurl-go -lang=go1.18 -complete -installsuffix shared -buildid AO-VN64_FfaMhMK9pRMZ/AO-VN64_FfaMhMK9pRMZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/go/pkg/mod/github.com/package-url/packageurl-go@v0.1.3/packageurl.go
2025-08-20T21:34:14.3422850Z [00:03:07.783]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T21:34:14.3446930Z [00:03:07.786]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/5c/5c00912208d2cbfb3658d316f45a7419b4f3a8c612c162bd3d770cad2ef4a216-d # internal
2025-08-20T21:34:14.3461513Z [00:03:07.788]➜  github.com/common-nighthawk/go-figure
2025-08-20T21:34:14.3462173Z [00:03:07.788]➜  mkdir -p $WORK/b636/
2025-08-20T21:34:14.3473981Z [00:03:07.789]➜  cat >/tmp/go-build1238918229/b636/importcfg << 'EOF' # internal
2025-08-20T21:34:14.3474386Z [00:03:07.789]➜  # import config
2025-08-20T21:34:14.3474736Z [00:03:07.789]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:14.3475171Z [00:03:07.789]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:14.3475620Z [00:03:07.789]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:14.3476061Z [00:03:07.789]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.3476476Z [00:03:07.789]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.3476896Z [00:03:07.789]➜  packagefile io/ioutil=/tmp/go-build1238918229/b493/_pkg_.a
2025-08-20T21:34:14.3477316Z [00:03:07.789]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:14.3477913Z [00:03:07.789]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:14.3478317Z [00:03:07.789]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:14.3478777Z [00:03:07.789]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:14.3479225Z [00:03:07.789]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:14.3479662Z [00:03:07.789]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:14.3480091Z [00:03:07.789]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.3480507Z [00:03:07.789]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:14.3480819Z [00:03:07.789]➜  EOF
2025-08-20T21:34:14.3484876Z [00:03:07.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/common-nighthawk/go-figure@v0.0.0-20210622060536-734e95fb86be=>github.com/common-nighthawk/go-figure@v0.0.0-20210622060536-734e95fb86be;$WORK/b636=>" -p github.com/common-nighthawk/go-figure -lang=go1.16 -complete -installsuffix shared -buildid zZa9OzgZdcOAV5nryrHR/zZa9OzgZdcOAV5nryrHR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/go/pkg/mod/github.com/common-nighthawk/go-figure@v0.0.0-20210622060536-734e95fb86be/bindata.go /root/go/pkg/mod/github.com/common-nighthawk/go-figure@v0.0.0-20210622060536-734e95fb86be/figlet-parser.go /root/go/pkg/mod/github.com/common-nighthawk/go-figure@v0.0.0-20210622060536-734e95fb86be/figure.go /root/go/pkg/mod/github.com/common-nighthawk/go-figure@v0.0.0-20210622060536-734e95fb86be/font.go /root/go/pkg/mod/github.com/common-nighthawk/go-figure@v0.0.0-20210622060536-734e95fb86be/public_methods.go
2025-08-20T21:34:14.5874728Z [00:03:08.029]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T21:34:14.5953513Z [00:03:08.036]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/8a/8add5bbfee2e461ba5a136c8fb42280e871967f9e75d3e8bab6b099f07ca74e5-d # internal
2025-08-20T21:34:14.5994663Z [00:03:08.041]➜  encoding/csv
2025-08-20T21:34:14.6000322Z [00:03:08.041]➜  mkdir -p $WORK/b639/
2025-08-20T21:34:14.6010516Z [00:03:08.042]➜  cat >/tmp/go-build1238918229/b639/importcfg << 'EOF' # internal
2025-08-20T21:34:14.6011404Z [00:03:08.042]➜  # import config
2025-08-20T21:34:14.6012209Z [00:03:08.042]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:14.6013174Z [00:03:08.042]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:14.6013855Z [00:03:08.042]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:14.6014664Z [00:03:08.042]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.6015648Z [00:03:08.042]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.6016374Z [00:03:08.042]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.6017207Z [00:03:08.042]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:14.6017987Z [00:03:08.042]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:14.6018570Z [00:03:08.042]➜  EOF
2025-08-20T21:34:14.6041435Z [00:03:08.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b639=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T21:34:14.6557679Z [00:03:08.097]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T21:34:14.6568613Z [00:03:08.098]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T21:34:14.6575969Z [00:03:08.099]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T21:34:14.6602810Z [00:03:08.102]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d # internal
2025-08-20T21:34:14.6629535Z [00:03:08.104]➜  debug/dwarf
2025-08-20T21:34:14.6636798Z [00:03:08.105]➜  mkdir -p $WORK/b644/
2025-08-20T21:34:14.6649699Z [00:03:08.106]➜  github.com/spf13/pflag
2025-08-20T21:34:14.6650527Z [00:03:08.106]➜  mkdir -p $WORK/b638/
2025-08-20T21:34:14.6662181Z [00:03:08.107]➜  cat >/tmp/go-build1238918229/b638/importcfg << 'EOF' # internal
2025-08-20T21:34:14.6662594Z [00:03:08.107]➜  # import config
2025-08-20T21:34:14.6662944Z [00:03:08.107]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:14.6663414Z [00:03:08.107]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:14.6663897Z [00:03:08.107]➜  packagefile encoding/csv=/tmp/go-build1238918229/b639/_pkg_.a
2025-08-20T21:34:14.6664361Z [00:03:08.107]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:14.6664803Z [00:03:08.107]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:14.6665216Z [00:03:08.107]➜  packagefile flag=/tmp/go-build1238918229/b426/_pkg_.a
2025-08-20T21:34:14.6665985Z [00:03:08.107]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.6666461Z [00:03:08.107]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.6666863Z [00:03:08.107]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:14.6667271Z [00:03:08.107]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:14.6667901Z [00:03:08.107]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:14.6668518Z [00:03:08.107]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:14.6668931Z [00:03:08.107]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:14.6669352Z [00:03:08.107]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.6669764Z [00:03:08.107]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:14.6670067Z [00:03:08.107]➜  EOF
2025-08-20T21:34:14.6681186Z [00:03:08.109]➜  cat >/tmp/go-build1238918229/b644/importcfg << 'EOF' # internal
2025-08-20T21:34:14.6681653Z [00:03:08.109]➜  # import config
2025-08-20T21:34:14.6681999Z [00:03:08.109]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:14.6682454Z [00:03:08.109]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:14.6683173Z [00:03:08.109]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:14.6683587Z [00:03:08.109]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.6683994Z [00:03:08.109]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.6684399Z [00:03:08.109]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:14.6684805Z [00:03:08.109]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:14.6685231Z [00:03:08.109]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:14.6685657Z [00:03:08.109]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.6685969Z [00:03:08.109]➜  EOF
2025-08-20T21:34:14.6688862Z [00:03:08.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b644=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid aVJyGeSjXLianvjRfZLo/aVJyGeSjXLianvjRfZLo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/.go/src/debug/dwarf/attr_string.go /root/.go/src/debug/dwarf/buf.go /root/.go/src/debug/dwarf/class_string.go /root/.go/src/debug/dwarf/const.go /root/.go/src/debug/dwarf/entry.go /root/.go/src/debug/dwarf/line.go /root/.go/src/debug/dwarf/open.go /root/.go/src/debug/dwarf/tag_string.go /root/.go/src/debug/dwarf/type.go /root/.go/src/debug/dwarf/typeunit.go /root/.go/src/debug/dwarf/unit.go
2025-08-20T21:34:14.6700442Z [00:03:08.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/pflag@v1.0.6=>github.com/spf13/pflag@v1.0.6;$WORK/b638=>" -p github.com/spf13/pflag -lang=go1.12 -complete -installsuffix shared -buildid PB6ZRyiH6ZqaGoRBtLcr/PB6ZRyiH6ZqaGoRBtLcr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bool.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bool_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/bytes.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/count.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/duration.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/duration_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/flag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/float64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/golangflag.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int32_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int64_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/int_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ip.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ip_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipmask.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipnet.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/ipnet_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_array.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_slice.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_int.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_int64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/string_to_string.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint16.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint32.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint64.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint8.go /root/go/pkg/mod/github.com/spf13/pflag@v1.0.6/uint_slice.go
2025-08-20T21:34:14.6713464Z [00:03:08.109]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T21:34:14.6763887Z [00:03:08.117]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/6a/6ab7964890cd497205e41ff326df29d5db218ffc6390accd67973f961369bc0e-d # internal
2025-08-20T21:34:14.6796222Z [00:03:08.118]➜  internal/zstd
2025-08-20T21:34:14.6796529Z [00:03:08.118]➜  mkdir -p $WORK/b645/
2025-08-20T21:34:14.6796914Z [00:03:08.118]➜  cat >/tmp/go-build1238918229/b645/importcfg << 'EOF' # internal
2025-08-20T21:34:14.6797262Z [00:03:08.118]➜  # import config
2025-08-20T21:34:14.6797811Z [00:03:08.118]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:14.6798302Z [00:03:08.118]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:14.6798722Z [00:03:08.118]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.6799125Z [00:03:08.118]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.6799554Z [00:03:08.118]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:14.6799874Z [00:03:08.118]➜  EOF
2025-08-20T21:34:14.6802664Z [00:03:08.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/.go/src/internal/zstd=>internal/zstd;$WORK/b645=>" -p internal/zstd -lang=go1.25 -std -complete -installsuffix shared -buildid bR0ctW2hcT7TQqc8RN_Z/bR0ctW2hcT7TQqc8RN_Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack /root/.go/src/internal/zstd/bits.go /root/.go/src/internal/zstd/block.go /root/.go/src/internal/zstd/fse.go /root/.go/src/internal/zstd/huff.go /root/.go/src/internal/zstd/literals.go /root/.go/src/internal/zstd/window.go /root/.go/src/internal/zstd/xxhash.go /root/.go/src/internal/zstd/zstd.go
2025-08-20T21:34:14.6828924Z [00:03:08.124]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T21:34:14.6900572Z [00:03:08.130]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/ac/acb341dd068b2bfc713368d8b1539368c9c419c6ba282a435b29d921fe32077d-d # internal
2025-08-20T21:34:14.6901376Z [00:03:08.131]➜  chainguard.dev/apko/pkg/vcs
2025-08-20T21:34:14.6901680Z [00:03:08.131]➜  mkdir -p $WORK/b495/
2025-08-20T21:34:14.6902066Z [00:03:08.131]➜  cat >/tmp/go-build1238918229/b495/importcfg << 'EOF' # internal
2025-08-20T21:34:14.6906649Z [00:03:08.132]➜  # import config
2025-08-20T21:34:14.6907034Z [00:03:08.132]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.6908163Z [00:03:08.132]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build1238918229/b496/_pkg_.a
2025-08-20T21:34:14.6909003Z [00:03:08.132]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:14.6909805Z [00:03:08.132]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:14.6910464Z [00:03:08.132]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:14.6911067Z [00:03:08.132]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:14.6911714Z [00:03:08.132]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.6912078Z [00:03:08.132]➜  EOF
2025-08-20T21:34:14.6914016Z [00:03:08.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/vcs=>chainguard.dev/apko@v0.30.5/pkg/vcs;$WORK/b495=>" -p chainguard.dev/apko/pkg/vcs -lang=go1.24 -complete -installsuffix shared -buildid Qeg1GgOrH2T9GnHzY5b0/Qeg1GgOrH2T9GnHzY5b0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/vcs/vcs.go
2025-08-20T21:34:14.7253507Z [00:03:08.167]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T21:34:14.7281558Z [00:03:08.169]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/00/0026a98f5c0e6e06249250f2188a7991d32d20a2b83ed152696e5e6f9d839d60-d # internal
2025-08-20T21:34:14.7282758Z [00:03:08.169]➜  chainguard.dev/apko/pkg/build/types
2025-08-20T21:34:14.7283636Z [00:03:08.169]➜  mkdir -p $WORK/b494/
2025-08-20T21:34:14.7284866Z [00:03:08.169]➜  cat >/tmp/go-build1238918229/b494/importcfg << 'EOF' # internal
2025-08-20T21:34:14.7285226Z [00:03:08.169]➜  # import config
2025-08-20T21:34:14.7285672Z [00:03:08.170]➜  packagefile chainguard.dev/apko/pkg/paths=/tmp/go-build1238918229/b458/_pkg_.a
2025-08-20T21:34:14.7286253Z [00:03:08.170]➜  packagefile chainguard.dev/apko/pkg/vcs=/tmp/go-build1238918229/b495/_pkg_.a
2025-08-20T21:34:14.7286752Z [00:03:08.170]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:14.7287172Z [00:03:08.170]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.7287887Z [00:03:08.170]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:14.7288527Z [00:03:08.170]➜  packagefile github.com/google/go-cmp/cmp=/tmp/go-build1238918229/b622/_pkg_.a
2025-08-20T21:34:14.7289167Z [00:03:08.170]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:14.7289763Z [00:03:08.170]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:14.7290207Z [00:03:08.170]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:14.7290622Z [00:03:08.170]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:14.7291037Z [00:03:08.170]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:14.7291446Z [00:03:08.170]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:14.7291857Z [00:03:08.170]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:14.7292282Z [00:03:08.170]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:14.7293009Z [00:03:08.170]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:14.7293485Z [00:03:08.170]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:14.7293905Z [00:03:08.170]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.7294221Z [00:03:08.170]➜  EOF
2025-08-20T21:34:14.7296433Z [00:03:08.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/types=>chainguard.dev/apko@v0.30.5/pkg/build/types;$WORK/b494=>" -p chainguard.dev/apko/pkg/build/types -lang=go1.24 -complete -installsuffix shared -buildid ubcilEb5VUkIW4JwRszq/ubcilEb5VUkIW4JwRszq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/types/image_configuration.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/types/types.go
2025-08-20T21:34:14.7774564Z [00:03:08.219]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T21:34:14.7790517Z [00:03:08.220]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/65/65083191ca17898ea2b6e171f1628ecd5aa113282316f82059e99fe2a02d7b7b-d # internal
2025-08-20T21:34:14.7798814Z [00:03:08.220]➜  github.com/google/go-containerregistry/pkg/logs
2025-08-20T21:34:14.7799186Z [00:03:08.221]➜  mkdir -p $WORK/b648/
2025-08-20T21:34:14.7804526Z [00:03:08.222]➜  cat >/tmp/go-build1238918229/b648/importcfg << 'EOF' # internal
2025-08-20T21:34:14.7806044Z [00:03:08.222]➜  # import config
2025-08-20T21:34:14.7808790Z [00:03:08.222]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.7809216Z [00:03:08.222]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:14.7809520Z [00:03:08.222]➜  EOF
2025-08-20T21:34:14.7811610Z [00:03:08.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b648/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/logs=>github.com/google/go-containerregistry@v0.20.6/pkg/logs;$WORK/b648=>" -p github.com/google/go-containerregistry/pkg/logs -lang=go1.24 -complete -installsuffix shared -buildid 1rAsdQ9d83vsFC-J0YGV/1rAsdQ9d83vsFC-J0YGV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b648/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/logs/logs.go
2025-08-20T21:34:14.7939673Z [00:03:08.234]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T21:34:14.7942758Z [00:03:08.236]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/87/87f7e40db3d79039366e4d6eff15849145f311c45cf57fcadedd923454b72d72-d # internal
2025-08-20T21:34:14.7945544Z [00:03:08.236]➜  github.com/opencontainers/image-spec/specs-go
2025-08-20T21:34:14.7946485Z [00:03:08.236]➜  mkdir -p $WORK/b651/
2025-08-20T21:34:14.7953399Z [00:03:08.237]➜  cat >/tmp/go-build1238918229/b651/importcfg << 'EOF' # internal
2025-08-20T21:34:14.7954367Z [00:03:08.237]➜  # import config
2025-08-20T21:34:14.7954943Z [00:03:08.237]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.7955425Z [00:03:08.237]➜  EOF
2025-08-20T21:34:14.7960234Z [00:03:08.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b651/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go=>github.com/opencontainers/image-spec@v1.1.1/specs-go;$WORK/b651=>" -p github.com/opencontainers/image-spec/specs-go -lang=go1.18 -complete -installsuffix shared -buildid 7xuY3NSPSN-WNlUTENGB/7xuY3NSPSN-WNlUTENGB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/version.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/versioned.go
2025-08-20T21:34:14.8152645Z [00:03:08.256]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T21:34:14.8163088Z [00:03:08.258]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/db/db5dc881060c9a458e1bcad29aa05fcc177230a826019a26d7cd212fc0a50511-d # internal
2025-08-20T21:34:14.8169361Z [00:03:08.258]➜  github.com/opencontainers/image-spec/specs-go/v1
2025-08-20T21:34:14.8170361Z [00:03:08.258]➜  mkdir -p $WORK/b650/
2025-08-20T21:34:14.8175645Z [00:03:08.259]➜  cat >/tmp/go-build1238918229/b650/importcfg << 'EOF' # internal
2025-08-20T21:34:14.8176059Z [00:03:08.259]➜  # import config
2025-08-20T21:34:14.8176516Z [00:03:08.259]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1238918229/b633/_pkg_.a
2025-08-20T21:34:14.8177195Z [00:03:08.259]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build1238918229/b651/_pkg_.a
2025-08-20T21:34:14.8177889Z [00:03:08.259]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:14.8178199Z [00:03:08.259]➜  EOF
2025-08-20T21:34:14.8183725Z [00:03:08.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b650/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1=>github.com/opencontainers/image-spec@v1.1.1/specs-go/v1;$WORK/b650=>" -p github.com/opencontainers/image-spec/specs-go/v1 -lang=go1.18 -complete -installsuffix shared -buildid hPorxGQ6hz_p07129iFM/hPorxGQ6hz_p07129iFM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/annotations.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/config.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/descriptor.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/index.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/layout.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/manifest.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/mediatype.go
2025-08-20T21:34:14.8625544Z [00:03:08.304]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T21:34:14.8656823Z [00:03:08.307]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/d9/d968fd4635488913f6ab12ad2e222806ae275be4036a223350163eec61b07b81-d # internal
2025-08-20T21:34:14.8671497Z [00:03:08.307]➜  github.com/google/go-containerregistry/pkg/v1/match
2025-08-20T21:34:14.8674122Z [00:03:08.307]➜  mkdir -p $WORK/b649/
2025-08-20T21:34:14.8674852Z [00:03:08.309]➜  cat >/tmp/go-build1238918229/b649/importcfg << 'EOF' # internal
2025-08-20T21:34:14.8677743Z [00:03:08.309]➜  # import config
2025-08-20T21:34:14.8680690Z [00:03:08.309]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:14.8681438Z [00:03:08.309]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1238918229/b650/_pkg_.a
2025-08-20T21:34:14.8681894Z [00:03:08.309]➜  EOF
2025-08-20T21:34:14.8684022Z [00:03:08.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/match=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/match;$WORK/b649=>" -p github.com/google/go-containerregistry/pkg/v1/match -lang=go1.24 -complete -installsuffix shared -buildid PRs-9y3zunROc_Mmi_W_/PRs-9y3zunROc_Mmi_W_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/match/match.go
2025-08-20T21:34:14.8892050Z [00:03:08.330]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T21:34:14.8900383Z [00:03:08.331]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T21:34:14.8914801Z [00:03:08.333]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/69/691980b848a9fbcba2ad8abde403fecf95725dc096eac9721f9a8e7903267404-d # internal
2025-08-20T21:34:14.8916055Z [00:03:08.333]➜  github.com/google/go-containerregistry/internal/and
2025-08-20T21:34:14.8919303Z [00:03:08.333]➜  mkdir -p $WORK/b654/
2025-08-20T21:34:14.8931517Z [00:03:08.335]➜  cat >/tmp/go-build1238918229/b654/importcfg << 'EOF' # internal
2025-08-20T21:34:14.8932197Z [00:03:08.335]➜  # import config
2025-08-20T21:34:14.8935148Z [00:03:08.335]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.8935720Z [00:03:08.335]➜  EOF
2025-08-20T21:34:14.8940483Z [00:03:08.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b654/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/and=>github.com/google/go-containerregistry@v0.20.6/internal/and;$WORK/b654=>" -p github.com/google/go-containerregistry/internal/and -lang=go1.24 -complete -installsuffix shared -buildid cAn4ky6LBdxQVlQ0cB8z/cAn4ky6LBdxQVlQ0cB8z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/and/and_closer.go
2025-08-20T21:34:14.8963442Z [00:03:08.338]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/3f/3fb5acba389a6c918b67b548d499710051d74de14871ca949cb429834c06c2ef-d # internal
2025-08-20T21:34:14.8972364Z [00:03:08.339]➜  chainguard.dev/apko/pkg/sbom/options
2025-08-20T21:34:14.8973213Z [00:03:08.339]➜  mkdir -p $WORK/b631/
2025-08-20T21:34:14.9034342Z [00:03:08.345]➜  cat >/tmp/go-build1238918229/b631/importcfg << 'EOF' # internal
2025-08-20T21:34:14.9035318Z [00:03:08.345]➜  # import config
2025-08-20T21:34:14.9035916Z [00:03:08.345]➜  packagefile chainguard.dev/apko/pkg/apk/apk=/tmp/go-build1238918229/b071/_pkg_.a
2025-08-20T21:34:14.9038761Z [00:03:08.345]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:14.9039449Z [00:03:08.345]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.9042763Z [00:03:08.345]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1238918229/b632/_pkg_.a
2025-08-20T21:34:14.9043480Z [00:03:08.345]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:14.9044199Z [00:03:08.345]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:14.9044894Z [00:03:08.345]➜  packagefile github.com/package-url/packageurl-go=/tmp/go-build1238918229/b634/_pkg_.a
2025-08-20T21:34:14.9045411Z [00:03:08.345]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:14.9045829Z [00:03:08.345]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:14.9046524Z [00:03:08.345]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:14.9046962Z [00:03:08.345]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:14.9047373Z [00:03:08.345]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:14.9047885Z [00:03:08.345]➜  EOF
2025-08-20T21:34:14.9049829Z [00:03:08.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b631/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/sbom/options=>chainguard.dev/apko@v0.30.5/pkg/sbom/options;$WORK/b631=>" -p chainguard.dev/apko/pkg/sbom/options -lang=go1.24 -complete -installsuffix shared -buildid kMIn96OzCgVLgfComNh4/kMIn96OzCgVLgfComNh4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/sbom/options/options.go
2025-08-20T21:34:14.9088573Z [00:03:08.350]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T21:34:14.9096778Z [00:03:08.351]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/96/96c5ba425bfebefe39c58e2627234be0d9ac2db7887fb65cb85c8a69b396786e-d # internal
2025-08-20T21:34:14.9100827Z [00:03:08.351]➜  github.com/google/go-containerregistry/internal/gzip
2025-08-20T21:34:14.9101216Z [00:03:08.351]➜  mkdir -p $WORK/b653/
2025-08-20T21:34:14.9108873Z [00:03:08.352]➜  cat >/tmp/go-build1238918229/b653/importcfg << 'EOF' # internal
2025-08-20T21:34:14.9111368Z [00:03:08.352]➜  # import config
2025-08-20T21:34:14.9113871Z [00:03:08.352]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:14.9114316Z [00:03:08.352]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:14.9114765Z [00:03:08.352]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:14.9115740Z [00:03:08.352]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build1238918229/b654/_pkg_.a
2025-08-20T21:34:14.9116378Z [00:03:08.352]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.9116692Z [00:03:08.352]➜  EOF
2025-08-20T21:34:14.9119017Z [00:03:08.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b653/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/gzip=>github.com/google/go-containerregistry@v0.20.6/internal/gzip;$WORK/b653=>" -p github.com/google/go-containerregistry/internal/gzip -lang=go1.24 -complete -installsuffix shared -buildid lhu9rqENuM5xv5GkfHzI/lhu9rqENuM5xv5GkfHzI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/gzip/zip.go
2025-08-20T21:34:14.9514928Z [00:03:08.393]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T21:34:14.9539588Z [00:03:08.395]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T21:34:14.9545363Z [00:03:08.396]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T21:34:14.9672634Z [00:03:08.408]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/f8/f87240ef5639e15d5fd4b85a5b95903ae4841abcd5a5b9751af41e0c3d5b547b-d # internal
2025-08-20T21:34:14.9689552Z [00:03:08.409]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/51/51552ff03f543f8adef2b2b385795b8044c867db5079e4537a6af9af1ee93bfb-d # internal
2025-08-20T21:34:14.9690483Z [00:03:08.409]➜  debug/elf
2025-08-20T21:34:14.9690742Z [00:03:08.409]➜  mkdir -p $WORK/b643/
2025-08-20T21:34:14.9691120Z [00:03:08.409]➜  cat >/tmp/go-build1238918229/b643/importcfg << 'EOF' # internal
2025-08-20T21:34:14.9705018Z [00:03:08.409]➜  # import config
2025-08-20T21:34:14.9705555Z [00:03:08.409]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:14.9706015Z [00:03:08.409]➜  packagefile compress/zlib=/tmp/go-build1238918229/b531/_pkg_.a
2025-08-20T21:34:14.9706502Z [00:03:08.409]➜  packagefile debug/dwarf=/tmp/go-build1238918229/b644/_pkg_.a
2025-08-20T21:34:14.9706978Z [00:03:08.409]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:14.9707873Z [00:03:08.409]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:14.9708291Z [00:03:08.409]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.9708742Z [00:03:08.409]➜  packagefile internal/saferio=/tmp/go-build1238918229/b386/_pkg_.a
2025-08-20T21:34:14.9709231Z [00:03:08.409]➜  packagefile internal/zstd=/tmp/go-build1238918229/b645/_pkg_.a
2025-08-20T21:34:14.9709659Z [00:03:08.409]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.9710060Z [00:03:08.409]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:14.9710473Z [00:03:08.409]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:14.9710902Z [00:03:08.409]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:14.9711229Z [00:03:08.409]➜  EOF
2025-08-20T21:34:14.9712814Z [00:03:08.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/.go/src/debug/elf=>debug/elf;$WORK/b643=>" -p debug/elf -lang=go1.25 -std -complete -installsuffix shared -buildid qR_rPnjVBmffLAQ2gR9V/qR_rPnjVBmffLAQ2gR9V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/.go/src/debug/elf/elf.go /root/.go/src/debug/elf/file.go /root/.go/src/debug/elf/reader.go
2025-08-20T21:34:14.9714577Z [00:03:08.411]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/b5/b543fd9566cfa253e9fcd390181ad1d54c13eb127cb6360370660ce790bb8264-d # internal
2025-08-20T21:34:14.9715179Z [00:03:08.411]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T21:34:14.9715498Z [00:03:08.411]➜  mkdir -p $WORK/b663/
2025-08-20T21:34:14.9715795Z [00:03:08.411]➜  github.com/klauspost/compress/fse
2025-08-20T21:34:14.9716090Z [00:03:08.412]➜  mkdir -p $WORK/b662/
2025-08-20T21:34:14.9716724Z [00:03:08.412]➜  cat >/tmp/go-build1238918229/b663/importcfg << 'EOF' # internal
2025-08-20T21:34:14.9717142Z [00:03:08.412]➜  # import config
2025-08-20T21:34:14.9717791Z [00:03:08.412]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:14.9718342Z [00:03:08.412]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:14.9718774Z [00:03:08.412]➜  packagefile hash/crc32=/tmp/go-build1238918229/b198/_pkg_.a
2025-08-20T21:34:14.9719200Z [00:03:08.412]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.9719500Z [00:03:08.412]➜  EOF
2025-08-20T21:34:14.9722866Z [00:03:08.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b663/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref=>github.com/klauspost/compress@v1.18.0/internal/snapref;$WORK/b663=>" -p github.com/klauspost/compress/internal/snapref -lang=go1.22 -complete -installsuffix shared -buildid TvYxzjslCLS4o9G1Sb3D/TvYxzjslCLS4o9G1Sb3D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/decode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/decode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/encode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/encode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/snapref/snappy.go
2025-08-20T21:34:14.9752229Z [00:03:08.415]➜  cat >/tmp/go-build1238918229/b662/importcfg << 'EOF' # internal
2025-08-20T21:34:14.9752610Z [00:03:08.415]➜  # import config
2025-08-20T21:34:14.9752991Z [00:03:08.415]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:14.9753448Z [00:03:08.415]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:14.9753860Z [00:03:08.415]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:14.9754281Z [00:03:08.415]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:14.9754704Z [00:03:08.415]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:14.9755028Z [00:03:08.415]➜  EOF
2025-08-20T21:34:14.9758699Z [00:03:08.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b662/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse=>github.com/klauspost/compress@v1.18.0/fse;$WORK/b662=>" -p github.com/klauspost/compress/fse -lang=go1.22 -complete -installsuffix shared -buildid bxHx-ffo5RT64TL76bRz/bxHx-ffo5RT64TL76bRz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse/fse.go
2025-08-20T21:34:15.0443651Z [00:03:08.486]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T21:34:15.0453956Z [00:03:08.486]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/05/05fd846634fbd647c25e552d8a9a6a188ef498bf5afe4474a819aed37d03f438-d # internal
2025-08-20T21:34:15.0456664Z [00:03:08.486]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T21:34:15.0457372Z [00:03:08.486]➜  mkdir -p $WORK/b664/
2025-08-20T21:34:15.0462098Z [00:03:08.488]➜  echo -n > $WORK/b664/go_asm.h # internal
2025-08-20T21:34:15.0465257Z [00:03:08.488]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:34:15.0469989Z [00:03:08.488]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b664=>" -I $WORK/b664/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b664/symabis ./xxhash_arm64.s
2025-08-20T21:34:15.0568932Z [00:03:08.497]➜  cat >/tmp/go-build1238918229/b664/importcfg << 'EOF' # internal
2025-08-20T21:34:15.0570094Z [00:03:08.497]➜  # import config
2025-08-20T21:34:15.0570719Z [00:03:08.497]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:15.0573230Z [00:03:08.497]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.0573948Z [00:03:08.497]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:15.0574525Z [00:03:08.497]➜  EOF
2025-08-20T21:34:15.0575011Z [00:03:08.497]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:15.0578605Z [00:03:08.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b664/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b664=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.22 -installsuffix shared -buildid BsMI3q2JKCQLklBgxug0/BsMI3q2JKCQLklBgxug0 -goversion go1.25.0 -symabis $WORK/b664/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack -asmhdr $WORK/b664/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash_asm.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash/xxhash_safe.go
2025-08-20T21:34:15.0686355Z [00:03:08.510]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T21:34:15.0851912Z [00:03:08.526]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/dc/dc073c56c7a4e5d4dbc4db0438a7c404018e6a628ff764fbd3c0286128a59c89-d # internal
2025-08-20T21:34:15.0854947Z [00:03:08.527]➜  github.com/spf13/cobra
2025-08-20T21:34:15.0855256Z [00:03:08.527]➜  mkdir -p $WORK/b637/
2025-08-20T21:34:15.0855635Z [00:03:08.527]➜  cat >/tmp/go-build1238918229/b637/importcfg << 'EOF' # internal
2025-08-20T21:34:15.0856013Z [00:03:08.527]➜  # import config
2025-08-20T21:34:15.0856356Z [00:03:08.527]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:15.0856793Z [00:03:08.527]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:15.0857729Z [00:03:08.527]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.0858200Z [00:03:08.527]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.0858694Z [00:03:08.527]➜  packagefile github.com/spf13/pflag=/tmp/go-build1238918229/b638/_pkg_.a
2025-08-20T21:34:15.0859157Z [00:03:08.527]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.0859586Z [00:03:08.527]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:15.0860027Z [00:03:08.527]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:15.0860477Z [00:03:08.527]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:15.0860913Z [00:03:08.527]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:15.0861332Z [00:03:08.527]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:15.0861755Z [00:03:08.527]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:15.0862186Z [00:03:08.527]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.0862603Z [00:03:08.527]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.0863050Z [00:03:08.527]➜  packagefile text/template=/tmp/go-build1238918229/b193/_pkg_.a
2025-08-20T21:34:15.0863490Z [00:03:08.527]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:15.0863910Z [00:03:08.527]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:15.0864223Z [00:03:08.527]➜  EOF
2025-08-20T21:34:15.0869528Z [00:03:08.527]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cobra@v1.9.1=>github.com/spf13/cobra@v1.9.1;$WORK/b637=>" -p github.com/spf13/cobra -lang=go1.15 -complete -installsuffix shared -buildid X6114ZP4a5pe0D_uMDFt/X6114ZP4a5pe0D_uMDFt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/active_help.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/args.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/bash_completionsV2.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/cobra.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/command_notwin.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/fish_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/flag_groups.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/powershell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/shell_completions.go /root/go/pkg/mod/github.com/spf13/cobra@v1.9.1/zsh_completions.go
2025-08-20T21:34:15.0957848Z [00:03:08.537]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T21:34:15.0959625Z [00:03:08.537]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b664=>" -I $WORK/b664/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b664/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T21:34:15.1035314Z [00:03:08.545]➜  go tool pack r $WORK/b664/_pkg_.a $WORK/b664/xxhash_arm64.o # internal
2025-08-20T21:34:15.1037528Z [00:03:08.545]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T21:34:15.1052522Z [00:03:08.545]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T21:34:15.1053336Z [00:03:08.546]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/a3/a3b50f0c78abb4e589b327f22a5f6a942f41a99fe7386ff2839c191eec9c8d1d-d # internal
2025-08-20T21:34:15.1055025Z [00:03:08.547]➜  github.com/google/go-containerregistry/pkg/v1/stream
2025-08-20T21:34:15.1055459Z [00:03:08.547]➜  mkdir -p $WORK/b666/
2025-08-20T21:34:15.1056243Z [00:03:08.547]➜  cat >/tmp/go-build1238918229/b666/importcfg << 'EOF' # internal
2025-08-20T21:34:15.1056594Z [00:03:08.547]➜  # import config
2025-08-20T21:34:15.1056934Z [00:03:08.547]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:15.1057395Z [00:03:08.547]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:15.1058001Z [00:03:08.547]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:15.1058447Z [00:03:08.547]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:15.1058886Z [00:03:08.547]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.1059465Z [00:03:08.547]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:15.1060188Z [00:03:08.547]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:15.1060754Z [00:03:08.547]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:15.1061166Z [00:03:08.547]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.1061561Z [00:03:08.547]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:15.1061968Z [00:03:08.547]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.1062275Z [00:03:08.547]➜  EOF
2025-08-20T21:34:15.1062524Z [00:03:08.547]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:15.1065010Z [00:03:08.547]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/stream=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/stream;$WORK/b666=>" -p github.com/google/go-containerregistry/pkg/v1/stream -lang=go1.24 -complete -installsuffix shared -buildid HhISzyRS3o7JoPfgCyie/HhISzyRS3o7JoPfgCyie -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/stream/layer.go
2025-08-20T21:34:15.1067340Z [00:03:08.547]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/c0/c070af0304919ae0aa00c386825a4a2e7e33671f724c4601531edfa2a8580a77-d # internal
2025-08-20T21:34:15.1068190Z [00:03:08.547]➜  github.com/klauspost/compress/huff0
2025-08-20T21:34:15.1068497Z [00:03:08.547]➜  mkdir -p $WORK/b661/
2025-08-20T21:34:15.1068864Z [00:03:08.548]➜  cat >/tmp/go-build1238918229/b661/importcfg << 'EOF' # internal
2025-08-20T21:34:15.1069207Z [00:03:08.548]➜  # import config
2025-08-20T21:34:15.1069546Z [00:03:08.548]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.1069964Z [00:03:08.548]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.1070488Z [00:03:08.548]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build1238918229/b662/_pkg_.a
2025-08-20T21:34:15.1071140Z [00:03:08.548]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build1238918229/b455/_pkg_.a
2025-08-20T21:34:15.1071671Z [00:03:08.548]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.1072073Z [00:03:08.548]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:15.1072497Z [00:03:08.548]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:15.1073173Z [00:03:08.548]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:15.1073590Z [00:03:08.548]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.1073895Z [00:03:08.548]➜  EOF
2025-08-20T21:34:15.1077231Z [00:03:08.548]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b661/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b661=>" -p github.com/klauspost/compress/huff0 -lang=go1.22 -complete -installsuffix shared -buildid E1zN2auDOzH3LvtzUSUY/E1zN2auDOzH3LvtzUSUY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/huff0.go
2025-08-20T21:34:15.1425072Z [00:03:08.584]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T21:34:15.1433439Z [00:03:08.585]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/8d/8dcc563572763630b51c416e976459a5596671ee52311c8d8466bcf6b8dee0e4-d # internal
2025-08-20T21:34:15.1435366Z [00:03:08.585]➜  github.com/containerd/stargz-snapshotter/estargz/errorutil
2025-08-20T21:34:15.1440530Z [00:03:08.585]➜  mkdir -p $WORK/b669/
2025-08-20T21:34:15.1443024Z [00:03:08.586]➜  cat >/tmp/go-build1238918229/b669/importcfg << 'EOF' # internal
2025-08-20T21:34:15.1445358Z [00:03:08.586]➜  # import config
2025-08-20T21:34:15.1445769Z [00:03:08.586]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.1446198Z [00:03:08.586]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.1446680Z [00:03:08.586]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.1446999Z [00:03:08.586]➜  EOF
2025-08-20T21:34:15.1449788Z [00:03:08.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b669/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/errorutil=>github.com/containerd/stargz-snapshotter/estargz@v0.16.3/errorutil;$WORK/b669=>" -p github.com/containerd/stargz-snapshotter/estargz/errorutil -lang=go1.22 -complete -installsuffix shared -buildid ERpd3To1Ff6sfRS4HSRj/ERpd3To1Ff6sfRS4HSRj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/errorutil/errors.go
2025-08-20T21:34:15.1550505Z [00:03:08.596]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T21:34:15.1554969Z [00:03:08.597]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/b8/b86b187d82d7696c1a3e82a6b6cfb63e66cad337f6fc5322b64cfdd2166d237e-d # internal
2025-08-20T21:34:15.1557128Z [00:03:08.597]➜  github.com/vbatts/tar-split/archive/tar
2025-08-20T21:34:15.1558417Z [00:03:08.597]➜  mkdir -p $WORK/b670/
2025-08-20T21:34:15.1566114Z [00:03:08.598]➜  cat >/tmp/go-build1238918229/b670/importcfg << 'EOF' # internal
2025-08-20T21:34:15.1566950Z [00:03:08.598]➜  # import config
2025-08-20T21:34:15.1568496Z [00:03:08.598]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:15.1576371Z [00:03:08.598]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.1580327Z [00:03:08.598]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.1608895Z [00:03:08.598]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.1609781Z [00:03:08.598]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:15.1610655Z [00:03:08.598]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:15.1611132Z [00:03:08.598]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:15.1612009Z [00:03:08.598]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:15.1612442Z [00:03:08.598]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:15.1612873Z [00:03:08.598]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:15.1613296Z [00:03:08.598]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:15.1613713Z [00:03:08.598]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:15.1614152Z [00:03:08.598]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.1614571Z [00:03:08.598]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.1614985Z [00:03:08.598]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:15.1615607Z [00:03:08.598]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:15.1615915Z [00:03:08.598]➜  EOF
2025-08-20T21:34:15.1619712Z [00:03:08.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b670/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar=>github.com/vbatts/tar-split@v0.12.1/archive/tar;$WORK/b670=>" -p github.com/vbatts/tar-split/archive/tar -lang=go1.17 -complete -installsuffix shared -buildid T8SFoc7davSz8HNC1N5j/T8SFoc7davSz8HNC1N5j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/common.go /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/format.go /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/reader.go /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/stat_actime1.go /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/stat_unix.go /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/strconv.go /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/writer.go
2025-08-20T21:34:15.3081049Z [00:03:08.749]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T21:34:15.3163911Z [00:03:08.757]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T21:34:15.3197067Z [00:03:08.761]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/ba/ba98cdf2a93c878e04029161e8b5dcf1e5507031ff8e832b5f9ebd9e394eefc6-d # internal
2025-08-20T21:34:15.3201896Z [00:03:08.762]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/82/82a0b9832d976ea3b4036396f0c09ea9b3898518dc7a49efa9149a745d4c5b10-d # internal
2025-08-20T21:34:15.3208693Z [00:03:08.762]➜  chainguard.dev/apko/internal/ldso-cache
2025-08-20T21:34:15.3209252Z [00:03:08.762]➜  mkdir -p $WORK/b642/
2025-08-20T21:34:15.3209700Z [00:03:08.762]➜  cat >/tmp/go-build1238918229/b642/importcfg << 'EOF' # internal
2025-08-20T21:34:15.3210045Z [00:03:08.762]➜  # import config
2025-08-20T21:34:15.3210397Z [00:03:08.762]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:15.3210815Z [00:03:08.762]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:15.3211241Z [00:03:08.762]➜  packagefile debug/elf=/tmp/go-build1238918229/b643/_pkg_.a
2025-08-20T21:34:15.3211713Z [00:03:08.762]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:15.3212160Z [00:03:08.762]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.3212604Z [00:03:08.762]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.3213003Z [00:03:08.762]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.3213408Z [00:03:08.762]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:15.3213817Z [00:03:08.762]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:15.3214253Z [00:03:08.762]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:15.3214701Z [00:03:08.762]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:15.3215113Z [00:03:08.762]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:15.3215532Z [00:03:08.762]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.3216062Z [00:03:08.762]➜  EOF
2025-08-20T21:34:15.3218241Z [00:03:08.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/internal/ldso-cache=>chainguard.dev/apko@v0.30.5/internal/ldso-cache;$WORK/b642=>" -p chainguard.dev/apko/internal/ldso-cache -lang=go1.24 -complete -installsuffix shared -buildid XocKdTKKW196kf0FBDjB/XocKdTKKW196kf0FBDjB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/internal/ldso-cache/ldsocache.go
2025-08-20T21:34:15.3230837Z [00:03:08.764]➜  github.com/klauspost/compress/zstd
2025-08-20T21:34:15.3231916Z [00:03:08.764]➜  mkdir -p $WORK/b659/
2025-08-20T21:34:15.3232643Z [00:03:08.764]➜  cat >/tmp/go-build1238918229/b659/importcfg << 'EOF' # internal
2025-08-20T21:34:15.3232999Z [00:03:08.764]➜  # import config
2025-08-20T21:34:15.3233345Z [00:03:08.764]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:15.3233780Z [00:03:08.764]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:15.3234222Z [00:03:08.764]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:15.3234698Z [00:03:08.764]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:15.3235166Z [00:03:08.764]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:15.3235607Z [00:03:08.764]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.3236019Z [00:03:08.764]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.3236524Z [00:03:08.764]➜  packagefile github.com/klauspost/compress=/tmp/go-build1238918229/b660/_pkg_.a
2025-08-20T21:34:15.3237131Z [00:03:08.764]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build1238918229/b661/_pkg_.a
2025-08-20T21:34:15.3237967Z [00:03:08.764]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build1238918229/b455/_pkg_.a
2025-08-20T21:34:15.3238671Z [00:03:08.764]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build1238918229/b663/_pkg_.a
2025-08-20T21:34:15.3239610Z [00:03:08.764]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build1238918229/b664/_pkg_.a
2025-08-20T21:34:15.3240252Z [00:03:08.764]➜  packagefile hash/crc32=/tmp/go-build1238918229/b198/_pkg_.a
2025-08-20T21:34:15.3240671Z [00:03:08.764]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.3241170Z [00:03:08.764]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:15.3241735Z [00:03:08.764]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:15.3242194Z [00:03:08.764]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:15.3242637Z [00:03:08.764]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:15.3243083Z [00:03:08.764]➜  packagefile runtime/debug=/tmp/go-build1238918229/b332/_pkg_.a
2025-08-20T21:34:15.3243528Z [00:03:08.764]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:15.3243938Z [00:03:08.764]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:15.3244357Z [00:03:08.764]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:15.3244780Z [00:03:08.764]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.3245195Z [00:03:08.764]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.3245507Z [00:03:08.764]➜  EOF
2025-08-20T21:34:15.3256189Z [00:03:08.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b659/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b659=>" -p github.com/klauspost/compress/zstd -lang=go1.22 -complete -installsuffix shared -buildid jpscWRjVMIu4U0tBz2YJ/jpscWRjVMIu4U0tBz2YJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blocktype_string.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytebuf.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decodeheader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_base.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_dfast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_fast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/framedec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/frameenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_predefined.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/hash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/history.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/snappy.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zstd.go
2025-08-20T21:34:15.4270356Z [00:03:08.868]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T21:34:15.4306448Z [00:03:08.872]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/ff/ffed6c5c1884ac6981c60688ecdc7bb3affb89457b56e84ed05254de97c007c7-d # internal
2025-08-20T21:34:15.4308828Z [00:03:08.872]➜  internal/sysinfo
2025-08-20T21:34:15.4309129Z [00:03:08.872]➜  mkdir -p $WORK/b672/
2025-08-20T21:34:15.4315606Z [00:03:08.873]➜  cat >/tmp/go-build1238918229/b672/importcfg << 'EOF' # internal
2025-08-20T21:34:15.4316527Z [00:03:08.873]➜  # import config
2025-08-20T21:34:15.4316937Z [00:03:08.873]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:15.4317395Z [00:03:08.873]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:15.4317998Z [00:03:08.873]➜  packagefile internal/cpu=/tmp/go-build1238918229/b013/_pkg_.a
2025-08-20T21:34:15.4318448Z [00:03:08.873]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.4318847Z [00:03:08.873]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:15.4319263Z [00:03:08.873]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.4319690Z [00:03:08.873]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.4319993Z [00:03:08.873]➜  EOF
2025-08-20T21:34:15.4321703Z [00:03:08.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b672/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b672=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid ZcoUpv8G6BmM7b04fWaG/ZcoUpv8G6BmM7b04fWaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T21:34:15.4409442Z [00:03:08.882]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T21:34:15.4460273Z [00:03:08.887]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/01/012e2aa4ed0cb4ea593159a053c1c82e34ac95e5da1cef7e6bd3e75149e1095c-d # internal
2025-08-20T21:34:15.4462929Z [00:03:08.887]➜  runtime/trace
2025-08-20T21:34:15.4465080Z [00:03:08.887]➜  mkdir -p $WORK/b673/
2025-08-20T21:34:15.4466321Z [00:03:08.887]➜  cat >/tmp/go-build1238918229/b673/importcfg << 'EOF' # internal
2025-08-20T21:34:15.4466774Z [00:03:08.887]➜  # import config
2025-08-20T21:34:15.4467133Z [00:03:08.887]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:15.4468033Z [00:03:08.887]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.4468457Z [00:03:08.887]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.4468940Z [00:03:08.887]➜  packagefile internal/trace/tracev2=/tmp/go-build1238918229/b034/_pkg_.a
2025-08-20T21:34:15.4469407Z [00:03:08.887]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.4469832Z [00:03:08.887]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:15.4470261Z [00:03:08.887]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:15.4498491Z [00:03:08.887]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.4499020Z [00:03:08.887]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:15.4499466Z [00:03:08.887]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:15.4499777Z [00:03:08.887]➜  EOF
2025-08-20T21:34:15.4502458Z [00:03:08.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b673/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b673=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid XwdYjLEyjBDAe0Dn4dqx/XwdYjLEyjBDAe0Dn4dqx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /root/.go/src/runtime/trace/annotation.go /root/.go/src/runtime/trace/batch.go /root/.go/src/runtime/trace/encoding.go /root/.go/src/runtime/trace/flightrecorder.go /root/.go/src/runtime/trace/recorder.go /root/.go/src/runtime/trace/subscribe.go /root/.go/src/runtime/trace/trace.go
2025-08-20T21:34:15.4966857Z [00:03:08.938]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T21:34:15.4968046Z [00:03:08.938]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/b7/b710efaea7491c4eda7d40adeebe7092acb5cc1c43d713ee0c1a74bdff66e47a-d # internal
2025-08-20T21:34:15.4968720Z [00:03:08.938]➜  chainguard.dev/apko/pkg/lock
2025-08-20T21:34:15.4969031Z [00:03:08.938]➜  mkdir -p $WORK/b675/
2025-08-20T21:34:15.4969407Z [00:03:08.938]➜  cat >/tmp/go-build1238918229/b675/importcfg << 'EOF' # internal
2025-08-20T21:34:15.4969752Z [00:03:08.938]➜  # import config
2025-08-20T21:34:15.4970207Z [00:03:08.938]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:15.4970765Z [00:03:08.938]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:15.4971211Z [00:03:08.938]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.4971608Z [00:03:08.938]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:15.4972013Z [00:03:08.938]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:15.4972323Z [00:03:08.938]➜  EOF
2025-08-20T21:34:15.4974079Z [00:03:08.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b675/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/lock=>chainguard.dev/apko@v0.30.5/pkg/lock;$WORK/b675=>" -p chainguard.dev/apko/pkg/lock -lang=go1.24 -complete -installsuffix shared -buildid JIXScnRqcBZ4lHd8Vus0/JIXScnRqcBZ4lHd8Vus0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/lock/lock.go
2025-08-20T21:34:15.5018268Z [00:03:08.943]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T21:34:15.5077404Z [00:03:08.949]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/37/377275ceb7f0c0f7bbee5c61a74e513e698c674de6427e8cae93dc181eb92947-d # internal
2025-08-20T21:34:15.5079731Z [00:03:08.949]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T21:34:15.5090248Z [00:03:08.950]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d # internal
2025-08-20T21:34:15.5129241Z [00:03:08.954]➜  sigs.k8s.io/release-utils/version
2025-08-20T21:34:15.5129665Z [00:03:08.954]➜  mkdir -p $WORK/b635/
2025-08-20T21:34:15.5134506Z [00:03:08.955]➜  cat >/tmp/go-build1238918229/b635/importcfg << 'EOF' # internal
2025-08-20T21:34:15.5136294Z [00:03:08.955]➜  # import config
2025-08-20T21:34:15.5136673Z [00:03:08.955]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:15.5137116Z [00:03:08.955]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.5141394Z [00:03:08.955]➜  packagefile github.com/common-nighthawk/go-figure=/tmp/go-build1238918229/b636/_pkg_.a
2025-08-20T21:34:15.5142054Z [00:03:08.955]➜  packagefile github.com/spf13/cobra=/tmp/go-build1238918229/b637/_pkg_.a
2025-08-20T21:34:15.5142515Z [00:03:08.955]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:15.5142928Z [00:03:08.955]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:15.5143389Z [00:03:08.955]➜  packagefile runtime/debug=/tmp/go-build1238918229/b332/_pkg_.a
2025-08-20T21:34:15.5143834Z [00:03:08.955]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.5144253Z [00:03:08.955]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.5144704Z [00:03:08.955]➜  packagefile text/tabwriter=/tmp/go-build1238918229/b215/_pkg_.a
2025-08-20T21:34:15.5145142Z [00:03:08.955]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:15.5145456Z [00:03:08.955]➜  EOF
2025-08-20T21:34:15.5148217Z [00:03:08.955]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/release-utils@v0.12.1/version=>sigs.k8s.io/release-utils@v0.12.1/version;$WORK/b635=>" -p sigs.k8s.io/release-utils/version -lang=go1.23 -complete -installsuffix shared -buildid cv2bGF6TfACd5oOQDlTd/cv2bGF6TfACd5oOQDlTd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/release-utils@v0.12.1/version/command.go /root/go/pkg/mod/sigs.k8s.io/release-utils@v0.12.1/version/doc.go /root/go/pkg/mod/sigs.k8s.io/release-utils@v0.12.1/version/version.go
2025-08-20T21:34:15.5224576Z [00:03:08.964]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T21:34:15.5240519Z [00:03:08.964]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/d0/d03055d2d576617e5d972c6dbd27f5fa9b892da6931521b36e20b44fd9f59900-d # internal
2025-08-20T21:34:15.5241212Z [00:03:08.964]➜  chainguard.dev/apko/pkg/options
2025-08-20T21:34:15.5241519Z [00:03:08.964]➜  mkdir -p $WORK/b676/
2025-08-20T21:34:15.5241890Z [00:03:08.965]➜  cat >/tmp/go-build1238918229/b676/importcfg << 'EOF' # internal
2025-08-20T21:34:15.5242247Z [00:03:08.965]➜  # import config
2025-08-20T21:34:15.5242682Z [00:03:08.965]➜  packagefile chainguard.dev/apko/pkg/apk/apk=/tmp/go-build1238918229/b071/_pkg_.a
2025-08-20T21:34:15.5243284Z [00:03:08.965]➜  packagefile chainguard.dev/apko/pkg/apk/auth=/tmp/go-build1238918229/b073/_pkg_.a
2025-08-20T21:34:15.5243905Z [00:03:08.965]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:15.5244414Z [00:03:08.965]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.5245161Z [00:03:08.965]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:15.5245578Z [00:03:08.965]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:15.5245991Z [00:03:08.965]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:15.5246579Z [00:03:08.965]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:15.5247003Z [00:03:08.965]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:15.5247321Z [00:03:08.965]➜  EOF
2025-08-20T21:34:15.5268264Z [00:03:08.965]➜  testing
2025-08-20T21:34:15.5268555Z [00:03:08.965]➜  mkdir -p $WORK/b671/
2025-08-20T21:34:15.5268943Z [00:03:08.965]➜  cat >/tmp/go-build1238918229/b671/importcfg << 'EOF' # internal
2025-08-20T21:34:15.5269325Z [00:03:08.965]➜  # import config
2025-08-20T21:34:15.5280584Z [00:03:08.969]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:15.5281364Z [00:03:08.969]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:15.5284294Z [00:03:08.969]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.5284725Z [00:03:08.969]➜  packagefile flag=/tmp/go-build1238918229/b426/_pkg_.a
2025-08-20T21:34:15.5285142Z [00:03:08.969]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.5285583Z [00:03:08.969]➜  packagefile internal/race=/tmp/go-build1238918229/b031/_pkg_.a
2025-08-20T21:34:15.5286072Z [00:03:08.969]➜  packagefile internal/sysinfo=/tmp/go-build1238918229/b672/_pkg_.a
2025-08-20T21:34:15.5286515Z [00:03:08.969]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.5286919Z [00:03:08.969]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:15.5287343Z [00:03:08.969]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:15.5287966Z [00:03:08.969]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:15.5288401Z [00:03:08.969]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:15.5288855Z [00:03:08.969]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:15.5289280Z [00:03:08.969]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:15.5289731Z [00:03:08.969]➜  packagefile runtime/debug=/tmp/go-build1238918229/b332/_pkg_.a
2025-08-20T21:34:15.5290193Z [00:03:08.969]➜  packagefile runtime/trace=/tmp/go-build1238918229/b673/_pkg_.a
2025-08-20T21:34:15.5290927Z [00:03:08.969]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:15.5291429Z [00:03:08.969]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:15.5291855Z [00:03:08.969]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.5292400Z [00:03:08.969]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.5292941Z [00:03:08.969]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:15.5293369Z [00:03:08.969]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:15.5293793Z [00:03:08.969]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:15.5294236Z [00:03:08.969]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:15.5294629Z [00:03:08.969]➜  EOF
2025-08-20T21:34:15.5297099Z [00:03:08.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b671=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid d5Peg9FnmXZ0HqDx5aUO/d5Peg9FnmXZ0HqDx5aUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack /root/.go/src/testing/allocs.go /root/.go/src/testing/benchmark.go /root/.go/src/testing/cover.go /root/.go/src/testing/example.go /root/.go/src/testing/fuzz.go /root/.go/src/testing/match.go /root/.go/src/testing/newcover.go /root/.go/src/testing/run_example.go /root/.go/src/testing/testing.go /root/.go/src/testing/testing_other.go
2025-08-20T21:34:15.5301118Z [00:03:08.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b676/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/options=>chainguard.dev/apko@v0.30.5/pkg/options;$WORK/b676=>" -p chainguard.dev/apko/pkg/options -lang=go1.24 -complete -installsuffix shared -buildid IHf39H0lRx-Y2BOWuxuD/IHf39H0lRx-Y2BOWuxuD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/options/options.go
2025-08-20T21:34:15.5902023Z [00:03:09.031]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T21:34:15.5912135Z [00:03:09.032]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/7d/7d4af9343ca0a50d53842247c8cd8453e36a5238b5b595b03fb529657e93b537-d # internal
2025-08-20T21:34:15.5920908Z [00:03:09.032]➜  chainguard.dev/apko/pkg/sbom/generator/spdx
2025-08-20T21:34:15.5921264Z [00:03:09.032]➜  mkdir -p $WORK/b630/
2025-08-20T21:34:15.5930839Z [00:03:09.034]➜  cat >/tmp/go-build1238918229/b630/importcfg << 'EOF' # internal
2025-08-20T21:34:15.5938431Z [00:03:09.034]➜  # import config
2025-08-20T21:34:15.5938908Z [00:03:09.034]➜  packagefile chainguard.dev/apko/pkg/apk/apk=/tmp/go-build1238918229/b071/_pkg_.a
2025-08-20T21:34:15.5939511Z [00:03:09.034]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:15.5940143Z [00:03:09.034]➜  packagefile chainguard.dev/apko/pkg/sbom/options=/tmp/go-build1238918229/b631/_pkg_.a
2025-08-20T21:34:15.5940682Z [00:03:09.034]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:15.5941136Z [00:03:09.034]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:15.5941580Z [00:03:09.034]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.5941997Z [00:03:09.034]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.5942500Z [00:03:09.034]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:15.5943145Z [00:03:09.034]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:15.5943811Z [00:03:09.034]➜  packagefile github.com/package-url/packageurl-go=/tmp/go-build1238918229/b634/_pkg_.a
2025-08-20T21:34:15.5944322Z [00:03:09.034]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:15.5944729Z [00:03:09.034]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:15.5945573Z [00:03:09.034]➜  packagefile sigs.k8s.io/release-utils/version=/tmp/go-build1238918229/b635/_pkg_.a
2025-08-20T21:34:15.5946146Z [00:03:09.035]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.5946569Z [00:03:09.035]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:15.5947128Z [00:03:09.035]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:15.5947679Z [00:03:09.035]➜  EOF
2025-08-20T21:34:15.5949764Z [00:03:09.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b630/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/sbom/generator/spdx=>chainguard.dev/apko@v0.30.5/pkg/sbom/generator/spdx;$WORK/b630=>" -p chainguard.dev/apko/pkg/sbom/generator/spdx -lang=go1.24 -complete -installsuffix shared -buildid 4RnTZPMGFVE4QR47qJZy/4RnTZPMGFVE4QR47qJZy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/sbom/generator/spdx/spdx.go
2025-08-20T21:34:15.6343735Z [00:03:09.075]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T21:34:15.6374889Z [00:03:09.078]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/2a/2a92664cdd298fcdcbd4a00a2c862a55e47150d5edb6de525663d1b80ea10e87-d # internal
2025-08-20T21:34:15.6375532Z [00:03:09.078]➜  chainguard.dev/apko/pkg/passwd
2025-08-20T21:34:15.6375862Z [00:03:09.078]➜  mkdir -p $WORK/b677/
2025-08-20T21:34:15.6392171Z [00:03:09.080]➜  cat >/tmp/go-build1238918229/b677/importcfg << 'EOF' # internal
2025-08-20T21:34:15.6393156Z [00:03:09.080]➜  # import config
2025-08-20T21:34:15.6396139Z [00:03:09.081]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:15.6396677Z [00:03:09.081]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:15.6397412Z [00:03:09.081]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.6398000Z [00:03:09.081]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.6398430Z [00:03:09.081]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:15.6398837Z [00:03:09.081]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:15.6399250Z [00:03:09.081]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:15.6399686Z [00:03:09.081]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.6399999Z [00:03:09.081]➜  EOF
2025-08-20T21:34:15.6402327Z [00:03:09.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b677/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/passwd=>chainguard.dev/apko@v0.30.5/pkg/passwd;$WORK/b677=>" -p chainguard.dev/apko/pkg/passwd -lang=go1.24 -complete -installsuffix shared -buildid VJXRQPI-zgN05AIc-HcO/VJXRQPI-zgN05AIc-HcO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/passwd/doc.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/passwd/group.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/passwd/passwd.go
2025-08-20T21:34:15.6743719Z [00:03:09.115]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T21:34:15.6754651Z [00:03:09.116]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/58/584ff60254bfcbdf94a9d9fbaef62f544959da862038845fb025fbd5cf332c04-d # internal
2025-08-20T21:34:15.6757338Z [00:03:09.116]➜  chainguard.dev/apko/pkg/s6
2025-08-20T21:34:15.6757800Z [00:03:09.116]➜  mkdir -p $WORK/b678/
2025-08-20T21:34:15.6758180Z [00:03:09.117]➜  cat >/tmp/go-build1238918229/b678/importcfg << 'EOF' # internal
2025-08-20T21:34:15.6758544Z [00:03:09.117]➜  # import config
2025-08-20T21:34:15.6758978Z [00:03:09.117]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:15.6759489Z [00:03:09.117]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:15.6759913Z [00:03:09.117]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.6760413Z [00:03:09.117]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:15.6761083Z [00:03:09.117]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:15.6761482Z [00:03:09.117]➜  EOF
2025-08-20T21:34:15.6763444Z [00:03:09.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b678/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/s6=>chainguard.dev/apko@v0.30.5/pkg/s6;$WORK/b678=>" -p chainguard.dev/apko/pkg/s6 -lang=go1.24 -complete -installsuffix shared -buildid Le-G_mOyi0zf7Q02HMpQ/Le-G_mOyi0zf7Q02HMpQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/s6/s6.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/s6/supervision_tree.go
2025-08-20T21:34:15.6917631Z [00:03:09.133]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T21:34:15.6924148Z [00:03:09.134]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/e8/e87fb6bd9df3689c4b92c5906d7c8a36bef6f6e6dc544ba15c7607dfe7d4c728-d # internal
2025-08-20T21:34:15.6930351Z [00:03:09.134]➜  chainguard.dev/apko/pkg/sbom
2025-08-20T21:34:15.6936018Z [00:03:09.135]➜  mkdir -p $WORK/b679/
2025-08-20T21:34:15.6968634Z [00:03:09.138]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T21:34:15.6994312Z [00:03:09.141]➜  cat >/tmp/go-build1238918229/b679/importcfg << 'EOF' # internal
2025-08-20T21:34:15.6997309Z [00:03:09.141]➜  # import config
2025-08-20T21:34:15.6999867Z [00:03:09.141]➜  packagefile chainguard.dev/apko/pkg/sbom/options=/tmp/go-build1238918229/b631/_pkg_.a
2025-08-20T21:34:15.7002842Z [00:03:09.141]➜  EOF
2025-08-20T21:34:15.7007264Z [00:03:09.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b679/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/sbom=>chainguard.dev/apko@v0.30.5/pkg/sbom;$WORK/b679=>" -p chainguard.dev/apko/pkg/sbom -lang=go1.24 -complete -installsuffix shared -buildid zpSNY0mTfRu4gVddf-OK/zpSNY0mTfRu4gVddf-OK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/sbom/sbom.go
2025-08-20T21:34:15.7021560Z [00:03:09.143]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/c1/c1a1be5d831a854254a1900ce83d092a9f9618f4e1f7e7efc79f237264ac0818-d # internal
2025-08-20T21:34:15.7023222Z [00:03:09.144]➜  chainguard.dev/apko/pkg/sbom/generator
2025-08-20T21:34:15.7023946Z [00:03:09.144]➜  mkdir -p $WORK/b680/
2025-08-20T21:34:15.7037594Z [00:03:09.145]➜  cat >/tmp/go-build1238918229/b680/importcfg << 'EOF' # internal
2025-08-20T21:34:15.7038527Z [00:03:09.145]➜  # import config
2025-08-20T21:34:15.7039257Z [00:03:09.145]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:15.7040190Z [00:03:09.145]➜  packagefile chainguard.dev/apko/pkg/sbom/generator/spdx=/tmp/go-build1238918229/b630/_pkg_.a
2025-08-20T21:34:15.7043603Z [00:03:09.145]➜  packagefile chainguard.dev/apko/pkg/sbom/options=/tmp/go-build1238918229/b631/_pkg_.a
2025-08-20T21:34:15.7044370Z [00:03:09.145]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:15.7045070Z [00:03:09.145]➜  EOF
2025-08-20T21:34:15.7047431Z [00:03:09.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b680/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/sbom/generator=>chainguard.dev/apko@v0.30.5/pkg/sbom/generator;$WORK/b680=>" -p chainguard.dev/apko/pkg/sbom/generator -lang=go1.24 -complete -installsuffix shared -buildid kOF7XzY8T-bIdfoCcj2N/kOF7XzY8T-bIdfoCcj2N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/sbom/generator/generator.go
2025-08-20T21:34:15.7339271Z [00:03:09.175]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T21:34:15.7344795Z [00:03:09.176]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/77/77f2d2ab9b183c8e1aa4636968fd4cbd66e851b89aeed6c6e7246ab72cc7e772-d # internal
2025-08-20T21:34:15.7346033Z [00:03:09.176]➜  chainguard.dev/apko/pkg/tarfs
2025-08-20T21:34:15.7368982Z [00:03:09.178]➜  mkdir -p $WORK/b681/
2025-08-20T21:34:15.7372677Z [00:03:09.179]➜  cat >/tmp/go-build1238918229/b681/importcfg << 'EOF' # internal
2025-08-20T21:34:15.7373528Z [00:03:09.179]➜  # import config
2025-08-20T21:34:15.7374252Z [00:03:09.179]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:15.7374959Z [00:03:09.179]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:15.7375737Z [00:03:09.179]➜  packagefile chainguard.dev/apko/pkg/apk/apk=/tmp/go-build1238918229/b071/_pkg_.a
2025-08-20T21:34:15.7376586Z [00:03:09.179]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:15.7377561Z [00:03:09.179]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:15.7378888Z [00:03:09.179]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:15.7379423Z [00:03:09.179]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:15.7379895Z [00:03:09.179]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.7380316Z [00:03:09.179]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.7380789Z [00:03:09.179]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:15.7381256Z [00:03:09.179]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.7381666Z [00:03:09.179]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:15.7382071Z [00:03:09.179]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:15.7382828Z [00:03:09.179]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:15.7383281Z [00:03:09.179]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:15.7383734Z [00:03:09.179]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:15.7384153Z [00:03:09.179]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.7384577Z [00:03:09.179]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.7384985Z [00:03:09.179]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:15.7385290Z [00:03:09.179]➜  EOF
2025-08-20T21:34:15.7387054Z [00:03:09.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/tarfs=>chainguard.dev/apko@v0.30.5/pkg/tarfs;$WORK/b681=>" -p chainguard.dev/apko/pkg/tarfs -lang=go1.24 -complete -installsuffix shared -buildid 27mvtSoIbZnd8h1mEUPR/27mvtSoIbZnd8h1mEUPR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/tarfs/fs.go
2025-08-20T21:34:15.7443593Z [00:03:09.186]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T21:34:15.7457131Z [00:03:09.187]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/9d/9d4f9953fe95c5648dbad949aff97e794668a7746c2211219e8d2750dd3896f0-d # internal
2025-08-20T21:34:15.7486109Z [00:03:09.190]➜  github.com/klauspost/pgzip
2025-08-20T21:34:15.7488870Z [00:03:09.190]➜  mkdir -p $WORK/b682/
2025-08-20T21:34:15.7489274Z [00:03:09.190]➜  cat >/tmp/go-build1238918229/b682/importcfg << 'EOF' # internal
2025-08-20T21:34:15.7489629Z [00:03:09.190]➜  # import config
2025-08-20T21:34:15.7490125Z [00:03:09.190]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:15.7490615Z [00:03:09.190]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:15.7491041Z [00:03:09.190]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:15.7491468Z [00:03:09.190]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.7491994Z [00:03:09.190]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build1238918229/b454/_pkg_.a
2025-08-20T21:34:15.7492516Z [00:03:09.190]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:15.7492946Z [00:03:09.190]➜  packagefile hash/crc32=/tmp/go-build1238918229/b198/_pkg_.a
2025-08-20T21:34:15.7493469Z [00:03:09.190]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.7493990Z [00:03:09.190]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:15.7494408Z [00:03:09.190]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.7494821Z [00:03:09.190]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:15.7495128Z [00:03:09.190]➜  EOF
2025-08-20T21:34:15.7497099Z [00:03:09.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b682/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/pgzip@v1.2.6=>github.com/klauspost/pgzip@v1.2.6;$WORK/b682=>" -p github.com/klauspost/pgzip -lang=go1.16 -complete -installsuffix shared -buildid DXvfib7izde1HFMyXeVe/DXvfib7izde1HFMyXeVe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack /root/go/pkg/mod/github.com/klauspost/pgzip@v1.2.6/gunzip.go /root/go/pkg/mod/github.com/klauspost/pgzip@v1.2.6/gzip.go
2025-08-20T21:34:15.8445514Z [00:03:09.286]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T21:34:15.8456210Z [00:03:09.287]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/d8/d8ee54747f7a17240b9a674034b6f4f95798b77d7828de062c265a033dd8dc4a-d # internal
2025-08-20T21:34:15.8458703Z [00:03:09.287]➜  k8s.io/apimachinery/pkg/util/sets
2025-08-20T21:34:15.8459061Z [00:03:09.287]➜  mkdir -p $WORK/b683/
2025-08-20T21:34:15.8465277Z [00:03:09.288]➜  cat >/tmp/go-build1238918229/b683/importcfg << 'EOF' # internal
2025-08-20T21:34:15.8465666Z [00:03:09.288]➜  # import config
2025-08-20T21:34:15.8466306Z [00:03:09.288]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:15.8466726Z [00:03:09.288]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:15.8467038Z [00:03:09.288]➜  EOF
2025-08-20T21:34:15.8470750Z [00:03:09.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b683/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/apimachinery@v0.33.3/pkg/util/sets=>k8s.io/apimachinery@v0.33.3/pkg/util/sets;$WORK/b683=>" -p k8s.io/apimachinery/pkg/util/sets -lang=go1.24 -complete -installsuffix shared -buildid HCntpmij1l09NTNoyYM4/HCntpmij1l09NTNoyYM4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /root/go/pkg/mod/k8s.io/apimachinery@v0.33.3/pkg/util/sets/byte.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.3/pkg/util/sets/doc.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.3/pkg/util/sets/empty.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.3/pkg/util/sets/int.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.3/pkg/util/sets/int32.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.3/pkg/util/sets/int64.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.3/pkg/util/sets/set.go /root/go/pkg/mod/k8s.io/apimachinery@v0.33.3/pkg/util/sets/string.go
2025-08-20T21:34:15.8906291Z [00:03:09.332]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T21:34:15.9010366Z [00:03:09.342]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/2d/2d5eb4afa6b8f726d4f3b5ff2e3b3b27771d5edf3cfc223c066e53776b6ead93-d # internal
2025-08-20T21:34:15.9015545Z [00:03:09.342]➜  github.com/sirupsen/logrus
2025-08-20T21:34:15.9015874Z [00:03:09.342]➜  mkdir -p $WORK/b685/
2025-08-20T21:34:15.9016253Z [00:03:09.343]➜  cat >/tmp/go-build1238918229/b685/importcfg << 'EOF' # internal
2025-08-20T21:34:15.9016600Z [00:03:09.343]➜  # import config
2025-08-20T21:34:15.9017123Z [00:03:09.343]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:15.9017778Z [00:03:09.343]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:15.9018236Z [00:03:09.343]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:15.9018688Z [00:03:09.343]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:15.9019122Z [00:03:09.343]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.9019622Z [00:03:09.343]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:15.9020078Z [00:03:09.343]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.9020599Z [00:03:09.343]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:15.9021059Z [00:03:09.343]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:15.9021471Z [00:03:09.343]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:15.9021905Z [00:03:09.343]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:15.9022325Z [00:03:09.343]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:15.9022747Z [00:03:09.343]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:15.9023174Z [00:03:09.343]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.9023588Z [00:03:09.343]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.9024207Z [00:03:09.343]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:15.9026360Z [00:03:09.344]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:15.9027224Z [00:03:09.344]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:15.9028024Z [00:03:09.344]➜  EOF
2025-08-20T21:34:15.9034962Z [00:03:09.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b685/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af=>github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af;$WORK/b685=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid QAIyftu3qSJn5cgyezeS/QAIyftu3qSJn5cgyezeS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/alt_exit.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/buffer_pool.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/doc.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/entry.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/exported.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/hooks.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/json_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/logger.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/logrus.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/terminal_check_notappengine.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/terminal_check_unix.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/text_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.4-0.20230606125235-dd1b4c2e81af/writer.go
2025-08-20T21:34:15.9839354Z [00:03:09.425]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T21:34:15.9910636Z [00:03:09.432]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d # internal
2025-08-20T21:34:15.9911245Z [00:03:09.432]➜  github.com/ijt/goparsify
2025-08-20T21:34:15.9920406Z [00:03:09.433]➜  mkdir -p $WORK/b687/
2025-08-20T21:34:15.9921190Z [00:03:09.433]➜  cat >/tmp/go-build1238918229/b687/importcfg << 'EOF' # internal
2025-08-20T21:34:15.9921839Z [00:03:09.433]➜  # import config
2025-08-20T21:34:15.9922509Z [00:03:09.433]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:15.9923094Z [00:03:09.433]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:15.9923646Z [00:03:09.433]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:15.9924216Z [00:03:09.433]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:15.9924838Z [00:03:09.433]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:15.9925685Z [00:03:09.433]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:15.9926322Z [00:03:09.433]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:15.9926886Z [00:03:09.433]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:15.9927626Z [00:03:09.433]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:15.9928187Z [00:03:09.433]➜  EOF
2025-08-20T21:34:15.9952591Z [00:03:09.433]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b687/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ijt/goparsify@v0.0.0-20221203142333-3a5276334b8d=>github.com/ijt/goparsify@v0.0.0-20221203142333-3a5276334b8d;$WORK/b687=>" -p github.com/ijt/goparsify -lang=go1.19 -complete -installsuffix shared -buildid yrwH6V7gHoOlnHyM35xo/yrwH6V7gHoOlnHyM35xo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack /root/go/pkg/mod/github.com/ijt/goparsify@v0.0.0-20221203142333-3a5276334b8d/combinator.go /root/go/pkg/mod/github.com/ijt/goparsify@v0.0.0-20221203142333-3a5276334b8d/debugoff.go /root/go/pkg/mod/github.com/ijt/goparsify@v0.0.0-20221203142333-3a5276334b8d/errors.go /root/go/pkg/mod/github.com/ijt/goparsify@v0.0.0-20221203142333-3a5276334b8d/literals.go /root/go/pkg/mod/github.com/ijt/goparsify@v0.0.0-20221203142333-3a5276334b8d/parser.go /root/go/pkg/mod/github.com/ijt/goparsify@v0.0.0-20221203142333-3a5276334b8d/result.go /root/go/pkg/mod/github.com/ijt/goparsify@v0.0.0-20221203142333-3a5276334b8d/state.go
2025-08-20T21:34:16.0005903Z [00:03:09.442]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T21:34:16.0062561Z [00:03:09.447]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/29/29756d8fb3ad31e897e65bb6e2d891487813a15b5c0fb4d98b5429e0350804cc-d # internal
2025-08-20T21:34:16.0068292Z [00:03:09.448]➜  github.com/google/go-containerregistry/internal/zstd
2025-08-20T21:34:16.0068792Z [00:03:09.448]➜  mkdir -p $WORK/b658/
2025-08-20T21:34:16.0069216Z [00:03:09.448]➜  cat >/tmp/go-build1238918229/b658/importcfg << 'EOF' # internal
2025-08-20T21:34:16.0069899Z [00:03:09.448]➜  # import config
2025-08-20T21:34:16.0070473Z [00:03:09.448]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:16.0071228Z [00:03:09.448]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.0072438Z [00:03:09.448]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build1238918229/b654/_pkg_.a
2025-08-20T21:34:16.0099240Z [00:03:09.448]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build1238918229/b659/_pkg_.a
2025-08-20T21:34:16.0100028Z [00:03:09.448]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.0100577Z [00:03:09.448]➜  EOF
2025-08-20T21:34:16.0102947Z [00:03:09.448]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b658/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/zstd=>github.com/google/go-containerregistry@v0.20.6/internal/zstd;$WORK/b658=>" -p github.com/google/go-containerregistry/internal/zstd -lang=go1.24 -complete -installsuffix shared -buildid z1_vtvjc5678ydwNBLTA/z1_vtvjc5678ydwNBLTA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/zstd/zstd.go
2025-08-20T21:34:16.0486288Z [00:03:09.490]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T21:34:16.0488005Z [00:03:09.490]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/31/31813060ecff3a68670e8007336610662afa68a33f86177ee9ba51b9856d77ac-d # internal
2025-08-20T21:34:16.0490053Z [00:03:09.490]➜  github.com/google/go-containerregistry/internal/compression
2025-08-20T21:34:16.0490443Z [00:03:09.490]➜  mkdir -p $WORK/b657/
2025-08-20T21:34:16.0490835Z [00:03:09.490]➜  cat >/tmp/go-build1238918229/b657/importcfg << 'EOF' # internal
2025-08-20T21:34:16.0491177Z [00:03:09.490]➜  # import config
2025-08-20T21:34:16.0491513Z [00:03:09.490]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:16.0492127Z [00:03:09.490]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.0492773Z [00:03:09.490]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build1238918229/b653/_pkg_.a
2025-08-20T21:34:16.0493527Z [00:03:09.490]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build1238918229/b658/_pkg_.a
2025-08-20T21:34:16.0494285Z [00:03:09.490]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build1238918229/b665/_pkg_.a
2025-08-20T21:34:16.0494861Z [00:03:09.490]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.0495161Z [00:03:09.490]➜  EOF
2025-08-20T21:34:16.0497595Z [00:03:09.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b657/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/compression=>github.com/google/go-containerregistry@v0.20.6/internal/compression;$WORK/b657=>" -p github.com/google/go-containerregistry/internal/compression -lang=go1.24 -complete -installsuffix shared -buildid fcX2hothosLOhcE19kG9/fcX2hothosLOhcE19kG9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/compression/compression.go
2025-08-20T21:34:16.0522826Z [00:03:09.493]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T21:34:16.0535008Z [00:03:09.495]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/31/31f4b2d1dd2e99ddfb5fd2873fbfd5197b7040d652f4d7cdaf6d77d2d6d1ad01-d # internal
2025-08-20T21:34:16.0541510Z [00:03:09.495]➜  github.com/containerd/stargz-snapshotter/estargz
2025-08-20T21:34:16.0541872Z [00:03:09.495]➜  mkdir -p $WORK/b668/
2025-08-20T21:34:16.0551507Z [00:03:09.496]➜  cat >/tmp/go-build1238918229/b668/importcfg << 'EOF' # internal
2025-08-20T21:34:16.0553591Z [00:03:09.496]➜  # import config
2025-08-20T21:34:16.0553998Z [00:03:09.496]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:16.0554462Z [00:03:09.496]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:16.0554879Z [00:03:09.496]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.0555322Z [00:03:09.496]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:16.0555781Z [00:03:09.496]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:16.0556225Z [00:03:09.496]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:16.0556694Z [00:03:09.496]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:16.0557161Z [00:03:09.496]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:16.0557817Z [00:03:09.496]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:16.0558279Z [00:03:09.496]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.0558692Z [00:03:09.496]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.0559318Z [00:03:09.497]➜  packagefile github.com/containerd/stargz-snapshotter/estargz/errorutil=/tmp/go-build1238918229/b669/_pkg_.a
2025-08-20T21:34:16.0560020Z [00:03:09.497]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build1238918229/b659/_pkg_.a
2025-08-20T21:34:16.0560853Z [00:03:09.497]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1238918229/b633/_pkg_.a
2025-08-20T21:34:16.0561597Z [00:03:09.497]➜  packagefile github.com/vbatts/tar-split/archive/tar=/tmp/go-build1238918229/b670/_pkg_.a
2025-08-20T21:34:16.0562215Z [00:03:09.497]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1238918229/b490/_pkg_.a
2025-08-20T21:34:16.0562695Z [00:03:09.497]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:16.0563103Z [00:03:09.497]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.0563516Z [00:03:09.497]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:16.0564034Z [00:03:09.497]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:16.0564496Z [00:03:09.497]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:16.0564938Z [00:03:09.497]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:16.0565389Z [00:03:09.497]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:16.0565816Z [00:03:09.497]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:16.0566230Z [00:03:09.497]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:16.0566651Z [00:03:09.497]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:16.0567076Z [00:03:09.497]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.0567834Z [00:03:09.497]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:16.0568293Z [00:03:09.497]➜  packagefile testing=/tmp/go-build1238918229/b671/_pkg_.a
2025-08-20T21:34:16.0568719Z [00:03:09.497]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:16.0569023Z [00:03:09.497]➜  EOF
2025-08-20T21:34:16.0573597Z [00:03:09.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b668/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3=>github.com/containerd/stargz-snapshotter/estargz@v0.16.3;$WORK/b668=>" -p github.com/containerd/stargz-snapshotter/estargz -lang=go1.22 -complete -installsuffix shared -buildid 7Tu_pVODYtmsqYDvFrHh/7Tu_pVODYtmsqYDvFrHh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -pack /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/build.go /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/estargz.go /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/gzip.go /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/testutil.go /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/types.go
2025-08-20T21:34:16.0729812Z [00:03:09.514]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T21:34:16.0734610Z [00:03:09.515]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/b5/b548c82d17d0e84038c82c2baed0c64f49c5b1f948aef0606fc170335204a8a4-d # internal
2025-08-20T21:34:16.0745270Z [00:03:09.515]➜  github.com/google/go-containerregistry/pkg/v1/partial
2025-08-20T21:34:16.0745647Z [00:03:09.515]➜  mkdir -p $WORK/b656/
2025-08-20T21:34:16.0746019Z [00:03:09.515]➜  cat >/tmp/go-build1238918229/b656/importcfg << 'EOF' # internal
2025-08-20T21:34:16.0746375Z [00:03:09.515]➜  # import config
2025-08-20T21:34:16.0746713Z [00:03:09.515]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.0747161Z [00:03:09.515]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:16.0747787Z [00:03:09.515]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.0748395Z [00:03:09.516]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build1238918229/b654/_pkg_.a
2025-08-20T21:34:16.0749180Z [00:03:09.516]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build1238918229/b657/_pkg_.a
2025-08-20T21:34:16.0750148Z [00:03:09.516]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build1238918229/b653/_pkg_.a
2025-08-20T21:34:16.0750973Z [00:03:09.516]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build1238918229/b658/_pkg_.a
2025-08-20T21:34:16.0751727Z [00:03:09.516]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build1238918229/b665/_pkg_.a
2025-08-20T21:34:16.0752461Z [00:03:09.516]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:16.0753177Z [00:03:09.516]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build1238918229/b649/_pkg_.a
2025-08-20T21:34:16.0754024Z [00:03:09.516]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:16.0754670Z [00:03:09.516]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.0755076Z [00:03:09.516]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:16.0755382Z [00:03:09.516]➜  EOF
2025-08-20T21:34:16.0759388Z [00:03:09.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial;$WORK/b656=>" -p github.com/google/go-containerregistry/pkg/v1/partial -lang=go1.24 -complete -installsuffix shared -buildid l692Dm-mDjdXTtYHblQQ/l692Dm-mDjdXTtYHblQQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial/compressed.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial/index.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial/uncompressed.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial/with.go
2025-08-20T21:34:16.1210118Z [00:03:09.562]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T21:34:16.1279849Z [00:03:09.569]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/84/844646c7f346dd082d58f74464e7e3ac4a3821ab21bd84e960489720a8327d86-d # internal
2025-08-20T21:34:16.1301829Z [00:03:09.572]➜  sigs.k8s.io/release-utils/hash
2025-08-20T21:34:16.1303758Z [00:03:09.572]➜  mkdir -p $WORK/b684/
2025-08-20T21:34:16.1309990Z [00:03:09.572]➜  cat >/tmp/go-build1238918229/b684/importcfg << 'EOF' # internal
2025-08-20T21:34:16.1310391Z [00:03:09.572]➜  # import config
2025-08-20T21:34:16.1310760Z [00:03:09.572]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:16.1311236Z [00:03:09.572]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:16.1311706Z [00:03:09.572]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:16.1312166Z [00:03:09.572]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:16.1312615Z [00:03:09.572]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.1313026Z [00:03:09.572]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.1313528Z [00:03:09.572]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1238918229/b685/_pkg_.a
2025-08-20T21:34:16.1314008Z [00:03:09.572]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:16.1314410Z [00:03:09.572]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.1314819Z [00:03:09.572]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:16.1315119Z [00:03:09.572]➜  EOF
2025-08-20T21:34:16.1334293Z [00:03:09.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b684/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/release-utils@v0.12.1/hash=>sigs.k8s.io/release-utils@v0.12.1/hash;$WORK/b684=>" -p sigs.k8s.io/release-utils/hash -lang=go1.23 -complete -installsuffix shared -buildid 01ZcuzudTrMoB9vhFydO/01ZcuzudTrMoB9vhFydO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/release-utils@v0.12.1/hash/hash.go
2025-08-20T21:34:16.1604011Z [00:03:09.602]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T21:34:16.1636071Z [00:03:09.605]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/de/de057d4d89243fec4b79f66c7eae3242094ce3006b325961882f4021a65ba328-d # internal
2025-08-20T21:34:16.1641862Z [00:03:09.606]➜  github.com/google/go-containerregistry/pkg/v1/empty
2025-08-20T21:34:16.1642268Z [00:03:09.606]➜  mkdir -p $WORK/b655/
2025-08-20T21:34:16.1649981Z [00:03:09.606]➜  cat >/tmp/go-build1238918229/b655/importcfg << 'EOF' # internal
2025-08-20T21:34:16.1652921Z [00:03:09.606]➜  # import config
2025-08-20T21:34:16.1654283Z [00:03:09.606]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:16.1658983Z [00:03:09.606]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.1659491Z [00:03:09.606]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.1660066Z [00:03:09.606]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:16.1660810Z [00:03:09.606]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build1238918229/b656/_pkg_.a
2025-08-20T21:34:16.1661558Z [00:03:09.606]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:16.1662288Z [00:03:09.606]➜  EOF
2025-08-20T21:34:16.1665083Z [00:03:09.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b655/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/empty=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/empty;$WORK/b655=>" -p github.com/google/go-containerregistry/pkg/v1/empty -lang=go1.24 -complete -installsuffix shared -buildid BP6uO_fwRG33CTPvFMoG/BP6uO_fwRG33CTPvFMoG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/empty/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/empty/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/empty/index.go
2025-08-20T21:34:16.1772985Z [00:03:09.618]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T21:34:16.1791416Z [00:03:09.620]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/2a/2a0612593fdffb55cff3e224fc1e806d092f7fa096a1905de1fcd9bc18231b09-d # internal
2025-08-20T21:34:16.1797565Z [00:03:09.621]➜  chainguard.dev/melange/pkg/cond
2025-08-20T21:34:16.1801087Z [00:03:09.621]➜  mkdir -p $WORK/b686/
2025-08-20T21:34:16.1803531Z [00:03:09.621]➜  cat >/tmp/go-build1238918229/b686/importcfg << 'EOF' # internal
2025-08-20T21:34:16.1804003Z [00:03:09.621]➜  # import config
2025-08-20T21:34:16.1804352Z [00:03:09.621]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.1804777Z [00:03:09.621]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.1805262Z [00:03:09.621]➜  packagefile github.com/ijt/goparsify=/tmp/go-build1238918229/b687/_pkg_.a
2025-08-20T21:34:16.1805747Z [00:03:09.621]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.1806073Z [00:03:09.621]➜  EOF
2025-08-20T21:34:16.1808052Z [00:03:09.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b686/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cond=>chainguard.dev/melange/pkg/cond;$WORK/b686=>" -p chainguard.dev/melange/pkg/cond -lang=go1.24 -complete -installsuffix shared -buildid qxkkDk8Y-zszKgxTzCj8/qxkkDk8Y-zszKgxTzCj8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack ./pkg/cond/parser.go ./pkg/cond/subst.go
2025-08-20T21:34:16.1991375Z [00:03:09.640]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T21:34:16.2012355Z [00:03:09.643]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/64/64a7921e152cf5e99212e9838baee9fb969c1f87f7172b4c6bcb33074e1cecdc-d # internal
2025-08-20T21:34:16.2044302Z [00:03:09.646]➜  github.com/github/go-spdx/v2/spdxexp
2025-08-20T21:34:16.2047243Z [00:03:09.646]➜  mkdir -p $WORK/b690/
2025-08-20T21:34:16.2057110Z [00:03:09.647]➜  cat >/tmp/go-build1238918229/b690/importcfg << 'EOF' # internal
2025-08-20T21:34:16.2057935Z [00:03:09.647]➜  # import config
2025-08-20T21:34:16.2058338Z [00:03:09.647]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.2058777Z [00:03:09.647]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.2059355Z [00:03:09.647]➜  packagefile github.com/github/go-spdx/v2/spdxexp/spdxlicenses=/tmp/go-build1238918229/b691/_pkg_.a
2025-08-20T21:34:16.2060138Z [00:03:09.647]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:16.2060615Z [00:03:09.647]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:16.2061035Z [00:03:09.647]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.2061356Z [00:03:09.647]➜  EOF
2025-08-20T21:34:16.2065637Z [00:03:09.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b690/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp=>github.com/github/go-spdx/v2@v2.3.3/spdxexp;$WORK/b690=>" -p github.com/github/go-spdx/v2/spdxexp -lang=go1.21 -complete -installsuffix shared -buildid 701an9GsvsAkz3P3TP--/701an9GsvsAkz3P3TP-- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/compare.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/doc.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/extracts.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/helpers.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/license.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/node.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/parse.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/satisfies.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/scan.go /root/go/pkg/mod/github.com/github/go-spdx/v2@v2.3.3/spdxexp/test_helper.go
2025-08-20T21:34:16.2210117Z [00:03:09.662]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T21:34:16.2227573Z [00:03:09.663]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/19/195c4771bc94de90c907aa7dd0a7e1c699f596809b13ebb3dcbd215d91ef812a-d # internal
2025-08-20T21:34:16.2228304Z [00:03:09.663]➜  golang.org/x/text/internal/tag
2025-08-20T21:34:16.2228626Z [00:03:09.663]➜  mkdir -p $WORK/b696/
2025-08-20T21:34:16.2233477Z [00:03:09.665]➜  cat >/tmp/go-build1238918229/b696/importcfg << 'EOF' # internal
2025-08-20T21:34:16.2234396Z [00:03:09.665]➜  # import config
2025-08-20T21:34:16.2235542Z [00:03:09.665]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:16.2236369Z [00:03:09.665]➜  EOF
2025-08-20T21:34:16.2238534Z [00:03:09.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b696/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/tag=>golang.org/x/text@v0.27.0/internal/tag;$WORK/b696=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid zD7xs2qOAGgx0e4dKC0j/zD7xs2qOAGgx0e4dKC0j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/tag/tag.go
2025-08-20T21:34:16.2392764Z [00:03:09.681]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T21:34:16.2399513Z [00:03:09.681]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T21:34:16.2404388Z [00:03:09.682]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/4d/4dd5cb276e6e5bfcd1443ef099a3b0261c8b92d0f32f6ed6730d5c9f0fc7b4b0-d # internal
2025-08-20T21:34:16.2407425Z [00:03:09.682]➜  golang.org/x/text/internal/language
2025-08-20T21:34:16.2407872Z [00:03:09.682]➜  mkdir -p $WORK/b695/
2025-08-20T21:34:16.2411479Z [00:03:09.682]➜  cat >/tmp/go-build1238918229/b695/importcfg << 'EOF' # internal
2025-08-20T21:34:16.2412151Z [00:03:09.682]➜  # import config
2025-08-20T21:34:16.2412562Z [00:03:09.682]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.2412983Z [00:03:09.682]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.2413412Z [00:03:09.682]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.2413922Z [00:03:09.682]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build1238918229/b696/_pkg_.a
2025-08-20T21:34:16.2414426Z [00:03:09.682]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:16.2414844Z [00:03:09.682]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:16.2415392Z [00:03:09.682]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.2415760Z [00:03:09.682]➜  EOF
2025-08-20T21:34:16.2425067Z [00:03:09.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b695/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language=>golang.org/x/text@v0.27.0/internal/language;$WORK/b695=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid BPAGpFAJDgZAa_ISyfpB/BPAGpFAJDgZAa_ISyfpB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/tags.go
2025-08-20T21:34:16.2471165Z [00:03:09.688]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/cb/cb628b0a5e7b491b83e883fedcecb5591542867998c9d1fc5fd2f8c8d5a41905-d # internal
2025-08-20T21:34:16.2473334Z [00:03:09.688]➜  chainguard.dev/melange/pkg/util
2025-08-20T21:34:16.2475067Z [00:03:09.688]➜  mkdir -p $WORK/b698/
2025-08-20T21:34:16.2476359Z [00:03:09.689]➜  cat >/tmp/go-build1238918229/b698/importcfg << 'EOF' # internal
2025-08-20T21:34:16.2477031Z [00:03:09.689]➜  # import config
2025-08-20T21:34:16.2477618Z [00:03:09.689]➜  packagefile chainguard.dev/melange/pkg/cond=/tmp/go-build1238918229/b686/_pkg_.a
2025-08-20T21:34:16.2478186Z [00:03:09.689]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.2478624Z [00:03:09.689]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:16.2478945Z [00:03:09.689]➜  EOF
2025-08-20T21:34:16.2480523Z [00:03:09.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b698/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/util=>chainguard.dev/melange/pkg/util;$WORK/b698=>" -p chainguard.dev/melange/pkg/util -lang=go1.24 -complete -installsuffix shared -buildid iFaIMX-7aexSS2vuELpZ/iFaIMX-7aexSS2vuELpZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack ./pkg/util/map_subst.go
2025-08-20T21:34:16.2650222Z [00:03:09.706]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T21:34:16.2654865Z [00:03:09.707]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/b6/b69f0a85254834f6b62d9ce5fce81ac22ce7b15ff5b9658fb8a8b864f6dc5577-d # internal
2025-08-20T21:34:16.2656948Z [00:03:09.707]➜  github.com/joho/godotenv
2025-08-20T21:34:16.2658787Z [00:03:09.707]➜  mkdir -p $WORK/b699/
2025-08-20T21:34:16.2660305Z [00:03:09.707]➜  cat >/tmp/go-build1238918229/b699/importcfg << 'EOF' # internal
2025-08-20T21:34:16.2660784Z [00:03:09.707]➜  # import config
2025-08-20T21:34:16.2661146Z [00:03:09.708]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.2661572Z [00:03:09.708]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.2662130Z [00:03:09.708]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.2662604Z [00:03:09.708]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.2663077Z [00:03:09.708]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:16.2663549Z [00:03:09.708]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:16.2663970Z [00:03:09.708]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:16.2678154Z [00:03:09.708]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:16.2678798Z [00:03:09.708]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:16.2679255Z [00:03:09.708]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.2679685Z [00:03:09.708]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:16.2680004Z [00:03:09.708]➜  EOF
2025-08-20T21:34:16.2681961Z [00:03:09.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b699/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/joho/godotenv@v1.5.1=>github.com/joho/godotenv@v1.5.1;$WORK/b699=>" -p github.com/joho/godotenv -lang=go1.12 -complete -installsuffix shared -buildid YmoOgpQVSVZMcNRUZ8ZA/YmoOgpQVSVZMcNRUZ8ZA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack /root/go/pkg/mod/github.com/joho/godotenv@v1.5.1/godotenv.go /root/go/pkg/mod/github.com/joho/godotenv@v1.5.1/parser.go
2025-08-20T21:34:16.2915324Z [00:03:09.733]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T21:34:16.2934170Z [00:03:09.735]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/59/595091aa2f8495a7affc0b8301eb5d7b427bd7f05c2e17066ae8e8b5c6f27ffe-d # internal
2025-08-20T21:34:16.2935364Z [00:03:09.735]➜  github.com/dustin/go-humanize
2025-08-20T21:34:16.2936915Z [00:03:09.735]➜  mkdir -p $WORK/b704/
2025-08-20T21:34:16.2951842Z [00:03:09.737]➜  cat >/tmp/go-build1238918229/b704/importcfg << 'EOF' # internal
2025-08-20T21:34:16.2954980Z [00:03:09.737]➜  # import config
2025-08-20T21:34:16.2956857Z [00:03:09.737]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.2957384Z [00:03:09.737]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.2958206Z [00:03:09.737]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.2958622Z [00:03:09.737]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:16.2959051Z [00:03:09.737]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:16.2959493Z [00:03:09.737]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:16.2959910Z [00:03:09.737]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:16.2960341Z [00:03:09.737]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:16.2960767Z [00:03:09.737]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.2961183Z [00:03:09.737]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:16.2961604Z [00:03:09.737]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:16.2961919Z [00:03:09.737]➜  EOF
2025-08-20T21:34:16.2966113Z [00:03:09.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b704/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1=>github.com/dustin/go-humanize@v1.0.1;$WORK/b704=>" -p github.com/dustin/go-humanize -lang=go1.16 -complete -installsuffix shared -buildid dPuvWAfkosWMsX-B3-TS/dPuvWAfkosWMsX-B3-TS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/big.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/bigbytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/bytes.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/comma.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/commaf.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/ftoa.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/humanize.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/number.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/ordinals.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/si.go /root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1/times.go
2025-08-20T21:34:16.3302929Z [00:03:09.771]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T21:34:16.3310359Z [00:03:09.772]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/79/7964289030ec7c3d654b30be816479b7a95132299d7680009cdf07bbda3280b1-d # internal
2025-08-20T21:34:16.3316768Z [00:03:09.773]➜  github.com/u-root/u-root/pkg/upath
2025-08-20T21:34:16.3317123Z [00:03:09.773]➜  mkdir -p $WORK/b705/
2025-08-20T21:34:16.3322462Z [00:03:09.773]➜  cat >/tmp/go-build1238918229/b705/importcfg << 'EOF' # internal
2025-08-20T21:34:16.3326008Z [00:03:09.773]➜  # import config
2025-08-20T21:34:16.3329191Z [00:03:09.773]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.3330842Z [00:03:09.773]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:16.3331662Z [00:03:09.773]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:16.3332436Z [00:03:09.773]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:16.3333291Z [00:03:09.773]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.3336070Z [00:03:09.773]➜  EOF
2025-08-20T21:34:16.3338598Z [00:03:09.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b705/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/upath=>github.com/u-root/u-root@v0.14.0/pkg/upath;$WORK/b705=>" -p github.com/u-root/u-root/pkg/upath -lang=go1.21 -complete -installsuffix shared -buildid 2JiJ-QUhEpVKV5R_q4bx/2JiJ-QUhEpVKV5R_q4bx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/upath/safejoin.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/upath/symlink.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/upath/urootpath.go
2025-08-20T21:34:16.3661593Z [00:03:09.807]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T21:34:16.3670246Z [00:03:09.808]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/d6/d6809dec0b2ed7b3bb303d376d4f20c56ec3243f592aaa0f242f4011e111c861-d # internal
2025-08-20T21:34:16.3683170Z [00:03:09.810]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T21:34:16.3685141Z [00:03:09.810]➜  github.com/u-root/u-root/pkg/ls
2025-08-20T21:34:16.3685543Z [00:03:09.810]➜  mkdir -p $WORK/b703/
2025-08-20T21:34:16.3690814Z [00:03:09.810]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/d8/d8f3fc3d7b718ac6f2ae376c847bb18d4cabb82eb210077a3ba8c64dfb942ced-d # internal
2025-08-20T21:34:16.3693896Z [00:03:09.811]➜  github.com/pierrec/lz4/v4/internal/lz4block
2025-08-20T21:34:16.3694244Z [00:03:09.811]➜  mkdir -p $WORK/b708/
2025-08-20T21:34:16.3695911Z [00:03:09.811]➜  echo -n > $WORK/b708/go_asm.h # internal
2025-08-20T21:34:16.3711553Z [00:03:09.812]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block
2025-08-20T21:34:16.3715589Z [00:03:09.813]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/pierrec/lz4/v4/internal/lz4block -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block;$WORK/b708=>" -I $WORK/b708/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b708/symabis ./decode_arm64.s
2025-08-20T21:34:16.3717034Z [00:03:09.813]➜  cat >/tmp/go-build1238918229/b703/importcfg << 'EOF' # internal
2025-08-20T21:34:16.3717390Z [00:03:09.813]➜  # import config
2025-08-20T21:34:16.3717894Z [00:03:09.813]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.3718689Z [00:03:09.813]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build1238918229/b704/_pkg_.a
2025-08-20T21:34:16.3719295Z [00:03:09.813]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:16.3719866Z [00:03:09.813]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:16.3720326Z [00:03:09.813]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:16.3720746Z [00:03:09.813]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:16.3721180Z [00:03:09.813]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:16.3721602Z [00:03:09.813]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:16.3722037Z [00:03:09.813]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.3722463Z [00:03:09.813]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:16.3722888Z [00:03:09.813]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:16.3723194Z [00:03:09.813]➜  EOF
2025-08-20T21:34:16.3723437Z [00:03:09.813]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:16.3725512Z [00:03:09.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b703/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/ls=>github.com/u-root/u-root@v0.14.0/pkg/ls;$WORK/b703=>" -p github.com/u-root/u-root/pkg/ls -lang=go1.21 -complete -installsuffix shared -buildid N5KcxTWLMygG7aWw2zs7/N5KcxTWLMygG7aWw2zs7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/ls/fileinfo_unix.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/ls/ls.go
2025-08-20T21:34:16.3827958Z [00:03:09.822]➜  cat >/tmp/go-build1238918229/b708/importcfg << 'EOF' # internal
2025-08-20T21:34:16.3828686Z [00:03:09.822]➜  # import config
2025-08-20T21:34:16.3829071Z [00:03:09.822]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:16.3829719Z [00:03:09.822]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build1238918229/b709/_pkg_.a
2025-08-20T21:34:16.3830280Z [00:03:09.822]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:16.3830716Z [00:03:09.822]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:16.3831025Z [00:03:09.822]➜  EOF
2025-08-20T21:34:16.3833812Z [00:03:09.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b708/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block;$WORK/b708=>" -p github.com/pierrec/lz4/v4/internal/lz4block -lang=go1.14 -installsuffix shared -buildid t9nfjR8I5HVAloNXgjNM/t9nfjR8I5HVAloNXgjNM -goversion go1.25.0 -symabis $WORK/b708/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack -asmhdr $WORK/b708/go_asm.h /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block/block.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block/blocks.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block/decode_asm.go
2025-08-20T21:34:16.4498756Z [00:03:09.891]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block
2025-08-20T21:34:16.4500426Z [00:03:09.891]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/pierrec/lz4/v4/internal/lz4block -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block;$WORK/b708=>" -I $WORK/b708/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b708/decode_arm64.o ./decode_arm64.s
2025-08-20T21:34:16.4541315Z [00:03:09.895]➜  go tool pack r $WORK/b708/_pkg_.a $WORK/b708/decode_arm64.o # internal
2025-08-20T21:34:16.4542484Z [00:03:09.895]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T21:34:16.4552929Z [00:03:09.897]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/ec/ec6718654d1a68b8aae9247096c6422455c523fa4740f71978362304e3480a12-d # internal
2025-08-20T21:34:16.4640922Z [00:03:09.905]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T21:34:16.4661940Z [00:03:09.908]➜  github.com/pierrec/lz4/v4/internal/xxh32
2025-08-20T21:34:16.4663265Z [00:03:09.908]➜  mkdir -p $WORK/b711/
2025-08-20T21:34:16.4667435Z [00:03:09.908]➜  cat >/tmp/go-build1238918229/b711/importcfg << 'EOF' # internal
2025-08-20T21:34:16.4677776Z [00:03:09.908]➜  # import config
2025-08-20T21:34:16.4678190Z [00:03:09.908]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:16.4678567Z [00:03:09.908]➜  EOF
2025-08-20T21:34:16.4678821Z [00:03:09.908]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:16.4681205Z [00:03:09.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b711/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/xxh32=>github.com/pierrec/lz4/v4@v4.1.22/internal/xxh32;$WORK/b711=>" -p github.com/pierrec/lz4/v4/internal/xxh32 -lang=go1.14 -complete -installsuffix shared -buildid N7f0BjFoMdyAmKbd30eo/N7f0BjFoMdyAmKbd30eo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/xxh32/xxh32zero.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/xxh32/xxh32zero_other.go
2025-08-20T21:34:16.4684369Z [00:03:09.909]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/69/690fe8485d4b8d14dcf0c4b4243114eeaeb4c0c24478c4351aa556243b476cce-d # internal
2025-08-20T21:34:16.4685875Z [00:03:09.910]➜  golang.org/x/text/internal/language/compact
2025-08-20T21:34:16.4688145Z [00:03:09.910]➜  mkdir -p $WORK/b697/
2025-08-20T21:34:16.4690270Z [00:03:09.910]➜  cat >/tmp/go-build1238918229/b697/importcfg << 'EOF' # internal
2025-08-20T21:34:16.4691587Z [00:03:09.911]➜  # import config
2025-08-20T21:34:16.4692812Z [00:03:09.911]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build1238918229/b695/_pkg_.a
2025-08-20T21:34:16.4694040Z [00:03:09.911]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:16.4695190Z [00:03:09.911]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.4696062Z [00:03:09.911]➜  EOF
2025-08-20T21:34:16.4696628Z [00:03:09.911]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T21:34:16.4698149Z [00:03:09.911]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/5c/5c05f0be7ba11098c75a270a0f3fa86aaf1ecaeebf5831325848a4e021835f42-d # internal
2025-08-20T21:34:16.4705790Z [00:03:09.912]➜  chainguard.dev/melange/internal/logwriter
2025-08-20T21:34:16.4710242Z [00:03:09.912]➜  mkdir -p $WORK/b712/
2025-08-20T21:34:16.4711423Z [00:03:09.913]➜  cat >/tmp/go-build1238918229/b712/importcfg << 'EOF' # internal
2025-08-20T21:34:16.4716145Z [00:03:09.913]➜  # import config
2025-08-20T21:34:16.4716724Z [00:03:09.913]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.4717347Z [00:03:09.913]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.4719393Z [00:03:09.913]➜  EOF
2025-08-20T21:34:16.4721329Z [00:03:09.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b712/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/logwriter=>chainguard.dev/melange/internal/logwriter;$WORK/b712=>" -p chainguard.dev/melange/internal/logwriter -lang=go1.24 -complete -installsuffix shared -buildid zZmnGL5GhSksxvuPQYG9/zZmnGL5GhSksxvuPQYG9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack ./internal/logwriter/logwriter.go
2025-08-20T21:34:16.4726285Z [00:03:09.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b697/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact=>golang.org/x/text@v0.27.0/internal/language/compact;$WORK/b697=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid kA-looq2yctyt6rru0Rf/kA-looq2yctyt6rru0Rf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact/tags.go
2025-08-20T21:34:16.4847179Z [00:03:09.926]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T21:34:16.4867431Z [00:03:09.928]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/a4/a426fec852e0a8738da45f1da79040d8b974df563cb95eea1b97593aefbc69a3-d # internal
2025-08-20T21:34:16.4872222Z [00:03:09.928]➜  encoding/xml
2025-08-20T21:34:16.4873343Z [00:03:09.929]➜  mkdir -p $WORK/b716/
2025-08-20T21:34:16.4875278Z [00:03:09.929]➜  cat >/tmp/go-build1238918229/b716/importcfg << 'EOF' # internal
2025-08-20T21:34:16.4876657Z [00:03:09.929]➜  # import config
2025-08-20T21:34:16.4877310Z [00:03:09.929]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:16.4880602Z [00:03:09.929]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.4883764Z [00:03:09.930]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:16.4884625Z [00:03:09.930]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.4885654Z [00:03:09.930]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.4886302Z [00:03:09.930]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.4886925Z [00:03:09.930]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:16.4888129Z [00:03:09.930]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:16.4890064Z [00:03:09.930]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:16.4890819Z [00:03:09.930]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.4891381Z [00:03:09.930]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:16.4892058Z [00:03:09.930]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:16.4893138Z [00:03:09.930]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:16.4893662Z [00:03:09.930]➜  EOF
2025-08-20T21:34:16.4895987Z [00:03:09.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b716/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b716=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid 2lcbkiW6GTwSPlVl0gvm/2lcbkiW6GTwSPlVl0gvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack /root/.go/src/encoding/xml/marshal.go /root/.go/src/encoding/xml/read.go /root/.go/src/encoding/xml/typeinfo.go /root/.go/src/encoding/xml/xml.go
2025-08-20T21:34:16.5022172Z [00:03:09.944]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T21:34:16.5026955Z [00:03:09.944]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/bb/bb0c7ef46862a13be00a66b862511489005fd62f90b7960a756065d942faca98-d # internal
2025-08-20T21:34:16.5028636Z [00:03:09.944]➜  github.com/pierrec/lz4/v4/internal/lz4stream
2025-08-20T21:34:16.5029386Z [00:03:09.944]➜  mkdir -p $WORK/b710/
2025-08-20T21:34:16.5031360Z [00:03:09.945]➜  cat >/tmp/go-build1238918229/b710/importcfg << 'EOF' # internal
2025-08-20T21:34:16.5032174Z [00:03:09.945]➜  # import config
2025-08-20T21:34:16.5032805Z [00:03:09.945]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:16.5033820Z [00:03:09.945]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.5034532Z [00:03:09.945]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build1238918229/b708/_pkg_.a
2025-08-20T21:34:16.5035593Z [00:03:09.945]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build1238918229/b709/_pkg_.a
2025-08-20T21:34:16.5036503Z [00:03:09.945]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build1238918229/b711/_pkg_.a
2025-08-20T21:34:16.5037213Z [00:03:09.945]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.5038316Z [00:03:09.945]➜  packagefile io/ioutil=/tmp/go-build1238918229/b493/_pkg_.a
2025-08-20T21:34:16.5039287Z [00:03:09.945]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:16.5039662Z [00:03:09.945]➜  EOF
2025-08-20T21:34:16.5064494Z [00:03:09.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b710/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4stream=>github.com/pierrec/lz4/v4@v4.1.22/internal/lz4stream;$WORK/b710=>" -p github.com/pierrec/lz4/v4/internal/lz4stream -lang=go1.14 -complete -installsuffix shared -buildid Epg8DcjHVgRFyefo3JMs/Epg8DcjHVgRFyefo3JMs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4stream/block.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4stream/frame.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4stream/frame_gen.go
2025-08-20T21:34:16.5214611Z [00:03:09.963]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T21:34:16.5247913Z [00:03:09.966]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/cf/cf041dca5507f58438285f4745c4e83bc9a390bbf2cc1e8cd6658b64a1222c34-d # internal
2025-08-20T21:34:16.5248660Z [00:03:09.966]➜  golang.org/x/text/language
2025-08-20T21:34:16.5250105Z [00:03:09.966]➜  mkdir -p $WORK/b694/
2025-08-20T21:34:16.5251340Z [00:03:09.967]➜  cat >/tmp/go-build1238918229/b694/importcfg << 'EOF' # internal
2025-08-20T21:34:16.5253362Z [00:03:09.967]➜  # import config
2025-08-20T21:34:16.5255928Z [00:03:09.967]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.5256370Z [00:03:09.967]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.5257167Z [00:03:09.967]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build1238918229/b695/_pkg_.a
2025-08-20T21:34:16.5257970Z [00:03:09.967]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build1238918229/b697/_pkg_.a
2025-08-20T21:34:16.5258529Z [00:03:09.967]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:16.5258950Z [00:03:09.967]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:16.5259377Z [00:03:09.967]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.5259699Z [00:03:09.967]➜  EOF
2025-08-20T21:34:16.5262748Z [00:03:09.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b694/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/language=>golang.org/x/text@v0.27.0/language;$WORK/b694=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid Zt1niADn-dqbl8S1zz9M/Zt1niADn-dqbl8S1zz9M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/tags.go
2025-08-20T21:34:16.5788901Z [00:03:10.019]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T21:34:16.5789832Z [00:03:10.020]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/1c/1c2b2dc301c0ba7777808bbd0392e6c642cc48d06b37826560074453d1309d81-d # internal
2025-08-20T21:34:16.5812949Z [00:03:10.023]➜  github.com/pierrec/lz4/v4
2025-08-20T21:34:16.5813598Z [00:03:10.023]➜  mkdir -p $WORK/b707/
2025-08-20T21:34:16.5817044Z [00:03:10.023]➜  cat >/tmp/go-build1238918229/b707/importcfg << 'EOF' # internal
2025-08-20T21:34:16.5818809Z [00:03:10.023]➜  # import config
2025-08-20T21:34:16.5819517Z [00:03:10.023]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.5820825Z [00:03:10.023]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.5821552Z [00:03:10.023]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.5823282Z [00:03:10.023]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build1238918229/b708/_pkg_.a
2025-08-20T21:34:16.5824829Z [00:03:10.023]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build1238918229/b709/_pkg_.a
2025-08-20T21:34:16.5837776Z [00:03:10.023]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build1238918229/b710/_pkg_.a
2025-08-20T21:34:16.5839628Z [00:03:10.023]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.5840352Z [00:03:10.023]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:16.5840932Z [00:03:10.023]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:16.5841501Z [00:03:10.023]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:16.5841999Z [00:03:10.023]➜  EOF
2025-08-20T21:34:16.5845434Z [00:03:10.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b707/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22=>github.com/pierrec/lz4/v4@v4.1.22;$WORK/b707=>" -p github.com/pierrec/lz4/v4 -lang=go1.14 -complete -installsuffix shared -buildid xSfGTrAFmRBXu8Km_BnV/xSfGTrAFmRBXu8Km_BnV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/compressing_reader.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/lz4.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/options.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/options_gen.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/reader.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/state.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/state_gen.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/writer.go
2025-08-20T21:34:16.6841475Z [00:03:10.125]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T21:34:16.6863061Z [00:03:10.128]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/3e/3e07d67ebf76c3ac233d28b7397fc7c5ad6123a43a475ac42dfcdaff37f6f346-d # internal
2025-08-20T21:34:16.6869115Z [00:03:10.128]➜  golang.org/x/text/internal
2025-08-20T21:34:16.6871213Z [00:03:10.128]➜  mkdir -p $WORK/b693/
2025-08-20T21:34:16.6874161Z [00:03:10.129]➜  cat >/tmp/go-build1238918229/b693/importcfg << 'EOF' # internal
2025-08-20T21:34:16.6876863Z [00:03:10.129]➜  # import config
2025-08-20T21:34:16.6879430Z [00:03:10.129]➜  packagefile golang.org/x/text/language=/tmp/go-build1238918229/b694/_pkg_.a
2025-08-20T21:34:16.6880316Z [00:03:10.129]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:16.6880787Z [00:03:10.129]➜  EOF
2025-08-20T21:34:16.6882905Z [00:03:10.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b693/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal=>golang.org/x/text@v0.27.0/internal;$WORK/b693=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid q9t-Csy8GDGBSJatfA5n/q9t-Csy8GDGBSJatfA5n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/match.go
2025-08-20T21:34:16.7080434Z [00:03:10.148]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T21:34:16.7087366Z [00:03:10.150]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T21:34:16.7091879Z [00:03:10.150]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/3e/3e2279728ae60c239b570a17ba9c126b5d1434790b14748579750c0a472438cd-d # internal
2025-08-20T21:34:16.7094513Z [00:03:10.150]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/83/83bfcd987185d3ecde52edbd37ae64615f07b0a50fe74004b0fe47f26faf45f6-d # internal
2025-08-20T21:34:16.7101385Z [00:03:10.151]➜  golang.org/x/text/cases
2025-08-20T21:34:16.7102205Z [00:03:10.151]➜  mkdir -p $WORK/b692/
2025-08-20T21:34:16.7103025Z [00:03:10.151]➜  cat >/tmp/go-build1238918229/b692/importcfg << 'EOF' # internal
2025-08-20T21:34:16.7103507Z [00:03:10.151]➜  # import config
2025-08-20T21:34:16.7105824Z [00:03:10.151]➜  packagefile golang.org/x/text/internal=/tmp/go-build1238918229/b693/_pkg_.a
2025-08-20T21:34:16.7106455Z [00:03:10.151]➜  packagefile golang.org/x/text/language=/tmp/go-build1238918229/b694/_pkg_.a
2025-08-20T21:34:16.7107028Z [00:03:10.151]➜  packagefile golang.org/x/text/transform=/tmp/go-build1238918229/b298/_pkg_.a
2025-08-20T21:34:16.7107760Z [00:03:10.151]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1238918229/b300/_pkg_.a
2025-08-20T21:34:16.7108332Z [00:03:10.151]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.7108761Z [00:03:10.152]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:16.7109209Z [00:03:10.152]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:16.7109769Z [00:03:10.152]➜  EOF
2025-08-20T21:34:16.7112853Z [00:03:10.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b692/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/cases=>golang.org/x/text@v0.27.0/cases;$WORK/b692=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid 3WQ2JieiDrPE8pyajVDN/3WQ2JieiDrPE8pyajVDN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/trieval.go
2025-08-20T21:34:16.7125013Z [00:03:10.154]➜  github.com/u-root/uio/uio
2025-08-20T21:34:16.7125738Z [00:03:10.154]➜  mkdir -p $WORK/b706/
2025-08-20T21:34:16.7133419Z [00:03:10.155]➜  cat >/tmp/go-build1238918229/b706/importcfg << 'EOF' # internal
2025-08-20T21:34:16.7134166Z [00:03:10.155]➜  # import config
2025-08-20T21:34:16.7135299Z [00:03:10.155]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.7135844Z [00:03:10.155]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:16.7137265Z [00:03:10.155]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.7138138Z [00:03:10.155]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.7139468Z [00:03:10.155]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build1238918229/b707/_pkg_.a
2025-08-20T21:34:16.7140026Z [00:03:10.155]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.7140447Z [00:03:10.155]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:16.7140857Z [00:03:10.155]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:16.7141280Z [00:03:10.155]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:16.7141709Z [00:03:10.155]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.7142133Z [00:03:10.155]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:16.7142442Z [00:03:10.155]➜  EOF
2025-08-20T21:34:16.7147996Z [00:03:10.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b706/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio=>github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio;$WORK/b706=>" -p github.com/u-root/uio/uio -lang=go1.21 -complete -installsuffix shared -buildid jqNxf4qVZfhPS1G9FOlC/jqNxf4qVZfhPS1G9FOlC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/alignreader.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/alignwriter.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/archivereader.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/buffer.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/cached.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/lazy.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/null.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/progress.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/reader.go /root/go/pkg/mod/github.com/u-root/uio@v0.0.0-20240224005618-d2acac8f3701/uio/uio.go
2025-08-20T21:34:16.8143100Z [00:03:10.256]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T21:34:16.8160174Z [00:03:10.257]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/e0/e04dbe4777192fab5fbcb3b525c488a66f0f8c7ef5beb13f022521ee314fc849-d # internal
2025-08-20T21:34:16.8163820Z [00:03:10.258]➜  github.com/u-root/u-root/pkg/cpio
2025-08-20T21:34:16.8169639Z [00:03:10.258]➜  mkdir -p $WORK/b702/
2025-08-20T21:34:16.8174108Z [00:03:10.259]➜  cat >/tmp/go-build1238918229/b702/importcfg << 'EOF' # internal
2025-08-20T21:34:16.8174489Z [00:03:10.259]➜  # import config
2025-08-20T21:34:16.8174835Z [00:03:10.259]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.8175341Z [00:03:10.259]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:16.8175824Z [00:03:10.259]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:16.8176260Z [00:03:10.259]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.8176760Z [00:03:10.259]➜  packagefile github.com/u-root/u-root/pkg/ls=/tmp/go-build1238918229/b703/_pkg_.a
2025-08-20T21:34:16.8178007Z [00:03:10.259]➜  packagefile github.com/u-root/u-root/pkg/upath=/tmp/go-build1238918229/b705/_pkg_.a
2025-08-20T21:34:16.8178717Z [00:03:10.259]➜  packagefile github.com/u-root/uio/uio=/tmp/go-build1238918229/b706/_pkg_.a
2025-08-20T21:34:16.8179357Z [00:03:10.259]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:16.8179945Z [00:03:10.259]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.8180462Z [00:03:10.259]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:16.8180891Z [00:03:10.259]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:16.8187860Z [00:03:10.259]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:16.8188411Z [00:03:10.259]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:16.8188866Z [00:03:10.259]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.8189305Z [00:03:10.259]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:16.8189724Z [00:03:10.259]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:16.8190036Z [00:03:10.259]➜  EOF
2025-08-20T21:34:16.8193763Z [00:03:10.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b702/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/cpio=>github.com/u-root/u-root@v0.14.0/pkg/cpio;$WORK/b702=>" -p github.com/u-root/u-root/pkg/cpio -lang=go1.21 -complete -installsuffix shared -buildid Udy0sf2Y_IkTURlItbfb/Udy0sf2Y_IkTURlItbfb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/cpio/archive.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/cpio/const.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/cpio/cpio.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/cpio/fs_unix.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/cpio/mknod_unix.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/cpio/newc.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/cpio/sysinfo_linux.go /root/go/pkg/mod/github.com/u-root/u-root@v0.14.0/pkg/cpio/utils.go
2025-08-20T21:34:16.8873308Z [00:03:10.329]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T21:34:16.9093871Z [00:03:10.351]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T21:34:16.9129932Z [00:03:10.353]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/ae/aea935d565aa7ef390ede5842727c1036b886bf42b3df0b052950c213c5d7504-d # internal
2025-08-20T21:34:16.9131063Z [00:03:10.354]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/69/694eb8a8506f7221522a01e7249e08b8fd79419861098c97da48a564bf49a230-d # internal
2025-08-20T21:34:16.9131721Z [00:03:10.354]➜  github.com/google/go-containerregistry/internal/estargz
2025-08-20T21:34:16.9149673Z [00:03:10.356]➜  mkdir -p $WORK/b674/
2025-08-20T21:34:16.9150766Z [00:03:10.356]➜  github.com/google/go-licenses/v2/internal/third_party/pkgsite/derrors
2025-08-20T21:34:16.9152259Z [00:03:10.356]➜  mkdir -p $WORK/b717/
2025-08-20T21:34:16.9152655Z [00:03:10.356]➜  cat >/tmp/go-build1238918229/b674/importcfg << 'EOF' # internal
2025-08-20T21:34:16.9153273Z [00:03:10.356]➜  # import config
2025-08-20T21:34:16.9153615Z [00:03:10.356]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.9154223Z [00:03:10.356]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build1238918229/b668/_pkg_.a
2025-08-20T21:34:16.9154934Z [00:03:10.356]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:16.9155472Z [00:03:10.356]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.9155781Z [00:03:10.356]➜  EOF
2025-08-20T21:34:16.9158146Z [00:03:10.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/estargz=>github.com/google/go-containerregistry@v0.20.6/internal/estargz;$WORK/b674=>" -p github.com/google/go-containerregistry/internal/estargz -lang=go1.24 -complete -installsuffix shared -buildid 3swIfCEF1UX64NzSxQBu/3swIfCEF1UX64NzSxQBu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/estargz/estargz.go
2025-08-20T21:34:16.9160391Z [00:03:10.356]➜  cat >/tmp/go-build1238918229/b717/importcfg << 'EOF' # internal
2025-08-20T21:34:16.9160731Z [00:03:10.356]➜  # import config
2025-08-20T21:34:16.9161066Z [00:03:10.356]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.9161477Z [00:03:10.356]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.9161783Z [00:03:10.356]➜  EOF
2025-08-20T21:34:16.9164225Z [00:03:10.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b717/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/derrors=>github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/derrors;$WORK/b717=>" -p github.com/google/go-licenses/v2/internal/third_party/pkgsite/derrors -lang=go1.19 -complete -installsuffix shared -buildid 3D6L6AbF9nPwvmCn4GF7/3D6L6AbF9nPwvmCn4GF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack /root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/derrors/derrors.go
2025-08-20T21:34:16.9264476Z [00:03:10.368]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T21:34:16.9293414Z [00:03:10.369]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/c7/c76018b34adc06a7163969be764a487ec105784ba342f419dce629c4ca055ca8-d # internal
2025-08-20T21:34:16.9294348Z [00:03:10.369]➜  chainguard.dev/apko/pkg/cpio
2025-08-20T21:34:16.9294720Z [00:03:10.369]➜  mkdir -p $WORK/b701/
2025-08-20T21:34:16.9295100Z [00:03:10.370]➜  cat >/tmp/go-build1238918229/b701/importcfg << 'EOF' # internal
2025-08-20T21:34:16.9295455Z [00:03:10.370]➜  # import config
2025-08-20T21:34:16.9295816Z [00:03:10.370]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:16.9296253Z [00:03:10.370]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.9296670Z [00:03:10.370]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.9297229Z [00:03:10.370]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:16.9298205Z [00:03:10.370]➜  packagefile github.com/u-root/u-root/pkg/cpio=/tmp/go-build1238918229/b702/_pkg_.a
2025-08-20T21:34:16.9298768Z [00:03:10.370]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.9299071Z [00:03:10.370]➜  EOF
2025-08-20T21:34:16.9300822Z [00:03:10.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b701/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/cpio=>chainguard.dev/apko@v0.30.5/pkg/cpio;$WORK/b701=>" -p chainguard.dev/apko/pkg/cpio -lang=go1.24 -complete -installsuffix shared -buildid N3qPGxVN-rVmvtQQFjav/N3qPGxVN-rVmvtQQFjav -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/cpio/layer.go
2025-08-20T21:34:16.9316361Z [00:03:10.373]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T21:34:16.9323389Z [00:03:10.373]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/c9/c920f3ecbba467f7ab9b2a2922fd5d74bed2b4261f49cb9c59f6380d9bbeacea-d # internal
2025-08-20T21:34:16.9330269Z [00:03:10.374]➜  github.com/google/go-containerregistry/pkg/v1/tarball
2025-08-20T21:34:16.9332050Z [00:03:10.374]➜  mkdir -p $WORK/b667/
2025-08-20T21:34:16.9332426Z [00:03:10.374]➜  cat >/tmp/go-build1238918229/b667/importcfg << 'EOF' # internal
2025-08-20T21:34:16.9332781Z [00:03:10.374]➜  # import config
2025-08-20T21:34:16.9333138Z [00:03:10.374]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:16.9333577Z [00:03:10.374]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:16.9334321Z [00:03:10.374]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:16.9334793Z [00:03:10.374]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:16.9335245Z [00:03:10.374]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:16.9335657Z [00:03:10.374]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.9336242Z [00:03:10.374]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build1238918229/b668/_pkg_.a
2025-08-20T21:34:16.9336978Z [00:03:10.374]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build1238918229/b654/_pkg_.a
2025-08-20T21:34:16.9337921Z [00:03:10.374]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build1238918229/b657/_pkg_.a
2025-08-20T21:34:16.9338724Z [00:03:10.374]➜  packagefile github.com/google/go-containerregistry/internal/estargz=/tmp/go-build1238918229/b674/_pkg_.a
2025-08-20T21:34:16.9339492Z [00:03:10.374]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build1238918229/b653/_pkg_.a
2025-08-20T21:34:16.9340238Z [00:03:10.374]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build1238918229/b658/_pkg_.a
2025-08-20T21:34:16.9341000Z [00:03:10.374]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build1238918229/b665/_pkg_.a
2025-08-20T21:34:16.9341737Z [00:03:10.374]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build1238918229/b648/_pkg_.a
2025-08-20T21:34:16.9342441Z [00:03:10.374]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1238918229/b632/_pkg_.a
2025-08-20T21:34:16.9343306Z [00:03:10.374]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:16.9344154Z [00:03:10.374]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build1238918229/b656/_pkg_.a
2025-08-20T21:34:16.9344907Z [00:03:10.374]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:16.9345460Z [00:03:10.374]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:16.9345859Z [00:03:10.374]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:16.9346263Z [00:03:10.374]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:16.9346795Z [00:03:10.374]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:16.9347325Z [00:03:10.374]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:16.9347915Z [00:03:10.374]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.9348346Z [00:03:10.374]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:16.9348651Z [00:03:10.374]➜  EOF
2025-08-20T21:34:16.9351791Z [00:03:10.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/tarball=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/tarball;$WORK/b667=>" -p github.com/google/go-containerregistry/pkg/v1/tarball -lang=go1.24 -complete -installsuffix shared -buildid 580ZZ0gNNQ21PNNuFA77/580ZZ0gNNQ21PNNuFA77 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/tarball/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/tarball/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/tarball/layer.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/tarball/write.go
2025-08-20T21:34:16.9386059Z [00:03:10.380]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T21:34:16.9405436Z [00:03:10.380]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/13/13a1076ca5e899bd23573cf65cbab236b2c3ecbd5933ea15c08ce7c217f27075-d # internal
2025-08-20T21:34:16.9406422Z [00:03:10.381]➜  github.com/google/go-licenses/v2/internal/third_party/pkgsite/version
2025-08-20T21:34:16.9406821Z [00:03:10.381]➜  mkdir -p $WORK/b719/
2025-08-20T21:34:16.9407200Z [00:03:10.381]➜  cat >/tmp/go-build1238918229/b719/importcfg << 'EOF' # internal
2025-08-20T21:34:16.9407711Z [00:03:10.381]➜  # import config
2025-08-20T21:34:16.9408069Z [00:03:10.381]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:16.9410367Z [00:03:10.381]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.9410749Z [00:03:10.381]➜  EOF
2025-08-20T21:34:16.9413203Z [00:03:10.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/version=>github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/version;$WORK/b719=>" -p github.com/google/go-licenses/v2/internal/third_party/pkgsite/version -lang=go1.19 -complete -installsuffix shared -buildid jGMiq_l-SpVMkx8L4hkE/jGMiq_l-SpVMkx8L4hkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/version/version.go
2025-08-20T21:34:16.9522545Z [00:03:10.393]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T21:34:16.9534059Z [00:03:10.395]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T21:34:16.9552924Z [00:03:10.397]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T21:34:16.9553999Z [00:03:10.397]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/b8/b8d63383ec628100ddf1a9171a063754626c59f5cf5a078e8fd4419a48d5e249-d # internal
2025-08-20T21:34:16.9555851Z [00:03:10.397]➜  golang.org/x/mod/semver
2025-08-20T21:34:16.9569245Z [00:03:10.398]➜  mkdir -p $WORK/b720/
2025-08-20T21:34:16.9569950Z [00:03:10.398]➜  cat >/tmp/go-build1238918229/b720/importcfg << 'EOF' # internal
2025-08-20T21:34:16.9570555Z [00:03:10.398]➜  # import config
2025-08-20T21:34:16.9571385Z [00:03:10.398]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:16.9573091Z [00:03:10.398]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.9573541Z [00:03:10.398]➜  EOF
2025-08-20T21:34:16.9575458Z [00:03:10.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b720/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.26.0/semver=>golang.org/x/mod@v0.26.0/semver;$WORK/b720=>" -p golang.org/x/mod/semver -lang=go1.23 -complete -installsuffix shared -buildid EvD138zutc6uPa4TdhhF/EvD138zutc6uPa4TdhhF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.26.0/semver/semver.go
2025-08-20T21:34:16.9577571Z [00:03:10.398]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/a3/a37d2a2dd0d84b9a580def6b3ace5853814acdf418a0ce902fb81f97c0fd46f9-d # internal
2025-08-20T21:34:16.9578281Z [00:03:10.398]➜  go.opencensus.io/internal
2025-08-20T21:34:16.9578702Z [00:03:10.398]➜  mkdir -p $WORK/b724/
2025-08-20T21:34:16.9593819Z [00:03:10.400]➜  cat >/tmp/go-build1238918229/b724/importcfg << 'EOF' # internal
2025-08-20T21:34:16.9594226Z [00:03:10.400]➜  # import config
2025-08-20T21:34:16.9594893Z [00:03:10.400]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.9595344Z [00:03:10.400]➜  packagefile go.opencensus.io=/tmp/go-build1238918229/b725/_pkg_.a
2025-08-20T21:34:16.9595812Z [00:03:10.400]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.9596227Z [00:03:10.400]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:16.9596642Z [00:03:10.400]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:16.9596958Z [00:03:10.400]➜  EOF
2025-08-20T21:34:16.9597675Z [00:03:10.400]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d # internal
2025-08-20T21:34:16.9598303Z [00:03:10.400]➜  go.opencensus.io/trace/tracestate
2025-08-20T21:34:16.9606664Z [00:03:10.402]➜  mkdir -p $WORK/b727/
2025-08-20T21:34:16.9611577Z [00:03:10.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b724/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal=>go.opencensus.io@v0.24.0/internal;$WORK/b724=>" -p go.opencensus.io/internal -lang=go1.13 -complete -installsuffix shared -buildid S4qvE2AJTOxDTouw_pC5/S4qvE2AJTOxDTouw_pC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/internal.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/sanitize.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/traceinternals.go
2025-08-20T21:34:16.9615115Z [00:03:10.403]➜  cat >/tmp/go-build1238918229/b727/importcfg << 'EOF' # internal
2025-08-20T21:34:16.9615486Z [00:03:10.403]➜  # import config
2025-08-20T21:34:16.9615818Z [00:03:10.403]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.9616243Z [00:03:10.403]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:16.9616552Z [00:03:10.403]➜  EOF
2025-08-20T21:34:16.9633820Z [00:03:10.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b727/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate=>go.opencensus.io@v0.24.0/trace/tracestate;$WORK/b727=>" -p go.opencensus.io/trace/tracestate -lang=go1.13 -complete -installsuffix shared -buildid QTxXB6SJtNrpun_bWZ_D/QTxXB6SJtNrpun_bWZ_D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate/tracestate.go
2025-08-20T21:34:16.9769694Z [00:03:10.418]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T21:34:16.9776959Z [00:03:10.419]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/20/2061bc3d2610f581fadc96901c0679be3712df0093539e0a0fc1f36a9768fb47-d # internal
2025-08-20T21:34:16.9789378Z [00:03:10.420]➜  go.opencensus.io/resource
2025-08-20T21:34:16.9789906Z [00:03:10.420]➜  mkdir -p $WORK/b731/
2025-08-20T21:34:16.9793286Z [00:03:10.421]➜  cat >/tmp/go-build1238918229/b731/importcfg << 'EOF' # internal
2025-08-20T21:34:16.9793803Z [00:03:10.421]➜  # import config
2025-08-20T21:34:16.9794321Z [00:03:10.421]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:16.9794837Z [00:03:10.421]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.9795330Z [00:03:10.421]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:16.9796124Z [00:03:10.421]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:16.9796700Z [00:03:10.421]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:16.9797221Z [00:03:10.421]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:16.9797881Z [00:03:10.421]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.9798291Z [00:03:10.421]➜  EOF
2025-08-20T21:34:16.9800030Z [00:03:10.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b731/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/resource=>go.opencensus.io@v0.24.0/resource;$WORK/b731=>" -p go.opencensus.io/resource -lang=go1.13 -complete -installsuffix shared -buildid 7D-GGKlogFjya3saiwXj/7D-GGKlogFjya3saiwXj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/resource/resource.go
2025-08-20T21:34:16.9927947Z [00:03:10.434]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T21:34:16.9928487Z [00:03:10.434]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T21:34:16.9941817Z [00:03:10.436]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/c1/c1415179bd4b7b2e893a32f95be1f55db006962c9638db83c746fdb4f18ffb2f-d # internal
2025-08-20T21:34:16.9950606Z [00:03:10.436]➜  go.opencensus.io/trace
2025-08-20T21:34:16.9960988Z [00:03:10.437]➜  mkdir -p $WORK/b723/
2025-08-20T21:34:16.9963215Z [00:03:10.437]➜  cat >/tmp/go-build1238918229/b723/importcfg << 'EOF' # internal
2025-08-20T21:34:16.9963871Z [00:03:10.437]➜  # import config
2025-08-20T21:34:16.9964229Z [00:03:10.437]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:16.9964679Z [00:03:10.437]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:16.9965163Z [00:03:10.437]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:16.9965604Z [00:03:10.437]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.9966129Z [00:03:10.437]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build1238918229/b611/_pkg_.a
2025-08-20T21:34:16.9966705Z [00:03:10.437]➜  packagefile go.opencensus.io/internal=/tmp/go-build1238918229/b724/_pkg_.a
2025-08-20T21:34:16.9967280Z [00:03:10.437]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build1238918229/b726/_pkg_.a
2025-08-20T21:34:16.9969367Z [00:03:10.437]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build1238918229/b727/_pkg_.a
2025-08-20T21:34:16.9969910Z [00:03:10.437]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:16.9970366Z [00:03:10.437]➜  packagefile runtime/trace=/tmp/go-build1238918229/b673/_pkg_.a
2025-08-20T21:34:16.9970801Z [00:03:10.437]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:16.9971240Z [00:03:10.437]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:16.9971669Z [00:03:10.437]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:16.9971986Z [00:03:10.437]➜  EOF
2025-08-20T21:34:16.9976628Z [00:03:10.437]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b723/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace=>go.opencensus.io@v0.24.0/trace;$WORK/b723=>" -p go.opencensus.io/trace -lang=go1.13 -complete -installsuffix shared -buildid wrBKEnR2I_D23E7aGlYV/wrBKEnR2I_D23E7aGlYV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/basetypes.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/config.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/evictedqueue.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/export.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/lrumap.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/sampling.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/spanbucket.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/spanstore.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/status_codes.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/trace.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/trace_api.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/trace_go11.go
2025-08-20T21:34:16.9990274Z [00:03:10.440]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/8f/8fae2202cddf069e3611c266eab9595912008261e86e518ea1fe8ac6ef82b747-d # internal
2025-08-20T21:34:16.9992785Z [00:03:10.441]➜  github.com/google/go-licenses/v2/internal/third_party/pkgsite/stdlib
2025-08-20T21:34:16.9993211Z [00:03:10.441]➜  mkdir -p $WORK/b718/
2025-08-20T21:34:16.9993578Z [00:03:10.441]➜  cat >/tmp/go-build1238918229/b718/importcfg << 'EOF' # internal
2025-08-20T21:34:16.9993919Z [00:03:10.441]➜  # import config
2025-08-20T21:34:16.9994525Z [00:03:10.441]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:16.9995182Z [00:03:10.441]➜  packagefile github.com/google/go-licenses/v2/internal/third_party/pkgsite/derrors=/tmp/go-build1238918229/b717/_pkg_.a
2025-08-20T21:34:16.9996051Z [00:03:10.441]➜  packagefile github.com/google/go-licenses/v2/internal/third_party/pkgsite/version=/tmp/go-build1238918229/b719/_pkg_.a
2025-08-20T21:34:16.9996733Z [00:03:10.441]➜  packagefile golang.org/x/mod/semver=/tmp/go-build1238918229/b720/_pkg_.a
2025-08-20T21:34:16.9997225Z [00:03:10.441]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:16.9997719Z [00:03:10.441]➜  EOF
2025-08-20T21:34:17.0000158Z [00:03:10.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b718/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/stdlib=>github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/stdlib;$WORK/b718=>" -p github.com/google/go-licenses/v2/internal/third_party/pkgsite/stdlib -lang=go1.19 -complete -installsuffix shared -buildid AS2M-bLJnUeYYeY1bbuI/AS2M-bLJnUeYYeY1bbuI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack /root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/stdlib/stdlib.go
2025-08-20T21:34:17.0044035Z [00:03:10.445]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T21:34:17.0054961Z [00:03:10.446]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/f0/f06864a41f1e20b757d8b824c323f5e24ff6a8ca705f6842c88c41a0edb35e2f-d # internal
2025-08-20T21:34:17.0058921Z [00:03:10.446]➜  go.opencensus.io/metric/metricdata
2025-08-20T21:34:17.0059260Z [00:03:10.446]➜  mkdir -p $WORK/b730/
2025-08-20T21:34:17.0059649Z [00:03:10.447]➜  cat >/tmp/go-build1238918229/b730/importcfg << 'EOF' # internal
2025-08-20T21:34:17.0059994Z [00:03:10.447]➜  # import config
2025-08-20T21:34:17.0060405Z [00:03:10.447]➜  packagefile go.opencensus.io/resource=/tmp/go-build1238918229/b731/_pkg_.a
2025-08-20T21:34:17.0060904Z [00:03:10.447]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.0061324Z [00:03:10.447]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:17.0061636Z [00:03:10.447]➜  EOF
2025-08-20T21:34:17.0065226Z [00:03:10.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b730/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata=>go.opencensus.io@v0.24.0/metric/metricdata;$WORK/b730=>" -p go.opencensus.io/metric/metricdata -lang=go1.13 -complete -installsuffix shared -buildid YDqKAMguHqlTIcDcVTaQ/YDqKAMguHqlTIcDcVTaQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/exemplar.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/label.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/metric.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/point.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/type_string.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/unit.go
2025-08-20T21:34:17.0248067Z [00:03:10.465]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T21:34:17.0255754Z [00:03:10.466]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/39/39ce61100a8ba9e13828d9fc019ce2148abac0940987e6a833fe79cdb58dd20c-d # internal
2025-08-20T21:34:17.0256333Z [00:03:10.466]➜  runtime/pprof
2025-08-20T21:34:17.0256614Z [00:03:10.466]➜  mkdir -p $WORK/b734/
2025-08-20T21:34:17.0256981Z [00:03:10.466]➜  cat >/tmp/go-build1238918229/b734/importcfg << 'EOF' # internal
2025-08-20T21:34:17.0257322Z [00:03:10.466]➜  # import config
2025-08-20T21:34:17.0257790Z [00:03:10.466]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:17.0258207Z [00:03:10.466]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.0258617Z [00:03:10.466]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:17.0259390Z [00:03:10.466]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:17.0259847Z [00:03:10.466]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:17.0260321Z [00:03:10.466]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:17.0260769Z [00:03:10.466]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:17.0261180Z [00:03:10.466]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.0261614Z [00:03:10.466]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:34:17.0262115Z [00:03:10.466]➜  packagefile internal/profilerecord=/tmp/go-build1238918229/b020/_pkg_.a
2025-08-20T21:34:17.0262808Z [00:03:10.466]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.0263215Z [00:03:10.466]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:17.0263626Z [00:03:10.466]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:17.0264035Z [00:03:10.466]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:17.0264464Z [00:03:10.466]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:17.0264875Z [00:03:10.466]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:17.0265289Z [00:03:10.466]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.0265718Z [00:03:10.466]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.0266132Z [00:03:10.466]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:17.0266551Z [00:03:10.466]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:17.0267004Z [00:03:10.466]➜  packagefile text/tabwriter=/tmp/go-build1238918229/b215/_pkg_.a
2025-08-20T21:34:17.0270665Z [00:03:10.466]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:17.0271518Z [00:03:10.466]➜  EOF
2025-08-20T21:34:17.0274672Z [00:03:10.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b734/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b734=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid k1Lf49yIK_Dqg3jg9zyZ/k1Lf49yIK_Dqg3jg9zyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/importcfg -pack /root/.go/src/runtime/pprof/elf.go /root/.go/src/runtime/pprof/label.go /root/.go/src/runtime/pprof/map.go /root/.go/src/runtime/pprof/pe.go /root/.go/src/runtime/pprof/pprof.go /root/.go/src/runtime/pprof/pprof_rusage.go /root/.go/src/runtime/pprof/proto.go /root/.go/src/runtime/pprof/proto_other.go /root/.go/src/runtime/pprof/protobuf.go /root/.go/src/runtime/pprof/protomem.go /root/.go/src/runtime/pprof/runtime.go
2025-08-20T21:34:17.0360976Z [00:03:10.477]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T21:34:17.0376917Z [00:03:10.478]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/36/3653f0acd7380cecccc79f55be7ed40ed6922be355b3ae846a77c179e227013a-d # internal
2025-08-20T21:34:17.0377822Z [00:03:10.479]➜  go.opencensus.io/metric/metricproducer
2025-08-20T21:34:17.0378235Z [00:03:10.479]➜  mkdir -p $WORK/b737/
2025-08-20T21:34:17.0380198Z [00:03:10.479]➜  cat >/tmp/go-build1238918229/b737/importcfg << 'EOF' # internal
2025-08-20T21:34:17.0381109Z [00:03:10.479]➜  # import config
2025-08-20T21:34:17.0381622Z [00:03:10.479]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build1238918229/b730/_pkg_.a
2025-08-20T21:34:17.0382169Z [00:03:10.479]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:17.0382486Z [00:03:10.479]➜  EOF
2025-08-20T21:34:17.0384709Z [00:03:10.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b737/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer=>go.opencensus.io@v0.24.0/metric/metricproducer;$WORK/b737=>" -p go.opencensus.io/metric/metricproducer -lang=go1.13 -complete -installsuffix shared -buildid 45LiZ5nHOkGuuo1JnUtx/45LiZ5nHOkGuuo1JnUtx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer/manager.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer/producer.go
2025-08-20T21:34:17.0534242Z [00:03:10.494]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T21:34:17.0537412Z [00:03:10.495]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/60/604fa2f1e38710af5a932104a822fe8258471a8ad63275562c531a781f8d2368-d # internal
2025-08-20T21:34:17.0549576Z [00:03:10.496]➜  golang.org/x/net/context/ctxhttp
2025-08-20T21:34:17.0551590Z [00:03:10.496]➜  mkdir -p $WORK/b738/
2025-08-20T21:34:17.0552132Z [00:03:10.496]➜  cat >/tmp/go-build1238918229/b738/importcfg << 'EOF' # internal
2025-08-20T21:34:17.0552938Z [00:03:10.496]➜  # import config
2025-08-20T21:34:17.0553390Z [00:03:10.496]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:17.0553933Z [00:03:10.496]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.0554473Z [00:03:10.496]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:17.0554994Z [00:03:10.496]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:17.0555519Z [00:03:10.496]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.0555918Z [00:03:10.496]➜  EOF
2025-08-20T21:34:17.0558034Z [00:03:10.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b738/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/context/ctxhttp=>golang.org/x/net@v0.42.0/context/ctxhttp;$WORK/b738=>" -p golang.org/x/net/context/ctxhttp -lang=go1.23 -complete -installsuffix shared -buildid nzgZRHA5eU1wy9BRgWXB/nzgZRHA5eU1wy9BRgWXB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/context/ctxhttp/ctxhttp.go
2025-08-20T21:34:17.0560857Z [00:03:10.497]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T21:34:17.0582767Z [00:03:10.500]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/ca/ca34d059858c65ff7f425a9435a6493031aaa67fef39206eb1117455cb8e89a7-d # internal
2025-08-20T21:34:17.0583455Z [00:03:10.500]➜  github.com/google/go-containerregistry/pkg/v1/mutate
2025-08-20T21:34:17.0583834Z [00:03:10.500]➜  mkdir -p $WORK/b652/
2025-08-20T21:34:17.0592068Z [00:03:10.500]➜  cat >/tmp/go-build1238918229/b652/importcfg << 'EOF' # internal
2025-08-20T21:34:17.0592439Z [00:03:10.500]➜  # import config
2025-08-20T21:34:17.0593069Z [00:03:10.500]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:17.0593609Z [00:03:10.500]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.0594056Z [00:03:10.500]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:17.0594508Z [00:03:10.500]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:17.0594915Z [00:03:10.500]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.0603898Z [00:03:10.500]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build1238918229/b653/_pkg_.a
2025-08-20T21:34:17.0604642Z [00:03:10.500]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build1238918229/b648/_pkg_.a
2025-08-20T21:34:17.0605475Z [00:03:10.500]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:17.0606291Z [00:03:10.500]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build1238918229/b655/_pkg_.a
2025-08-20T21:34:17.0607034Z [00:03:10.500]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build1238918229/b649/_pkg_.a
2025-08-20T21:34:17.0608009Z [00:03:10.501]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build1238918229/b656/_pkg_.a
2025-08-20T21:34:17.0608782Z [00:03:10.501]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build1238918229/b666/_pkg_.a
2025-08-20T21:34:17.0609728Z [00:03:10.501]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build1238918229/b667/_pkg_.a
2025-08-20T21:34:17.0610476Z [00:03:10.501]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:17.0611034Z [00:03:10.501]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.0611458Z [00:03:10.501]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:17.0611898Z [00:03:10.501]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:17.0612348Z [00:03:10.501]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.0612767Z [00:03:10.501]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:17.0613337Z [00:03:10.501]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:17.0613645Z [00:03:10.501]➜  EOF
2025-08-20T21:34:17.0617223Z [00:03:10.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate;$WORK/b652=>" -p github.com/google/go-containerregistry/pkg/v1/mutate -lang=go1.24 -complete -installsuffix shared -buildid YMnP_RqhKACwO-jCnYHc/YMnP_RqhKACwO-jCnYHc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate/index.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate/mutate.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate/rebase.go
2025-08-20T21:34:17.0974923Z [00:03:10.539]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T21:34:17.0981377Z [00:03:10.540]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/60/60a99fe9bc1ed4a54b389453f946947b1185ad2c84ec08abdfbeb078741bd78b-d # internal
2025-08-20T21:34:17.0992990Z [00:03:10.541]➜  github.com/davecgh/go-spew/spew
2025-08-20T21:34:17.1021332Z [00:03:10.543]➜  mkdir -p $WORK/b740/
2025-08-20T21:34:17.1025895Z [00:03:10.544]➜  cat >/tmp/go-build1238918229/b740/importcfg << 'EOF' # internal
2025-08-20T21:34:17.1026363Z [00:03:10.544]➜  # import config
2025-08-20T21:34:17.1027170Z [00:03:10.544]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.1027978Z [00:03:10.544]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:17.1028480Z [00:03:10.544]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.1028880Z [00:03:10.544]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.1029289Z [00:03:10.544]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:17.1029701Z [00:03:10.544]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:17.1030357Z [00:03:10.544]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:17.1030904Z [00:03:10.544]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:17.1031462Z [00:03:10.544]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.1032018Z [00:03:10.544]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.1032359Z [00:03:10.544]➜  EOF
2025-08-20T21:34:17.1052372Z [00:03:10.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b740/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew=>github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew;$WORK/b740=>" -p github.com/davecgh/go-spew/spew -lang=go1.16 -complete -installsuffix shared -buildid Xk-BU5Cfgfc31OweG9MQ/Xk-BU5Cfgfc31OweG9MQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/bypass.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/common.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/config.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/doc.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/dump.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/format.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc/spew/spew.go
2025-08-20T21:34:17.1285338Z [00:03:10.570]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T21:34:17.1363301Z [00:03:10.577]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/9a/9aad06ef22494772a4eb42faa33016048285e14d2af9e8a272fd669760a46162-d # internal
2025-08-20T21:34:17.1364445Z [00:03:10.577]➜  go.opencensus.io/trace/propagation
2025-08-20T21:34:17.1364780Z [00:03:10.577]➜  mkdir -p $WORK/b728/
2025-08-20T21:34:17.1368587Z [00:03:10.578]➜  cat >/tmp/go-build1238918229/b728/importcfg << 'EOF' # internal
2025-08-20T21:34:17.1369099Z [00:03:10.578]➜  # import config
2025-08-20T21:34:17.1369520Z [00:03:10.578]➜  packagefile go.opencensus.io/trace=/tmp/go-build1238918229/b723/_pkg_.a
2025-08-20T21:34:17.1370141Z [00:03:10.578]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:17.1370634Z [00:03:10.578]➜  EOF
2025-08-20T21:34:17.1372690Z [00:03:10.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b728/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/propagation=>go.opencensus.io@v0.24.0/trace/propagation;$WORK/b728=>" -p go.opencensus.io/trace/propagation -lang=go1.13 -complete -installsuffix shared -buildid pnB4aYU0W5ju4l6rm9uc/pnB4aYU0W5ju4l6rm9uc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/propagation/propagation.go
2025-08-20T21:34:17.1468895Z [00:03:10.587]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T21:34:17.1493465Z [00:03:10.589]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/76/764cfc409c38d6d26b32c79164757f63637412683c21ba77db8b622ef487e9b5-d # internal
2025-08-20T21:34:17.1494545Z [00:03:10.589]➜  github.com/google/go-containerregistry/pkg/v1/layout
2025-08-20T21:34:17.1494972Z [00:03:10.589]➜  mkdir -p $WORK/b647/
2025-08-20T21:34:17.1495352Z [00:03:10.590]➜  cat >/tmp/go-build1238918229/b647/importcfg << 'EOF' # internal
2025-08-20T21:34:17.1495699Z [00:03:10.590]➜  # import config
2025-08-20T21:34:17.1496149Z [00:03:10.590]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.1496654Z [00:03:10.590]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:17.1497114Z [00:03:10.590]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:17.1497678Z [00:03:10.590]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.1498310Z [00:03:10.590]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build1238918229/b648/_pkg_.a
2025-08-20T21:34:17.1499020Z [00:03:10.590]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:17.1499744Z [00:03:10.590]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build1238918229/b649/_pkg_.a
2025-08-20T21:34:17.1500487Z [00:03:10.590]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build1238918229/b652/_pkg_.a
2025-08-20T21:34:17.1501242Z [00:03:10.590]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build1238918229/b656/_pkg_.a
2025-08-20T21:34:17.1501991Z [00:03:10.590]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build1238918229/b666/_pkg_.a
2025-08-20T21:34:17.1502729Z [00:03:10.590]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:17.1503371Z [00:03:10.590]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1238918229/b490/_pkg_.a
2025-08-20T21:34:17.1504104Z [00:03:10.590]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.1504514Z [00:03:10.590]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:17.1504921Z [00:03:10.590]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:17.1505352Z [00:03:10.590]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:17.1505798Z [00:03:10.590]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:17.1506230Z [00:03:10.590]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.1506645Z [00:03:10.590]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:17.1507114Z [00:03:10.590]➜  EOF
2025-08-20T21:34:17.1512024Z [00:03:10.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b647/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/layout=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/layout;$WORK/b647=>" -p github.com/google/go-containerregistry/pkg/v1/layout -lang=go1.24 -complete -installsuffix shared -buildid 6XU5OKNvPVH3p1yjVL5i/6XU5OKNvPVH3p1yjVL5i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/layout/blob.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/layout/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/layout/gc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/layout/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/layout/index.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/layout/layoutpath.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/layout/options.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/layout/read.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/layout/write.go
2025-08-20T21:34:17.1594173Z [00:03:10.601]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T21:34:17.1632219Z [00:03:10.601]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/0d/0dbecf3a5dbd0a2f659bd49064d7587c77a9ed47f45bdaafcbb26cb1b0758598-d # internal
2025-08-20T21:34:17.1633279Z [00:03:10.602]➜  go.opencensus.io/plugin/ochttp/propagation/b3
2025-08-20T21:34:17.1633634Z [00:03:10.602]➜  mkdir -p $WORK/b722/
2025-08-20T21:34:17.1634197Z [00:03:10.602]➜  cat >/tmp/go-build1238918229/b722/importcfg << 'EOF' # internal
2025-08-20T21:34:17.1634611Z [00:03:10.602]➜  # import config
2025-08-20T21:34:17.1634977Z [00:03:10.602]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:17.1635493Z [00:03:10.602]➜  packagefile go.opencensus.io/trace=/tmp/go-build1238918229/b723/_pkg_.a
2025-08-20T21:34:17.1636068Z [00:03:10.602]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build1238918229/b728/_pkg_.a
2025-08-20T21:34:17.1636602Z [00:03:10.602]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:17.1636920Z [00:03:10.602]➜  EOF
2025-08-20T21:34:17.1639115Z [00:03:10.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b722/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/propagation/b3=>go.opencensus.io@v0.24.0/plugin/ochttp/propagation/b3;$WORK/b722=>" -p go.opencensus.io/plugin/ochttp/propagation/b3 -lang=go1.13 -complete -installsuffix shared -buildid cs2ffpRhwrZI87kHGkUt/cs2ffpRhwrZI87kHGkUt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b722/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/propagation/b3/b3.go
2025-08-20T21:34:17.1901587Z [00:03:10.630]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T21:34:17.1902446Z [00:03:10.631]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/52/52a9bfd19fa99fe235b60d6c41a0120bf1783ad68e0a1331e9beae80bd3e5739-d # internal
2025-08-20T21:34:17.1902988Z [00:03:10.631]➜  go/scanner
2025-08-20T21:34:17.1903582Z [00:03:10.631]➜  mkdir -p $WORK/b744/
2025-08-20T21:34:17.1904003Z [00:03:10.631]➜  cat >/tmp/go-build1238918229/b744/importcfg << 'EOF' # internal
2025-08-20T21:34:17.1904352Z [00:03:10.631]➜  # import config
2025-08-20T21:34:17.1904702Z [00:03:10.631]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.1905112Z [00:03:10.631]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.1905527Z [00:03:10.631]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:17.1905982Z [00:03:10.631]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.1906419Z [00:03:10.631]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:17.1907134Z [00:03:10.631]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:17.1907690Z [00:03:10.631]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.1908183Z [00:03:10.631]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:17.1908637Z [00:03:10.631]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:17.1908972Z [00:03:10.631]➜  EOF
2025-08-20T21:34:17.1910512Z [00:03:10.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b744/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b744=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid MuE0rcsCKt6ZlkqIjpTZ/MuE0rcsCKt6ZlkqIjpTZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T21:34:17.2795470Z [00:03:10.721]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T21:34:17.2812727Z [00:03:10.722]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/11/11cf57e063bc897ef7c19da2bbd7a738f5904f6743de5dea7ad6433464807405-d # internal
2025-08-20T21:34:17.2813420Z [00:03:10.723]➜  github.com/google/licenseclassifier/v2
2025-08-20T21:34:17.2822007Z [00:03:10.723]➜  mkdir -p $WORK/b739/
2025-08-20T21:34:17.2822926Z [00:03:10.723]➜  cat >/tmp/go-build1238918229/b739/importcfg << 'EOF' # internal
2025-08-20T21:34:17.2824290Z [00:03:10.723]➜  # import config
2025-08-20T21:34:17.2825077Z [00:03:10.723]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.2825919Z [00:03:10.723]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.2826453Z [00:03:10.723]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build1238918229/b740/_pkg_.a
2025-08-20T21:34:17.2827213Z [00:03:10.723]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build1238918229/b589/_pkg_.a
2025-08-20T21:34:17.2827896Z [00:03:10.723]➜  packagefile hash/crc32=/tmp/go-build1238918229/b198/_pkg_.a
2025-08-20T21:34:17.2828362Z [00:03:10.723]➜  packagefile html=/tmp/go-build1238918229/b190/_pkg_.a
2025-08-20T21:34:17.2828772Z [00:03:10.723]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.2829188Z [00:03:10.723]➜  packagefile io/ioutil=/tmp/go-build1238918229/b493/_pkg_.a
2025-08-20T21:34:17.2829619Z [00:03:10.724]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:17.2830018Z [00:03:10.724]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:17.2830457Z [00:03:10.724]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:17.2830902Z [00:03:10.724]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:17.2831317Z [00:03:10.724]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:17.2831740Z [00:03:10.724]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.2832175Z [00:03:10.724]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:17.2832839Z [00:03:10.724]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:17.2833177Z [00:03:10.724]➜  EOF
2025-08-20T21:34:17.2837077Z [00:03:10.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b739/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0=>github.com/google/licenseclassifier/v2@v2.0.0;$WORK/b739=>" -p github.com/google/licenseclassifier/v2 -lang=go1.16 -complete -installsuffix shared -buildid DFyUbOcG_o5m4olmLX41/DFyUbOcG_o5m4olmLX41 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack /root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/classifier.go /root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/diff.go /root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/document.go /root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/frequencies.go /root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/scoring.go /root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/searchset.go /root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/tokenizer.go /root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/trace.go
2025-08-20T21:34:17.2868626Z [00:03:10.727]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T21:34:17.2870107Z [00:03:10.728]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/32/32d841d7ce8faf537ea9b30dc8d2c702aa942d44c06ce67cc2d0f0c198ec29d1-d # internal
2025-08-20T21:34:17.2870690Z [00:03:10.728]➜  go/ast
2025-08-20T21:34:17.2870956Z [00:03:10.728]➜  mkdir -p $WORK/b743/
2025-08-20T21:34:17.2871343Z [00:03:10.728]➜  cat >/tmp/go-build1238918229/b743/importcfg << 'EOF' # internal
2025-08-20T21:34:17.2871693Z [00:03:10.728]➜  # import config
2025-08-20T21:34:17.2872042Z [00:03:10.728]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.2872458Z [00:03:10.728]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:17.2872862Z [00:03:10.728]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.2873299Z [00:03:10.728]➜  packagefile go/scanner=/tmp/go-build1238918229/b744/_pkg_.a
2025-08-20T21:34:17.2873741Z [00:03:10.728]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:17.2874162Z [00:03:10.728]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.2874574Z [00:03:10.728]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:34:17.2875234Z [00:03:10.728]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:17.2875722Z [00:03:10.728]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:17.2876152Z [00:03:10.728]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:17.2876687Z [00:03:10.728]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.2877195Z [00:03:10.728]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.2877708Z [00:03:10.728]➜  EOF
2025-08-20T21:34:17.2879785Z [00:03:10.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b743/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b743=>" -p go/ast -lang=go1.25 -std -complete -installsuffix shared -buildid izpq07i6-_BlK_jJ36X3/izpq07i6-_BlK_jJ36X3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /root/.go/src/go/ast/ast.go /root/.go/src/go/ast/commentmap.go /root/.go/src/go/ast/filter.go /root/.go/src/go/ast/import.go /root/.go/src/go/ast/print.go /root/.go/src/go/ast/resolve.go /root/.go/src/go/ast/scope.go /root/.go/src/go/ast/walk.go
2025-08-20T21:34:17.3013258Z [00:03:10.743]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T21:34:17.3033343Z [00:03:10.745]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/d6/d6d83635ac90ab60504f6c608ee2361a2f76a742295de54079147f47f5cf9f64-d # internal
2025-08-20T21:34:17.3033981Z [00:03:10.745]➜  chainguard.dev/apko/pkg/baseimg
2025-08-20T21:34:17.3036103Z [00:03:10.745]➜  mkdir -p $WORK/b646/
2025-08-20T21:34:17.3042830Z [00:03:10.746]➜  cat >/tmp/go-build1238918229/b646/importcfg << 'EOF' # internal
2025-08-20T21:34:17.3043730Z [00:03:10.746]➜  # import config
2025-08-20T21:34:17.3044099Z [00:03:10.746]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:17.3044731Z [00:03:10.746]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.3045251Z [00:03:10.746]➜  packagefile chainguard.dev/apko/pkg/apk/apk=/tmp/go-build1238918229/b071/_pkg_.a
2025-08-20T21:34:17.3045880Z [00:03:10.746]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:17.3046424Z [00:03:10.746]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:17.3046860Z [00:03:10.746]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.3047433Z [00:03:10.746]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:17.3048328Z [00:03:10.746]➜  packagefile github.com/google/go-containerregistry/pkg/v1/layout=/tmp/go-build1238918229/b647/_pkg_.a
2025-08-20T21:34:17.3049079Z [00:03:10.746]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:17.3049636Z [00:03:10.746]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:17.3050041Z [00:03:10.746]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:17.3050350Z [00:03:10.746]➜  EOF
2025-08-20T21:34:17.3052194Z [00:03:10.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b646/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/baseimg=>chainguard.dev/apko@v0.30.5/pkg/baseimg;$WORK/b646=>" -p chainguard.dev/apko/pkg/baseimg -lang=go1.24 -complete -installsuffix shared -buildid t67RVXkl13cHG50BATqI/t67RVXkl13cHG50BATqI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/baseimg/base_image.go
2025-08-20T21:34:17.3113234Z [00:03:10.753]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T21:34:17.3153315Z [00:03:10.757]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d # internal
2025-08-20T21:34:17.3162657Z [00:03:10.758]➜  go.opencensus.io/tag
2025-08-20T21:34:17.3169449Z [00:03:10.758]➜  mkdir -p $WORK/b733/
2025-08-20T21:34:17.3181964Z [00:03:10.759]➜  cat >/tmp/go-build1238918229/b733/importcfg << 'EOF' # internal
2025-08-20T21:34:17.3182842Z [00:03:10.759]➜  # import config
2025-08-20T21:34:17.3184080Z [00:03:10.760]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.3184665Z [00:03:10.760]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:17.3185297Z [00:03:10.760]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:17.3185865Z [00:03:10.760]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:17.3186282Z [00:03:10.760]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.3186729Z [00:03:10.760]➜  packagefile runtime/pprof=/tmp/go-build1238918229/b734/_pkg_.a
2025-08-20T21:34:17.3187168Z [00:03:10.760]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:17.3187661Z [00:03:10.760]➜  EOF
2025-08-20T21:34:17.3190651Z [00:03:10.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b733/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/tag=>go.opencensus.io@v0.24.0/tag;$WORK/b733=>" -p go.opencensus.io/tag -lang=go1.13 -complete -installsuffix shared -buildid l9fbydZLShHiwvx_7Rct/l9fbydZLShHiwvx_7Rct -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/context.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/key.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/map.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/map_codec.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/metadata.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/profile_19.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/validate.go
2025-08-20T21:34:17.3414578Z [00:03:10.783]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T21:34:17.3422120Z [00:03:10.783]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/50/50182b5b4c6c4ccddf6f33a8fe46203802daec148e04070945c6319383c42c3f-d # internal
2025-08-20T21:34:17.3438307Z [00:03:10.785]➜  chainguard.dev/apko/pkg/build
2025-08-20T21:34:17.3452637Z [00:03:10.786]➜  mkdir -p $WORK/b641/
2025-08-20T21:34:17.3455986Z [00:03:10.787]➜  cat >/tmp/go-build1238918229/b641/importcfg << 'EOF' # internal
2025-08-20T21:34:17.3460615Z [00:03:10.787]➜  # import config
2025-08-20T21:34:17.3461459Z [00:03:10.787]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:17.3462633Z [00:03:10.787]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:17.3466470Z [00:03:10.787]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.3467069Z [00:03:10.787]➜  packagefile chainguard.dev/apko/internal/ldso-cache=/tmp/go-build1238918229/b642/_pkg_.a
2025-08-20T21:34:17.3470535Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/apk/apk=/tmp/go-build1238918229/b071/_pkg_.a
2025-08-20T21:34:17.3471190Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/apk/auth=/tmp/go-build1238918229/b073/_pkg_.a
2025-08-20T21:34:17.3471782Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:17.3472383Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/baseimg=/tmp/go-build1238918229/b646/_pkg_.a
2025-08-20T21:34:17.3473048Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:17.3473654Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/lock=/tmp/go-build1238918229/b675/_pkg_.a
2025-08-20T21:34:17.3474235Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/options=/tmp/go-build1238918229/b676/_pkg_.a
2025-08-20T21:34:17.3474829Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/passwd=/tmp/go-build1238918229/b677/_pkg_.a
2025-08-20T21:34:17.3475408Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/paths=/tmp/go-build1238918229/b458/_pkg_.a
2025-08-20T21:34:17.3475981Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/s6=/tmp/go-build1238918229/b678/_pkg_.a
2025-08-20T21:34:17.3476544Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/sbom=/tmp/go-build1238918229/b679/_pkg_.a
2025-08-20T21:34:17.3477407Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/sbom/generator=/tmp/go-build1238918229/b680/_pkg_.a
2025-08-20T21:34:17.3480321Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/sbom/options=/tmp/go-build1238918229/b631/_pkg_.a
2025-08-20T21:34:17.3481194Z [00:03:10.787]➜  packagefile chainguard.dev/apko/pkg/tarfs=/tmp/go-build1238918229/b681/_pkg_.a
2025-08-20T21:34:17.3481774Z [00:03:10.787]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:17.3482200Z [00:03:10.787]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:17.3482663Z [00:03:10.787]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:17.3483136Z [00:03:10.787]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:17.3483804Z [00:03:10.787]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:17.3484267Z [00:03:10.787]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:17.3484717Z [00:03:10.787]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:17.3485130Z [00:03:10.788]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.3485628Z [00:03:10.788]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:17.3486295Z [00:03:10.788]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1238918229/b632/_pkg_.a
2025-08-20T21:34:17.3486996Z [00:03:10.788]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:17.3488026Z [00:03:10.788]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build1238918229/b655/_pkg_.a
2025-08-20T21:34:17.3488777Z [00:03:10.788]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:17.3489417Z [00:03:10.788]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build1238918229/b682/_pkg_.a
2025-08-20T21:34:17.3489972Z [00:03:10.788]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:17.3490523Z [00:03:10.788]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1238918229/b490/_pkg_.a
2025-08-20T21:34:17.3491060Z [00:03:10.788]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:17.3491560Z [00:03:10.788]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:17.3491998Z [00:03:10.788]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.3492406Z [00:03:10.788]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:17.3492819Z [00:03:10.788]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:34:17.3493346Z [00:03:10.788]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build1238918229/b683/_pkg_.a
2025-08-20T21:34:17.3493852Z [00:03:10.788]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:17.3494284Z [00:03:10.788]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:17.3494702Z [00:03:10.788]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:17.3495107Z [00:03:10.788]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:17.3495713Z [00:03:10.788]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:17.3496239Z [00:03:10.788]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:17.3496663Z [00:03:10.788]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:17.3497092Z [00:03:10.788]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:17.3497803Z [00:03:10.788]➜  packagefile sigs.k8s.io/release-utils/hash=/tmp/go-build1238918229/b684/_pkg_.a
2025-08-20T21:34:17.3498369Z [00:03:10.788]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:17.3498788Z [00:03:10.788]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:17.3504061Z [00:03:10.788]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.3504579Z [00:03:10.788]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.3505010Z [00:03:10.788]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:17.3505427Z [00:03:10.788]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:17.3505735Z [00:03:10.788]➜  EOF
2025-08-20T21:34:17.3541777Z [00:03:10.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build=>chainguard.dev/apko@v0.30.5/pkg/build;$WORK/b641=>" -p chainguard.dev/apko/pkg/build -lang=go1.24 -complete -installsuffix shared -buildid lJa7p_2KtzrXJcoQQ4H2/lJa7p_2KtzrXJcoQQ4H2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/accounts.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/apk.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/build.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/build_implementation.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/busybox.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/busybox_versions.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/chardevices.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/installable_from_lock.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/layers.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/lock.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/multi.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/options.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/paths.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/sbom.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/tarball.go
2025-08-20T21:34:17.3871290Z [00:03:10.828]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T21:34:17.3889453Z [00:03:10.830]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/ca/ca921caef34f22162e8b7a54fc5806ad606711f5f3696dd1dcc94e395a4f5791-d # internal
2025-08-20T21:34:17.3896771Z [00:03:10.831]➜  go.opencensus.io/stats/internal
2025-08-20T21:34:17.3899273Z [00:03:10.831]➜  mkdir -p $WORK/b732/
2025-08-20T21:34:17.3908670Z [00:03:10.832]➜  cat >/tmp/go-build1238918229/b732/importcfg << 'EOF' # internal
2025-08-20T21:34:17.3909549Z [00:03:10.832]➜  # import config
2025-08-20T21:34:17.3910477Z [00:03:10.832]➜  packagefile go.opencensus.io/tag=/tmp/go-build1238918229/b733/_pkg_.a
2025-08-20T21:34:17.3910935Z [00:03:10.832]➜  EOF
2025-08-20T21:34:17.3919148Z [00:03:10.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b732/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/internal=>go.opencensus.io@v0.24.0/stats/internal;$WORK/b732=>" -p go.opencensus.io/stats/internal -lang=go1.13 -complete -installsuffix shared -buildid Z0gSmE2e6SHdNhl1B1Ag/Z0gSmE2e6SHdNhl1B1Ag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/internal/record.go
2025-08-20T21:34:17.4019667Z [00:03:10.843]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T21:34:17.4065218Z [00:03:10.848]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/d8/d8b235777872af2f4e905bd2501867b603934fce69af4482a99dc85c8f05e2ff-d # internal
2025-08-20T21:34:17.4068397Z [00:03:10.848]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T21:34:17.4076224Z [00:03:10.849]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/56/56ff40236143b4072d02ca4c7a2643d2cc87d2d283b756e3c3e2166319cad778-d # internal
2025-08-20T21:34:17.4078699Z [00:03:10.849]➜  go.opencensus.io/stats
2025-08-20T21:34:17.4079009Z [00:03:10.849]➜  mkdir -p $WORK/b729/
2025-08-20T21:34:17.4102021Z [00:03:10.852]➜  cat >/tmp/go-build1238918229/b729/importcfg << 'EOF' # internal
2025-08-20T21:34:17.4102751Z [00:03:10.852]➜  # import config
2025-08-20T21:34:17.4103715Z [00:03:10.852]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:17.4105888Z [00:03:10.852]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build1238918229/b730/_pkg_.a
2025-08-20T21:34:17.4106596Z [00:03:10.852]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build1238918229/b732/_pkg_.a
2025-08-20T21:34:17.4107155Z [00:03:10.852]➜  packagefile go.opencensus.io/tag=/tmp/go-build1238918229/b733/_pkg_.a
2025-08-20T21:34:17.4107904Z [00:03:10.852]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:17.4108345Z [00:03:10.852]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:17.4108686Z [00:03:10.852]➜  EOF
2025-08-20T21:34:17.4111386Z [00:03:10.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b729/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats=>go.opencensus.io@v0.24.0/stats;$WORK/b729=>" -p go.opencensus.io/stats -lang=go1.13 -complete -installsuffix shared -buildid R5wlcH30bkpQa6e0eo_J/R5wlcH30bkpQa6e0eo_J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/measure.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/measure_float64.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/measure_int64.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/record.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/units.go
2025-08-20T21:34:17.4482880Z [00:03:10.888]➜  github.com/google/licenseclassifier/v2/assets
2025-08-20T21:34:17.4484277Z [00:03:10.889]➜  mkdir -p $WORK/b741/
2025-08-20T21:34:17.4484668Z [00:03:10.889]➜  cat >/tmp/go-build1238918229/b741/importcfg << 'EOF' # internal
2025-08-20T21:34:17.4485209Z [00:03:10.889]➜  # import config
2025-08-20T21:34:17.4485713Z [00:03:10.889]➜  packagefile embed=/tmp/go-build1238918229/b254/_pkg_.a
2025-08-20T21:34:17.4486471Z [00:03:10.889]➜  packagefile github.com/google/licenseclassifier/v2=/tmp/go-build1238918229/b739/_pkg_.a
2025-08-20T21:34:17.4487186Z [00:03:10.889]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:17.4487892Z [00:03:10.889]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.4488235Z [00:03:10.889]➜  EOF
2025-08-20T21:34:17.4494823Z [00:03:10.891]➜  cat >/tmp/go-build1238918229/b741/embedcfg << 'EOF' # internal
2025-08-20T21:34:17.4497974Z [00:03:10.891]➜  {
2025-08-20T21:34:17.4500024Z [00:03:10.891]➜  	"Patterns": {
2025-08-20T21:34:17.4500302Z [00:03:10.891]➜  		"*/*/*": [
2025-08-20T21:34:17.4502367Z [00:03:10.891]➜  			"Header/AFL-1.1/header.txt",
2025-08-20T21:34:17.4502703Z [00:03:10.891]➜  			"Header/AFL-1.2/header.txt",
2025-08-20T21:34:17.4504867Z [00:03:10.891]➜  			"Header/AFL-2.0/header.txt",
2025-08-20T21:34:17.4507167Z [00:03:10.891]➜  			"Header/AFL-2.1/header.txt",
2025-08-20T21:34:17.4509804Z [00:03:10.891]➜  			"Header/AFL-3.0/header.txt",
2025-08-20T21:34:17.4510182Z [00:03:10.891]➜  			"Header/AGPL-3.0/header.txt",
2025-08-20T21:34:17.4513008Z [00:03:10.891]➜  			"Header/APSL-1.0/header.txt",
2025-08-20T21:34:17.4513365Z [00:03:10.891]➜  			"Header/APSL-1.1/header.txt",
2025-08-20T21:34:17.4516806Z [00:03:10.891]➜  			"Header/APSL-1.2/header.txt",
2025-08-20T21:34:17.4517210Z [00:03:10.891]➜  			"Header/APSL-2.0/a.txt",
2025-08-20T21:34:17.4520054Z [00:03:10.891]➜  			"Header/APSL-2.0/header.txt",
2025-08-20T21:34:17.4522834Z [00:03:10.891]➜  			"Header/Apache-2.0/header.txt",
2025-08-20T21:34:17.4523263Z [00:03:10.891]➜  			"Header/Apache-2.0/nourl.txt",
2025-08-20T21:34:17.4526004Z [00:03:10.891]➜  			"Header/Apache-2.0/short.txt",
2025-08-20T21:34:17.4526396Z [00:03:10.891]➜  			"Header/BSD-3-Clause-LBNL/header.txt",
2025-08-20T21:34:17.4526720Z [00:03:10.891]➜  			"Header/BSD-3-Clause/a.txt",
2025-08-20T21:34:17.4527036Z [00:03:10.891]➜  			"Header/BSD-3-Clause/header.txt",
2025-08-20T21:34:17.4527379Z [00:03:10.891]➜  			"Header/BitTorrent-1.1/header.txt",
2025-08-20T21:34:17.4527837Z [00:03:10.891]➜  			"Header/CDDL-1.0/header.txt",
2025-08-20T21:34:17.4528152Z [00:03:10.891]➜  			"Header/CPAL-1.0/header.txt",
2025-08-20T21:34:17.4528643Z [00:03:10.891]➜  			"Header/Elastic-2.0/header.txt",
2025-08-20T21:34:17.4529009Z [00:03:10.891]➜  			"Header/GPL-1.0/a.txt",
2025-08-20T21:34:17.4529288Z [00:03:10.891]➜  			"Header/GPL-1.0/b.txt",
2025-08-20T21:34:17.4548969Z [00:03:10.891]➜  			"Header/GPL-2.0-with-autoconf-exception/a.txt",
2025-08-20T21:34:17.4549398Z [00:03:10.891]➜  			"Header/GPL-2.0-with-autoconf-exception/b.txt",
2025-08-20T21:34:17.4549812Z [00:03:10.891]➜  			"Header/GPL-2.0-with-autoconf-exception/header.txt",
2025-08-20T21:34:17.4550251Z [00:03:10.891]➜  			"Header/GPL-2.0-with-classpath-exception/header.txt",
2025-08-20T21:34:17.4550601Z [00:03:10.891]➜  			"Header/GPL-2.0/a.txt",
2025-08-20T21:34:17.4550879Z [00:03:10.891]➜  			"Header/GPL-2.0/b.txt",
2025-08-20T21:34:17.4551403Z [00:03:10.891]➜  			"Header/GPL-2.0/c.txt",
2025-08-20T21:34:17.4551681Z [00:03:10.891]➜  			"Header/GPL-2.0/d.txt",
2025-08-20T21:34:17.4551955Z [00:03:10.891]➜  			"Header/GPL-2.0/e.txt",
2025-08-20T21:34:17.4552239Z [00:03:10.891]➜  			"Header/GPL-2.0/f.txt",
2025-08-20T21:34:17.4552512Z [00:03:10.891]➜  			"Header/GPL-2.0/g.txt",
2025-08-20T21:34:17.4552790Z [00:03:10.891]➜  			"Header/GPL-2.0/h.txt",
2025-08-20T21:34:17.4553078Z [00:03:10.891]➜  			"Header/GPL-2.0/header.txt",
2025-08-20T21:34:17.4553374Z [00:03:10.891]➜  			"Header/GPL-2.0/i.txt",
2025-08-20T21:34:17.4553722Z [00:03:10.891]➜  			"Header/GPL-2.0/j.txt",
2025-08-20T21:34:17.4553998Z [00:03:10.891]➜  			"Header/GPL-2.0/k.txt",
2025-08-20T21:34:17.4554559Z [00:03:10.891]➜  			"Header/GPL-3.0-with-autoconf-exception/a.txt",
2025-08-20T21:34:17.4554969Z [00:03:10.891]➜  			"Header/GPL-3.0-with-autoconf-exception/header.txt",
2025-08-20T21:34:17.4555379Z [00:03:10.891]➜  			"Header/GPL-3.0-with-bison-exception/header.txt",
2025-08-20T21:34:17.4555719Z [00:03:10.891]➜  			"Header/GPL-3.0/a.txt",
2025-08-20T21:34:17.4555995Z [00:03:10.891]➜  			"Header/GPL-3.0/b.txt",
2025-08-20T21:34:17.4556287Z [00:03:10.891]➜  			"Header/GPL-3.0/header.txt",
2025-08-20T21:34:17.4556620Z [00:03:10.891]➜  			"Header/ImageMagick/header.txt",
2025-08-20T21:34:17.4556926Z [00:03:10.891]➜  			"Header/LGPL-2.0/a.txt",
2025-08-20T21:34:17.4557220Z [00:03:10.891]➜  			"Header/LGPL-2.0/header.txt",
2025-08-20T21:34:17.4557750Z [00:03:10.891]➜  			"Header/LGPL-2.1/a.txt",
2025-08-20T21:34:17.4558125Z [00:03:10.891]➜  			"Header/LGPL-2.1/b.txt",
2025-08-20T21:34:17.4558412Z [00:03:10.891]➜  			"Header/LGPL-2.1/c.txt",
2025-08-20T21:34:17.4558692Z [00:03:10.891]➜  			"Header/LGPL-2.1/d.txt",
2025-08-20T21:34:17.4558989Z [00:03:10.891]➜  			"Header/LGPL-2.1/header.txt",
2025-08-20T21:34:17.4559295Z [00:03:10.891]➜  			"Header/LGPL-2.1/qt_dual.txt",
2025-08-20T21:34:17.4559612Z [00:03:10.891]➜  			"Header/LGPL-2.1/qt_toolkit.txt",
2025-08-20T21:34:17.4559918Z [00:03:10.891]➜  			"Header/LGPL-3.0/a.txt",
2025-08-20T21:34:17.4560199Z [00:03:10.891]➜  			"Header/LGPL-3.0/b.txt",
2025-08-20T21:34:17.4560494Z [00:03:10.891]➜  			"Header/LGPL-3.0/header.txt",
2025-08-20T21:34:17.4560851Z [00:03:10.891]➜  			"Header/Lattice-Semiconductor/copyright.txt",
2025-08-20T21:34:17.4561180Z [00:03:10.891]➜  			"Header/MIT/header.txt",
2025-08-20T21:34:17.4561473Z [00:03:10.891]➜  			"Header/MPL-1.0/header.txt",
2025-08-20T21:34:17.4561781Z [00:03:10.892]➜  			"Header/MPL-1.1/header.txt",
2025-08-20T21:34:17.4562395Z [00:03:10.892]➜  			"Header/MPL-2.0-no-copyleft-exception/header.txt",
2025-08-20T21:34:17.4562855Z [00:03:10.892]➜  			"Header/MPL-2.0/header.txt",
2025-08-20T21:34:17.4563147Z [00:03:10.892]➜  			"Header/MTK/header.txt",
2025-08-20T21:34:17.4563447Z [00:03:10.892]➜  			"Header/OSL-3.0/header.txt",
2025-08-20T21:34:17.4563748Z [00:03:10.892]➜  			"Header/OpenSSL/header.txt",
2025-08-20T21:34:17.4564053Z [00:03:10.892]➜  			"Header/SGI-B-1.0/header.txt",
2025-08-20T21:34:17.4564370Z [00:03:10.892]➜  			"Header/SGI-B-1.1/header.txt",
2025-08-20T21:34:17.4564679Z [00:03:10.892]➜  			"Header/SISSL-1.2/header.txt",
2025-08-20T21:34:17.4564981Z [00:03:10.892]➜  			"Header/SISSL/header.txt",
2025-08-20T21:34:17.4565397Z [00:03:10.892]➜  			"Header/SSPL-1.0/header.txt",
2025-08-20T21:34:17.4565743Z [00:03:10.892]➜  			"Header/W3C/header.txt",
2025-08-20T21:34:17.4566044Z [00:03:10.892]➜  			"License/AFL-1.1/license.txt",
2025-08-20T21:34:17.4566352Z [00:03:10.892]➜  			"License/AFL-1.2/license.txt",
2025-08-20T21:34:17.4566667Z [00:03:10.892]➜  			"License/AFL-2.0/license.txt",
2025-08-20T21:34:17.4566976Z [00:03:10.892]➜  			"License/AFL-2.1/license.txt",
2025-08-20T21:34:17.4567286Z [00:03:10.892]➜  			"License/AFL-3.0/license.txt",
2025-08-20T21:34:17.4575606Z [00:03:10.892]➜  			"License/AGPL-1.0/license.txt",
2025-08-20T21:34:17.4575963Z [00:03:10.892]➜  			"License/AGPL-3.0/license.txt",
2025-08-20T21:34:17.4576275Z [00:03:10.892]➜  			"License/AML/license.txt",
2025-08-20T21:34:17.4576895Z [00:03:10.892]➜  			"License/AMPAS/license.txt",
2025-08-20T21:34:17.4577209Z [00:03:10.892]➜  			"License/ANTLR/license.txt",
2025-08-20T21:34:17.4577743Z [00:03:10.892]➜  			"License/APSL-1.0/license.txt",
2025-08-20T21:34:17.4578140Z [00:03:10.892]➜  			"License/APSL-1.1/license.txt",
2025-08-20T21:34:17.4578457Z [00:03:10.892]➜  			"License/APSL-1.2/license.txt",
2025-08-20T21:34:17.4578767Z [00:03:10.892]➜  			"License/APSL-2.0/license.txt",
2025-08-20T21:34:17.4579102Z [00:03:10.892]➜  			"License/AdColony-SDK/license.txt",
2025-08-20T21:34:17.4579433Z [00:03:10.892]➜  			"License/Android-SDK/20090410.txt",
2025-08-20T21:34:17.4579756Z [00:03:10.892]➜  			"License/Android-SDK/20161209.txt",
2025-08-20T21:34:17.4580312Z [00:03:10.892]➜  			"License/Apache-1.0/license.txt",
2025-08-20T21:34:17.4580638Z [00:03:10.892]➜  			"License/Apache-1.1/license.txt",
2025-08-20T21:34:17.4580956Z [00:03:10.892]➜  			"License/Apache-1.1/log4j.txt",
2025-08-20T21:34:17.4581306Z [00:03:10.892]➜  			"License/Apache-2.0-Modified/license.txt",
2025-08-20T21:34:17.4581819Z [00:03:10.892]➜  			"License/Apache-2.0/a.txt",
2025-08-20T21:34:17.4582117Z [00:03:10.892]➜  			"License/Apache-2.0/b.txt",
2025-08-20T21:34:17.4582430Z [00:03:10.892]➜  			"License/Apache-2.0/beri.txt",
2025-08-20T21:34:17.4582756Z [00:03:10.892]➜  			"License/Apache-2.0/no-header.txt",
2025-08-20T21:34:17.4583089Z [00:03:10.892]➜  			"License/Apache-2.0/pristine.txt",
2025-08-20T21:34:17.4583464Z [00:03:10.892]➜  			"License/Apache-with-LLVM-Exception/license.txt",
2025-08-20T21:34:17.4583889Z [00:03:10.892]➜  			"License/Apache-with-Runtime-Exception/license.txt",
2025-08-20T21:34:17.4584276Z [00:03:10.892]➜  			"License/Artistic-1.0-Perl/license.txt",
2025-08-20T21:34:17.4584632Z [00:03:10.892]➜  			"License/Artistic-1.0-cl8/license.txt",
2025-08-20T21:34:17.4584981Z [00:03:10.892]➜  			"License/Artistic-1.0/license.txt",
2025-08-20T21:34:17.4585318Z [00:03:10.892]➜  			"License/Artistic-2.0/license.txt",
2025-08-20T21:34:17.4585639Z [00:03:10.892]➜  			"License/Atmel/license.txt",
2025-08-20T21:34:17.4586016Z [00:03:10.892]➜  			"License/Autodesk-3D-Studio-File-Toolkit/license.txt",
2025-08-20T21:34:17.4586381Z [00:03:10.892]➜  			"License/BCL/license.txt",
2025-08-20T21:34:17.4586685Z [00:03:10.892]➜  			"License/BLAS/pristine.txt",
2025-08-20T21:34:17.4587007Z [00:03:10.892]➜  			"License/BSD-0-Clause/license.txt",
2025-08-20T21:34:17.4587352Z [00:03:10.892]➜  			"License/BSD-2-Clause-Flex/pristine.txt",
2025-08-20T21:34:17.4588079Z [00:03:10.892]➜  			"License/BSD-2-Clause-FreeBSD/license.txt",
2025-08-20T21:34:17.4588541Z [00:03:10.892]➜  			"License/BSD-2-Clause-NetBSD/license.txt",
2025-08-20T21:34:17.4588903Z [00:03:10.892]➜  			"License/BSD-2-Clause-Patent/license.txt",
2025-08-20T21:34:17.4589252Z [00:03:10.892]➜  			"License/BSD-2-Clause/license.txt",
2025-08-20T21:34:17.4589584Z [00:03:10.892]➜  			"License/BSD-2-Clause/pristine.txt",
2025-08-20T21:34:17.4589915Z [00:03:10.892]➜  			"License/BSD-2-Clause/tcpdump.txt",
2025-08-20T21:34:17.4590284Z [00:03:10.892]➜  			"License/BSD-3-Clause-Attribution/generic.txt",
2025-08-20T21:34:17.4590673Z [00:03:10.892]➜  			"License/BSD-3-Clause-Attribution/license.txt",
2025-08-20T21:34:17.4591163Z [00:03:10.892]➜  			"License/BSD-3-Clause-Clear/license.txt",
2025-08-20T21:34:17.4591590Z [00:03:10.892]➜  			"License/BSD-3-Clause-Clear/pristine.txt",
2025-08-20T21:34:17.4591949Z [00:03:10.892]➜  			"License/BSD-3-Clause-LBNL/license.txt",
2025-08-20T21:34:17.4592311Z [00:03:10.892]➜  			"License/BSD-3-Clause-OpenMPI/license.txt",
2025-08-20T21:34:17.4592650Z [00:03:10.892]➜  			"License/BSD-3-Clause/JDOM.txt",
2025-08-20T21:34:17.4592962Z [00:03:10.892]➜  			"License/BSD-3-Clause/a.txt",
2025-08-20T21:34:17.4593286Z [00:03:10.892]➜  			"License/BSD-3-Clause/juniper.txt",
2025-08-20T21:34:17.4593611Z [00:03:10.892]➜  			"License/BSD-3-Clause/libcap.txt",
2025-08-20T21:34:17.4593940Z [00:03:10.892]➜  			"License/BSD-3-Clause/libcap2.txt",
2025-08-20T21:34:17.4594444Z [00:03:10.892]➜  			"License/BSD-3-Clause/libpcap.txt",
2025-08-20T21:34:17.4594780Z [00:03:10.892]➜  			"License/BSD-3-Clause/mtk_pcap.txt",
2025-08-20T21:34:17.4595117Z [00:03:10.892]➜  			"License/BSD-3-Clause/pristine.txt",
2025-08-20T21:34:17.4595441Z [00:03:10.892]➜  			"License/BSD-3-Clause/sun.txt",
2025-08-20T21:34:17.4595772Z [00:03:10.892]➜  			"License/BSD-4-Clause-UC/license.txt",
2025-08-20T21:34:17.4596107Z [00:03:10.892]➜  			"License/BSD-4-Clause/kitware.txt",
2025-08-20T21:34:17.4596436Z [00:03:10.892]➜  			"License/BSD-4-Clause/license.txt",
2025-08-20T21:34:17.4596771Z [00:03:10.892]➜  			"License/BSD-4-Clause/pristine.txt",
2025-08-20T21:34:17.4597099Z [00:03:10.892]➜  			"License/BSD-4-Clause/vovida.txt",
2025-08-20T21:34:17.4597422Z [00:03:10.892]➜  			"License/BSD-FatFs/license.txt",
2025-08-20T21:34:17.4598582Z [00:03:10.892]➜  			"License/BSD-No-Other-Rights/license.txt",
2025-08-20T21:34:17.4598981Z [00:03:10.892]➜  			"License/BSD-Protection/license.txt",
2025-08-20T21:34:17.4614280Z [00:03:10.892]➜  			"License/BSD-Rice/license.txt",
2025-08-20T21:34:17.4614808Z [00:03:10.892]➜  			"License/BSD-Source-Code/license.txt",
2025-08-20T21:34:17.4615148Z [00:03:10.892]➜  			"License/BSL-1.0/license.txt",
2025-08-20T21:34:17.4615478Z [00:03:10.892]➜  			"License/BSL-1.0/pristine.txt",
2025-08-20T21:34:17.4615809Z [00:03:10.892]➜  			"License/BabelstoneIDS/license.txt",
2025-08-20T21:34:17.4616131Z [00:03:10.892]➜  			"License/BeOpen/license.txt",
2025-08-20T21:34:17.4616444Z [00:03:10.892]➜  			"License/Beerware/license.txt",
2025-08-20T21:34:17.4616782Z [00:03:10.892]➜  			"License/BitTorrent-1.1/license.txt",
2025-08-20T21:34:17.4617112Z [00:03:10.892]➜  			"License/Bitstream/license.txt",
2025-08-20T21:34:17.4617703Z [00:03:10.892]➜  			"License/Boost-original/variant1.txt",
2025-08-20T21:34:17.4618174Z [00:03:10.892]➜  			"License/Business-Source-License-1.1/license.txt",
2025-08-20T21:34:17.4618533Z [00:03:10.892]➜  			"License/CAL-1.0/license.txt",
2025-08-20T21:34:17.4618856Z [00:03:10.893]➜  			"License/CC-BY-1.0/license.txt",
2025-08-20T21:34:17.4619175Z [00:03:10.893]➜  			"License/CC-BY-2.0/license.txt",
2025-08-20T21:34:17.4619492Z [00:03:10.893]➜  			"License/CC-BY-2.5/license.txt",
2025-08-20T21:34:17.4619816Z [00:03:10.893]➜  			"License/CC-BY-3.0/license.txt",
2025-08-20T21:34:17.4620135Z [00:03:10.893]➜  			"License/CC-BY-4.0/license.txt",
2025-08-20T21:34:17.4620454Z [00:03:10.893]➜  			"License/CC-BY-NC-1.0/license.txt",
2025-08-20T21:34:17.4620783Z [00:03:10.893]➜  			"License/CC-BY-NC-2.0/license.txt",
2025-08-20T21:34:17.4621369Z [00:03:10.893]➜  			"License/CC-BY-NC-2.5/license.txt",
2025-08-20T21:34:17.4621763Z [00:03:10.893]➜  			"License/CC-BY-NC-3.0/license.txt",
2025-08-20T21:34:17.4622090Z [00:03:10.893]➜  			"License/CC-BY-NC-4.0/license.txt",
2025-08-20T21:34:17.4622427Z [00:03:10.893]➜  			"License/CC-BY-NC-ND-1.0/license.txt",
2025-08-20T21:34:17.4622766Z [00:03:10.893]➜  			"License/CC-BY-NC-ND-2.0/license.txt",
2025-08-20T21:34:17.4623103Z [00:03:10.893]➜  			"License/CC-BY-NC-ND-2.5/license.txt",
2025-08-20T21:34:17.4623439Z [00:03:10.893]➜  			"License/CC-BY-NC-ND-3.0/license.txt",
2025-08-20T21:34:17.4623773Z [00:03:10.893]➜  			"License/CC-BY-NC-ND-4.0/license.txt",
2025-08-20T21:34:17.4624208Z [00:03:10.893]➜  			"License/CC-BY-NC-SA-1.0/license.txt",
2025-08-20T21:34:17.4624626Z [00:03:10.893]➜  			"License/CC-BY-NC-SA-2.0/license.txt",
2025-08-20T21:34:17.4624963Z [00:03:10.893]➜  			"License/CC-BY-NC-SA-2.5/license.txt",
2025-08-20T21:34:17.4625297Z [00:03:10.893]➜  			"License/CC-BY-NC-SA-3.0/license.txt",
2025-08-20T21:34:17.4625642Z [00:03:10.893]➜  			"License/CC-BY-NC-SA-4.0/license.txt",
2025-08-20T21:34:17.4625970Z [00:03:10.893]➜  			"License/CC-BY-ND-1.0/license.txt",
2025-08-20T21:34:17.4626297Z [00:03:10.893]➜  			"License/CC-BY-ND-2.0/license.txt",
2025-08-20T21:34:17.4626626Z [00:03:10.893]➜  			"License/CC-BY-ND-2.5/license.txt",
2025-08-20T21:34:17.4626949Z [00:03:10.893]➜  			"License/CC-BY-ND-3.0/license.txt",
2025-08-20T21:34:17.4628737Z [00:03:10.893]➜  			"License/CC-BY-ND-4.0/license.txt",
2025-08-20T21:34:17.4629178Z [00:03:10.893]➜  			"License/CC-BY-SA-1.0/license.txt",
2025-08-20T21:34:17.4629512Z [00:03:10.893]➜  			"License/CC-BY-SA-2.0/license.txt",
2025-08-20T21:34:17.4629842Z [00:03:10.893]➜  			"License/CC-BY-SA-2.5/license.txt",
2025-08-20T21:34:17.4630166Z [00:03:10.893]➜  			"License/CC-BY-SA-3.0/license.txt",
2025-08-20T21:34:17.4630484Z [00:03:10.893]➜  			"License/CC-BY-SA-4.0/license.txt",
2025-08-20T21:34:17.4630802Z [00:03:10.893]➜  			"License/CC0-1.0/license.txt",
2025-08-20T21:34:17.4631119Z [00:03:10.893]➜  			"License/CDDL-1.0/license.txt",
2025-08-20T21:34:17.4631431Z [00:03:10.893]➜  			"License/CDDL-1.1/license.txt",
2025-08-20T21:34:17.4631774Z [00:03:10.893]➜  			"License/CDLA-Permissive-1.0/license.txt",
2025-08-20T21:34:17.4632345Z [00:03:10.893]➜  			"License/CECILL-2.1/license.txt",
2025-08-20T21:34:17.4632680Z [00:03:10.893]➜  			"License/CERN-OHL-WR-v2/license.txt",
2025-08-20T21:34:17.4633017Z [00:03:10.893]➜  			"License/CERN-OHL-v1.2/license.txt",
2025-08-20T21:34:17.4633348Z [00:03:10.893]➜  			"License/CLIPS/pristine.txt",
2025-08-20T21:34:17.4633715Z [00:03:10.893]➜  			"License/CNRI-Python-GPL-Compatible/license.txt",
2025-08-20T21:34:17.4634132Z [00:03:10.893]➜  			"License/CNRI-Python-GPL-Compatible/pristine.txt",
2025-08-20T21:34:17.4634494Z [00:03:10.893]➜  			"License/CPAL-1.0/license.txt",
2025-08-20T21:34:17.4634805Z [00:03:10.893]➜  			"License/CPL-1.0/license.txt",
2025-08-20T21:34:17.4635129Z [00:03:10.893]➜  			"License/Cloud-Pre-GA/license.txt",
2025-08-20T21:34:17.4635472Z [00:03:10.893]➜  			"License/Commons-Clause/license.txt",
2025-08-20T21:34:17.4635792Z [00:03:10.893]➜  			"License/DBAD/license.txt",
2025-08-20T21:34:17.4636092Z [00:03:10.893]➜  			"License/DRL-1.0/license.txt",
2025-08-20T21:34:17.4636406Z [00:03:10.893]➜  			"License/EPL-1.0/license.txt",
2025-08-20T21:34:17.4636714Z [00:03:10.893]➜  			"License/EPL-2.0/license.txt",
2025-08-20T21:34:17.4637026Z [00:03:10.893]➜  			"License/EUPL-1.0/license.txt",
2025-08-20T21:34:17.4637344Z [00:03:10.893]➜  			"License/EUPL-1.1/license.txt",
2025-08-20T21:34:17.4637921Z [00:03:10.893]➜  			"License/Elastic-2.0/license.txt",
2025-08-20T21:34:17.4638250Z [00:03:10.893]➜  			"License/Entenssa/license.txt",
2025-08-20T21:34:17.4638566Z [00:03:10.893]➜  			"License/FFT2D/pristine.txt",
2025-08-20T21:34:17.4638870Z [00:03:10.893]➜  			"License/FTL/license.txt",
2025-08-20T21:34:17.4639198Z [00:03:10.893]➜  			"License/Facebook-2-Clause/license.txt",
2025-08-20T21:34:17.4639768Z [00:03:10.893]➜  			"License/Facebook-3-Clause/license.txt",
2025-08-20T21:34:17.4640183Z [00:03:10.893]➜  			"License/Facebook-Examples/license.txt",
2025-08-20T21:34:17.4640525Z [00:03:10.893]➜  			"License/FreeImage/license.txt",
2025-08-20T21:34:17.4640874Z [00:03:10.893]➜  			"License/GD-Graphic-Library/license.txt",
2025-08-20T21:34:17.4641215Z [00:03:10.893]➜  			"License/GIAJWTOU-2.0/license.txt",
2025-08-20T21:34:17.4641542Z [00:03:10.893]➜  			"License/GIF-Encoder/license.txt",
2025-08-20T21:34:17.4641945Z [00:03:10.893]➜  			"License/GNU-All-permissive-Copying-License/license.txt",
2025-08-20T21:34:17.4642329Z [00:03:10.893]➜  			"License/GPL-1.0/license.txt",
2025-08-20T21:34:17.4642767Z [00:03:10.893]➜  			"License/GPL-2.0-with-GCC-exception/a.txt",
2025-08-20T21:34:17.4643218Z [00:03:10.893]➜  			"License/GPL-2.0-with-GCC-exception/license.txt",
2025-08-20T21:34:17.4643618Z [00:03:10.893]➜  			"License/GPL-2.0-with-autoconf-exception/a.txt",
2025-08-20T21:34:17.4644040Z [00:03:10.893]➜  			"License/GPL-2.0-with-autoconf-exception/license.txt",
2025-08-20T21:34:17.4644441Z [00:03:10.893]➜  			"License/GPL-2.0-with-bison-exception/a.txt",
2025-08-20T21:34:17.4644833Z [00:03:10.893]➜  			"License/GPL-2.0-with-bison-exception/license.txt",
2025-08-20T21:34:17.4645244Z [00:03:10.893]➜  			"License/GPL-2.0-with-classpath-exception/a.txt",
2025-08-20T21:34:17.4645665Z [00:03:10.893]➜  			"License/GPL-2.0-with-classpath-exception/license.txt",
2025-08-20T21:34:17.4646227Z [00:03:10.893]➜  			"License/GPL-2.0-with-font-exception/a.txt",
2025-08-20T21:34:17.4646616Z [00:03:10.893]➜  			"License/GPL-2.0-with-font-exception/license.txt",
2025-08-20T21:34:17.4646953Z [00:03:10.893]➜  			"License/GPL-2.0/a.txt",
2025-08-20T21:34:17.4647257Z [00:03:10.893]➜  			"License/GPL-2.0/license.txt",
2025-08-20T21:34:17.4647879Z [00:03:10.893]➜  			"License/GPL-3.0-with-GCC-exception/license.txt",
2025-08-20T21:34:17.4648305Z [00:03:10.893]➜  			"License/GPL-3.0-with-autoconf-exception/license.txt",
2025-08-20T21:34:17.4648731Z [00:03:10.893]➜  			"License/GPL-3.0-with-bison-exception/license.txt",
2025-08-20T21:34:17.4649093Z [00:03:10.893]➜  			"License/GPL-3.0/license.txt",
2025-08-20T21:34:17.4649424Z [00:03:10.893]➜  			"License/GUST-Font-License/license.txt",
2025-08-20T21:34:17.4649950Z [00:03:10.893]➜  			"License/GenericIntel/license.txt",
2025-08-20T21:34:17.4650267Z [00:03:10.893]➜  			"License/HDF5/pristine.txt",
2025-08-20T21:34:17.4650600Z [00:03:10.893]➜  			"License/HPND-sell-variant/license.txt",
2025-08-20T21:34:17.4650960Z [00:03:10.894]➜  			"License/HPND-sell-variant/vecmath.txt",
2025-08-20T21:34:17.4651281Z [00:03:10.894]➜  			"License/HTK/license.txt",
2025-08-20T21:34:17.4651577Z [00:03:10.894]➜  			"License/ICU/license.txt",
2025-08-20T21:34:17.4651874Z [00:03:10.894]➜  			"License/IDA/license.txt",
2025-08-20T21:34:17.4652172Z [00:03:10.894]➜  			"License/IJG/license.txt",
2025-08-20T21:34:17.4652476Z [00:03:10.894]➜  			"License/IPL-1.0/license.txt",
2025-08-20T21:34:17.4652783Z [00:03:10.894]➜  			"License/ISC/license.txt",
2025-08-20T21:34:17.4653080Z [00:03:10.894]➜  			"License/ISC/pristine.txt",
2025-08-20T21:34:17.4653401Z [00:03:10.894]➜  			"License/ImageMagick/license.txt",
2025-08-20T21:34:17.4653729Z [00:03:10.894]➜  			"License/ImageMagick/summary.txt",
2025-08-20T21:34:17.4654057Z [00:03:10.894]➜  			"License/Info-ZIP/license.txt",
2025-08-20T21:34:17.4654373Z [00:03:10.894]➜  			"License/InnerNet/license.txt",
2025-08-20T21:34:17.4654685Z [00:03:10.894]➜  			"License/JSON/license.txt",
2025-08-20T21:34:17.4654991Z [00:03:10.894]➜  			"License/JTidy/pristine.txt",
2025-08-20T21:34:17.4655307Z [00:03:10.894]➜  			"License/JasPer/license.txt",
2025-08-20T21:34:17.4655762Z [00:03:10.894]➜  			"License/KUKA/pristine.txt",
2025-08-20T21:34:17.4656143Z [00:03:10.894]➜  			"License/Khronos/license.txt",
2025-08-20T21:34:17.4656474Z [00:03:10.894]➜  			"License/Khronos_OpenCL/pristine.txt",
2025-08-20T21:34:17.4656788Z [00:03:10.894]➜  			"License/LGPL-2.0/a.txt",
2025-08-20T21:34:17.4657200Z [00:03:10.894]➜  			"License/LGPL-2.0/license.txt",
2025-08-20T21:34:17.4657762Z [00:03:10.894]➜  			"License/LGPL-2.1/a.txt",
2025-08-20T21:34:17.4658107Z [00:03:10.894]➜  			"License/LGPL-2.1/license.txt",
2025-08-20T21:34:17.4658433Z [00:03:10.894]➜  			"License/LGPL-2.1/pristine.txt",
2025-08-20T21:34:17.4658750Z [00:03:10.894]➜  			"License/LGPL-3.0/license.txt",
2025-08-20T21:34:17.4659064Z [00:03:10.894]➜  			"License/LGPL-3.0/pristine.txt",
2025-08-20T21:34:17.4659382Z [00:03:10.894]➜  			"License/LGPLLR/license.txt",
2025-08-20T21:34:17.4659694Z [00:03:10.894]➜  			"License/LPL-1.0/license.txt",
2025-08-20T21:34:17.4660005Z [00:03:10.894]➜  			"License/LPL-1.02/license.txt",
2025-08-20T21:34:17.4660324Z [00:03:10.894]➜  			"License/LPPL-1.3c/license.txt",
2025-08-20T21:34:17.4660633Z [00:03:10.894]➜  			"License/LZMA/license.txt",
2025-08-20T21:34:17.4660973Z [00:03:10.894]➜  			"License/Lattice-Semiconductor/license.txt",
2025-08-20T21:34:17.4661311Z [00:03:10.894]➜  			"License/Libpng/license.txt",
2025-08-20T21:34:17.4661654Z [00:03:10.894]➜  			"License/LicenseRef-C-Ares/license.txt",
2025-08-20T21:34:17.4662014Z [00:03:10.894]➜  			"License/LicenseRef-MIT-Lucent/license.txt",
2025-08-20T21:34:17.4662398Z [00:03:10.894]➜  			"License/LicenseRef-Nordic-binary/license.txt",
2025-08-20T21:34:17.4662778Z [00:03:10.894]➜  			"License/LicenseRef-SendMail/license.txt",
2025-08-20T21:34:17.4663142Z [00:03:10.894]➜  			"License/LicenseRef-iccjpeg/license.txt",
2025-08-20T21:34:17.4663728Z [00:03:10.894]➜  			"License/LicenseRef-nacl/license.txt",
2025-08-20T21:34:17.4664099Z [00:03:10.894]➜  			"License/LicenseRef-takuya-ooura/license.txt",
2025-08-20T21:34:17.4664470Z [00:03:10.894]➜  			"License/LicenseRef-uthash/license.txt",
2025-08-20T21:34:17.4664806Z [00:03:10.894]➜  			"License/Lil-1.0/license.txt",
2025-08-20T21:34:17.4665132Z [00:03:10.894]➜  			"License/Linux-OpenIB/license.txt",
2025-08-20T21:34:17.4665478Z [00:03:10.894]➜  			"License/MIT-Modern-Variant/pristine.txt",
2025-08-20T21:34:17.4665790Z [00:03:10.894]➜  			"License/MIT/a.txt",
2025-08-20T21:34:17.4666060Z [00:03:10.894]➜  			"License/MIT/dec.txt",
2025-08-20T21:34:17.4666349Z [00:03:10.894]➜  			"License/MIT/pristine.txt",
2025-08-20T21:34:17.4666637Z [00:03:10.894]➜  			"License/MIT/xfig.txt",
2025-08-20T21:34:17.4667122Z [00:03:10.894]➜  			"License/MPL-1.0/license.txt",
2025-08-20T21:34:17.4667435Z [00:03:10.894]➜  			"License/MPL-1.1/license.txt",
2025-08-20T21:34:17.4668001Z [00:03:10.894]➜  			"License/MPL-2.0/license.txt",
2025-08-20T21:34:17.4668324Z [00:03:10.894]➜  			"License/MPL-2.0/pristine.txt",
2025-08-20T21:34:17.4668635Z [00:03:10.894]➜  			"License/MS-PL/license.txt",
2025-08-20T21:34:17.4668937Z [00:03:10.894]➜  			"License/MS-RL/license.txt",
2025-08-20T21:34:17.4669229Z [00:03:10.894]➜  			"License/MTK/a.txt",
2025-08-20T21:34:17.4669512Z [00:03:10.894]➜  			"License/MTK/pristine.txt",
2025-08-20T21:34:17.4669829Z [00:03:10.894]➜  			"License/NAIST-2003/license.txt",
2025-08-20T21:34:17.4670137Z [00:03:10.894]➜  			"License/NCBI/license.txt",
2025-08-20T21:34:17.4670443Z [00:03:10.894]➜  			"License/NCSA/license.txt",
2025-08-20T21:34:17.4670741Z [00:03:10.894]➜  			"License/NGPL/license.txt",
2025-08-20T21:34:17.4672623Z [00:03:10.894]➜  			"License/NPL-1.0/license.txt",
2025-08-20T21:34:17.4672984Z [00:03:10.894]➜  			"License/NPL-1.1/license.txt",
2025-08-20T21:34:17.4673293Z [00:03:10.894]➜  			"License/NREL/license.txt",
2025-08-20T21:34:17.4673600Z [00:03:10.894]➜  			"License/OFL-1.1/license.txt",
2025-08-20T21:34:17.4673928Z [00:03:10.894]➜  			"License/OROMatcher/license.txt",
2025-08-20T21:34:17.4674243Z [00:03:10.894]➜  			"License/OSL-1.0/license.txt",
2025-08-20T21:34:17.4674553Z [00:03:10.894]➜  			"License/OSL-1.1/license.txt",
2025-08-20T21:34:17.4675121Z [00:03:10.894]➜  			"License/OSL-2.0/license.txt",
2025-08-20T21:34:17.4675497Z [00:03:10.894]➜  			"License/OSL-2.1/license.txt",
2025-08-20T21:34:17.4675809Z [00:03:10.894]➜  			"License/OSL-3.0/license.txt",
2025-08-20T21:34:17.4676250Z [00:03:10.894]➜  			"License/Open-Game-License-1.0a/pristine.txt",
2025-08-20T21:34:17.4676654Z [00:03:10.894]➜  			"License/OpenLDAP/license.txt",
2025-08-20T21:34:17.4676955Z [00:03:10.894]➜  			"License/OpenSSL/a.txt",
2025-08-20T21:34:17.4677258Z [00:03:10.894]➜  			"License/OpenSSL/license.txt",
2025-08-20T21:34:17.4677762Z [00:03:10.894]➜  			"License/OpenVision/license.txt",
2025-08-20T21:34:17.4678146Z [00:03:10.894]➜  			"License/Oracle-Open-Symphony/license.txt",
2025-08-20T21:34:17.4678493Z [00:03:10.894]➜  			"License/PHP-3.0/license.txt",
2025-08-20T21:34:17.4678806Z [00:03:10.894]➜  			"License/PHP-3.01/license.txt",
2025-08-20T21:34:17.4679109Z [00:03:10.894]➜  			"License/PIL/license.txt",
2025-08-20T21:34:17.4679416Z [00:03:10.894]➜  			"License/PNG/pristine.txt",
2025-08-20T21:34:17.4679715Z [00:03:10.894]➜  			"License/PPP/pristine.txt",
2025-08-20T21:34:17.4680031Z [00:03:10.894]➜  			"License/PostgreSQL/license.txt",
2025-08-20T21:34:17.4680707Z [00:03:10.894]➜  			"License/Python-2.0-complete/license.txt",
2025-08-20T21:34:17.4682902Z [00:03:10.894]➜  			"License/Python-2.0/license.txt",
2025-08-20T21:34:17.4683241Z [00:03:10.894]➜  			"License/QPL-1.0/license.txt",
2025-08-20T21:34:17.4683549Z [00:03:10.894]➜  			"License/Qhull/license.txt",
2025-08-20T21:34:17.4683864Z [00:03:10.894]➜  			"License/RCSB-PDB/license.txt",
2025-08-20T21:34:17.4684172Z [00:03:10.894]➜  			"License/RSA/pristine.txt",
2025-08-20T21:34:17.4684490Z [00:03:10.894]➜  			"License/Rijndael-3.0/license.txt",
2025-08-20T21:34:17.4685156Z [00:03:10.894]➜  			"License/Ruby/license.txt",
2025-08-20T21:34:17.4685464Z [00:03:10.894]➜  			"License/SGI-B-1.0/license.txt",
2025-08-20T21:34:17.4685787Z [00:03:10.894]➜  			"License/SGI-B-1.1/license.txt",
2025-08-20T21:34:17.4686109Z [00:03:10.894]➜  			"License/SGI-B-2.0/license.txt",
2025-08-20T21:34:17.4686423Z [00:03:10.894]➜  			"License/SISSL-1.2/license.txt",
2025-08-20T21:34:17.4686727Z [00:03:10.894]➜  			"License/SISSL/license.txt",
2025-08-20T21:34:17.4687062Z [00:03:10.894]➜  			"License/SPL-SQRT-FLOOR/license.txt",
2025-08-20T21:34:17.4687386Z [00:03:10.894]➜  			"License/SQLite/license.txt",
2025-08-20T21:34:17.4688428Z [00:03:10.894]➜  			"License/SSPL-1.0/license.txt",
2025-08-20T21:34:17.4688988Z [00:03:10.894]➜  			"License/Sflow/license.txt",
2025-08-20T21:34:17.4689645Z [00:03:10.894]➜  			"License/Sleepycat/license.txt",
2025-08-20T21:34:17.4689974Z [00:03:10.895]➜  			"License/Spencer-86/license.txt",
2025-08-20T21:34:17.4690574Z [00:03:10.895]➜  			"License/Spencer-86/revised.txt",
2025-08-20T21:34:17.4690997Z [00:03:10.895]➜  			"License/SunPro/license.txt",
2025-08-20T21:34:17.4691369Z [00:03:10.895]➜  			"License/TPM-2/license.txt",
2025-08-20T21:34:17.4691814Z [00:03:10.895]➜  			"License/Tensilica/pristine.txt",
2025-08-20T21:34:17.4692159Z [00:03:10.895]➜  			"License/UFL-1.0/license.txt",
2025-08-20T21:34:17.4692607Z [00:03:10.895]➜  			"License/UPL-1.0/license.txt",
2025-08-20T21:34:17.4693008Z [00:03:10.895]➜  			"License/USGovernment/license.txt",
2025-08-20T21:34:17.4693660Z [00:03:10.895]➜  			"License/Unicode-DFS-2015/a.txt",
2025-08-20T21:34:17.4694149Z [00:03:10.895]➜  			"License/Unicode-DFS-2015/license.txt",
2025-08-20T21:34:17.4694516Z [00:03:10.895]➜  			"License/Unicode-DFS-2016/a.txt",
2025-08-20T21:34:17.4695033Z [00:03:10.895]➜  			"License/Unicode-DFS-2016/license.txt",
2025-08-20T21:34:17.4695375Z [00:03:10.895]➜  			"License/Unicode-TOU/license.txt",
2025-08-20T21:34:17.4695886Z [00:03:10.895]➜  			"License/Unlicense/license.txt",
2025-08-20T21:34:17.4696296Z [00:03:10.895]➜  			"License/VMAC/license.txt",
2025-08-20T21:34:17.4696690Z [00:03:10.895]➜  			"License/Vim/license.txt",
2025-08-20T21:34:17.4697104Z [00:03:10.895]➜  			"License/W3C-19980720/license.txt",
2025-08-20T21:34:17.4697843Z [00:03:10.895]➜  			"License/W3C-20150513/license.txt",
2025-08-20T21:34:17.4698232Z [00:03:10.895]➜  			"License/W3C/license.txt",
2025-08-20T21:34:17.4698980Z [00:03:10.895]➜  			"License/WTFPL/license.txt",
2025-08-20T21:34:17.4699452Z [00:03:10.895]➜  			"License/WTFPL/v2.txt",
2025-08-20T21:34:17.4699966Z [00:03:10.895]➜  			"License/Waymo1P/notice.txt",
2025-08-20T21:34:17.4700412Z [00:03:10.895]➜  			"License/Windows-SDK-10/license.txt",
2025-08-20T21:34:17.4700789Z [00:03:10.895]➜  			"License/WordNet-3.0/license.txt",
2025-08-20T21:34:17.4701120Z [00:03:10.895]➜  			"License/X11-Lucent/license.txt",
2025-08-20T21:34:17.4701425Z [00:03:10.895]➜  			"License/X11/license.txt",
2025-08-20T21:34:17.4701709Z [00:03:10.895]➜  			"License/XZ/java.txt",
2025-08-20T21:34:17.4701998Z [00:03:10.895]➜  			"License/XZ/license.txt",
2025-08-20T21:34:17.4702295Z [00:03:10.895]➜  			"License/Xcode/license.txt",
2025-08-20T21:34:17.4702595Z [00:03:10.895]➜  			"License/Xnet/license.txt",
2025-08-20T21:34:17.4702906Z [00:03:10.895]➜  			"License/ZPL-1.1/license.txt",
2025-08-20T21:34:17.4703213Z [00:03:10.895]➜  			"License/ZPL-2.0/license.txt",
2025-08-20T21:34:17.4708067Z [00:03:10.895]➜  			"License/ZPL-2.1/license.txt",
2025-08-20T21:34:17.4708680Z [00:03:10.895]➜  			"License/Zend-2.0/license.txt",
2025-08-20T21:34:17.4709018Z [00:03:10.895]➜  			"License/Zendesk/license.txt",
2025-08-20T21:34:17.4709322Z [00:03:10.895]➜  			"License/Zlib/license.txt",
2025-08-20T21:34:17.4709626Z [00:03:10.895]➜  			"License/Zlib/pristine.txt",
2025-08-20T21:34:17.4710245Z [00:03:10.895]➜  			"License/Zlib/roelofs.txt",
2025-08-20T21:34:17.4710567Z [00:03:10.895]➜  			"License/aopalliance/license.txt",
2025-08-20T21:34:17.4710890Z [00:03:10.895]➜  			"License/blessing/license.txt",
2025-08-20T21:34:17.4711338Z [00:03:10.895]➜  			"License/bzip2/1.0.3.txt",
2025-08-20T21:34:17.4711626Z [00:03:10.895]➜  			"License/bzip2/1.0.4.txt",
2025-08-20T21:34:17.4711914Z [00:03:10.895]➜  			"License/bzip2/1.0.5.txt",
2025-08-20T21:34:17.4712208Z [00:03:10.895]➜  			"License/bzip2/1.0.6.txt",
2025-08-20T21:34:17.4712501Z [00:03:10.895]➜  			"License/bzip2/1.0.8.txt",
2025-08-20T21:34:17.4712785Z [00:03:10.895]➜  			"License/bzip2/1.0.txt",
2025-08-20T21:34:17.4713077Z [00:03:10.895]➜  			"License/cURL/pristine.txt",
2025-08-20T21:34:17.4713384Z [00:03:10.895]➜  			"License/dso/license.txt",
2025-08-20T21:34:17.4713682Z [00:03:10.895]➜  			"License/eGenix/license.txt",
2025-08-20T21:34:17.4713988Z [00:03:10.895]➜  			"License/geant4/license.txt",
2025-08-20T21:34:17.4714301Z [00:03:10.895]➜  			"License/getopt/license.txt",
2025-08-20T21:34:17.4714611Z [00:03:10.895]➜  			"License/hdparm/license.txt",
2025-08-20T21:34:17.4714915Z [00:03:10.895]➜  			"License/libtiff/license.txt",
2025-08-20T21:34:17.4715236Z [00:03:10.895]➜  			"License/libtiff/singular.txt",
2025-08-20T21:34:17.4715559Z [00:03:10.895]➜  			"License/pffft/license.txt",
2025-08-20T21:34:17.4715863Z [00:03:10.895]➜  			"License/re2c/license.txt",
2025-08-20T21:34:17.4716173Z [00:03:10.895]➜  			"License/tcl_tk/pristine.txt",
2025-08-20T21:34:17.4716499Z [00:03:10.895]➜  			"License/unicode_org/pristine.txt",
2025-08-20T21:34:17.4716832Z [00:03:10.895]➜  			"License/wxWindows-3.1/license.txt",
2025-08-20T21:34:17.4717188Z [00:03:10.895]➜  			"License/zlib-acknowledgement/license.txt",
2025-08-20T21:34:17.4717782Z [00:03:10.895]➜  			"Supplement/Apache-2.0/apr.txt",
2025-08-20T21:34:17.4718204Z [00:03:10.895]➜  			"Supplement/Apache-2.0/contributions.txt",
2025-08-20T21:34:17.4718563Z [00:03:10.895]➜  			"Supplement/Apache-2.0/openssl.txt",
2025-08-20T21:34:17.4718911Z [00:03:10.895]➜  			"Supplement/Apache-2.0/openssl_debian.txt",
2025-08-20T21:34:17.4719290Z [00:03:10.895]➜  			"Supplement/Artistic-1.0-Perl/mjd_cpan_org.txt",
2025-08-20T21:34:17.4719659Z [00:03:10.895]➜  			"Supplement/BSD-2-Clause/laodict.txt",
2025-08-20T21:34:17.4719997Z [00:03:10.895]➜  			"Supplement/BSD-2-Clause/litex.txt",
2025-08-20T21:34:17.4720332Z [00:03:10.895]➜  			"Supplement/BSD-3-Clause/cjdict.txt",
2025-08-20T21:34:17.4720891Z [00:03:10.895]➜  			"Supplement/BSD-3-Clause/preface-chrome.txt",
2025-08-20T21:34:17.4721360Z [00:03:10.895]➜  			"Supplement/BSD-3-Clause/preface-libtabe.txt",
2025-08-20T21:34:17.4721736Z [00:03:10.895]➜  			"Supplement/BSD-3-Clause/preface-pcre.txt",
2025-08-20T21:34:17.4722169Z [00:03:10.895]➜  			"Supplement/BSD-3-Clause/protobuf.txt",
2025-08-20T21:34:17.4722579Z [00:03:10.895]➜  			"Supplement/BSD-3-Clause/uc-unix-a.txt",
2025-08-20T21:34:17.4722932Z [00:03:10.895]➜  			"Supplement/BSD-3-Clause/uc-unix-b.txt",
2025-08-20T21:34:17.4723278Z [00:03:10.895]➜  			"Supplement/BSD-4-Clause-UC/apr.txt",
2025-08-20T21:34:17.4723629Z [00:03:10.895]➜  			"Supplement/BSD-Source-Code/neon2sse.txt",
2025-08-20T21:34:17.4723984Z [00:03:10.895]➜  			"Supplement/CC-BY-4.0/preface.txt",
2025-08-20T21:34:17.4724322Z [00:03:10.895]➜  			"Supplement/CC-BY-NC-4.0/preface.txt",
2025-08-20T21:34:17.4724668Z [00:03:10.895]➜  			"Supplement/CC-BY-NC-ND-4.0/preface.txt",
2025-08-20T21:34:17.4725026Z [00:03:10.895]➜  			"Supplement/CC-BY-NC-SA-4.0/preface.txt",
2025-08-20T21:34:17.4725371Z [00:03:10.895]➜  			"Supplement/CC-BY-ND-4.0/preface.txt",
2025-08-20T21:34:17.4725711Z [00:03:10.895]➜  			"Supplement/CC-BY-SA-4.0/preface.txt",
2025-08-20T21:34:17.4726052Z [00:03:10.895]➜  			"Supplement/Entenssa/minpack.txt",
2025-08-20T21:34:17.4726379Z [00:03:10.895]➜  			"Supplement/GPL-2.0/syscall.txt",
2025-08-20T21:34:17.4726718Z [00:03:10.895]➜  			"Supplement/GPL-3.0/application-a.txt",
2025-08-20T21:34:17.4727222Z [00:03:10.895]➜  			"Supplement/ICU/timezone.txt",
2025-08-20T21:34:17.4727705Z [00:03:10.895]➜  			"Supplement/ImageMagick/usage.txt",
2025-08-20T21:34:17.4728110Z [00:03:10.895]➜  			"Supplement/MIT/checker-framework.txt",
2025-08-20T21:34:17.4728617Z [00:03:10.895]➜  			"Supplement/MIT/preface-a.txt",
2025-08-20T21:34:17.4728932Z [00:03:10.895]➜  			"Supplement/NCSA/llvm.txt",
2025-08-20T21:34:17.4729255Z [00:03:10.895]➜  			"Supplement/OROMatcher/preface.txt",
2025-08-20T21:34:17.4729599Z [00:03:10.895]➜  			"Supplement/Python-2.0/history.txt",
2025-08-20T21:34:17.4729930Z [00:03:10.895]➜  			"Supplement/X11-Lucent/utf8.txt",
2025-08-20T21:34:17.4730241Z [00:03:10.895]➜  			"Supplement/XZ/liblzma.txt",
2025-08-20T21:34:17.4730571Z [00:03:10.895]➜  			"Supplement/Zlib/extracted-readme.txt",
2025-08-20T21:34:17.4730924Z [00:03:10.895]➜  			"Supplement/Zlib/fastcopy-emails.txt",
2025-08-20T21:34:17.4731275Z [00:03:10.895]➜  			"Supplement/Zlib/requests.txt"
2025-08-20T21:34:17.4731550Z [00:03:10.895]➜  		]
2025-08-20T21:34:17.4731744Z [00:03:10.895]➜  	},
2025-08-20T21:34:17.4731950Z [00:03:10.895]➜  	"Files": {
2025-08-20T21:34:17.4732540Z [00:03:10.895]➜  		"Header/AFL-1.1/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/AFL-1.1/header.txt",
2025-08-20T21:34:17.4733442Z [00:03:10.895]➜  		"Header/AFL-1.2/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/AFL-1.2/header.txt",
2025-08-20T21:34:17.4734342Z [00:03:10.895]➜  		"Header/AFL-2.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/AFL-2.0/header.txt",
2025-08-20T21:34:17.4735231Z [00:03:10.895]➜  		"Header/AFL-2.1/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/AFL-2.1/header.txt",
2025-08-20T21:34:17.4736114Z [00:03:10.895]➜  		"Header/AFL-3.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/AFL-3.0/header.txt",
2025-08-20T21:34:17.4737014Z [00:03:10.895]➜  		"Header/AGPL-3.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/AGPL-3.0/header.txt",
2025-08-20T21:34:17.4738150Z [00:03:10.895]➜  		"Header/APSL-1.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/APSL-1.0/header.txt",
2025-08-20T21:34:17.4739072Z [00:03:10.895]➜  		"Header/APSL-1.1/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/APSL-1.1/header.txt",
2025-08-20T21:34:17.4740189Z [00:03:10.895]➜  		"Header/APSL-1.2/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/APSL-1.2/header.txt",
2025-08-20T21:34:17.4741204Z [00:03:10.895]➜  		"Header/APSL-2.0/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/APSL-2.0/a.txt",
2025-08-20T21:34:17.4742146Z [00:03:10.895]➜  		"Header/APSL-2.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/APSL-2.0/header.txt",
2025-08-20T21:34:17.4743070Z [00:03:10.895]➜  		"Header/Apache-2.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/Apache-2.0/header.txt",
2025-08-20T21:34:17.4743996Z [00:03:10.895]➜  		"Header/Apache-2.0/nourl.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/Apache-2.0/nourl.txt",
2025-08-20T21:34:17.4745041Z [00:03:10.895]➜  		"Header/Apache-2.0/short.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/Apache-2.0/short.txt",
2025-08-20T21:34:17.4746029Z [00:03:10.895]➜  		"Header/BSD-3-Clause-LBNL/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/BSD-3-Clause-LBNL/header.txt",
2025-08-20T21:34:17.4746993Z [00:03:10.895]➜  		"Header/BSD-3-Clause/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/BSD-3-Clause/a.txt",
2025-08-20T21:34:17.4748328Z [00:03:10.895]➜  		"Header/BSD-3-Clause/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/BSD-3-Clause/header.txt",
2025-08-20T21:34:17.4749909Z [00:03:10.895]➜  		"Header/BitTorrent-1.1/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/BitTorrent-1.1/header.txt",
2025-08-20T21:34:17.4751160Z [00:03:10.895]➜  		"Header/CDDL-1.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/CDDL-1.0/header.txt",
2025-08-20T21:34:17.4752260Z [00:03:10.895]➜  		"Header/CPAL-1.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/CPAL-1.0/header.txt",
2025-08-20T21:34:17.4753468Z [00:03:10.895]➜  		"Header/Elastic-2.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/Elastic-2.0/header.txt",
2025-08-20T21:34:17.4754526Z [00:03:10.895]➜  		"Header/GPL-1.0/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-1.0/a.txt",
2025-08-20T21:34:17.4755627Z [00:03:10.895]➜  		"Header/GPL-1.0/b.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-1.0/b.txt",
2025-08-20T21:34:17.4756846Z [00:03:10.895]➜  		"Header/GPL-2.0-with-autoconf-exception/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0-with-autoconf-exception/a.txt",
2025-08-20T21:34:17.4758550Z [00:03:10.895]➜  		"Header/GPL-2.0-with-autoconf-exception/b.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0-with-autoconf-exception/b.txt",
2025-08-20T21:34:17.4760083Z [00:03:10.895]➜  		"Header/GPL-2.0-with-autoconf-exception/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0-with-autoconf-exception/header.txt",
2025-08-20T21:34:17.4761862Z [00:03:10.895]➜  		"Header/GPL-2.0-with-classpath-exception/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0-with-classpath-exception/header.txt",
2025-08-20T21:34:17.4763274Z [00:03:10.895]➜  		"Header/GPL-2.0/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0/a.txt",
2025-08-20T21:34:17.4764276Z [00:03:10.895]➜  		"Header/GPL-2.0/b.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0/b.txt",
2025-08-20T21:34:17.4765384Z [00:03:10.895]➜  		"Header/GPL-2.0/c.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0/c.txt",
2025-08-20T21:34:17.4766468Z [00:03:10.895]➜  		"Header/GPL-2.0/d.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0/d.txt",
2025-08-20T21:34:17.4767593Z [00:03:10.895]➜  		"Header/GPL-2.0/e.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0/e.txt",
2025-08-20T21:34:17.4768640Z [00:03:10.895]➜  		"Header/GPL-2.0/f.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0/f.txt",
2025-08-20T21:34:17.4769605Z [00:03:10.895]➜  		"Header/GPL-2.0/g.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0/g.txt",
2025-08-20T21:34:17.4770700Z [00:03:10.895]➜  		"Header/GPL-2.0/h.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0/h.txt",
2025-08-20T21:34:17.4771865Z [00:03:10.895]➜  		"Header/GPL-2.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0/header.txt",
2025-08-20T21:34:17.4772989Z [00:03:10.895]➜  		"Header/GPL-2.0/i.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0/i.txt",
2025-08-20T21:34:17.4773993Z [00:03:10.895]➜  		"Header/GPL-2.0/j.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0/j.txt",
2025-08-20T21:34:17.4775061Z [00:03:10.895]➜  		"Header/GPL-2.0/k.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-2.0/k.txt",
2025-08-20T21:34:17.4776307Z [00:03:10.895]➜  		"Header/GPL-3.0-with-autoconf-exception/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-3.0-with-autoconf-exception/a.txt",
2025-08-20T21:34:17.4777930Z [00:03:10.895]➜  		"Header/GPL-3.0-with-autoconf-exception/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-3.0-with-autoconf-exception/header.txt",
2025-08-20T21:34:17.4779235Z [00:03:10.895]➜  		"Header/GPL-3.0-with-bison-exception/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-3.0-with-bison-exception/header.txt",
2025-08-20T21:34:17.4780464Z [00:03:10.895]➜  		"Header/GPL-3.0/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-3.0/a.txt",
2025-08-20T21:34:17.4781277Z [00:03:10.895]➜  		"Header/GPL-3.0/b.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-3.0/b.txt",
2025-08-20T21:34:17.4782125Z [00:03:10.895]➜  		"Header/GPL-3.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/GPL-3.0/header.txt",
2025-08-20T21:34:17.4783066Z [00:03:10.895]➜  		"Header/ImageMagick/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/ImageMagick/header.txt",
2025-08-20T21:34:17.4784173Z [00:03:10.895]➜  		"Header/LGPL-2.0/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/LGPL-2.0/a.txt",
2025-08-20T21:34:17.4785057Z [00:03:10.895]➜  		"Header/LGPL-2.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/LGPL-2.0/header.txt",
2025-08-20T21:34:17.4785918Z [00:03:10.895]➜  		"Header/LGPL-2.1/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/LGPL-2.1/a.txt",
2025-08-20T21:34:17.4786861Z [00:03:10.895]➜  		"Header/LGPL-2.1/b.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/LGPL-2.1/b.txt",
2025-08-20T21:34:17.4787874Z [00:03:10.895]➜  		"Header/LGPL-2.1/c.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/LGPL-2.1/c.txt",
2025-08-20T21:34:17.4788741Z [00:03:10.895]➜  		"Header/LGPL-2.1/d.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/LGPL-2.1/d.txt",
2025-08-20T21:34:17.4789613Z [00:03:10.895]➜  		"Header/LGPL-2.1/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/LGPL-2.1/header.txt",
2025-08-20T21:34:17.4790957Z [00:03:10.895]➜  		"Header/LGPL-2.1/qt_dual.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/LGPL-2.1/qt_dual.txt",
2025-08-20T21:34:17.4791970Z [00:03:10.895]➜  		"Header/LGPL-2.1/qt_toolkit.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/LGPL-2.1/qt_toolkit.txt",
2025-08-20T21:34:17.4792850Z [00:03:10.895]➜  		"Header/LGPL-3.0/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/LGPL-3.0/a.txt",
2025-08-20T21:34:17.4793666Z [00:03:10.895]➜  		"Header/LGPL-3.0/b.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/LGPL-3.0/b.txt",
2025-08-20T21:34:17.4794536Z [00:03:10.895]➜  		"Header/LGPL-3.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/LGPL-3.0/header.txt",
2025-08-20T21:34:17.4795741Z [00:03:10.895]➜  		"Header/Lattice-Semiconductor/copyright.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/Lattice-Semiconductor/copyright.txt",
2025-08-20T21:34:17.4796740Z [00:03:10.895]➜  		"Header/MIT/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/MIT/header.txt",
2025-08-20T21:34:17.4797719Z [00:03:10.895]➜  		"Header/MPL-1.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/MPL-1.0/header.txt",
2025-08-20T21:34:17.4798666Z [00:03:10.895]➜  		"Header/MPL-1.1/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/MPL-1.1/header.txt",
2025-08-20T21:34:17.4800229Z [00:03:10.895]➜  		"Header/MPL-2.0-no-copyleft-exception/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/MPL-2.0-no-copyleft-exception/header.txt",
2025-08-20T21:34:17.4801284Z [00:03:10.895]➜  		"Header/MPL-2.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/MPL-2.0/header.txt",
2025-08-20T21:34:17.4802152Z [00:03:10.895]➜  		"Header/MTK/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/MTK/header.txt",
2025-08-20T21:34:17.4803016Z [00:03:10.895]➜  		"Header/OSL-3.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/OSL-3.0/header.txt",
2025-08-20T21:34:17.4804095Z [00:03:10.895]➜  		"Header/OpenSSL/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/OpenSSL/header.txt",
2025-08-20T21:34:17.4805089Z [00:03:10.895]➜  		"Header/SGI-B-1.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/SGI-B-1.0/header.txt",
2025-08-20T21:34:17.4806007Z [00:03:10.895]➜  		"Header/SGI-B-1.1/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/SGI-B-1.1/header.txt",
2025-08-20T21:34:17.4806921Z [00:03:10.895]➜  		"Header/SISSL-1.2/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/SISSL-1.2/header.txt",
2025-08-20T21:34:17.4807911Z [00:03:10.895]➜  		"Header/SISSL/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/SISSL/header.txt",
2025-08-20T21:34:17.4808856Z [00:03:10.895]➜  		"Header/SSPL-1.0/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/SSPL-1.0/header.txt",
2025-08-20T21:34:17.4809896Z [00:03:10.895]➜  		"Header/W3C/header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Header/W3C/header.txt",
2025-08-20T21:34:17.4810859Z [00:03:10.895]➜  		"License/AFL-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/AFL-1.1/license.txt",
2025-08-20T21:34:17.4811790Z [00:03:10.895]➜  		"License/AFL-1.2/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/AFL-1.2/license.txt",
2025-08-20T21:34:17.4812709Z [00:03:10.895]➜  		"License/AFL-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/AFL-2.0/license.txt",
2025-08-20T21:34:17.4813699Z [00:03:10.895]➜  		"License/AFL-2.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/AFL-2.1/license.txt",
2025-08-20T21:34:17.4814676Z [00:03:10.895]➜  		"License/AFL-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/AFL-3.0/license.txt",
2025-08-20T21:34:17.4815608Z [00:03:10.895]➜  		"License/AGPL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/AGPL-1.0/license.txt",
2025-08-20T21:34:17.4816543Z [00:03:10.895]➜  		"License/AGPL-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/AGPL-3.0/license.txt",
2025-08-20T21:34:17.4817547Z [00:03:10.895]➜  		"License/AML/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/AML/license.txt",
2025-08-20T21:34:17.4818603Z [00:03:10.895]➜  		"License/AMPAS/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/AMPAS/license.txt",
2025-08-20T21:34:17.4819516Z [00:03:10.895]➜  		"License/ANTLR/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/ANTLR/license.txt",
2025-08-20T21:34:17.4820449Z [00:03:10.895]➜  		"License/APSL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/APSL-1.0/license.txt",
2025-08-20T21:34:17.4821386Z [00:03:10.895]➜  		"License/APSL-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/APSL-1.1/license.txt",
2025-08-20T21:34:17.4822466Z [00:03:10.895]➜  		"License/APSL-1.2/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/APSL-1.2/license.txt",
2025-08-20T21:34:17.4823399Z [00:03:10.895]➜  		"License/APSL-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/APSL-2.0/license.txt",
2025-08-20T21:34:17.4824378Z [00:03:10.895]➜  		"License/AdColony-SDK/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/AdColony-SDK/license.txt",
2025-08-20T21:34:17.4825384Z [00:03:10.895]➜  		"License/Android-SDK/20090410.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Android-SDK/20090410.txt",
2025-08-20T21:34:17.4826380Z [00:03:10.895]➜  		"License/Android-SDK/20161209.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Android-SDK/20161209.txt",
2025-08-20T21:34:17.4827359Z [00:03:10.895]➜  		"License/Apache-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Apache-1.0/license.txt",
2025-08-20T21:34:17.4828501Z [00:03:10.895]➜  		"License/Apache-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Apache-1.1/license.txt",
2025-08-20T21:34:17.4829460Z [00:03:10.895]➜  		"License/Apache-1.1/log4j.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Apache-1.1/log4j.txt",
2025-08-20T21:34:17.4830729Z [00:03:10.895]➜  		"License/Apache-2.0-Modified/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Apache-2.0-Modified/license.txt",
2025-08-20T21:34:17.4831856Z [00:03:10.895]➜  		"License/Apache-2.0/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Apache-2.0/a.txt",
2025-08-20T21:34:17.4832806Z [00:03:10.895]➜  		"License/Apache-2.0/b.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Apache-2.0/b.txt",
2025-08-20T21:34:17.4833710Z [00:03:10.895]➜  		"License/Apache-2.0/beri.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Apache-2.0/beri.txt",
2025-08-20T21:34:17.4834667Z [00:03:10.895]➜  		"License/Apache-2.0/no-header.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Apache-2.0/no-header.txt",
2025-08-20T21:34:17.4835725Z [00:03:10.895]➜  		"License/Apache-2.0/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Apache-2.0/pristine.txt",
2025-08-20T21:34:17.4836912Z [00:03:10.895]➜  		"License/Apache-with-LLVM-Exception/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Apache-with-LLVM-Exception/license.txt",
2025-08-20T21:34:17.4838356Z [00:03:10.895]➜  		"License/Apache-with-Runtime-Exception/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Apache-with-Runtime-Exception/license.txt",
2025-08-20T21:34:17.4839533Z [00:03:10.895]➜  		"License/Artistic-1.0-Perl/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Artistic-1.0-Perl/license.txt",
2025-08-20T21:34:17.4840633Z [00:03:10.895]➜  		"License/Artistic-1.0-cl8/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Artistic-1.0-cl8/license.txt",
2025-08-20T21:34:17.4841830Z [00:03:10.895]➜  		"License/Artistic-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Artistic-1.0/license.txt",
2025-08-20T21:34:17.4842825Z [00:03:10.895]➜  		"License/Artistic-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Artistic-2.0/license.txt",
2025-08-20T21:34:17.4843773Z [00:03:10.895]➜  		"License/Atmel/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Atmel/license.txt",
2025-08-20T21:34:17.4844904Z [00:03:10.895]➜  		"License/Autodesk-3D-Studio-File-Toolkit/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Autodesk-3D-Studio-File-Toolkit/license.txt",
2025-08-20T21:34:17.4846122Z [00:03:10.895]➜  		"License/BCL/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BCL/license.txt",
2025-08-20T21:34:17.4847036Z [00:03:10.895]➜  		"License/BLAS/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BLAS/pristine.txt",
2025-08-20T21:34:17.4848137Z [00:03:10.895]➜  		"License/BSD-0-Clause/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-0-Clause/license.txt",
2025-08-20T21:34:17.4849196Z [00:03:10.895]➜  		"License/BSD-2-Clause-Flex/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-2-Clause-Flex/pristine.txt",
2025-08-20T21:34:17.4850300Z [00:03:10.895]➜  		"License/BSD-2-Clause-FreeBSD/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-2-Clause-FreeBSD/license.txt",
2025-08-20T21:34:17.4851408Z [00:03:10.895]➜  		"License/BSD-2-Clause-NetBSD/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-2-Clause-NetBSD/license.txt",
2025-08-20T21:34:17.4852508Z [00:03:10.895]➜  		"License/BSD-2-Clause-Patent/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-2-Clause-Patent/license.txt",
2025-08-20T21:34:17.4853556Z [00:03:10.895]➜  		"License/BSD-2-Clause/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-2-Clause/license.txt",
2025-08-20T21:34:17.4854659Z [00:03:10.895]➜  		"License/BSD-2-Clause/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-2-Clause/pristine.txt",
2025-08-20T21:34:17.4855744Z [00:03:10.895]➜  		"License/BSD-2-Clause/tcpdump.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-2-Clause/tcpdump.txt",
2025-08-20T21:34:17.4856848Z [00:03:10.895]➜  		"License/BSD-3-Clause-Attribution/generic.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause-Attribution/generic.txt",
2025-08-20T21:34:17.4858179Z [00:03:10.895]➜  		"License/BSD-3-Clause-Attribution/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause-Attribution/license.txt",
2025-08-20T21:34:17.4859404Z [00:03:10.895]➜  		"License/BSD-3-Clause-Clear/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause-Clear/license.txt",
2025-08-20T21:34:17.4860557Z [00:03:10.895]➜  		"License/BSD-3-Clause-Clear/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause-Clear/pristine.txt",
2025-08-20T21:34:17.4861637Z [00:03:10.895]➜  		"License/BSD-3-Clause-LBNL/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause-LBNL/license.txt",
2025-08-20T21:34:17.4862732Z [00:03:10.895]➜  		"License/BSD-3-Clause-OpenMPI/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause-OpenMPI/license.txt",
2025-08-20T21:34:17.4863892Z [00:03:10.895]➜  		"License/BSD-3-Clause/JDOM.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause/JDOM.txt",
2025-08-20T21:34:17.4864821Z [00:03:10.895]➜  		"License/BSD-3-Clause/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause/a.txt",
2025-08-20T21:34:17.4865779Z [00:03:10.896]➜  		"License/BSD-3-Clause/juniper.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause/juniper.txt",
2025-08-20T21:34:17.4866772Z [00:03:10.896]➜  		"License/BSD-3-Clause/libcap.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause/libcap.txt",
2025-08-20T21:34:17.4867895Z [00:03:10.896]➜  		"License/BSD-3-Clause/libcap2.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause/libcap2.txt",
2025-08-20T21:34:17.4869047Z [00:03:10.896]➜  		"License/BSD-3-Clause/libpcap.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause/libpcap.txt",
2025-08-20T21:34:17.4870053Z [00:03:10.896]➜  		"License/BSD-3-Clause/mtk_pcap.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause/mtk_pcap.txt",
2025-08-20T21:34:17.4871060Z [00:03:10.896]➜  		"License/BSD-3-Clause/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause/pristine.txt",
2025-08-20T21:34:17.4872037Z [00:03:10.896]➜  		"License/BSD-3-Clause/sun.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-3-Clause/sun.txt",
2025-08-20T21:34:17.4873035Z [00:03:10.896]➜  		"License/BSD-4-Clause-UC/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-4-Clause-UC/license.txt",
2025-08-20T21:34:17.4874053Z [00:03:10.896]➜  		"License/BSD-4-Clause/kitware.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-4-Clause/kitware.txt",
2025-08-20T21:34:17.4875053Z [00:03:10.896]➜  		"License/BSD-4-Clause/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-4-Clause/license.txt",
2025-08-20T21:34:17.4876064Z [00:03:10.896]➜  		"License/BSD-4-Clause/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-4-Clause/pristine.txt",
2025-08-20T21:34:17.4877195Z [00:03:10.896]➜  		"License/BSD-4-Clause/vovida.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-4-Clause/vovida.txt",
2025-08-20T21:34:17.4878333Z [00:03:10.896]➜  		"License/BSD-FatFs/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-FatFs/license.txt",
2025-08-20T21:34:17.4879383Z [00:03:10.896]➜  		"License/BSD-No-Other-Rights/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-No-Other-Rights/license.txt",
2025-08-20T21:34:17.4880450Z [00:03:10.896]➜  		"License/BSD-Protection/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-Protection/license.txt",
2025-08-20T21:34:17.4881535Z [00:03:10.896]➜  		"License/BSD-Rice/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-Rice/license.txt",
2025-08-20T21:34:17.4882870Z [00:03:10.896]➜  		"License/BSD-Source-Code/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSD-Source-Code/license.txt",
2025-08-20T21:34:17.4883862Z [00:03:10.896]➜  		"License/BSL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSL-1.0/license.txt",
2025-08-20T21:34:17.4884794Z [00:03:10.896]➜  		"License/BSL-1.0/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BSL-1.0/pristine.txt",
2025-08-20T21:34:17.4885791Z [00:03:10.896]➜  		"License/BabelstoneIDS/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BabelstoneIDS/license.txt",
2025-08-20T21:34:17.4886988Z [00:03:10.896]➜  		"License/BeOpen/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BeOpen/license.txt",
2025-08-20T21:34:17.4888039Z [00:03:10.896]➜  		"License/Beerware/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Beerware/license.txt",
2025-08-20T21:34:17.4889046Z [00:03:10.896]➜  		"License/BitTorrent-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/BitTorrent-1.1/license.txt",
2025-08-20T21:34:17.4890045Z [00:03:10.896]➜  		"License/Bitstream/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Bitstream/license.txt",
2025-08-20T21:34:17.4891218Z [00:03:10.896]➜  		"License/Boost-original/variant1.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Boost-original/variant1.txt",
2025-08-20T21:34:17.4892381Z [00:03:10.896]➜  		"License/Business-Source-License-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Business-Source-License-1.1/license.txt",
2025-08-20T21:34:17.4893448Z [00:03:10.896]➜  		"License/CAL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CAL-1.0/license.txt",
2025-08-20T21:34:17.4894375Z [00:03:10.896]➜  		"License/CC-BY-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-1.0/license.txt",
2025-08-20T21:34:17.4895315Z [00:03:10.896]➜  		"License/CC-BY-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-2.0/license.txt",
2025-08-20T21:34:17.4896252Z [00:03:10.896]➜  		"License/CC-BY-2.5/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-2.5/license.txt",
2025-08-20T21:34:17.4897191Z [00:03:10.896]➜  		"License/CC-BY-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-3.0/license.txt",
2025-08-20T21:34:17.4898299Z [00:03:10.896]➜  		"License/CC-BY-4.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-4.0/license.txt",
2025-08-20T21:34:17.4899278Z [00:03:10.896]➜  		"License/CC-BY-NC-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-1.0/license.txt",
2025-08-20T21:34:17.4900793Z [00:03:10.896]➜  		"License/CC-BY-NC-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-2.0/license.txt",
2025-08-20T21:34:17.4901846Z [00:03:10.896]➜  		"License/CC-BY-NC-2.5/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-2.5/license.txt",
2025-08-20T21:34:17.4902821Z [00:03:10.896]➜  		"License/CC-BY-NC-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-3.0/license.txt",
2025-08-20T21:34:17.4903796Z [00:03:10.896]➜  		"License/CC-BY-NC-4.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-4.0/license.txt",
2025-08-20T21:34:17.4904856Z [00:03:10.896]➜  		"License/CC-BY-NC-ND-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-ND-1.0/license.txt",
2025-08-20T21:34:17.4905941Z [00:03:10.896]➜  		"License/CC-BY-NC-ND-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-ND-2.0/license.txt",
2025-08-20T21:34:17.4906949Z [00:03:10.896]➜  		"License/CC-BY-NC-ND-2.5/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-ND-2.5/license.txt",
2025-08-20T21:34:17.4908089Z [00:03:10.896]➜  		"License/CC-BY-NC-ND-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-ND-3.0/license.txt",
2025-08-20T21:34:17.4909100Z [00:03:10.896]➜  		"License/CC-BY-NC-ND-4.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-ND-4.0/license.txt",
2025-08-20T21:34:17.4910304Z [00:03:10.896]➜  		"License/CC-BY-NC-SA-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-SA-1.0/license.txt",
2025-08-20T21:34:17.4911315Z [00:03:10.896]➜  		"License/CC-BY-NC-SA-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-SA-2.0/license.txt",
2025-08-20T21:34:17.4912324Z [00:03:10.896]➜  		"License/CC-BY-NC-SA-2.5/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-SA-2.5/license.txt",
2025-08-20T21:34:17.4913331Z [00:03:10.896]➜  		"License/CC-BY-NC-SA-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-SA-3.0/license.txt",
2025-08-20T21:34:17.4914517Z [00:03:10.896]➜  		"License/CC-BY-NC-SA-4.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-NC-SA-4.0/license.txt",
2025-08-20T21:34:17.4915512Z [00:03:10.896]➜  		"License/CC-BY-ND-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-ND-1.0/license.txt",
2025-08-20T21:34:17.4916488Z [00:03:10.896]➜  		"License/CC-BY-ND-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-ND-2.0/license.txt",
2025-08-20T21:34:17.4917558Z [00:03:10.896]➜  		"License/CC-BY-ND-2.5/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-ND-2.5/license.txt",
2025-08-20T21:34:17.4918610Z [00:03:10.896]➜  		"License/CC-BY-ND-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-ND-3.0/license.txt",
2025-08-20T21:34:17.4919592Z [00:03:10.896]➜  		"License/CC-BY-ND-4.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-ND-4.0/license.txt",
2025-08-20T21:34:17.4920559Z [00:03:10.896]➜  		"License/CC-BY-SA-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-SA-1.0/license.txt",
2025-08-20T21:34:17.4921529Z [00:03:10.896]➜  		"License/CC-BY-SA-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-SA-2.0/license.txt",
2025-08-20T21:34:17.4922596Z [00:03:10.896]➜  		"License/CC-BY-SA-2.5/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-SA-2.5/license.txt",
2025-08-20T21:34:17.4923649Z [00:03:10.896]➜  		"License/CC-BY-SA-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-SA-3.0/license.txt",
2025-08-20T21:34:17.4924626Z [00:03:10.896]➜  		"License/CC-BY-SA-4.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC-BY-SA-4.0/license.txt",
2025-08-20T21:34:17.4925562Z [00:03:10.896]➜  		"License/CC0-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CC0-1.0/license.txt",
2025-08-20T21:34:17.4926566Z [00:03:10.896]➜  		"License/CDDL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CDDL-1.0/license.txt",
2025-08-20T21:34:17.4927660Z [00:03:10.896]➜  		"License/CDDL-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CDDL-1.1/license.txt",
2025-08-20T21:34:17.4928728Z [00:03:10.896]➜  		"License/CDLA-Permissive-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CDLA-Permissive-1.0/license.txt",
2025-08-20T21:34:17.4929754Z [00:03:10.896]➜  		"License/CECILL-2.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CECILL-2.1/license.txt",
2025-08-20T21:34:17.4930754Z [00:03:10.896]➜  		"License/CERN-OHL-WR-v2/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CERN-OHL-WR-v2/license.txt",
2025-08-20T21:34:17.4931979Z [00:03:10.896]➜  		"License/CERN-OHL-v1.2/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CERN-OHL-v1.2/license.txt",
2025-08-20T21:34:17.4932948Z [00:03:10.896]➜  		"License/CLIPS/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CLIPS/pristine.txt",
2025-08-20T21:34:17.4934042Z [00:03:10.896]➜  		"License/CNRI-Python-GPL-Compatible/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CNRI-Python-GPL-Compatible/license.txt",
2025-08-20T21:34:17.4935279Z [00:03:10.896]➜  		"License/CNRI-Python-GPL-Compatible/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CNRI-Python-GPL-Compatible/pristine.txt",
2025-08-20T21:34:17.4936503Z [00:03:10.896]➜  		"License/CPAL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CPAL-1.0/license.txt",
2025-08-20T21:34:17.4937437Z [00:03:10.896]➜  		"License/CPL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/CPL-1.0/license.txt",
2025-08-20T21:34:17.4938523Z [00:03:10.896]➜  		"License/Cloud-Pre-GA/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Cloud-Pre-GA/license.txt",
2025-08-20T21:34:17.4939554Z [00:03:10.896]➜  		"License/Commons-Clause/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Commons-Clause/license.txt",
2025-08-20T21:34:17.4940565Z [00:03:10.896]➜  		"License/DBAD/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/DBAD/license.txt",
2025-08-20T21:34:17.4941474Z [00:03:10.896]➜  		"License/DRL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/DRL-1.0/license.txt",
2025-08-20T21:34:17.4942390Z [00:03:10.896]➜  		"License/EPL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/EPL-1.0/license.txt",
2025-08-20T21:34:17.4943313Z [00:03:10.896]➜  		"License/EPL-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/EPL-2.0/license.txt",
2025-08-20T21:34:17.4944242Z [00:03:10.896]➜  		"License/EUPL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/EUPL-1.0/license.txt",
2025-08-20T21:34:17.4945282Z [00:03:10.896]➜  		"License/EUPL-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/EUPL-1.1/license.txt",
2025-08-20T21:34:17.4946309Z [00:03:10.896]➜  		"License/Elastic-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Elastic-2.0/license.txt",
2025-08-20T21:34:17.4947279Z [00:03:10.896]➜  		"License/Entenssa/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Entenssa/license.txt",
2025-08-20T21:34:17.4948361Z [00:03:10.896]➜  		"License/FFT2D/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/FFT2D/pristine.txt",
2025-08-20T21:34:17.4949347Z [00:03:10.896]➜  		"License/FTL/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/FTL/license.txt",
2025-08-20T21:34:17.4950434Z [00:03:10.896]➜  		"License/Facebook-2-Clause/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Facebook-2-Clause/license.txt",
2025-08-20T21:34:17.4951515Z [00:03:10.896]➜  		"License/Facebook-3-Clause/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Facebook-3-Clause/license.txt",
2025-08-20T21:34:17.4952592Z [00:03:10.896]➜  		"License/Facebook-Examples/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Facebook-Examples/license.txt",
2025-08-20T21:34:17.4953618Z [00:03:10.896]➜  		"License/FreeImage/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/FreeImage/license.txt",
2025-08-20T21:34:17.4954853Z [00:03:10.896]➜  		"License/GD-Graphic-Library/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GD-Graphic-Library/license.txt",
2025-08-20T21:34:17.4955898Z [00:03:10.896]➜  		"License/GIAJWTOU-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GIAJWTOU-2.0/license.txt",
2025-08-20T21:34:17.4956894Z [00:03:10.896]➜  		"License/GIF-Encoder/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GIF-Encoder/license.txt",
2025-08-20T21:34:17.4958225Z [00:03:10.896]➜  		"License/GNU-All-permissive-Copying-License/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GNU-All-permissive-Copying-License/license.txt",
2025-08-20T21:34:17.4959509Z [00:03:10.896]➜  		"License/GPL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-1.0/license.txt",
2025-08-20T21:34:17.4960540Z [00:03:10.896]➜  		"License/GPL-2.0-with-GCC-exception/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-2.0-with-GCC-exception/a.txt",
2025-08-20T21:34:17.4961688Z [00:03:10.896]➜  		"License/GPL-2.0-with-GCC-exception/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-2.0-with-GCC-exception/license.txt",
2025-08-20T21:34:17.4962879Z [00:03:10.896]➜  		"License/GPL-2.0-with-autoconf-exception/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-2.0-with-autoconf-exception/a.txt",
2025-08-20T21:34:17.4964120Z [00:03:10.896]➜  		"License/GPL-2.0-with-autoconf-exception/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-2.0-with-autoconf-exception/license.txt",
2025-08-20T21:34:17.4965329Z [00:03:10.896]➜  		"License/GPL-2.0-with-bison-exception/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-2.0-with-bison-exception/a.txt",
2025-08-20T21:34:17.4966544Z [00:03:10.896]➜  		"License/GPL-2.0-with-bison-exception/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-2.0-with-bison-exception/license.txt",
2025-08-20T21:34:17.4967873Z [00:03:10.896]➜  		"License/GPL-2.0-with-classpath-exception/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-2.0-with-classpath-exception/a.txt",
2025-08-20T21:34:17.4969292Z [00:03:10.896]➜  		"License/GPL-2.0-with-classpath-exception/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-2.0-with-classpath-exception/license.txt",
2025-08-20T21:34:17.4970561Z [00:03:10.896]➜  		"License/GPL-2.0-with-font-exception/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-2.0-with-font-exception/a.txt",
2025-08-20T21:34:17.4971727Z [00:03:10.896]➜  		"License/GPL-2.0-with-font-exception/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-2.0-with-font-exception/license.txt",
2025-08-20T21:34:17.4972795Z [00:03:10.896]➜  		"License/GPL-2.0/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-2.0/a.txt",
2025-08-20T21:34:17.4973775Z [00:03:10.896]➜  		"License/GPL-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-2.0/license.txt",
2025-08-20T21:34:17.4974853Z [00:03:10.896]➜  		"License/GPL-3.0-with-GCC-exception/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-3.0-with-GCC-exception/license.txt",
2025-08-20T21:34:17.4976106Z [00:03:10.896]➜  		"License/GPL-3.0-with-autoconf-exception/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-3.0-with-autoconf-exception/license.txt",
2025-08-20T21:34:17.4977622Z [00:03:10.896]➜  		"License/GPL-3.0-with-bison-exception/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-3.0-with-bison-exception/license.txt",
2025-08-20T21:34:17.4978752Z [00:03:10.896]➜  		"License/GPL-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GPL-3.0/license.txt",
2025-08-20T21:34:17.4979756Z [00:03:10.896]➜  		"License/GUST-Font-License/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GUST-Font-License/license.txt",
2025-08-20T21:34:17.4980804Z [00:03:10.896]➜  		"License/GenericIntel/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/GenericIntel/license.txt",
2025-08-20T21:34:17.4981950Z [00:03:10.896]➜  		"License/HDF5/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/HDF5/pristine.txt",
2025-08-20T21:34:17.4983443Z [00:03:10.896]➜  		"License/HPND-sell-variant/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/HPND-sell-variant/license.txt",
2025-08-20T21:34:17.4984548Z [00:03:10.896]➜  		"License/HPND-sell-variant/vecmath.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/HPND-sell-variant/vecmath.txt",
2025-08-20T21:34:17.4985521Z [00:03:10.896]➜  		"License/HTK/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/HTK/license.txt",
2025-08-20T21:34:17.4986401Z [00:03:10.896]➜  		"License/ICU/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/ICU/license.txt",
2025-08-20T21:34:17.4987277Z [00:03:10.896]➜  		"License/IDA/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/IDA/license.txt",
2025-08-20T21:34:17.4988291Z [00:03:10.896]➜  		"License/IJG/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/IJG/license.txt",
2025-08-20T21:34:17.4989199Z [00:03:10.896]➜  		"License/IPL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/IPL-1.0/license.txt",
2025-08-20T21:34:17.4990096Z [00:03:10.896]➜  		"License/ISC/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/ISC/license.txt",
2025-08-20T21:34:17.4990983Z [00:03:10.896]➜  		"License/ISC/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/ISC/pristine.txt",
2025-08-20T21:34:17.4992076Z [00:03:10.896]➜  		"License/ImageMagick/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/ImageMagick/license.txt",
2025-08-20T21:34:17.4993150Z [00:03:10.896]➜  		"License/ImageMagick/summary.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/ImageMagick/summary.txt",
2025-08-20T21:34:17.4994126Z [00:03:10.896]➜  		"License/Info-ZIP/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Info-ZIP/license.txt",
2025-08-20T21:34:17.4995083Z [00:03:10.896]➜  		"License/InnerNet/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/InnerNet/license.txt",
2025-08-20T21:34:17.4996103Z [00:03:10.896]➜  		"License/JSON/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/JSON/license.txt",
2025-08-20T21:34:17.4997081Z [00:03:10.896]➜  		"License/JTidy/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/JTidy/pristine.txt",
2025-08-20T21:34:17.4998188Z [00:03:10.896]➜  		"License/JasPer/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/JasPer/license.txt",
2025-08-20T21:34:17.4999115Z [00:03:10.896]➜  		"License/KUKA/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/KUKA/pristine.txt",
2025-08-20T21:34:17.5000044Z [00:03:10.896]➜  		"License/Khronos/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Khronos/license.txt",
2025-08-20T21:34:17.5001638Z [00:03:10.896]➜  		"License/Khronos_OpenCL/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Khronos_OpenCL/pristine.txt",
2025-08-20T21:34:17.5002581Z [00:03:10.896]➜  		"License/LGPL-2.0/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LGPL-2.0/a.txt",
2025-08-20T21:34:17.5003475Z [00:03:10.896]➜  		"License/LGPL-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LGPL-2.0/license.txt",
2025-08-20T21:34:17.5004359Z [00:03:10.896]➜  		"License/LGPL-2.1/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LGPL-2.1/a.txt",
2025-08-20T21:34:17.5005429Z [00:03:10.896]➜  		"License/LGPL-2.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LGPL-2.1/license.txt",
2025-08-20T21:34:17.5006376Z [00:03:10.896]➜  		"License/LGPL-2.1/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LGPL-2.1/pristine.txt",
2025-08-20T21:34:17.5007327Z [00:03:10.896]➜  		"License/LGPL-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LGPL-3.0/license.txt",
2025-08-20T21:34:17.5008423Z [00:03:10.896]➜  		"License/LGPL-3.0/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LGPL-3.0/pristine.txt",
2025-08-20T21:34:17.5009369Z [00:03:10.896]➜  		"License/LGPLLR/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LGPLLR/license.txt",
2025-08-20T21:34:17.5010295Z [00:03:10.896]➜  		"License/LPL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LPL-1.0/license.txt",
2025-08-20T21:34:17.5011223Z [00:03:10.896]➜  		"License/LPL-1.02/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LPL-1.02/license.txt",
2025-08-20T21:34:17.5012163Z [00:03:10.896]➜  		"License/LPPL-1.3c/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LPPL-1.3c/license.txt",
2025-08-20T21:34:17.5013085Z [00:03:10.896]➜  		"License/LZMA/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LZMA/license.txt",
2025-08-20T21:34:17.5014224Z [00:03:10.896]➜  		"License/Lattice-Semiconductor/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Lattice-Semiconductor/license.txt",
2025-08-20T21:34:17.5015331Z [00:03:10.896]➜  		"License/Libpng/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Libpng/license.txt",
2025-08-20T21:34:17.5016349Z [00:03:10.896]➜  		"License/LicenseRef-C-Ares/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LicenseRef-C-Ares/license.txt",
2025-08-20T21:34:17.5017544Z [00:03:10.896]➜  		"License/LicenseRef-MIT-Lucent/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LicenseRef-MIT-Lucent/license.txt",
2025-08-20T21:34:17.5018867Z [00:03:10.896]➜  		"License/LicenseRef-Nordic-binary/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LicenseRef-Nordic-binary/license.txt",
2025-08-20T21:34:17.5020071Z [00:03:10.896]➜  		"License/LicenseRef-SendMail/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LicenseRef-SendMail/license.txt",
2025-08-20T21:34:17.5021184Z [00:03:10.896]➜  		"License/LicenseRef-iccjpeg/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LicenseRef-iccjpeg/license.txt",
2025-08-20T21:34:17.5022266Z [00:03:10.896]➜  		"License/LicenseRef-nacl/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LicenseRef-nacl/license.txt",
2025-08-20T21:34:17.5023381Z [00:03:10.896]➜  		"License/LicenseRef-takuya-ooura/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LicenseRef-takuya-ooura/license.txt",
2025-08-20T21:34:17.5024656Z [00:03:10.896]➜  		"License/LicenseRef-uthash/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/LicenseRef-uthash/license.txt",
2025-08-20T21:34:17.5025659Z [00:03:10.896]➜  		"License/Lil-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Lil-1.0/license.txt",
2025-08-20T21:34:17.5026631Z [00:03:10.896]➜  		"License/Linux-OpenIB/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Linux-OpenIB/license.txt",
2025-08-20T21:34:17.5027789Z [00:03:10.896]➜  		"License/MIT-Modern-Variant/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MIT-Modern-Variant/pristine.txt",
2025-08-20T21:34:17.5028883Z [00:03:10.896]➜  		"License/MIT/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MIT/a.txt",
2025-08-20T21:34:17.5029685Z [00:03:10.896]➜  		"License/MIT/dec.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MIT/dec.txt",
2025-08-20T21:34:17.5030548Z [00:03:10.896]➜  		"License/MIT/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MIT/pristine.txt",
2025-08-20T21:34:17.5031405Z [00:03:10.896]➜  		"License/MIT/xfig.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MIT/xfig.txt",
2025-08-20T21:34:17.5032286Z [00:03:10.896]➜  		"License/MPL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MPL-1.0/license.txt",
2025-08-20T21:34:17.5033209Z [00:03:10.896]➜  		"License/MPL-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MPL-1.1/license.txt",
2025-08-20T21:34:17.5034133Z [00:03:10.896]➜  		"License/MPL-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MPL-2.0/license.txt",
2025-08-20T21:34:17.5035064Z [00:03:10.896]➜  		"License/MPL-2.0/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MPL-2.0/pristine.txt",
2025-08-20T21:34:17.5035987Z [00:03:10.896]➜  		"License/MS-PL/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MS-PL/license.txt",
2025-08-20T21:34:17.5036987Z [00:03:10.896]➜  		"License/MS-RL/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MS-RL/license.txt",
2025-08-20T21:34:17.5037994Z [00:03:10.896]➜  		"License/MTK/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MTK/a.txt",
2025-08-20T21:34:17.5038846Z [00:03:10.896]➜  		"License/MTK/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/MTK/pristine.txt",
2025-08-20T21:34:17.5039826Z [00:03:10.896]➜  		"License/NAIST-2003/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/NAIST-2003/license.txt",
2025-08-20T21:34:17.5040843Z [00:03:10.896]➜  		"License/NCBI/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/NCBI/license.txt",
2025-08-20T21:34:17.5041798Z [00:03:10.896]➜  		"License/NCSA/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/NCSA/license.txt",
2025-08-20T21:34:17.5042698Z [00:03:10.896]➜  		"License/NGPL/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/NGPL/license.txt",
2025-08-20T21:34:17.5043609Z [00:03:10.896]➜  		"License/NPL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/NPL-1.0/license.txt",
2025-08-20T21:34:17.5044528Z [00:03:10.896]➜  		"License/NPL-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/NPL-1.1/license.txt",
2025-08-20T21:34:17.5045564Z [00:03:10.896]➜  		"License/NREL/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/NREL/license.txt",
2025-08-20T21:34:17.5046479Z [00:03:10.896]➜  		"License/OFL-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/OFL-1.1/license.txt",
2025-08-20T21:34:17.5047434Z [00:03:10.896]➜  		"License/OROMatcher/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/OROMatcher/license.txt",
2025-08-20T21:34:17.5048536Z [00:03:10.896]➜  		"License/OSL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/OSL-1.0/license.txt",
2025-08-20T21:34:17.5049452Z [00:03:10.896]➜  		"License/OSL-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/OSL-1.1/license.txt",
2025-08-20T21:34:17.5050522Z [00:03:10.896]➜  		"License/OSL-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/OSL-2.0/license.txt",
2025-08-20T21:34:17.5051445Z [00:03:10.896]➜  		"License/OSL-2.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/OSL-2.1/license.txt",
2025-08-20T21:34:17.5052362Z [00:03:10.896]➜  		"License/OSL-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/OSL-3.0/license.txt",
2025-08-20T21:34:17.5053413Z [00:03:10.896]➜  		"License/Open-Game-License-1.0a/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Open-Game-License-1.0a/pristine.txt",
2025-08-20T21:34:17.5054466Z [00:03:10.896]➜  		"License/OpenLDAP/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/OpenLDAP/license.txt",
2025-08-20T21:34:17.5055365Z [00:03:10.896]➜  		"License/OpenSSL/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/OpenSSL/a.txt",
2025-08-20T21:34:17.5056257Z [00:03:10.896]➜  		"License/OpenSSL/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/OpenSSL/license.txt",
2025-08-20T21:34:17.5057234Z [00:03:10.896]➜  		"License/OpenVision/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/OpenVision/license.txt",
2025-08-20T21:34:17.5058452Z [00:03:10.896]➜  		"License/Oracle-Open-Symphony/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Oracle-Open-Symphony/license.txt",
2025-08-20T21:34:17.5059576Z [00:03:10.896]➜  		"License/PHP-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/PHP-3.0/license.txt",
2025-08-20T21:34:17.5060572Z [00:03:10.896]➜  		"License/PHP-3.01/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/PHP-3.01/license.txt",
2025-08-20T21:34:17.5061479Z [00:03:10.896]➜  		"License/PIL/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/PIL/license.txt",
2025-08-20T21:34:17.5062374Z [00:03:10.896]➜  		"License/PNG/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/PNG/pristine.txt",
2025-08-20T21:34:17.5063339Z [00:03:10.896]➜  		"License/PPP/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/PPP/pristine.txt",
2025-08-20T21:34:17.5064334Z [00:03:10.896]➜  		"License/PostgreSQL/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/PostgreSQL/license.txt",
2025-08-20T21:34:17.5065391Z [00:03:10.896]➜  		"License/Python-2.0-complete/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Python-2.0-complete/license.txt",
2025-08-20T21:34:17.5066423Z [00:03:10.896]➜  		"License/Python-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Python-2.0/license.txt",
2025-08-20T21:34:17.5067371Z [00:03:10.896]➜  		"License/QPL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/QPL-1.0/license.txt",
2025-08-20T21:34:17.5068552Z [00:03:10.896]➜  		"License/Qhull/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Qhull/license.txt",
2025-08-20T21:34:17.5069491Z [00:03:10.896]➜  		"License/RCSB-PDB/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/RCSB-PDB/license.txt",
2025-08-20T21:34:17.5070415Z [00:03:10.896]➜  		"License/RSA/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/RSA/pristine.txt",
2025-08-20T21:34:17.5071365Z [00:03:10.896]➜  		"License/Rijndael-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Rijndael-3.0/license.txt",
2025-08-20T21:34:17.5072437Z [00:03:10.896]➜  		"License/Ruby/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Ruby/license.txt",
2025-08-20T21:34:17.5073358Z [00:03:10.896]➜  		"License/SGI-B-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/SGI-B-1.0/license.txt",
2025-08-20T21:34:17.5074303Z [00:03:10.896]➜  		"License/SGI-B-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/SGI-B-1.1/license.txt",
2025-08-20T21:34:17.5075240Z [00:03:10.896]➜  		"License/SGI-B-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/SGI-B-2.0/license.txt",
2025-08-20T21:34:17.5076184Z [00:03:10.896]➜  		"License/SISSL-1.2/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/SISSL-1.2/license.txt",
2025-08-20T21:34:17.5077112Z [00:03:10.896]➜  		"License/SISSL/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/SISSL/license.txt",
2025-08-20T21:34:17.5078250Z [00:03:10.896]➜  		"License/SPL-SQRT-FLOOR/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/SPL-SQRT-FLOOR/license.txt",
2025-08-20T21:34:17.5079233Z [00:03:10.896]➜  		"License/SQLite/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/SQLite/license.txt",
2025-08-20T21:34:17.5080259Z [00:03:10.896]➜  		"License/SSPL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/SSPL-1.0/license.txt",
2025-08-20T21:34:17.5081249Z [00:03:10.896]➜  		"License/Sflow/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Sflow/license.txt",
2025-08-20T21:34:17.5082256Z [00:03:10.896]➜  		"License/Sleepycat/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Sleepycat/license.txt",
2025-08-20T21:34:17.5083627Z [00:03:10.896]➜  		"License/Spencer-86/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Spencer-86/license.txt",
2025-08-20T21:34:17.5084673Z [00:03:10.896]➜  		"License/Spencer-86/revised.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Spencer-86/revised.txt",
2025-08-20T21:34:17.5085633Z [00:03:10.896]➜  		"License/SunPro/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/SunPro/license.txt",
2025-08-20T21:34:17.5086546Z [00:03:10.896]➜  		"License/TPM-2/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/TPM-2/license.txt",
2025-08-20T21:34:17.5087620Z [00:03:10.896]➜  		"License/Tensilica/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Tensilica/pristine.txt",
2025-08-20T21:34:17.5088663Z [00:03:10.896]➜  		"License/UFL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/UFL-1.0/license.txt",
2025-08-20T21:34:17.5089590Z [00:03:10.896]➜  		"License/UPL-1.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/UPL-1.0/license.txt",
2025-08-20T21:34:17.5090745Z [00:03:10.896]➜  		"License/USGovernment/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/USGovernment/license.txt",
2025-08-20T21:34:17.5091738Z [00:03:10.896]➜  		"License/Unicode-DFS-2015/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Unicode-DFS-2015/a.txt",
2025-08-20T21:34:17.5092751Z [00:03:10.896]➜  		"License/Unicode-DFS-2015/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Unicode-DFS-2015/license.txt",
2025-08-20T21:34:17.5093760Z [00:03:10.896]➜  		"License/Unicode-DFS-2016/a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Unicode-DFS-2016/a.txt",
2025-08-20T21:34:17.5094950Z [00:03:10.896]➜  		"License/Unicode-DFS-2016/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Unicode-DFS-2016/license.txt",
2025-08-20T21:34:17.5095972Z [00:03:10.896]➜  		"License/Unicode-TOU/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Unicode-TOU/license.txt",
2025-08-20T21:34:17.5096962Z [00:03:10.896]➜  		"License/Unlicense/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Unlicense/license.txt",
2025-08-20T21:34:17.5098034Z [00:03:10.896]➜  		"License/VMAC/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/VMAC/license.txt",
2025-08-20T21:34:17.5098945Z [00:03:10.896]➜  		"License/Vim/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Vim/license.txt",
2025-08-20T21:34:17.5099887Z [00:03:10.896]➜  		"License/W3C-19980720/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/W3C-19980720/license.txt",
2025-08-20T21:34:17.5100885Z [00:03:10.896]➜  		"License/W3C-20150513/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/W3C-20150513/license.txt",
2025-08-20T21:34:17.5102269Z [00:03:10.896]➜  		"License/W3C/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/W3C/license.txt",
2025-08-20T21:34:17.5103314Z [00:03:10.896]➜  		"License/WTFPL/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/WTFPL/license.txt",
2025-08-20T21:34:17.5104281Z [00:03:10.896]➜  		"License/WTFPL/v2.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/WTFPL/v2.txt",
2025-08-20T21:34:17.5105297Z [00:03:10.896]➜  		"License/Waymo1P/notice.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Waymo1P/notice.txt",
2025-08-20T21:34:17.5106348Z [00:03:10.896]➜  		"License/Windows-SDK-10/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Windows-SDK-10/license.txt",
2025-08-20T21:34:17.5107355Z [00:03:10.896]➜  		"License/WordNet-3.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/WordNet-3.0/license.txt",
2025-08-20T21:34:17.5108466Z [00:03:10.896]➜  		"License/X11-Lucent/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/X11-Lucent/license.txt",
2025-08-20T21:34:17.5109391Z [00:03:10.896]➜  		"License/X11/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/X11/license.txt",
2025-08-20T21:34:17.5110230Z [00:03:10.896]➜  		"License/XZ/java.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/XZ/java.txt",
2025-08-20T21:34:17.5111063Z [00:03:10.896]➜  		"License/XZ/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/XZ/license.txt",
2025-08-20T21:34:17.5111952Z [00:03:10.896]➜  		"License/Xcode/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Xcode/license.txt",
2025-08-20T21:34:17.5112858Z [00:03:10.896]➜  		"License/Xnet/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Xnet/license.txt",
2025-08-20T21:34:17.5113953Z [00:03:10.896]➜  		"License/ZPL-1.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/ZPL-1.1/license.txt",
2025-08-20T21:34:17.5114883Z [00:03:10.896]➜  		"License/ZPL-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/ZPL-2.0/license.txt",
2025-08-20T21:34:17.5115803Z [00:03:10.896]➜  		"License/ZPL-2.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/ZPL-2.1/license.txt",
2025-08-20T21:34:17.5116729Z [00:03:10.896]➜  		"License/Zend-2.0/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Zend-2.0/license.txt",
2025-08-20T21:34:17.5117941Z [00:03:10.896]➜  		"License/Zendesk/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Zendesk/license.txt",
2025-08-20T21:34:17.5118911Z [00:03:10.896]➜  		"License/Zlib/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Zlib/license.txt",
2025-08-20T21:34:17.5119823Z [00:03:10.896]➜  		"License/Zlib/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Zlib/pristine.txt",
2025-08-20T21:34:17.5120729Z [00:03:10.896]➜  		"License/Zlib/roelofs.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/Zlib/roelofs.txt",
2025-08-20T21:34:17.5121692Z [00:03:10.896]➜  		"License/aopalliance/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/aopalliance/license.txt",
2025-08-20T21:34:17.5122670Z [00:03:10.896]➜  		"License/blessing/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/blessing/license.txt",
2025-08-20T21:34:17.5123576Z [00:03:10.896]➜  		"License/bzip2/1.0.3.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/bzip2/1.0.3.txt",
2025-08-20T21:34:17.5124433Z [00:03:10.899]➜  		"License/bzip2/1.0.4.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/bzip2/1.0.4.txt",
2025-08-20T21:34:17.5125380Z [00:03:10.899]➜  		"License/bzip2/1.0.5.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/bzip2/1.0.5.txt",
2025-08-20T21:34:17.5126285Z [00:03:10.899]➜  		"License/bzip2/1.0.6.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/bzip2/1.0.6.txt",
2025-08-20T21:34:17.5127194Z [00:03:10.899]➜  		"License/bzip2/1.0.8.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/bzip2/1.0.8.txt",
2025-08-20T21:34:17.5128184Z [00:03:10.899]➜  		"License/bzip2/1.0.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/bzip2/1.0.txt",
2025-08-20T21:34:17.5129072Z [00:03:10.899]➜  		"License/cURL/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/cURL/pristine.txt",
2025-08-20T21:34:17.5129967Z [00:03:10.899]➜  		"License/dso/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/dso/license.txt",
2025-08-20T21:34:17.5130874Z [00:03:10.899]➜  		"License/eGenix/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/eGenix/license.txt",
2025-08-20T21:34:17.5131795Z [00:03:10.899]➜  		"License/geant4/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/geant4/license.txt",
2025-08-20T21:34:17.5132723Z [00:03:10.899]➜  		"License/getopt/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/getopt/license.txt",
2025-08-20T21:34:17.5133653Z [00:03:10.899]➜  		"License/hdparm/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/hdparm/license.txt",
2025-08-20T21:34:17.5134589Z [00:03:10.899]➜  		"License/libtiff/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/libtiff/license.txt",
2025-08-20T21:34:17.5135736Z [00:03:10.899]➜  		"License/libtiff/singular.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/libtiff/singular.txt",
2025-08-20T21:34:17.5136673Z [00:03:10.899]➜  		"License/pffft/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/pffft/license.txt",
2025-08-20T21:34:17.5137711Z [00:03:10.899]➜  		"License/re2c/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/re2c/license.txt",
2025-08-20T21:34:17.5138710Z [00:03:10.899]➜  		"License/tcl_tk/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/tcl_tk/pristine.txt",
2025-08-20T21:34:17.5139853Z [00:03:10.899]➜  		"License/unicode_org/pristine.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/unicode_org/pristine.txt",
2025-08-20T21:34:17.5140861Z [00:03:10.899]➜  		"License/wxWindows-3.1/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/wxWindows-3.1/license.txt",
2025-08-20T21:34:17.5141943Z [00:03:10.899]➜  		"License/zlib-acknowledgement/license.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/License/zlib-acknowledgement/license.txt",
2025-08-20T21:34:17.5142977Z [00:03:10.899]➜  		"Supplement/Apache-2.0/apr.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/Apache-2.0/apr.txt",
2025-08-20T21:34:17.5144022Z [00:03:10.899]➜  		"Supplement/Apache-2.0/contributions.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/Apache-2.0/contributions.txt",
2025-08-20T21:34:17.5145077Z [00:03:10.899]➜  		"Supplement/Apache-2.0/openssl.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/Apache-2.0/openssl.txt",
2025-08-20T21:34:17.5146141Z [00:03:10.899]➜  		"Supplement/Apache-2.0/openssl_debian.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/Apache-2.0/openssl_debian.txt",
2025-08-20T21:34:17.5147368Z [00:03:10.899]➜  		"Supplement/Artistic-1.0-Perl/mjd_cpan_org.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/Artistic-1.0-Perl/mjd_cpan_org.txt",
2025-08-20T21:34:17.5148638Z [00:03:10.899]➜  		"Supplement/BSD-2-Clause/laodict.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/BSD-2-Clause/laodict.txt",
2025-08-20T21:34:17.5149742Z [00:03:10.899]➜  		"Supplement/BSD-2-Clause/litex.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/BSD-2-Clause/litex.txt",
2025-08-20T21:34:17.5150826Z [00:03:10.899]➜  		"Supplement/BSD-3-Clause/cjdict.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/BSD-3-Clause/cjdict.txt",
2025-08-20T21:34:17.5151926Z [00:03:10.899]➜  		"Supplement/BSD-3-Clause/preface-chrome.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/BSD-3-Clause/preface-chrome.txt",
2025-08-20T21:34:17.5153088Z [00:03:10.899]➜  		"Supplement/BSD-3-Clause/preface-libtabe.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/BSD-3-Clause/preface-libtabe.txt",
2025-08-20T21:34:17.5154229Z [00:03:10.899]➜  		"Supplement/BSD-3-Clause/preface-pcre.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/BSD-3-Clause/preface-pcre.txt",
2025-08-20T21:34:17.5155324Z [00:03:10.899]➜  		"Supplement/BSD-3-Clause/protobuf.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/BSD-3-Clause/protobuf.txt",
2025-08-20T21:34:17.5156384Z [00:03:10.899]➜  		"Supplement/BSD-3-Clause/uc-unix-a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/BSD-3-Clause/uc-unix-a.txt",
2025-08-20T21:34:17.5157545Z [00:03:10.899]➜  		"Supplement/BSD-3-Clause/uc-unix-b.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/BSD-3-Clause/uc-unix-b.txt",
2025-08-20T21:34:17.5158753Z [00:03:10.899]➜  		"Supplement/BSD-4-Clause-UC/apr.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/BSD-4-Clause-UC/apr.txt",
2025-08-20T21:34:17.5159830Z [00:03:10.899]➜  		"Supplement/BSD-Source-Code/neon2sse.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/BSD-Source-Code/neon2sse.txt",
2025-08-20T21:34:17.5160873Z [00:03:10.899]➜  		"Supplement/CC-BY-4.0/preface.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/CC-BY-4.0/preface.txt",
2025-08-20T21:34:17.5161878Z [00:03:10.899]➜  		"Supplement/CC-BY-NC-4.0/preface.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/CC-BY-NC-4.0/preface.txt",
2025-08-20T21:34:17.5162576Z [00:03:10.899]➜  		"Supplement/CC-BY-NC-ND-4.0/preface.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/CC-BY-NC-ND-4.0/preface.txt",
2025-08-20T21:34:17.5163135Z [00:03:10.899]➜  		"Supplement/CC-BY-NC-SA-4.0/preface.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/CC-BY-NC-SA-4.0/preface.txt",
2025-08-20T21:34:17.5163662Z [00:03:10.899]➜  		"Supplement/CC-BY-ND-4.0/preface.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/CC-BY-ND-4.0/preface.txt",
2025-08-20T21:34:17.5164194Z [00:03:10.899]➜  		"Supplement/CC-BY-SA-4.0/preface.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/CC-BY-SA-4.0/preface.txt",
2025-08-20T21:34:17.5164711Z [00:03:10.899]➜  		"Supplement/Entenssa/minpack.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/Entenssa/minpack.txt",
2025-08-20T21:34:17.5165214Z [00:03:10.899]➜  		"Supplement/GPL-2.0/syscall.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/GPL-2.0/syscall.txt",
2025-08-20T21:34:17.5165762Z [00:03:10.899]➜  		"Supplement/GPL-3.0/application-a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/GPL-3.0/application-a.txt",
2025-08-20T21:34:17.5166318Z [00:03:10.899]➜  		"Supplement/ICU/timezone.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/ICU/timezone.txt",
2025-08-20T21:34:17.5166897Z [00:03:10.899]➜  		"Supplement/ImageMagick/usage.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/ImageMagick/usage.txt",
2025-08-20T21:34:17.5167624Z [00:03:10.899]➜  		"Supplement/MIT/checker-framework.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/MIT/checker-framework.txt",
2025-08-20T21:34:17.5168141Z [00:03:10.899]➜  		"Supplement/MIT/preface-a.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/MIT/preface-a.txt",
2025-08-20T21:34:17.5168610Z [00:03:10.899]➜  		"Supplement/NCSA/llvm.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/NCSA/llvm.txt",
2025-08-20T21:34:17.5169153Z [00:03:10.899]➜  		"Supplement/OROMatcher/preface.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/OROMatcher/preface.txt",
2025-08-20T21:34:17.5169680Z [00:03:10.899]➜  		"Supplement/Python-2.0/history.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/Python-2.0/history.txt",
2025-08-20T21:34:17.5170188Z [00:03:10.899]➜  		"Supplement/X11-Lucent/utf8.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/X11-Lucent/utf8.txt",
2025-08-20T21:34:17.5170656Z [00:03:10.899]➜  		"Supplement/XZ/liblzma.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/XZ/liblzma.txt",
2025-08-20T21:34:17.5171217Z [00:03:10.899]➜  		"Supplement/Zlib/extracted-readme.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/Zlib/extracted-readme.txt",
2025-08-20T21:34:17.5171866Z [00:03:10.899]➜  		"Supplement/Zlib/fastcopy-emails.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/Zlib/fastcopy-emails.txt",
2025-08-20T21:34:17.5172362Z [00:03:10.899]➜  		"Supplement/Zlib/requests.txt": "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/Supplement/Zlib/requests.txt"
2025-08-20T21:34:17.5172451Z [00:03:10.899]➜  	}
2025-08-20T21:34:17.5172545Z [00:03:10.899]➜  }EOF
2025-08-20T21:34:17.5174584Z [00:03:10.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b741/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets=>github.com/google/licenseclassifier/v2@v2.0.0/assets;$WORK/b741=>" -p github.com/google/licenseclassifier/v2/assets -lang=go1.16 -complete -installsuffix shared -buildid EHIkrFgstpeL_vkgkJgp/EHIkrFgstpeL_vkgkJgp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -embedcfg $WORK/b741/embedcfg -pack /root/go/pkg/mod/github.com/google/licenseclassifier/v2@v2.0.0/assets/embed.go
2025-08-20T21:34:17.5174890Z [00:03:10.904]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T21:34:17.5175360Z [00:03:10.905]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/06/0624c9dd5a2d40dcc4abcf3e9422519db64731af7e9420efffe4740a54ad4dff-d # internal
2025-08-20T21:34:17.5175495Z [00:03:10.906]➜  go.opencensus.io/stats/view
2025-08-20T21:34:17.5175616Z [00:03:10.906]➜  mkdir -p $WORK/b735/
2025-08-20T21:34:17.5175839Z [00:03:10.907]➜  cat >/tmp/go-build1238918229/b735/importcfg << 'EOF' # internal
2025-08-20T21:34:17.5175950Z [00:03:10.907]➜  # import config
2025-08-20T21:34:17.5176156Z [00:03:10.907]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.5176355Z [00:03:10.907]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:17.5176552Z [00:03:10.907]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.5176865Z [00:03:10.907]➜  packagefile go.opencensus.io/internal/tagencoding=/tmp/go-build1238918229/b736/_pkg_.a
2025-08-20T21:34:17.5177172Z [00:03:10.907]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build1238918229/b730/_pkg_.a
2025-08-20T21:34:17.5177594Z [00:03:10.907]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build1238918229/b737/_pkg_.a
2025-08-20T21:34:17.5178000Z [00:03:10.907]➜  packagefile go.opencensus.io/resource=/tmp/go-build1238918229/b731/_pkg_.a
2025-08-20T21:34:17.5178263Z [00:03:10.907]➜  packagefile go.opencensus.io/stats=/tmp/go-build1238918229/b729/_pkg_.a
2025-08-20T21:34:17.5178624Z [00:03:10.907]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build1238918229/b732/_pkg_.a
2025-08-20T21:34:17.5178873Z [00:03:10.907]➜  packagefile go.opencensus.io/tag=/tmp/go-build1238918229/b733/_pkg_.a
2025-08-20T21:34:17.5179077Z [00:03:10.907]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:17.5179280Z [00:03:10.908]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:17.5179475Z [00:03:10.908]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:17.5179682Z [00:03:10.908]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.5179877Z [00:03:10.908]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:17.5180097Z [00:03:10.908]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:17.5180291Z [00:03:10.908]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:17.5180382Z [00:03:10.908]➜  EOF
2025-08-20T21:34:17.5183844Z [00:03:10.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b735/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view=>go.opencensus.io@v0.24.0/stats/view;$WORK/b735=>" -p go.opencensus.io/stats/view -lang=go1.13 -complete -installsuffix shared -buildid RU1nvR8ak_qxsylWJ4JV/RU1nvR8ak_qxsylWJ4JV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/aggregation.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/aggregation_data.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/collector.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/export.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/view.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/view_to_metric.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker_commands.go
2025-08-20T21:34:17.5324102Z [00:03:10.974]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T21:34:17.5484188Z [00:03:10.990]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/48/4876662ab59fadf60ce101d2a3510e8bed619acf8b9236ac00490ba654e46abd-d # internal
2025-08-20T21:34:17.5491286Z [00:03:10.991]➜  go/build/constraint
2025-08-20T21:34:17.5504423Z [00:03:10.991]➜  mkdir -p $WORK/b745/
2025-08-20T21:34:17.5504759Z [00:03:10.992]➜  cat >/tmp/go-build1238918229/b745/importcfg << 'EOF' # internal
2025-08-20T21:34:17.5504897Z [00:03:10.992]➜  # import config
2025-08-20T21:34:17.5505116Z [00:03:10.992]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:17.5505330Z [00:03:10.992]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.5505552Z [00:03:10.992]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.5505756Z [00:03:10.992]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:17.5505983Z [00:03:10.992]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:17.5506084Z [00:03:10.992]➜  EOF
2025-08-20T21:34:17.5507922Z [00:03:10.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b745/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b745=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid tmqD13dSBJ00VihfnaEv/tmqD13dSBJ00VihfnaEv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T21:34:17.6018570Z [00:03:11.043]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T21:34:17.6028351Z [00:03:11.044]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/20/20a056f0fac8562265d58a00272f5ea001ba2ff97aa538f8d825bf6cdcc2aae5-d # internal
2025-08-20T21:34:17.6034493Z [00:03:11.045]➜  go/doc/comment
2025-08-20T21:34:17.6042570Z [00:03:11.046]➜  mkdir -p $WORK/b747/
2025-08-20T21:34:17.6044683Z [00:03:11.046]➜  cat >/tmp/go-build1238918229/b747/importcfg << 'EOF' # internal
2025-08-20T21:34:17.6045158Z [00:03:11.046]➜  # import config
2025-08-20T21:34:17.6045394Z [00:03:11.046]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.6045624Z [00:03:11.046]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.6045828Z [00:03:11.046]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:17.6046027Z [00:03:11.046]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:17.6046247Z [00:03:11.046]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.6046458Z [00:03:11.046]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.6046668Z [00:03:11.046]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:17.6046898Z [00:03:11.046]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:17.6046991Z [00:03:11.046]➜  EOF
2025-08-20T21:34:17.6049313Z [00:03:11.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b747/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b747=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid ozaFHVDjIEI25G0o-NbL/ozaFHVDjIEI25G0o-NbL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b747/importcfg -pack /root/.go/src/go/doc/comment/doc.go /root/.go/src/go/doc/comment/html.go /root/.go/src/go/doc/comment/markdown.go /root/.go/src/go/doc/comment/parse.go /root/.go/src/go/doc/comment/print.go /root/.go/src/go/doc/comment/std.go /root/.go/src/go/doc/comment/text.go
2025-08-20T21:34:17.6085256Z [00:03:11.050]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T21:34:17.6127758Z [00:03:11.054]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/a5/a59cd26611c8f8753e3dd9b296c0f500f21c736798d9c409b10995091fa4e348-d # internal
2025-08-20T21:34:17.6135332Z [00:03:11.055]➜  go.opencensus.io/plugin/ochttp
2025-08-20T21:34:17.6169529Z [00:03:11.056]➜  mkdir -p $WORK/b721/
2025-08-20T21:34:17.6170791Z [00:03:11.058]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T21:34:17.6190170Z [00:03:11.059]➜  cat >/tmp/go-build1238918229/b721/importcfg << 'EOF' # internal
2025-08-20T21:34:17.6192221Z [00:03:11.059]➜  # import config
2025-08-20T21:34:17.6195200Z [00:03:11.059]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:17.6195447Z [00:03:11.059]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:17.6195835Z [00:03:11.059]➜  packagefile go.opencensus.io/plugin/ochttp/propagation/b3=/tmp/go-build1238918229/b722/_pkg_.a
2025-08-20T21:34:17.6196098Z [00:03:11.059]➜  packagefile go.opencensus.io/stats=/tmp/go-build1238918229/b729/_pkg_.a
2025-08-20T21:34:17.6196380Z [00:03:11.059]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build1238918229/b735/_pkg_.a
2025-08-20T21:34:17.6198944Z [00:03:11.059]➜  packagefile go.opencensus.io/tag=/tmp/go-build1238918229/b733/_pkg_.a
2025-08-20T21:34:17.6201149Z [00:03:11.059]➜  packagefile go.opencensus.io/trace=/tmp/go-build1238918229/b723/_pkg_.a
2025-08-20T21:34:17.6203464Z [00:03:11.059]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build1238918229/b728/_pkg_.a
2025-08-20T21:34:17.6205554Z [00:03:11.059]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.6207329Z [00:03:11.059]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:17.6207798Z [00:03:11.059]➜  packagefile net/http/httptrace=/tmp/go-build1238918229/b211/_pkg_.a
2025-08-20T21:34:17.6208052Z [00:03:11.059]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.6208265Z [00:03:11.059]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.6208781Z [00:03:11.059]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:17.6209027Z [00:03:11.059]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:17.6209129Z [00:03:11.059]➜  EOF
2025-08-20T21:34:17.6212903Z [00:03:11.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b721/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp=>go.opencensus.io@v0.24.0/plugin/ochttp;$WORK/b721=>" -p go.opencensus.io/plugin/ochttp -lang=go1.13 -complete -installsuffix shared -buildid WF9YLY2Yl1ei78gnYPz3/WF9YLY2Yl1ei78gnYPz3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/client.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/client_stats.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/route.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/server.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/span_annotating_client_trace.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/stats.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/trace.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/wrapped_body.go
2025-08-20T21:34:17.6225661Z [00:03:11.064]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/a5/a5c06ec1b4c2387930e8c81d53b40a464cb7b557901d65dfd6f08fc3291a947f-d # internal
2025-08-20T21:34:17.6227987Z [00:03:11.064]➜  internal/lazyregexp
2025-08-20T21:34:17.6229930Z [00:03:11.064]➜  mkdir -p $WORK/b748/
2025-08-20T21:34:17.6235550Z [00:03:11.065]➜  cat >/tmp/go-build1238918229/b748/importcfg << 'EOF' # internal
2025-08-20T21:34:17.6235692Z [00:03:11.065]➜  # import config
2025-08-20T21:34:17.6235895Z [00:03:11.065]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:17.6236301Z [00:03:11.065]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:17.6236513Z [00:03:11.065]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.6236714Z [00:03:11.065]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:17.6236810Z [00:03:11.065]➜  EOF
2025-08-20T21:34:17.6239685Z [00:03:11.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b748/_pkg_.a -trimpath "/root/.go/src/internal/lazyregexp=>internal/lazyregexp;$WORK/b748=>" -p internal/lazyregexp -lang=go1.25 -std -complete -installsuffix shared -buildid jf5IjoMg2WbmUBwNmYRr/jf5IjoMg2WbmUBwNmYRr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b748/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T21:34:17.6439680Z [00:03:11.085]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T21:34:17.6448584Z [00:03:11.086]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/5f/5f9a10ea1c15a13d2146524d5ed600f0e65949d1006e143fed89ed974dcc9ab7-d # internal
2025-08-20T21:34:17.6478523Z [00:03:11.087]➜  go/parser
2025-08-20T21:34:17.6479473Z [00:03:11.087]➜  mkdir -p $WORK/b749/
2025-08-20T21:34:17.6479764Z [00:03:11.088]➜  cat >/tmp/go-build1238918229/b749/importcfg << 'EOF' # internal
2025-08-20T21:34:17.6479885Z [00:03:11.088]➜  # import config
2025-08-20T21:34:17.6480094Z [00:03:11.088]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:17.6480560Z [00:03:11.088]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:17.6480784Z [00:03:11.088]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.6480994Z [00:03:11.088]➜  packagefile go/ast=/tmp/go-build1238918229/b743/_pkg_.a
2025-08-20T21:34:17.6481255Z [00:03:11.088]➜  packagefile go/build/constraint=/tmp/go-build1238918229/b745/_pkg_.a
2025-08-20T21:34:17.6481476Z [00:03:11.088]➜  packagefile go/scanner=/tmp/go-build1238918229/b744/_pkg_.a
2025-08-20T21:34:17.6481687Z [00:03:11.088]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:17.6481878Z [00:03:11.088]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.6482183Z [00:03:11.088]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:17.6482390Z [00:03:11.088]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:17.6482617Z [00:03:11.088]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:17.6482833Z [00:03:11.088]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.6482926Z [00:03:11.088]➜  EOF
2025-08-20T21:34:17.6484469Z [00:03:11.089]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b749/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b749=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid AHWHDhAEtBRzHkt-Hj_6/AHWHDhAEtBRzHkt-Hj_6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b749/importcfg -pack /root/.go/src/go/parser/interface.go /root/.go/src/go/parser/parser.go /root/.go/src/go/parser/resolver.go
2025-08-20T21:34:17.7673890Z [00:03:11.209]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T21:34:17.7701123Z [00:03:11.211]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/b2/b2ecc0606f33c84eb6b998bb4c10f90260586bd9a00f73c6b01abe00e88b68c6-d # internal
2025-08-20T21:34:17.7732138Z [00:03:11.214]➜  go/doc
2025-08-20T21:34:17.7733083Z [00:03:11.214]➜  mkdir -p $WORK/b746/
2025-08-20T21:34:17.7734097Z [00:03:11.215]➜  cat >/tmp/go-build1238918229/b746/importcfg << 'EOF' # internal
2025-08-20T21:34:17.7734511Z [00:03:11.215]➜  # import config
2025-08-20T21:34:17.7734857Z [00:03:11.215]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:17.7735613Z [00:03:11.215]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.7736041Z [00:03:11.215]➜  packagefile go/ast=/tmp/go-build1238918229/b743/_pkg_.a
2025-08-20T21:34:17.7736497Z [00:03:11.215]➜  packagefile go/doc/comment=/tmp/go-build1238918229/b747/_pkg_.a
2025-08-20T21:34:17.7736958Z [00:03:11.215]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:17.7737578Z [00:03:11.215]➜  packagefile internal/lazyregexp=/tmp/go-build1238918229/b748/_pkg_.a
2025-08-20T21:34:17.7738114Z [00:03:11.215]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.7738527Z [00:03:11.215]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:17.7738942Z [00:03:11.215]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:17.7739375Z [00:03:11.215]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.7739808Z [00:03:11.215]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.7740243Z [00:03:11.215]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:17.7740690Z [00:03:11.215]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:17.7741035Z [00:03:11.215]➜  EOF
2025-08-20T21:34:17.7743199Z [00:03:11.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b746/_pkg_.a -trimpath "/root/.go/src/go/doc=>go/doc;$WORK/b746=>" -p go/doc -lang=go1.25 -std -complete -installsuffix shared -buildid ee8SGXPONU7oYXz76-tx/ee8SGXPONU7oYXz76-tx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack /root/.go/src/go/doc/comment.go /root/.go/src/go/doc/doc.go /root/.go/src/go/doc/example.go /root/.go/src/go/doc/exports.go /root/.go/src/go/doc/filter.go /root/.go/src/go/doc/reader.go /root/.go/src/go/doc/synopsis.go
2025-08-20T21:34:17.9218888Z [00:03:11.363]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T21:34:17.9257558Z [00:03:11.367]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/5e/5e3d1e27c0d93732b9bbb5be77d1cb41e35a19da78dd38038cab92e52c3c8c6e-d # internal
2025-08-20T21:34:17.9264955Z [00:03:11.368]➜  internal/buildcfg
2025-08-20T21:34:17.9265579Z [00:03:11.368]➜  mkdir -p $WORK/b750/
2025-08-20T21:34:17.9267312Z [00:03:11.368]➜  cat >/tmp/go-build1238918229/b750/importcfg << 'EOF' # internal
2025-08-20T21:34:17.9269294Z [00:03:11.368]➜  # import config
2025-08-20T21:34:17.9270021Z [00:03:11.368]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.9272097Z [00:03:11.368]➜  packagefile internal/goexperiment=/tmp/go-build1238918229/b018/_pkg_.a
2025-08-20T21:34:17.9274991Z [00:03:11.368]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:17.9275477Z [00:03:11.368]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:17.9275959Z [00:03:11.368]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:17.9276389Z [00:03:11.368]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:17.9276824Z [00:03:11.368]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.9277251Z [00:03:11.368]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.9277721Z [00:03:11.368]➜  EOF
2025-08-20T21:34:17.9295881Z [00:03:11.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b750/_pkg_.a -trimpath "/root/.go/src/internal/buildcfg=>internal/buildcfg;$WORK/b750=>" -p internal/buildcfg -lang=go1.25 -std -complete -installsuffix shared -buildid K5_QvLCXDFJtd2aeonfj/K5_QvLCXDFJtd2aeonfj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b750/importcfg -pack /root/.go/src/internal/buildcfg/cfg.go /root/.go/src/internal/buildcfg/exp.go /root/.go/src/internal/buildcfg/zbootstrap.go
2025-08-20T21:34:17.9319670Z [00:03:11.372]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T21:34:17.9320418Z [00:03:11.373]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T21:34:17.9411787Z [00:03:11.382]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/ab/abbc3fba91cd201534c02153eee21439fc5d09dea179a5b6a13be4c6454d8c2a-d # internal
2025-08-20T21:34:17.9415205Z [00:03:11.383]➜  github.com/google/go-licenses/v2/internal/third_party/pkgsite/source
2025-08-20T21:34:17.9416570Z [00:03:11.383]➜  mkdir -p $WORK/b715/
2025-08-20T21:34:17.9421965Z [00:03:11.384]➜  cat >/tmp/go-build1238918229/b715/importcfg << 'EOF' # internal
2025-08-20T21:34:17.9422365Z [00:03:11.384]➜  # import config
2025-08-20T21:34:17.9422945Z [00:03:11.384]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:17.9423624Z [00:03:11.384]➜  packagefile encoding/xml=/tmp/go-build1238918229/b716/_pkg_.a
2025-08-20T21:34:17.9424290Z [00:03:11.384]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.9425233Z [00:03:11.384]➜  packagefile github.com/google/go-licenses/v2/internal/third_party/pkgsite/derrors=/tmp/go-build1238918229/b717/_pkg_.a
2025-08-20T21:34:17.9426155Z [00:03:11.384]➜  packagefile github.com/google/go-licenses/v2/internal/third_party/pkgsite/stdlib=/tmp/go-build1238918229/b718/_pkg_.a
2025-08-20T21:34:17.9427018Z [00:03:11.384]➜  packagefile github.com/google/go-licenses/v2/internal/third_party/pkgsite/version=/tmp/go-build1238918229/b719/_pkg_.a
2025-08-20T21:34:17.9427845Z [00:03:11.384]➜  packagefile go.opencensus.io/plugin/ochttp=/tmp/go-build1238918229/b721/_pkg_.a
2025-08-20T21:34:17.9428416Z [00:03:11.384]➜  packagefile go.opencensus.io/trace=/tmp/go-build1238918229/b723/_pkg_.a
2025-08-20T21:34:17.9428993Z [00:03:11.384]➜  packagefile golang.org/x/net/context/ctxhttp=/tmp/go-build1238918229/b738/_pkg_.a
2025-08-20T21:34:17.9429487Z [00:03:11.384]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:17.9429933Z [00:03:11.384]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:17.9430646Z [00:03:11.384]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:17.9431155Z [00:03:11.384]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:17.9431581Z [00:03:11.384]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:17.9432005Z [00:03:11.384]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.9432431Z [00:03:11.384]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.9432855Z [00:03:11.384]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:17.9433161Z [00:03:11.384]➜  EOF
2025-08-20T21:34:17.9436750Z [00:03:11.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b715/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/source=>github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/source;$WORK/b715=>" -p github.com/google/go-licenses/v2/internal/third_party/pkgsite/source -lang=go1.19 -complete -installsuffix shared -buildid zmdBYRJ3SXamvOq8I_2r/zmdBYRJ3SXamvOq8I_2r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack /root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/source/meta-tags.go /root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/source/source.go /root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/internal/third_party/pkgsite/source/source_patch.go
2025-08-20T21:34:17.9453049Z [00:03:11.386]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/ad/ad24d8edd250991b0b1c943c3f99e1e3e001fdbd1465f2105d6b00b5cf049e1a-d # internal
2025-08-20T21:34:17.9456959Z [00:03:11.387]➜  chainguard.dev/melange/pkg/sbom
2025-08-20T21:34:17.9459368Z [00:03:11.387]➜  mkdir -p $WORK/b689/
2025-08-20T21:34:17.9463849Z [00:03:11.388]➜  cat >/tmp/go-build1238918229/b689/importcfg << 'EOF' # internal
2025-08-20T21:34:17.9469877Z [00:03:11.388]➜  # import config
2025-08-20T21:34:17.9470352Z [00:03:11.388]➜  packagefile chainguard.dev/apko/pkg/build=/tmp/go-build1238918229/b641/_pkg_.a
2025-08-20T21:34:17.9471000Z [00:03:11.388]➜  packagefile chainguard.dev/apko/pkg/sbom/generator/spdx=/tmp/go-build1238918229/b630/_pkg_.a
2025-08-20T21:34:17.9471861Z [00:03:11.388]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:17.9472312Z [00:03:11.388]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:17.9472752Z [00:03:11.388]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:17.9473248Z [00:03:11.388]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:17.9473853Z [00:03:11.388]➜  packagefile github.com/github/go-spdx/v2/spdxexp=/tmp/go-build1238918229/b690/_pkg_.a
2025-08-20T21:34:17.9474471Z [00:03:11.388]➜  packagefile github.com/package-url/packageurl-go=/tmp/go-build1238918229/b634/_pkg_.a
2025-08-20T21:34:17.9475056Z [00:03:11.388]➜  packagefile golang.org/x/text/cases=/tmp/go-build1238918229/b692/_pkg_.a
2025-08-20T21:34:17.9475610Z [00:03:11.388]➜  packagefile golang.org/x/text/language=/tmp/go-build1238918229/b694/_pkg_.a
2025-08-20T21:34:17.9476104Z [00:03:11.388]➜  packagefile hash/fnv=/tmp/go-build1238918229/b229/_pkg_.a
2025-08-20T21:34:17.9476622Z [00:03:11.388]➜  packagefile sigs.k8s.io/release-utils/version=/tmp/go-build1238918229/b635/_pkg_.a
2025-08-20T21:34:17.9477114Z [00:03:11.388]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:17.9494556Z [00:03:11.388]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:17.9495197Z [00:03:11.388]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:17.9495638Z [00:03:11.388]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:17.9495946Z [00:03:11.388]➜  EOF
2025-08-20T21:34:17.9498091Z [00:03:11.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b689/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sbom=>chainguard.dev/melange/pkg/sbom;$WORK/b689=>" -p chainguard.dev/melange/pkg/sbom -lang=go1.24 -complete -installsuffix shared -buildid 4ugLRE6LvC0JJSF3VGHL/4ugLRE6LvC0JJSF3VGHL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack ./pkg/sbom/document.go ./pkg/sbom/element.go ./pkg/sbom/package.go
2025-08-20T21:34:18.0103722Z [00:03:11.451]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T21:34:18.0122763Z [00:03:11.453]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/44/44e1e3d12cef4f42dea62c5baa6be64dc31d6e83440a4c7419fc6eea076647fb-d # internal
2025-08-20T21:34:18.0123432Z [00:03:11.453]➜  internal/goroot
2025-08-20T21:34:18.0124002Z [00:03:11.453]➜  mkdir -p $WORK/b751/
2025-08-20T21:34:18.0132801Z [00:03:11.455]➜  cat >/tmp/go-build1238918229/b751/importcfg << 'EOF' # internal
2025-08-20T21:34:18.0133739Z [00:03:11.455]➜  # import config
2025-08-20T21:34:18.0134487Z [00:03:11.455]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:18.0135606Z [00:03:11.455]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:18.0136301Z [00:03:11.455]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:18.0136961Z [00:03:11.455]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.0137641Z [00:03:11.455]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:18.0137987Z [00:03:11.455]➜  EOF
2025-08-20T21:34:18.0145284Z [00:03:11.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b751/_pkg_.a -trimpath "/root/.go/src/internal/goroot=>internal/goroot;$WORK/b751=>" -p internal/goroot -lang=go1.25 -std -complete -installsuffix shared -buildid sdKM_SSkBhjJZNvj3pRB/sdKM_SSkBhjJZNvj3pRB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack /root/.go/src/internal/goroot/gc.go
2025-08-20T21:34:18.0184573Z [00:03:11.460]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T21:34:18.0199981Z [00:03:11.461]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/41/411e7faea014a1ffefed64cb7294921705ea61065ea986085292c1e2cd0deebc-d # internal
2025-08-20T21:34:18.0202479Z [00:03:11.461]➜  chainguard.dev/melange/pkg/config
2025-08-20T21:34:18.0203526Z [00:03:11.461]➜  mkdir -p $WORK/b688/
2025-08-20T21:34:18.0204309Z [00:03:11.461]➜  cat >/tmp/go-build1238918229/b688/importcfg << 'EOF' # internal
2025-08-20T21:34:18.0205076Z [00:03:11.461]➜  # import config
2025-08-20T21:34:18.0205510Z [00:03:11.461]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:18.0206064Z [00:03:11.461]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:18.0206737Z [00:03:11.461]➜  packagefile chainguard.dev/melange/pkg/sbom=/tmp/go-build1238918229/b689/_pkg_.a
2025-08-20T21:34:18.0218793Z [00:03:11.461]➜  packagefile chainguard.dev/melange/pkg/util=/tmp/go-build1238918229/b698/_pkg_.a
2025-08-20T21:34:18.0219963Z [00:03:11.461]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:18.0220926Z [00:03:11.461]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:18.0221494Z [00:03:11.461]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:18.0221985Z [00:03:11.461]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:18.0222430Z [00:03:11.461]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:18.0222854Z [00:03:11.461]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.0223365Z [00:03:11.461]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:18.0223935Z [00:03:11.461]➜  packagefile github.com/joho/godotenv=/tmp/go-build1238918229/b699/_pkg_.a
2025-08-20T21:34:18.0224525Z [00:03:11.461]➜  packagefile github.com/package-url/packageurl-go=/tmp/go-build1238918229/b634/_pkg_.a
2025-08-20T21:34:18.0225082Z [00:03:11.461]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:18.0225830Z [00:03:11.461]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:18.0226315Z [00:03:11.461]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:34:18.0226731Z [00:03:11.461]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:18.0227149Z [00:03:11.461]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:18.0227887Z [00:03:11.461]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:18.0230864Z [00:03:11.461]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:18.0231463Z [00:03:11.461]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:18.0232129Z [00:03:11.461]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:18.0232627Z [00:03:11.461]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:18.0233051Z [00:03:11.461]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.0233487Z [00:03:11.461]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.0233903Z [00:03:11.461]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:18.0234208Z [00:03:11.461]➜  EOF
2025-08-20T21:34:18.0235994Z [00:03:11.461]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b688/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config=>chainguard.dev/melange/pkg/config;$WORK/b688=>" -p chainguard.dev/melange/pkg/config -lang=go1.24 -complete -installsuffix shared -buildid vcBZk7gQu3OuP-fGNKsh/vcBZk7gQu3OuP-fGNKsh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack ./pkg/config/build_option.go ./pkg/config/config.go ./pkg/config/vars.go
2025-08-20T21:34:18.0260908Z [00:03:11.467]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T21:34:18.0293404Z [00:03:11.471]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/47/478a5a5383afa64503b460e08c6e0e6a5add62df44233819a834d08ad355ddd0-d # internal
2025-08-20T21:34:18.0294641Z [00:03:11.471]➜  go/constant
2025-08-20T21:34:18.0295651Z [00:03:11.471]➜  mkdir -p $WORK/b757/
2025-08-20T21:34:18.0299603Z [00:03:11.471]➜  cat >/tmp/go-build1238918229/b757/importcfg << 'EOF' # internal
2025-08-20T21:34:18.0300976Z [00:03:11.471]➜  # import config
2025-08-20T21:34:18.0301772Z [00:03:11.471]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.0303470Z [00:03:11.471]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:18.0303923Z [00:03:11.471]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:18.0304349Z [00:03:11.471]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:18.0304796Z [00:03:11.471]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:18.0305234Z [00:03:11.471]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.0305662Z [00:03:11.471]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.0306083Z [00:03:11.471]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:18.0306522Z [00:03:11.471]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:18.0306855Z [00:03:11.471]➜  EOF
2025-08-20T21:34:18.0308557Z [00:03:11.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b757/_pkg_.a -trimpath "/root/.go/src/go/constant=>go/constant;$WORK/b757=>" -p go/constant -lang=go1.25 -std -complete -installsuffix shared -buildid Hdgbs1ttxPoG3tbc_g3_/Hdgbs1ttxPoG3tbc_g3_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack /root/.go/src/go/constant/kind_string.go /root/.go/src/go/constant/value.go
2025-08-20T21:34:18.0372942Z [00:03:11.478]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T21:34:18.0387196Z [00:03:11.480]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/9d/9d7f84297755ec05fd580307a16e57cb4e8faca549c7dadd9053e33b4383e644-d # internal
2025-08-20T21:34:18.0389605Z [00:03:11.480]➜  go/version
2025-08-20T21:34:18.0390202Z [00:03:11.480]➜  mkdir -p $WORK/b758/
2025-08-20T21:34:18.0390669Z [00:03:11.480]➜  cat >/tmp/go-build1238918229/b758/importcfg << 'EOF' # internal
2025-08-20T21:34:18.0391020Z [00:03:11.480]➜  # import config
2025-08-20T21:34:18.0391398Z [00:03:11.480]➜  packagefile internal/gover=/tmp/go-build1238918229/b759/_pkg_.a
2025-08-20T21:34:18.0391861Z [00:03:11.480]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.0392189Z [00:03:11.480]➜  EOF
2025-08-20T21:34:18.0393702Z [00:03:11.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b758/_pkg_.a -trimpath "/root/.go/src/go/version=>go/version;$WORK/b758=>" -p go/version -lang=go1.25 -std -complete -installsuffix shared -buildid cPUaEakOg4EO-MnVQWup/cPUaEakOg4EO-MnVQWup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -pack /root/.go/src/go/version/version.go
2025-08-20T21:34:18.0500651Z [00:03:11.491]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T21:34:18.0507858Z [00:03:11.492]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T21:34:18.0518565Z [00:03:11.493]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/04/046d81d4490bd5eb451218f64896e8af4712dbb122d3bdfce5bd69a040fb161e-d # internal
2025-08-20T21:34:18.0524921Z [00:03:11.494]➜  internal/types/errors
2025-08-20T21:34:18.0526212Z [00:03:11.494]➜  mkdir -p $WORK/b760/
2025-08-20T21:34:18.0527011Z [00:03:11.494]➜  cat >/tmp/go-build1238918229/b760/importcfg << 'EOF' # internal
2025-08-20T21:34:18.0528058Z [00:03:11.494]➜  # import config
2025-08-20T21:34:18.0528603Z [00:03:11.494]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.0529615Z [00:03:11.494]➜  EOF
2025-08-20T21:34:18.0542402Z [00:03:11.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b760/_pkg_.a -trimpath "/root/.go/src/internal/types/errors=>internal/types/errors;$WORK/b760=>" -p internal/types/errors -lang=go1.25 -std -complete -installsuffix shared -buildid Dv2wj4kKxBocpsmBct-b/Dv2wj4kKxBocpsmBct-b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack /root/.go/src/internal/types/errors/code_string.go /root/.go/src/internal/types/errors/codes.go
2025-08-20T21:34:18.0551743Z [00:03:11.496]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/76/760ab8a65c21639b23d19bbedb0438515746cd4d5b260785c0d883c8bc395268-d # internal
2025-08-20T21:34:18.0553642Z [00:03:11.497]➜  go/build
2025-08-20T21:34:18.0554477Z [00:03:11.497]➜  mkdir -p $WORK/b742/
2025-08-20T21:34:18.0555769Z [00:03:11.497]➜  cat >/tmp/go-build1238918229/b742/importcfg << 'EOF' # internal
2025-08-20T21:34:18.0559862Z [00:03:11.497]➜  # import config
2025-08-20T21:34:18.0563987Z [00:03:11.497]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:18.0566394Z [00:03:11.497]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:18.0567980Z [00:03:11.497]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:18.0569563Z [00:03:11.497]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.0570950Z [00:03:11.497]➜  packagefile go/ast=/tmp/go-build1238918229/b743/_pkg_.a
2025-08-20T21:34:18.0571755Z [00:03:11.497]➜  packagefile go/build/constraint=/tmp/go-build1238918229/b745/_pkg_.a
2025-08-20T21:34:18.0572438Z [00:03:11.498]➜  packagefile go/doc=/tmp/go-build1238918229/b746/_pkg_.a
2025-08-20T21:34:18.0572993Z [00:03:11.498]➜  packagefile go/parser=/tmp/go-build1238918229/b749/_pkg_.a
2025-08-20T21:34:18.0573479Z [00:03:11.498]➜  packagefile go/scanner=/tmp/go-build1238918229/b744/_pkg_.a
2025-08-20T21:34:18.0574129Z [00:03:11.498]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:18.0574789Z [00:03:11.498]➜  packagefile internal/buildcfg=/tmp/go-build1238918229/b750/_pkg_.a
2025-08-20T21:34:18.0577359Z [00:03:11.498]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:18.0578240Z [00:03:11.498]➜  packagefile internal/goroot=/tmp/go-build1238918229/b751/_pkg_.a
2025-08-20T21:34:18.0579388Z [00:03:11.498]➜  packagefile internal/goversion=/tmp/go-build1238918229/b752/_pkg_.a
2025-08-20T21:34:18.0580203Z [00:03:11.498]➜  packagefile internal/platform=/tmp/go-build1238918229/b753/_pkg_.a
2025-08-20T21:34:18.0580951Z [00:03:11.498]➜  packagefile internal/syslist=/tmp/go-build1238918229/b754/_pkg_.a
2025-08-20T21:34:18.0581593Z [00:03:11.498]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.0582051Z [00:03:11.498]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:18.0582675Z [00:03:11.498]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:18.0583312Z [00:03:11.498]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:18.0584068Z [00:03:11.498]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:18.0584832Z [00:03:11.498]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:18.0585552Z [00:03:11.498]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:18.0586173Z [00:03:11.498]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:18.0586651Z [00:03:11.498]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.0587312Z [00:03:11.498]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.0588063Z [00:03:11.498]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:18.0588720Z [00:03:11.498]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:18.0589495Z [00:03:11.498]➜  EOF
2025-08-20T21:34:18.0591575Z [00:03:11.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b742/_pkg_.a -trimpath "/root/.go/src/go/build=>go/build;$WORK/b742=>" -p go/build -lang=go1.25 -std -complete -installsuffix shared -buildid Fn1FdsUzwzLDiKlYjEeg/Fn1FdsUzwzLDiKlYjEeg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /root/.go/src/go/build/build.go /root/.go/src/go/build/doc.go /root/.go/src/go/build/gc.go /root/.go/src/go/build/read.go
2025-08-20T21:34:18.0863830Z [00:03:11.528]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T21:34:18.0865127Z [00:03:11.528]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/55/5558eb285ea154e476370accbe9fb25a148ed04e3cd8facfd861ab990d54fa3e-d # internal
2025-08-20T21:34:18.0866950Z [00:03:11.528]➜  hash/maphash
2025-08-20T21:34:18.0867255Z [00:03:11.528]➜  mkdir -p $WORK/b768/
2025-08-20T21:34:18.0867780Z [00:03:11.528]➜  cat >/tmp/go-build1238918229/b768/importcfg << 'EOF' # internal
2025-08-20T21:34:18.0868187Z [00:03:11.528]➜  # import config
2025-08-20T21:34:18.0868527Z [00:03:11.528]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:18.0868977Z [00:03:11.528]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:34:18.0869449Z [00:03:11.528]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:34:18.0869958Z [00:03:11.528]➜  packagefile internal/goexperiment=/tmp/go-build1238918229/b018/_pkg_.a
2025-08-20T21:34:18.0870332Z [00:03:11.528]➜  EOF
2025-08-20T21:34:18.0871937Z [00:03:11.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b768/_pkg_.a -trimpath "/root/.go/src/hash/maphash=>hash/maphash;$WORK/b768=>" -p hash/maphash -lang=go1.25 -std -complete -installsuffix shared -buildid eNGnSh8Gn7XkHAGK4gTa/eNGnSh8Gn7XkHAGK4gTa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack /root/.go/src/hash/maphash/maphash.go /root/.go/src/hash/maphash/maphash_runtime.go
2025-08-20T21:34:18.1098141Z [00:03:11.550]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T21:34:18.1103546Z [00:03:11.551]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/71/71eb7aeab5786cfc7a782bcb8b65561caf135fe724c7c77af3e38c364ee42efb-d # internal
2025-08-20T21:34:18.1121400Z [00:03:11.553]➜  golang.org/x/tools/internal/stdlib
2025-08-20T21:34:18.1128246Z [00:03:11.553]➜  mkdir -p $WORK/b769/
2025-08-20T21:34:18.1130780Z [00:03:11.553]➜  cat >/tmp/go-build1238918229/b769/importcfg << 'EOF' # internal
2025-08-20T21:34:18.1131405Z [00:03:11.553]➜  # import config
2025-08-20T21:34:18.1131860Z [00:03:11.553]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:18.1132308Z [00:03:11.553]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.1132740Z [00:03:11.553]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:34:18.1133153Z [00:03:11.553]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:18.1133591Z [00:03:11.553]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.1133907Z [00:03:11.553]➜  EOF
2025-08-20T21:34:18.1136649Z [00:03:11.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b769/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/stdlib=>golang.org/x/tools@v0.35.0/internal/stdlib;$WORK/b769=>" -p golang.org/x/tools/internal/stdlib -lang=go1.23 -complete -installsuffix shared -buildid tP_l-G51rDp7c5m-oMc0/tP_l-G51rDp7c5m-oMc0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b769/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/stdlib/deps.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/stdlib/import.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/stdlib/manifest.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/stdlib/stdlib.go
2025-08-20T21:34:18.1395736Z [00:03:11.581]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T21:34:18.1413635Z [00:03:11.582]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/5e/5ef5944c4dd5561fd5a3ac7a31239e55249dc716364e952b178785cd630d3e63-d # internal
2025-08-20T21:34:18.1429673Z [00:03:11.584]➜  go/types
2025-08-20T21:34:18.1431940Z [00:03:11.584]➜  mkdir -p $WORK/b756/
2025-08-20T21:34:18.1439980Z [00:03:11.585]➜  cat >/tmp/go-build1238918229/b756/importcfg << 'EOF' # internal
2025-08-20T21:34:18.1441026Z [00:03:11.585]➜  # import config
2025-08-20T21:34:18.1441430Z [00:03:11.585]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:18.1441878Z [00:03:11.585]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:18.1442323Z [00:03:11.585]➜  packagefile container/heap=/tmp/go-build1238918229/b497/_pkg_.a
2025-08-20T21:34:18.1443104Z [00:03:11.585]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:18.1443522Z [00:03:11.585]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.1443936Z [00:03:11.585]➜  packagefile go/ast=/tmp/go-build1238918229/b743/_pkg_.a
2025-08-20T21:34:18.1444386Z [00:03:11.585]➜  packagefile go/constant=/tmp/go-build1238918229/b757/_pkg_.a
2025-08-20T21:34:18.1444835Z [00:03:11.585]➜  packagefile go/parser=/tmp/go-build1238918229/b749/_pkg_.a
2025-08-20T21:34:18.1445276Z [00:03:11.585]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:18.1445719Z [00:03:11.585]➜  packagefile go/version=/tmp/go-build1238918229/b758/_pkg_.a
2025-08-20T21:34:18.1446431Z [00:03:11.585]➜  packagefile internal/buildcfg=/tmp/go-build1238918229/b750/_pkg_.a
2025-08-20T21:34:18.1446999Z [00:03:11.585]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:18.1448029Z [00:03:11.585]➜  packagefile internal/goversion=/tmp/go-build1238918229/b752/_pkg_.a
2025-08-20T21:34:18.1448560Z [00:03:11.585]➜  packagefile internal/types/errors=/tmp/go-build1238918229/b760/_pkg_.a
2025-08-20T21:34:18.1449015Z [00:03:11.585]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.1449450Z [00:03:11.585]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:34:18.1449860Z [00:03:11.585]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:18.1450256Z [00:03:11.585]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:18.1450694Z [00:03:11.585]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:18.1451141Z [00:03:11.585]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:18.1451763Z [00:03:11.585]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:18.1452243Z [00:03:11.585]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:18.1452662Z [00:03:11.585]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.1453090Z [00:03:11.585]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.1453504Z [00:03:11.585]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:18.1453940Z [00:03:11.585]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:18.1454378Z [00:03:11.585]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:18.1454922Z [00:03:11.585]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:18.1455313Z [00:03:11.585]➜  EOF
2025-08-20T21:34:18.1465543Z [00:03:11.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b756/_pkg_.a -trimpath "/root/.go/src/go/types=>go/types;$WORK/b756=>" -p go/types -lang=go1.25 -std -complete -installsuffix shared -buildid V6n_L9ve-oMhR5D8slLe/V6n_L9ve-oMhR5D8slLe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b756/importcfg -pack /root/.go/src/go/types/alias.go /root/.go/src/go/types/api.go /root/.go/src/go/types/api_predicates.go /root/.go/src/go/types/array.go /root/.go/src/go/types/assignments.go /root/.go/src/go/types/badlinkname.go /root/.go/src/go/types/basic.go /root/.go/src/go/types/builtins.go /root/.go/src/go/types/call.go /root/.go/src/go/types/chan.go /root/.go/src/go/types/check.go /root/.go/src/go/types/const.go /root/.go/src/go/types/context.go /root/.go/src/go/types/conversions.go /root/.go/src/go/types/decl.go /root/.go/src/go/types/errors.go /root/.go/src/go/types/errsupport.go /root/.go/src/go/types/eval.go /root/.go/src/go/types/expr.go /root/.go/src/go/types/exprstring.go /root/.go/src/go/types/format.go /root/.go/src/go/types/gccgosizes.go /root/.go/src/go/types/gcsizes.go /root/.go/src/go/types/generate.go /root/.go/src/go/types/index.go /root/.go/src/go/types/infer.go /root/.go/src/go/types/initorder.go /root/.go/src/go/types/instantiate.go /root/.go/src/go/types/interface.go /root/.go/src/go/types/iter.go /root/.go/src/go/types/labels.go /root/.go/src/go/types/literals.go /root/.go/src/go/types/lookup.go /root/.go/src/go/types/map.go /root/.go/src/go/types/methodset.go /root/.go/src/go/types/mono.go /root/.go/src/go/types/named.go /root/.go/src/go/types/object.go /root/.go/src/go/types/objset.go /root/.go/src/go/types/operand.go /root/.go/src/go/types/package.go /root/.go/src/go/types/pointer.go /root/.go/src/go/types/predicates.go /root/.go/src/go/types/range.go /root/.go/src/go/types/recording.go /root/.go/src/go/types/resolver.go /root/.go/src/go/types/return.go /root/.go/src/go/types/scope.go /root/.go/src/go/types/scope2.go /root/.go/src/go/types/selection.go /root/.go/src/go/types/signature.go /root/.go/src/go/types/sizes.go /root/.go/src/go/types/slice.go /root/.go/src/go/types/stmt.go /root/.go/src/go/types/struct.go /root/.go/src/go/types/subst.go /root/.go/src/go/types/termlist.go /root/.go/src/go/types/tuple.go /root/.go/src/go/types/type.go /root/.go/src/go/types/typelists.go /root/.go/src/go/types/typeparam.go /root/.go/src/go/types/typeset.go /root/.go/src/go/types/typestring.go /root/.go/src/go/types/typeterm.go /root/.go/src/go/types/typexpr.go /root/.go/src/go/types/under.go /root/.go/src/go/types/unify.go /root/.go/src/go/types/union.go /root/.go/src/go/types/universe.go /root/.go/src/go/types/util.go /root/.go/src/go/types/validtype.go /root/.go/src/go/types/version.go
2025-08-20T21:34:18.1717806Z [00:03:11.613]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T21:34:18.1743992Z [00:03:11.616]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/a7/a74956d7c45ec402ae367805dd846a0d23e1765afc6b7ee34d7933ed7bdcd560-d # internal
2025-08-20T21:34:18.1746357Z [00:03:11.616]➜  golang.org/x/tools/internal/pkgbits
2025-08-20T21:34:18.1746912Z [00:03:11.616]➜  mkdir -p $WORK/b771/
2025-08-20T21:34:18.1748850Z [00:03:11.616]➜  cat >/tmp/go-build1238918229/b771/importcfg << 'EOF' # internal
2025-08-20T21:34:18.1749273Z [00:03:11.616]➜  # import config
2025-08-20T21:34:18.1749614Z [00:03:11.616]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:18.1750378Z [00:03:11.616]➜  packagefile crypto/md5=/tmp/go-build1238918229/b166/_pkg_.a
2025-08-20T21:34:18.1751077Z [00:03:11.616]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:18.1751749Z [00:03:11.616]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:18.1752366Z [00:03:11.616]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.1752824Z [00:03:11.616]➜  packagefile go/constant=/tmp/go-build1238918229/b757/_pkg_.a
2025-08-20T21:34:18.1753739Z [00:03:11.616]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:18.1754264Z [00:03:11.616]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.1754874Z [00:03:11.616]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:18.1755491Z [00:03:11.616]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:18.1756052Z [00:03:11.616]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:18.1756585Z [00:03:11.616]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.1757213Z [00:03:11.616]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.1757606Z [00:03:11.616]➜  EOF
2025-08-20T21:34:18.1762103Z [00:03:11.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b771/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/pkgbits=>golang.org/x/tools@v0.35.0/internal/pkgbits;$WORK/b771=>" -p golang.org/x/tools/internal/pkgbits -lang=go1.23 -complete -installsuffix shared -buildid iWJox3aH8jiKpmCjj73v/iWJox3aH8jiKpmCjj73v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/pkgbits/codes.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/pkgbits/decoder.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/pkgbits/doc.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/pkgbits/encoder.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/pkgbits/flags.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/pkgbits/reloc.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/pkgbits/support.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/pkgbits/sync.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/pkgbits/syncmarker_string.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/pkgbits/version.go
2025-08-20T21:34:18.2528799Z [00:03:11.694]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T21:34:18.2546833Z [00:03:11.696]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/8e/8e4eacb3eb9b266c5e428278208d3acd687760ef69de26690c1b21eb8d675ae3-d # internal
2025-08-20T21:34:18.2549631Z [00:03:11.696]➜  golang.org/x/tools/internal/event/label
2025-08-20T21:34:18.2550069Z [00:03:11.696]➜  mkdir -p $WORK/b776/
2025-08-20T21:34:18.2554970Z [00:03:11.697]➜  cat >/tmp/go-build1238918229/b776/importcfg << 'EOF' # internal
2025-08-20T21:34:18.2555400Z [00:03:11.697]➜  # import config
2025-08-20T21:34:18.2557839Z [00:03:11.697]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.2558315Z [00:03:11.697]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.2558736Z [00:03:11.697]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:18.2559175Z [00:03:11.697]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:18.2559487Z [00:03:11.697]➜  EOF
2025-08-20T21:34:18.2561819Z [00:03:11.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b776/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event/label=>golang.org/x/tools@v0.35.0/internal/event/label;$WORK/b776=>" -p golang.org/x/tools/internal/event/label -lang=go1.23 -complete -installsuffix shared -buildid w-Er0Cs-0rdJG5LGDC-x/w-Er0Cs-0rdJG5LGDC-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event/label/label.go
2025-08-20T21:34:18.2826696Z [00:03:11.724]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T21:34:18.2841848Z [00:03:11.725]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/1c/1c6d7b356e2b485cf42fdbc2fbe0620cf3732f46656aa4be0d43e05becbbf15c-d # internal
2025-08-20T21:34:18.2850119Z [00:03:11.726]➜  golang.org/x/tools/internal/event/keys
2025-08-20T21:34:18.2856640Z [00:03:11.727]➜  mkdir -p $WORK/b775/
2025-08-20T21:34:18.2866641Z [00:03:11.728]➜  cat >/tmp/go-build1238918229/b775/importcfg << 'EOF' # internal
2025-08-20T21:34:18.2868374Z [00:03:11.728]➜  # import config
2025-08-20T21:34:18.2869272Z [00:03:11.728]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.2869914Z [00:03:11.728]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build1238918229/b776/_pkg_.a
2025-08-20T21:34:18.2870460Z [00:03:11.728]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.2870877Z [00:03:11.728]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:18.2871287Z [00:03:11.728]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:18.2871713Z [00:03:11.728]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.2872143Z [00:03:11.728]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.2872861Z [00:03:11.728]➜  EOF
2025-08-20T21:34:18.2879813Z [00:03:11.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b775/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event/keys=>golang.org/x/tools@v0.35.0/internal/event/keys;$WORK/b775=>" -p golang.org/x/tools/internal/event/keys -lang=go1.23 -complete -installsuffix shared -buildid lk1CEdHkNy_ahUO5bQBf/lk1CEdHkNy_ahUO5bQBf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event/keys/keys.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event/keys/standard.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event/keys/util.go
2025-08-20T21:34:18.3165320Z [00:03:11.758]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T21:34:18.3199099Z [00:03:11.761]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/5f/5f896b84a5b2a83f88658c2e7d193d1c00f6d4e42619b4165f2b9549692ce6ee-d # internal
2025-08-20T21:34:18.3207306Z [00:03:11.762]➜  golang.org/x/tools/internal/packagesinternal
2025-08-20T21:34:18.3215382Z [00:03:11.763]➜  mkdir -p $WORK/b777/
2025-08-20T21:34:18.3225460Z [00:03:11.764]➜  cat >/tmp/go-build1238918229/b777/importcfg << 'EOF' # internal
2025-08-20T21:34:18.3227132Z [00:03:11.764]➜  # import config
2025-08-20T21:34:18.3227655Z [00:03:11.764]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.3228046Z [00:03:11.764]➜  EOF
2025-08-20T21:34:18.3263080Z [00:03:11.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b777/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/packagesinternal=>golang.org/x/tools@v0.35.0/internal/packagesinternal;$WORK/b777=>" -p golang.org/x/tools/internal/packagesinternal -lang=go1.23 -complete -installsuffix shared -buildid ay9kpabH4iSv8OCjxQta/ay9kpabH4iSv8OCjxQta -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b777/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/packagesinternal/packages.go
2025-08-20T21:34:18.3469661Z [00:03:11.788]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T21:34:18.3471556Z [00:03:11.788]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T21:34:18.3472565Z [00:03:11.788]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/69/69016078d9e93d2fd5077ebf82a1aa75f55dee0939e2257075a7057f6795b2c3-d # internal
2025-08-20T21:34:18.3473210Z [00:03:11.789]➜  k8s.io/klog/v2/internal/severity
2025-08-20T21:34:18.3473510Z [00:03:11.789]➜  mkdir -p $WORK/b780/
2025-08-20T21:34:18.3474608Z [00:03:11.789]➜  cat >/tmp/go-build1238918229/b780/importcfg << 'EOF' # internal
2025-08-20T21:34:18.3475324Z [00:03:11.789]➜  # import config
2025-08-20T21:34:18.3475679Z [00:03:11.789]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.3476011Z [00:03:11.789]➜  EOF
2025-08-20T21:34:18.3477993Z [00:03:11.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b780/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/severity=>k8s.io/klog/v2@v2.130.1/internal/severity;$WORK/b780=>" -p k8s.io/klog/v2/internal/severity -lang=go1.18 -complete -installsuffix shared -buildid eZnt7tBKR7Y8Le58OUw0/eZnt7tBKR7Y8Le58OUw0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/severity/severity.go
2025-08-20T21:34:18.3561859Z [00:03:11.797]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/cf/cf33b5f1c6d2afd8d458c0c5d388060379e836329e9e525ac5b0886d59d06b83-d # internal
2025-08-20T21:34:18.3563698Z [00:03:11.797]➜  golang.org/x/tools/internal/event/core
2025-08-20T21:34:18.3564066Z [00:03:11.797]➜  mkdir -p $WORK/b774/
2025-08-20T21:34:18.3564451Z [00:03:11.797]➜  cat >/tmp/go-build1238918229/b774/importcfg << 'EOF' # internal
2025-08-20T21:34:18.3564809Z [00:03:11.797]➜  # import config
2025-08-20T21:34:18.3565162Z [00:03:11.797]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:18.3565586Z [00:03:11.797]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.3566539Z [00:03:11.797]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build1238918229/b775/_pkg_.a
2025-08-20T21:34:18.3567197Z [00:03:11.797]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build1238918229/b776/_pkg_.a
2025-08-20T21:34:18.3568067Z [00:03:11.797]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:18.3568507Z [00:03:11.797]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:18.3568819Z [00:03:11.797]➜  EOF
2025-08-20T21:34:18.3575833Z [00:03:11.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b774/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event/core=>golang.org/x/tools@v0.35.0/internal/event/core;$WORK/b774=>" -p golang.org/x/tools/internal/event/core -lang=go1.23 -complete -installsuffix shared -buildid 3K71kH3XMWFU6OKkAlI4/3K71kH3XMWFU6OKkAlI4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event/core/event.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event/core/export.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event/core/fast.go
2025-08-20T21:34:18.3638155Z [00:03:11.805]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T21:34:18.3644446Z [00:03:11.806]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/df/dfe9c7bf91b9b74017340a262584793912dfe8d8c50fc963f9eb3ca196a68329-d # internal
2025-08-20T21:34:18.3650460Z [00:03:11.806]➜  k8s.io/klog/v2/internal/buffer
2025-08-20T21:34:18.3650944Z [00:03:11.806]➜  mkdir -p $WORK/b779/
2025-08-20T21:34:18.3653389Z [00:03:11.807]➜  cat >/tmp/go-build1238918229/b779/importcfg << 'EOF' # internal
2025-08-20T21:34:18.3653812Z [00:03:11.807]➜  # import config
2025-08-20T21:34:18.3654326Z [00:03:11.807]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:18.3654862Z [00:03:11.807]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build1238918229/b780/_pkg_.a
2025-08-20T21:34:18.3655375Z [00:03:11.807]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:18.3655801Z [00:03:11.807]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:18.3656225Z [00:03:11.807]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:18.3656806Z [00:03:11.807]➜  EOF
2025-08-20T21:34:18.3665893Z [00:03:11.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b779/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/buffer=>k8s.io/klog/v2@v2.130.1/internal/buffer;$WORK/b779=>" -p k8s.io/klog/v2/internal/buffer -lang=go1.18 -complete -installsuffix shared -buildid nacKwbQbcq11VJnEsYkl/nacKwbQbcq11VJnEsYkl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b779/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/buffer/buffer.go
2025-08-20T21:34:18.3892483Z [00:03:11.830]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T21:34:18.3899792Z [00:03:11.831]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/98/9802301af9ad774cbdff2f4c791049c8e7e1af191ccfbcc759b25356f2b04598-d # internal
2025-08-20T21:34:18.3902376Z [00:03:11.831]➜  golang.org/x/tools/internal/event
2025-08-20T21:34:18.3902779Z [00:03:11.831]➜  mkdir -p $WORK/b773/
2025-08-20T21:34:18.3904118Z [00:03:11.831]➜  cat >/tmp/go-build1238918229/b773/importcfg << 'EOF' # internal
2025-08-20T21:34:18.3905174Z [00:03:11.832]➜  # import config
2025-08-20T21:34:18.3905697Z [00:03:11.832]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:18.3906435Z [00:03:11.832]➜  packagefile golang.org/x/tools/internal/event/core=/tmp/go-build1238918229/b774/_pkg_.a
2025-08-20T21:34:18.3907252Z [00:03:11.832]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build1238918229/b775/_pkg_.a
2025-08-20T21:34:18.3908176Z [00:03:11.832]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build1238918229/b776/_pkg_.a
2025-08-20T21:34:18.3908812Z [00:03:11.832]➜  EOF
2025-08-20T21:34:18.3920628Z [00:03:11.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b773/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event=>golang.org/x/tools@v0.35.0/internal/event;$WORK/b773=>" -p golang.org/x/tools/internal/event -lang=go1.23 -complete -installsuffix shared -buildid _AoxT2IIF5naZiWa9q4M/_AoxT2IIF5naZiWa9q4M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event/doc.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/event/event.go
2025-08-20T21:34:18.4044690Z [00:03:11.846]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T21:34:18.4059119Z [00:03:11.847]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/26/26301a0551ee371253c5a258eb08f898999fa0c79e67a49984a8428c9dbbd271-d # internal
2025-08-20T21:34:18.4060004Z [00:03:11.847]➜  k8s.io/klog/v2/internal/clock
2025-08-20T21:34:18.4060314Z [00:03:11.847]➜  mkdir -p $WORK/b781/
2025-08-20T21:34:18.4060689Z [00:03:11.847]➜  cat >/tmp/go-build1238918229/b781/importcfg << 'EOF' # internal
2025-08-20T21:34:18.4061056Z [00:03:11.847]➜  # import config
2025-08-20T21:34:18.4061398Z [00:03:11.847]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:18.4061709Z [00:03:11.847]➜  EOF
2025-08-20T21:34:18.4063487Z [00:03:11.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b781/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/clock=>k8s.io/klog/v2@v2.130.1/internal/clock;$WORK/b781=>" -p k8s.io/klog/v2/internal/clock -lang=go1.18 -complete -installsuffix shared -buildid qNKBZw2f-8tDevZOB4kq/qNKBZw2f-8tDevZOB4kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b781/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/clock/clock.go
2025-08-20T21:34:18.4140913Z [00:03:11.855]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T21:34:18.4146204Z [00:03:11.856]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/43/43c04f6e2bd76d97f18dd7435a52c8008f715d656cc2f274e4fe4cfdc7284228-d # internal
2025-08-20T21:34:18.4146850Z [00:03:11.856]➜  golang.org/x/tools/internal/gocommand
2025-08-20T21:34:18.4147165Z [00:03:11.856]➜  mkdir -p $WORK/b772/
2025-08-20T21:34:18.4147687Z [00:03:11.856]➜  cat >/tmp/go-build1238918229/b772/importcfg << 'EOF' # internal
2025-08-20T21:34:18.4148367Z [00:03:11.856]➜  # import config
2025-08-20T21:34:18.4148777Z [00:03:11.856]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:18.4149204Z [00:03:11.856]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:18.4149776Z [00:03:11.856]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:18.4150285Z [00:03:11.856]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:18.4150699Z [00:03:11.856]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.4151181Z [00:03:11.856]➜  packagefile golang.org/x/mod/semver=/tmp/go-build1238918229/b720/_pkg_.a
2025-08-20T21:34:18.4151764Z [00:03:11.856]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build1238918229/b773/_pkg_.a
2025-08-20T21:34:18.4152399Z [00:03:11.856]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build1238918229/b775/_pkg_.a
2025-08-20T21:34:18.4153047Z [00:03:11.856]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build1238918229/b776/_pkg_.a
2025-08-20T21:34:18.4153859Z [00:03:11.856]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.4156836Z [00:03:11.856]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:18.4158099Z [00:03:11.856]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:18.4158592Z [00:03:11.856]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:18.4159056Z [00:03:11.856]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:18.4159854Z [00:03:11.856]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:18.4160287Z [00:03:11.856]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:18.4160927Z [00:03:11.856]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.4161358Z [00:03:11.856]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.4161783Z [00:03:11.856]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:18.4162201Z [00:03:11.856]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:18.4162825Z [00:03:11.856]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:18.4163160Z [00:03:11.856]➜  EOF
2025-08-20T21:34:18.4165969Z [00:03:11.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b772/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gocommand=>golang.org/x/tools@v0.35.0/internal/gocommand;$WORK/b772=>" -p golang.org/x/tools/internal/gocommand -lang=go1.23 -complete -installsuffix shared -buildid ld8a5n_9-zWgFTwdo7my/ld8a5n_9-zWgFTwdo7my -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gocommand/invoke.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gocommand/invoke_unix.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gocommand/vendor.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gocommand/version.go
2025-08-20T21:34:18.4304234Z [00:03:11.872]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T21:34:18.4308665Z [00:03:11.872]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/71/713b5c443c0851d3ad1331c7be0bb0bcdb58a131fc626b27aca175f825c67431-d # internal
2025-08-20T21:34:18.4311285Z [00:03:11.873]➜  k8s.io/klog/v2/internal/serialize
2025-08-20T21:34:18.4311613Z [00:03:11.873]➜  mkdir -p $WORK/b783/
2025-08-20T21:34:18.4316074Z [00:03:11.873]➜  cat >/tmp/go-build1238918229/b783/importcfg << 'EOF' # internal
2025-08-20T21:34:18.4316461Z [00:03:11.873]➜  # import config
2025-08-20T21:34:18.4316801Z [00:03:11.873]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:18.4317267Z [00:03:11.873]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:18.4317975Z [00:03:11.873]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.4318722Z [00:03:11.873]➜  packagefile github.com/go-logr/logr=/tmp/go-build1238918229/b340/_pkg_.a
2025-08-20T21:34:18.4319281Z [00:03:11.873]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:18.4319714Z [00:03:11.873]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.4320033Z [00:03:11.873]➜  EOF
2025-08-20T21:34:18.4322620Z [00:03:11.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b783/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/serialize=>k8s.io/klog/v2@v2.130.1/internal/serialize;$WORK/b783=>" -p k8s.io/klog/v2/internal/serialize -lang=go1.18 -complete -installsuffix shared -buildid u0SWkwQGZhi5VvdoGI7v/u0SWkwQGZhi5VvdoGI7v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/serialize/keyvalues.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/serialize/keyvalues_slog.go
2025-08-20T21:34:18.4660562Z [00:03:11.906]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T21:34:18.4661368Z [00:03:11.907]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/16/16da14516b57549f4560261f0568f106e5e6861c440051fafd02b1815af0b583-d # internal
2025-08-20T21:34:18.4661960Z [00:03:11.907]➜  k8s.io/klog/v2/internal/sloghandler
2025-08-20T21:34:18.4662262Z [00:03:11.907]➜  mkdir -p $WORK/b784/
2025-08-20T21:34:18.4662651Z [00:03:11.907]➜  cat >/tmp/go-build1238918229/b784/importcfg << 'EOF' # internal
2025-08-20T21:34:18.4662993Z [00:03:11.907]➜  # import config
2025-08-20T21:34:18.4663337Z [00:03:11.907]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:18.4664236Z [00:03:11.907]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build1238918229/b780/_pkg_.a
2025-08-20T21:34:18.4664794Z [00:03:11.907]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:18.4665423Z [00:03:11.907]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:18.4665852Z [00:03:11.907]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.4666277Z [00:03:11.907]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:18.4666581Z [00:03:11.907]➜  EOF
2025-08-20T21:34:18.4668697Z [00:03:11.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b784/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/sloghandler=>k8s.io/klog/v2@v2.130.1/internal/sloghandler;$WORK/b784=>" -p k8s.io/klog/v2/internal/sloghandler -lang=go1.18 -complete -installsuffix shared -buildid zvGWoP_GZItQRs_mSEID/zvGWoP_GZItQRs_mSEID -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/internal/sloghandler/sloghandler_slog.go
2025-08-20T21:34:18.4852568Z [00:03:11.927]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T21:34:18.4859379Z [00:03:11.927]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/27/272ec9535732facc0a6fcd1238da63c30c1b4b2d3930acca20f10bd8b149588d-d # internal
2025-08-20T21:34:18.4861564Z [00:03:11.928]➜  k8s.io/klog/v2
2025-08-20T21:34:18.4862772Z [00:03:11.928]➜  mkdir -p $WORK/b778/
2025-08-20T21:34:18.4869659Z [00:03:11.928]➜  cat >/tmp/go-build1238918229/b778/importcfg << 'EOF' # internal
2025-08-20T21:34:18.4870190Z [00:03:11.928]➜  # import config
2025-08-20T21:34:18.4870540Z [00:03:11.928]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:18.4870980Z [00:03:11.928]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:18.4871411Z [00:03:11.928]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:18.4871872Z [00:03:11.928]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:18.4877164Z [00:03:11.928]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:18.4877699Z [00:03:11.928]➜  packagefile flag=/tmp/go-build1238918229/b426/_pkg_.a
2025-08-20T21:34:18.4878142Z [00:03:11.928]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.4878617Z [00:03:11.928]➜  packagefile github.com/go-logr/logr=/tmp/go-build1238918229/b340/_pkg_.a
2025-08-20T21:34:18.4879342Z [00:03:11.928]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.4879919Z [00:03:11.928]➜  packagefile k8s.io/klog/v2/internal/buffer=/tmp/go-build1238918229/b779/_pkg_.a
2025-08-20T21:34:18.4880592Z [00:03:11.928]➜  packagefile k8s.io/klog/v2/internal/clock=/tmp/go-build1238918229/b781/_pkg_.a
2025-08-20T21:34:18.4881222Z [00:03:11.928]➜  packagefile k8s.io/klog/v2/internal/dbg=/tmp/go-build1238918229/b782/_pkg_.a
2025-08-20T21:34:18.4881813Z [00:03:11.928]➜  packagefile k8s.io/klog/v2/internal/serialize=/tmp/go-build1238918229/b783/_pkg_.a
2025-08-20T21:34:18.4882408Z [00:03:11.928]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build1238918229/b780/_pkg_.a
2025-08-20T21:34:18.4883018Z [00:03:11.928]➜  packagefile k8s.io/klog/v2/internal/sloghandler=/tmp/go-build1238918229/b784/_pkg_.a
2025-08-20T21:34:18.4883521Z [00:03:11.928]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:18.4883945Z [00:03:11.928]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:18.4884363Z [00:03:11.928]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:18.4884766Z [00:03:11.928]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:18.4885182Z [00:03:11.928]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:18.4885634Z [00:03:11.928]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:18.4886081Z [00:03:11.928]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:18.4886715Z [00:03:11.928]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:18.4887141Z [00:03:11.928]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.4891470Z [00:03:11.928]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.4891916Z [00:03:11.928]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:18.4892364Z [00:03:11.928]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:18.4892796Z [00:03:11.928]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:18.4893104Z [00:03:11.928]➜  EOF
2025-08-20T21:34:18.4896848Z [00:03:11.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b778/_pkg_.a -trimpath "/root/go/pkg/mod/k8s.io/klog/v2@v2.130.1=>k8s.io/klog/v2@v2.130.1;$WORK/b778=>" -p k8s.io/klog/v2 -lang=go1.18 -complete -installsuffix shared -buildid oSaCWwSjaiDfK_NjdvEy/oSaCWwSjaiDfK_NjdvEy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/contextual.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/contextual_slog.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/exit.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/format.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/imports.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/k8s_references.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/k8s_references_slog.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klog.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klog_file.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klog_file_others.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klogr.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/klogr_slog.go /root/go/pkg/mod/k8s.io/klog/v2@v2.130.1/safeptr.go
2025-08-20T21:34:18.4959205Z [00:03:11.937]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T21:34:18.4970543Z [00:03:11.938]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/18/187fe0a934bfa25802ad9acac3f50292d0d36a42b80c7abf1bdfc74a97b7f65c-d # internal
2025-08-20T21:34:18.4973460Z [00:03:11.939]➜  image/png
2025-08-20T21:34:18.4976019Z [00:03:11.939]➜  mkdir -p $WORK/b789/
2025-08-20T21:34:18.4982694Z [00:03:11.940]➜  cat >/tmp/go-build1238918229/b789/importcfg << 'EOF' # internal
2025-08-20T21:34:18.4983106Z [00:03:11.940]➜  # import config
2025-08-20T21:34:18.4983449Z [00:03:11.940]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:18.4984173Z [00:03:11.940]➜  packagefile compress/zlib=/tmp/go-build1238918229/b531/_pkg_.a
2025-08-20T21:34:18.4984816Z [00:03:11.940]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:18.4985266Z [00:03:11.940]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.4985788Z [00:03:11.940]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:18.4986271Z [00:03:11.940]➜  packagefile hash/crc32=/tmp/go-build1238918229/b198/_pkg_.a
2025-08-20T21:34:18.4986702Z [00:03:11.940]➜  packagefile image=/tmp/go-build1238918229/b539/_pkg_.a
2025-08-20T21:34:18.4987142Z [00:03:11.940]➜  packagefile image/color=/tmp/go-build1238918229/b540/_pkg_.a
2025-08-20T21:34:18.4987651Z [00:03:11.940]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.4988240Z [00:03:11.940]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.4988560Z [00:03:11.940]➜  EOF
2025-08-20T21:34:18.4990202Z [00:03:11.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b789/_pkg_.a -trimpath "/root/.go/src/image/png=>image/png;$WORK/b789=>" -p image/png -lang=go1.25 -std -complete -installsuffix shared -buildid AJI4NJgu4NnTulnjgrZE/AJI4NJgu4NnTulnjgrZE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/importcfg -pack /root/.go/src/image/png/paeth.go /root/.go/src/image/png/reader.go /root/.go/src/image/png/writer.go
2025-08-20T21:34:18.5956129Z [00:03:12.037]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T21:34:18.5973728Z [00:03:12.038]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/64/641736c8581aaf4f651a436e38811b1f702aa961e9eb7195f09e030ec0e4acdc-d # internal
2025-08-20T21:34:18.5978331Z [00:03:12.039]➜  github.com/charmbracelet/x/ansi/kitty
2025-08-20T21:34:18.5978673Z [00:03:12.039]➜  mkdir -p $WORK/b788/
2025-08-20T21:34:18.5986183Z [00:03:12.040]➜  cat >/tmp/go-build1238918229/b788/importcfg << 'EOF' # internal
2025-08-20T21:34:18.5987851Z [00:03:12.040]➜  # import config
2025-08-20T21:34:18.5988908Z [00:03:12.040]➜  packagefile compress/zlib=/tmp/go-build1238918229/b531/_pkg_.a
2025-08-20T21:34:18.5989765Z [00:03:12.040]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:18.5990774Z [00:03:12.040]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:18.5992240Z [00:03:12.040]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.5992665Z [00:03:12.040]➜  packagefile image=/tmp/go-build1238918229/b539/_pkg_.a
2025-08-20T21:34:18.5993103Z [00:03:12.040]➜  packagefile image/color=/tmp/go-build1238918229/b540/_pkg_.a
2025-08-20T21:34:18.5993558Z [00:03:12.040]➜  packagefile image/png=/tmp/go-build1238918229/b789/_pkg_.a
2025-08-20T21:34:18.5993975Z [00:03:12.040]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.5994425Z [00:03:12.040]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.5994855Z [00:03:12.040]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.5995170Z [00:03:12.040]➜  EOF
2025-08-20T21:34:18.6004012Z [00:03:12.040]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b788/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty=>github.com/charmbracelet/x/ansi@v0.8.0/kitty;$WORK/b788=>" -p github.com/charmbracelet/x/ansi/kitty -lang=go1.18 -complete -installsuffix shared -buildid OxmvtO3SPv-MJHEyVKr4/OxmvtO3SPv-MJHEyVKr4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b788/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty/decoder.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty/encoder.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty/options.go
2025-08-20T21:34:18.6224394Z [00:03:12.064]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T21:34:18.6355058Z [00:03:12.076]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/e3/e3d99c38f74398ce22f6d4e0a8ca2ca94be85b76437d42d0484e414d75a9e470-d # internal
2025-08-20T21:34:18.6362757Z [00:03:12.078]➜  database/sql/driver
2025-08-20T21:34:18.6369390Z [00:03:12.078]➜  mkdir -p $WORK/b792/
2025-08-20T21:34:18.6395882Z [00:03:12.081]➜  cat >/tmp/go-build1238918229/b792/importcfg << 'EOF' # internal
2025-08-20T21:34:18.6397178Z [00:03:12.081]➜  # import config
2025-08-20T21:34:18.6398039Z [00:03:12.081]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:18.6399528Z [00:03:12.081]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:18.6399978Z [00:03:12.081]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.6400405Z [00:03:12.081]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:18.6400830Z [00:03:12.081]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.6401614Z [00:03:12.081]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:18.6401919Z [00:03:12.081]➜  EOF
2025-08-20T21:34:18.6416981Z [00:03:12.083]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T21:34:18.6429053Z [00:03:12.084]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/a1/a14ea395bf542cb20267e8c909ffad407390f44c70089e226173b7367d3cb12c-d # internal
2025-08-20T21:34:18.6429866Z [00:03:12.084]➜  github.com/mattn/go-runewidth
2025-08-20T21:34:18.6430186Z [00:03:12.084]➜  mkdir -p $WORK/b793/
2025-08-20T21:34:18.6439000Z [00:03:12.085]➜  cat >/tmp/go-build1238918229/b793/importcfg << 'EOF' # internal
2025-08-20T21:34:18.6449914Z [00:03:12.085]➜  # import config
2025-08-20T21:34:18.6450813Z [00:03:12.085]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1238918229/b794/_pkg_.a
2025-08-20T21:34:18.6451945Z [00:03:12.085]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:18.6452414Z [00:03:12.085]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:18.6452865Z [00:03:12.085]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.6453181Z [00:03:12.085]➜  EOF
2025-08-20T21:34:18.6457861Z [00:03:12.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b793/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b793=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid KRXa1D8dXRjcFYp_-kqp/KRXa1D8dXRjcFYp_-kqp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_posix.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16/runewidth_table.go
2025-08-20T21:34:18.6466577Z [00:03:12.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b792/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b792=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T21:34:18.6914699Z [00:03:12.133]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T21:34:18.6921593Z [00:03:12.133]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/11/1183b70241b465f20764a7ac565694d30434d39d71ed68716c11d0b5bd524758-d # internal
2025-08-20T21:34:18.6926720Z [00:03:12.134]➜  github.com/charmbracelet/x/term
2025-08-20T21:34:18.6927073Z [00:03:12.134]➜  mkdir -p $WORK/b797/
2025-08-20T21:34:18.6927556Z [00:03:12.134]➜  cat >/tmp/go-build1238918229/b797/importcfg << 'EOF' # internal
2025-08-20T21:34:18.6927973Z [00:03:12.134]➜  # import config
2025-08-20T21:34:18.6928373Z [00:03:12.134]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:18.6928847Z [00:03:12.134]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.6929269Z [00:03:12.134]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:18.6929587Z [00:03:12.134]➜  EOF
2025-08-20T21:34:18.6932650Z [00:03:12.134]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b797/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1=>github.com/charmbracelet/x/term@v0.2.1;$WORK/b797=>" -p github.com/charmbracelet/x/term -lang=go1.18 -complete -installsuffix shared -buildid oqsO7T8PBJw6IKgmltRa/oqsO7T8PBJw6IKgmltRa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix_other.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/terminal.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/util.go
2025-08-20T21:34:18.7335998Z [00:03:12.175]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T21:34:18.7344352Z [00:03:12.176]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T21:34:18.7369335Z [00:03:12.178]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/74/74275a8efc732b2bf378889ec3abfa4ea28ced7d3f1088df8d5280785b4760bc-d # internal
2025-08-20T21:34:18.7388940Z [00:03:12.178]➜  github.com/xo/terminfo
2025-08-20T21:34:18.7389256Z [00:03:12.178]➜  mkdir -p $WORK/b798/
2025-08-20T21:34:18.7391819Z [00:03:12.180]➜  cat >/tmp/go-build1238918229/b798/importcfg << 'EOF' # internal
2025-08-20T21:34:18.7393025Z [00:03:12.181]➜  # import config
2025-08-20T21:34:18.7393381Z [00:03:12.181]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:18.7394126Z [00:03:12.181]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.7394531Z [00:03:12.181]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.7394954Z [00:03:12.181]➜  packagefile io/ioutil=/tmp/go-build1238918229/b493/_pkg_.a
2025-08-20T21:34:18.7395386Z [00:03:12.181]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:18.7395805Z [00:03:12.181]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:18.7396259Z [00:03:12.181]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:18.7396669Z [00:03:12.181]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:18.7397086Z [00:03:12.181]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.7397754Z [00:03:12.181]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.7398231Z [00:03:12.181]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:18.7398549Z [00:03:12.181]➜  EOF
2025-08-20T21:34:18.7406807Z [00:03:12.182]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b798/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e=>github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e;$WORK/b798=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid YsELyqe5G1pl4zKrCB9l/YsELyqe5G1pl4zKrCB9l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/caps.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/capvals.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/color.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/dec.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/load.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/param.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/stack.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/terminfo.go
2025-08-20T21:34:18.7418026Z [00:03:12.183]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T21:34:18.7440075Z [00:03:12.185]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/7b/7b4339a7a9bb671b095fa33b9b28c6d8d359aeefb34513c218c98a3bca5df5d7-d # internal
2025-08-20T21:34:18.7440774Z [00:03:12.185]➜  github.com/aymanbagabas/go-osc52/v2
2025-08-20T21:34:18.7441369Z [00:03:12.185]➜  mkdir -p $WORK/b800/
2025-08-20T21:34:18.7442058Z [00:03:12.185]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T21:34:18.7442717Z [00:03:12.185]➜  cat >/tmp/go-build1238918229/b800/importcfg << 'EOF' # internal
2025-08-20T21:34:18.7443065Z [00:03:12.185]➜  # import config
2025-08-20T21:34:18.7443436Z [00:03:12.185]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:18.7443886Z [00:03:12.185]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.7444281Z [00:03:12.185]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.7444699Z [00:03:12.185]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.7445214Z [00:03:12.185]➜  EOF
2025-08-20T21:34:18.7447068Z [00:03:12.185]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b800/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1=>github.com/aymanbagabas/go-osc52/v2@v2.0.1;$WORK/b800=>" -p github.com/aymanbagabas/go-osc52/v2 -lang=go1.16 -complete -installsuffix shared -buildid czSqfiUCt8UuPUuaRgem/czSqfiUCt8UuPUuaRgem -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack /root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1/osc52.go
2025-08-20T21:34:18.7448975Z [00:03:12.185]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T21:34:18.7449274Z [00:03:12.185]➜  mkdir -p $WORK/b791/
2025-08-20T21:34:18.7449881Z [00:03:12.186]➜  cat >/tmp/go-build1238918229/b791/importcfg << 'EOF' # internal
2025-08-20T21:34:18.7450223Z [00:03:12.186]➜  # import config
2025-08-20T21:34:18.7450610Z [00:03:12.186]➜  packagefile database/sql/driver=/tmp/go-build1238918229/b792/_pkg_.a
2025-08-20T21:34:18.7451104Z [00:03:12.186]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:18.7451539Z [00:03:12.186]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.7451973Z [00:03:12.186]➜  packagefile image/color=/tmp/go-build1238918229/b540/_pkg_.a
2025-08-20T21:34:18.7452401Z [00:03:12.186]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:18.7452825Z [00:03:12.186]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:18.7453262Z [00:03:12.186]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:18.7453579Z [00:03:12.186]➜  EOF
2025-08-20T21:34:18.7457289Z [00:03:12.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b791/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0=>github.com/lucasb-eyer/go-colorful@v1.2.0;$WORK/b791=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid lpHV4kcVYgLsl_av0r9L/lpHV4kcVYgLsl_av0r9L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colorgens.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colors.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/happy_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hexcolor.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hsluv.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/soft_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/warm_palettegen.go
2025-08-20T21:34:18.7813198Z [00:03:12.223]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T21:34:18.7826355Z [00:03:12.224]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/a9/a9a6fbf3d6ea1aa5c84f308ee40923ab8db0dce54c8f4c795d0ef8dfa7ce104a-d # internal
2025-08-20T21:34:18.7835084Z [00:03:12.225]➜  github.com/mattn/go-isatty
2025-08-20T21:34:18.7842922Z [00:03:12.226]➜  mkdir -p $WORK/b801/
2025-08-20T21:34:18.7853742Z [00:03:12.227]➜  cat >/tmp/go-build1238918229/b801/importcfg << 'EOF' # internal
2025-08-20T21:34:18.7854379Z [00:03:12.227]➜  # import config
2025-08-20T21:34:18.7856421Z [00:03:12.227]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:18.7856892Z [00:03:12.227]➜  EOF
2025-08-20T21:34:18.7867256Z [00:03:12.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b801=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid nWIQunIf4EhJQRpGI5Lr/nWIQunIf4EhJQRpGI5Lr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/doc.go /root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/isatty_tcgets.go
2025-08-20T21:34:18.8101044Z [00:03:12.251]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T21:34:18.8108063Z [00:03:12.252]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/a8/a8f9182f4ba2373a616010c6d80f0ba5559744e8f77945053e2667f3115fafc5-d # internal
2025-08-20T21:34:18.8128844Z [00:03:12.252]➜  github.com/go-logfmt/logfmt
2025-08-20T21:34:18.8130491Z [00:03:12.252]➜  mkdir -p $WORK/b802/
2025-08-20T21:34:18.8138431Z [00:03:12.255]➜  cat >/tmp/go-build1238918229/b802/importcfg << 'EOF' # internal
2025-08-20T21:34:18.8140012Z [00:03:12.255]➜  # import config
2025-08-20T21:34:18.8141482Z [00:03:12.255]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:18.8142325Z [00:03:12.255]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:18.8143083Z [00:03:12.255]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:18.8143955Z [00:03:12.255]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:18.8145477Z [00:03:12.255]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.8145915Z [00:03:12.255]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.8146336Z [00:03:12.255]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:18.8146773Z [00:03:12.255]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.8147203Z [00:03:12.255]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.8147820Z [00:03:12.255]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:18.8148253Z [00:03:12.255]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:18.8148703Z [00:03:12.255]➜  packagefile unicode/utf16=/tmp/go-build1238918229/b090/_pkg_.a
2025-08-20T21:34:18.8149166Z [00:03:12.255]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:18.8149505Z [00:03:12.255]➜  EOF
2025-08-20T21:34:18.8151898Z [00:03:12.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b802/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0=>github.com/go-logfmt/logfmt@v0.6.0;$WORK/b802=>" -p github.com/go-logfmt/logfmt -lang=go1.17 -complete -installsuffix shared -buildid gX0zUVdcLS-_ZZ1QDVSJ/gX0zUVdcLS-_ZZ1QDVSJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/importcfg -pack /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0/decode.go /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0/doc.go /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0/encode.go /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.6.0/jsonstring.go
2025-08-20T21:34:18.8486068Z [00:03:12.290]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T21:34:18.8534091Z [00:03:12.294]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/b5/b5acbb681d037958b6b09c568e600d06fac724a25be5598ef4e55dc9a8e767a3-d # internal
2025-08-20T21:34:18.8542171Z [00:03:12.295]➜  github.com/charmbracelet/x/ansi
2025-08-20T21:34:18.8544831Z [00:03:12.296]➜  mkdir -p $WORK/b787/
2025-08-20T21:34:18.8547799Z [00:03:12.296]➜  cat >/tmp/go-build1238918229/b787/importcfg << 'EOF' # internal
2025-08-20T21:34:18.8548458Z [00:03:12.296]➜  # import config
2025-08-20T21:34:18.8549246Z [00:03:12.296]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:18.8550158Z [00:03:12.296]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:18.8551042Z [00:03:12.296]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:18.8551956Z [00:03:12.296]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:18.8552628Z [00:03:12.296]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.8554012Z [00:03:12.296]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build1238918229/b788/_pkg_.a
2025-08-20T21:34:18.8554679Z [00:03:12.296]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build1238918229/b790/_pkg_.a
2025-08-20T21:34:18.8555314Z [00:03:12.296]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1238918229/b791/_pkg_.a
2025-08-20T21:34:18.8556128Z [00:03:12.296]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1238918229/b793/_pkg_.a
2025-08-20T21:34:18.8556687Z [00:03:12.296]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1238918229/b794/_pkg_.a
2025-08-20T21:34:18.8557161Z [00:03:12.296]➜  packagefile image=/tmp/go-build1238918229/b539/_pkg_.a
2025-08-20T21:34:18.8557750Z [00:03:12.296]➜  packagefile image/color=/tmp/go-build1238918229/b540/_pkg_.a
2025-08-20T21:34:18.8558209Z [00:03:12.296]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.8558633Z [00:03:12.296]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:18.8559041Z [00:03:12.296]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:18.8559452Z [00:03:12.296]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:18.8560060Z [00:03:12.296]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.8560485Z [00:03:12.296]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.8560907Z [00:03:12.296]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:18.8561323Z [00:03:12.296]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:18.8561778Z [00:03:12.296]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:18.8562111Z [00:03:12.296]➜  EOF
2025-08-20T21:34:18.8578314Z [00:03:12.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b787/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0=>github.com/charmbracelet/x/ansi@v0.8.0;$WORK/b787=>" -p github.com/charmbracelet/x/ansi -lang=go1.18 -complete -installsuffix shared -buildid gBVjrK379l90vdSxFH-t/gBVjrK379l90vdSxFH-t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/ansi.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/ascii.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/background.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/c0.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/c1.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/charset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/clipboard.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/color.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/ctrl.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/cursor.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/cwd.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/doc.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/focus.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/hyperlink.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/iterm2.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/keypad.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/kitty.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/method.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/mode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/modes.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/mouse.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/notification.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser_decode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser_handler.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/parser_sync.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/passthrough.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/paste.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/reset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/sgr.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/status.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/style.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/termcap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/title.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/truncate.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/util.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/width.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/winop.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.8.0/xterm.go
2025-08-20T21:34:18.8816371Z [00:03:12.323]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T21:34:18.8826486Z [00:03:12.324]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/2c/2c9a001f7873737f8c76054fd81edb2dcb9aaac031af116938aae6af3a3049c8-d # internal
2025-08-20T21:34:18.8835471Z [00:03:12.325]➜  github.com/muesli/termenv
2025-08-20T21:34:18.8839649Z [00:03:12.325]➜  mkdir -p $WORK/b799/
2025-08-20T21:34:18.8840060Z [00:03:12.325]➜  cat >/tmp/go-build1238918229/b799/importcfg << 'EOF' # internal
2025-08-20T21:34:18.8840447Z [00:03:12.325]➜  # import config
2025-08-20T21:34:18.8840833Z [00:03:12.325]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:18.8841259Z [00:03:12.325]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:18.8841787Z [00:03:12.325]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build1238918229/b800/_pkg_.a
2025-08-20T21:34:18.8842402Z [00:03:12.325]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1238918229/b791/_pkg_.a
2025-08-20T21:34:18.8842985Z [00:03:12.325]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1238918229/b801/_pkg_.a
2025-08-20T21:34:18.8843520Z [00:03:12.325]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1238918229/b794/_pkg_.a
2025-08-20T21:34:18.8844046Z [00:03:12.325]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:18.8844529Z [00:03:12.325]➜  packagefile image/color=/tmp/go-build1238918229/b540/_pkg_.a
2025-08-20T21:34:18.8844963Z [00:03:12.325]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:18.8845370Z [00:03:12.325]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:18.8845784Z [00:03:12.325]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:18.8846200Z [00:03:12.325]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:18.8846625Z [00:03:12.325]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.8847306Z [00:03:12.325]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:18.8847992Z [00:03:12.325]➜  packagefile text/template=/tmp/go-build1238918229/b193/_pkg_.a
2025-08-20T21:34:18.8848433Z [00:03:12.325]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:18.8848750Z [00:03:12.325]➜  EOF
2025-08-20T21:34:18.8853550Z [00:03:12.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/termenv@v0.16.0=>github.com/muesli/termenv@v0.16.0;$WORK/b799=>" -p github.com/muesli/termenv -lang=go1.17 -complete -installsuffix shared -buildid cjBlN8m9TYEClY_VoSYf/cjBlN8m9TYEClY_VoSYf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/ansicolors.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/color.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/constants_linux.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/copy.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/hyperlink.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/notification.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/output.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/profile.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/screen.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/style.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/templatehelper.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv_posix.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv_unix.go
2025-08-20T21:34:18.9609031Z [00:03:12.402]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T21:34:18.9637542Z [00:03:12.405]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/9d/9dd2ec8d964b90cd5f3eefc31437d95c478d2d0ca7fa44f10753cd80e7c5e9c4-d # internal
2025-08-20T21:34:18.9644814Z [00:03:12.406]➜  github.com/kballard/go-shellquote
2025-08-20T21:34:18.9648814Z [00:03:12.406]➜  mkdir -p $WORK/b803/
2025-08-20T21:34:18.9655758Z [00:03:12.407]➜  cat >/tmp/go-build1238918229/b803/importcfg << 'EOF' # internal
2025-08-20T21:34:18.9662687Z [00:03:12.407]➜  # import config
2025-08-20T21:34:18.9663106Z [00:03:12.407]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:18.9663823Z [00:03:12.407]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:18.9664256Z [00:03:12.407]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:18.9665035Z [00:03:12.407]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:18.9665881Z [00:03:12.407]➜  EOF
2025-08-20T21:34:18.9669023Z [00:03:12.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b803/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51=>github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51;$WORK/b803=>" -p github.com/kballard/go-shellquote -lang=go1.16 -complete -installsuffix shared -buildid ZwPzM4qET4DnJ0cgFWX1/ZwPzM4qET4DnJ0cgFWX1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/doc.go /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/quote.go /root/go/pkg/mod/github.com/kballard/go-shellquote@v0.0.0-20180428030007-95032a82bc51/unquote.go
2025-08-20T21:34:19.0007595Z [00:03:12.442]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T21:34:19.0015988Z [00:03:12.443]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/aa/aa3a5ebf8233508298033de37f0e30a5419ab454fe09287e9a7e6631533eb32a-d # internal
2025-08-20T21:34:19.0017157Z [00:03:12.443]➜  github.com/containerd/containerd/v2/pkg/cap
2025-08-20T21:34:19.0018446Z [00:03:12.443]➜  mkdir -p $WORK/b805/
2025-08-20T21:34:19.0020024Z [00:03:12.443]➜  cat >/tmp/go-build1238918229/b805/importcfg << 'EOF' # internal
2025-08-20T21:34:19.0020401Z [00:03:12.443]➜  # import config
2025-08-20T21:34:19.0020940Z [00:03:12.443]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:19.0021426Z [00:03:12.443]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.0021836Z [00:03:12.443]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.0022284Z [00:03:12.443]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.0024499Z [00:03:12.443]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:19.0025248Z [00:03:12.444]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.0026087Z [00:03:12.444]➜  EOF
2025-08-20T21:34:19.0029045Z [00:03:12.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b805/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/containerd/v2@v2.1.1/pkg/cap=>github.com/containerd/containerd/v2@v2.1.1/pkg/cap;$WORK/b805=>" -p github.com/containerd/containerd/v2/pkg/cap -lang=go1.23 -complete -installsuffix shared -buildid nTdWvcmA-Jg6El_OxYJ2/nTdWvcmA-Jg6El_OxYJ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack /root/go/pkg/mod/github.com/containerd/containerd/v2@v2.1.1/pkg/cap/cap_linux.go
2025-08-20T21:34:19.0360204Z [00:03:12.477]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T21:34:19.0367427Z [00:03:12.478]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/08/085537d6f45d317421d579ab6317fc5414fd83896b22c1d17cb753179395a277-d # internal
2025-08-20T21:34:19.0369050Z [00:03:12.478]➜  github.com/containerd/log
2025-08-20T21:34:19.0370395Z [00:03:12.478]➜  mkdir -p $WORK/b806/
2025-08-20T21:34:19.0371071Z [00:03:12.478]➜  cat >/tmp/go-build1238918229/b806/importcfg << 'EOF' # internal
2025-08-20T21:34:19.0371560Z [00:03:12.478]➜  # import config
2025-08-20T21:34:19.0372049Z [00:03:12.478]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:19.0372833Z [00:03:12.478]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.0373660Z [00:03:12.478]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1238918229/b685/_pkg_.a
2025-08-20T21:34:19.0374655Z [00:03:12.478]➜  EOF
2025-08-20T21:34:19.0385614Z [00:03:12.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b806/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/log@v0.1.0=>github.com/containerd/log@v0.1.0;$WORK/b806=>" -p github.com/containerd/log -lang=go1.20 -complete -installsuffix shared -buildid zKA4Ro-e_ADcs-rSgicQ/zKA4Ro-e_ADcs-rSgicQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack /root/go/pkg/mod/github.com/containerd/log@v0.1.0/context.go
2025-08-20T21:34:19.0605007Z [00:03:12.502]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T21:34:19.0612744Z [00:03:12.503]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/c6/c6c60c54df34a78cc3a4264c4c7b9908d811024c6be6509550f07de0b25d4b81-d # internal
2025-08-20T21:34:19.0613693Z [00:03:12.503]➜  github.com/containerd/errdefs
2025-08-20T21:34:19.0614111Z [00:03:12.503]➜  mkdir -p $WORK/b808/
2025-08-20T21:34:19.0614640Z [00:03:12.503]➜  cat >/tmp/go-build1238918229/b808/importcfg << 'EOF' # internal
2025-08-20T21:34:19.0615696Z [00:03:12.503]➜  # import config
2025-08-20T21:34:19.0616345Z [00:03:12.503]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:19.0617771Z [00:03:12.503]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.0618154Z [00:03:12.503]➜  EOF
2025-08-20T21:34:19.0629699Z [00:03:12.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b808/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/errdefs@v1.0.0=>github.com/containerd/errdefs@v1.0.0;$WORK/b808=>" -p github.com/containerd/errdefs -lang=go1.20 -complete -installsuffix shared -buildid J5JXjHMAjFsZDppi8TFQ/J5JXjHMAjFsZDppi8TFQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b808/importcfg -pack /root/go/pkg/mod/github.com/containerd/errdefs@v1.0.0/errors.go /root/go/pkg/mod/github.com/containerd/errdefs@v1.0.0/resolve.go
2025-08-20T21:34:19.1483527Z [00:03:12.589]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T21:34:19.1500433Z [00:03:12.591]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/3d/3da02a193da1981fef72dbdda3e6d5946f2e51fb1049c59de243d420e8409a09-d # internal
2025-08-20T21:34:19.1508067Z [00:03:12.592]➜  github.com/docker/docker/errdefs
2025-08-20T21:34:19.1509145Z [00:03:12.592]➜  mkdir -p $WORK/b807/
2025-08-20T21:34:19.1509794Z [00:03:12.592]➜  cat >/tmp/go-build1238918229/b807/importcfg << 'EOF' # internal
2025-08-20T21:34:19.1510676Z [00:03:12.592]➜  # import config
2025-08-20T21:34:19.1511404Z [00:03:12.592]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:19.1512336Z [00:03:12.592]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.1514143Z [00:03:12.592]➜  packagefile github.com/containerd/errdefs=/tmp/go-build1238918229/b808/_pkg_.a
2025-08-20T21:34:19.1514723Z [00:03:12.592]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:19.1515050Z [00:03:12.592]➜  EOF
2025-08-20T21:34:19.1518412Z [00:03:12.592]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/errdefs=>github.com/docker/docker@v28.3.3+incompatible/errdefs;$WORK/b807=>" -p github.com/docker/docker/errdefs -lang=go1.16 -complete -installsuffix shared -buildid -d5JdEOEaOnvcG_qGa2G/-d5JdEOEaOnvcG_qGa2G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b807/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/errdefs/defs.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/errdefs/doc.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/errdefs/helpers.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/errdefs/http_helpers.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/errdefs/is.go
2025-08-20T21:34:19.2019711Z [00:03:12.643]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T21:34:19.2043903Z [00:03:12.645]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/ad/ad2710d5bf8e1c2caef1355054d0c1cc0bb09b25ae293ccdaaaa6ffe0b47a1f3-d # internal
2025-08-20T21:34:19.2050315Z [00:03:12.646]➜  golang.org/x/term
2025-08-20T21:34:19.2051396Z [00:03:12.646]➜  mkdir -p $WORK/b809/
2025-08-20T21:34:19.2052798Z [00:03:12.646]➜  cat >/tmp/go-build1238918229/b809/importcfg << 'EOF' # internal
2025-08-20T21:34:19.2054443Z [00:03:12.646]➜  # import config
2025-08-20T21:34:19.2055119Z [00:03:12.646]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.2056430Z [00:03:12.646]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.2057198Z [00:03:12.646]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:19.2058353Z [00:03:12.646]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.2059132Z [00:03:12.646]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:19.2059736Z [00:03:12.646]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:19.2060677Z [00:03:12.646]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:19.2061503Z [00:03:12.646]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:19.2062554Z [00:03:12.646]➜  EOF
2025-08-20T21:34:19.2065045Z [00:03:12.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b809/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.33.0=>golang.org/x/term@v0.33.0;$WORK/b809=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid CBEWoGPmRt2DtUGb_yah/CBEWoGPmRt2DtUGb_yah -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b809/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.33.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.33.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.33.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.33.0/terminal.go
2025-08-20T21:34:19.2183748Z [00:03:12.659]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T21:34:19.2201084Z [00:03:12.661]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/99/99d9f41684c111e685daab4693df3fb59f5535af43a422fbf9a015cf7635c081-d # internal
2025-08-20T21:34:19.2203758Z [00:03:12.662]➜  github.com/moby/moby/oci/caps
2025-08-20T21:34:19.2204743Z [00:03:12.662]➜  mkdir -p $WORK/b804/
2025-08-20T21:34:19.2205321Z [00:03:12.662]➜  cat >/tmp/go-build1238918229/b804/importcfg << 'EOF' # internal
2025-08-20T21:34:19.2205792Z [00:03:12.662]➜  # import config
2025-08-20T21:34:19.2206246Z [00:03:12.662]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:19.2206814Z [00:03:12.662]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.2207877Z [00:03:12.662]➜  packagefile github.com/containerd/containerd/v2/pkg/cap=/tmp/go-build1238918229/b805/_pkg_.a
2025-08-20T21:34:19.2209306Z [00:03:12.662]➜  packagefile github.com/containerd/log=/tmp/go-build1238918229/b806/_pkg_.a
2025-08-20T21:34:19.2209900Z [00:03:12.662]➜  packagefile github.com/docker/docker/errdefs=/tmp/go-build1238918229/b807/_pkg_.a
2025-08-20T21:34:19.2210426Z [00:03:12.662]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.2210849Z [00:03:12.662]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:19.2211169Z [00:03:12.662]➜  EOF
2025-08-20T21:34:19.2213719Z [00:03:12.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b804/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/moby@v28.3.3+incompatible/oci/caps=>github.com/moby/moby@v28.3.3+incompatible/oci/caps;$WORK/b804=>" -p github.com/moby/moby/oci/caps -lang=go1.16 -complete -installsuffix shared -buildid 4Eudw1D_2-OGUTYISazf/4Eudw1D_2-OGUTYISazf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack /root/go/pkg/mod/github.com/moby/moby@v28.3.3+incompatible/oci/caps/defaults.go /root/go/pkg/mod/github.com/moby/moby@v28.3.3+incompatible/oci/caps/utils.go /root/go/pkg/mod/github.com/moby/moby@v28.3.3+incompatible/oci/caps/utils_linux.go
2025-08-20T21:34:19.2392264Z [00:03:12.680]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T21:34:19.2444582Z [00:03:12.686]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/20/20542008724c966726f375ec998f6f0c33a86443c4571b972c287e21ae1651b3-d # internal
2025-08-20T21:34:19.2454577Z [00:03:12.687]➜  github.com/charmbracelet/colorprofile
2025-08-20T21:34:19.2460679Z [00:03:12.687]➜  mkdir -p $WORK/b796/
2025-08-20T21:34:19.2472267Z [00:03:12.689]➜  cat >/tmp/go-build1238918229/b796/importcfg << 'EOF' # internal
2025-08-20T21:34:19.2473338Z [00:03:12.689]➜  # import config
2025-08-20T21:34:19.2474330Z [00:03:12.689]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.2474964Z [00:03:12.689]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.2476173Z [00:03:12.689]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1238918229/b787/_pkg_.a
2025-08-20T21:34:19.2477287Z [00:03:12.689]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build1238918229/b797/_pkg_.a
2025-08-20T21:34:19.2478354Z [00:03:12.689]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1238918229/b791/_pkg_.a
2025-08-20T21:34:19.2479069Z [00:03:12.689]➜  packagefile github.com/xo/terminfo=/tmp/go-build1238918229/b798/_pkg_.a
2025-08-20T21:34:19.2480824Z [00:03:12.689]➜  packagefile image/color=/tmp/go-build1238918229/b540/_pkg_.a
2025-08-20T21:34:19.2481272Z [00:03:12.689]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.2481684Z [00:03:12.689]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:19.2482121Z [00:03:12.689]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:19.2482550Z [00:03:12.689]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:19.2482985Z [00:03:12.689]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:19.2483411Z [00:03:12.689]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.2483729Z [00:03:12.689]➜  EOF
2025-08-20T21:34:19.2495622Z [00:03:12.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b796/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.0=>github.com/charmbracelet/colorprofile@v0.3.0;$WORK/b796=>" -p github.com/charmbracelet/colorprofile -lang=go1.23 -complete -installsuffix shared -buildid abMApsowTh87r1YWQzud/abMApsowTh87r1YWQzud -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.0/env.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.0/env_other.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.0/profile.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.3.0/writer.go
2025-08-20T21:34:19.2819661Z [00:03:12.723]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T21:34:19.2829422Z [00:03:12.724]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/68/68d6158d9abb701f0a6996afd72737b53969a3efd3e032f6f4970ae5f5989d88-d # internal
2025-08-20T21:34:19.2832979Z [00:03:12.725]➜  os/signal
2025-08-20T21:34:19.2833282Z [00:03:12.725]➜  mkdir -p $WORK/b810/
2025-08-20T21:34:19.2833600Z [00:03:12.725]➜  echo -n > $WORK/b810/go_asm.h # internal
2025-08-20T21:34:19.2833915Z [00:03:12.725]➜  cd /root/.go/src/os/signal
2025-08-20T21:34:19.2834869Z [00:03:12.725]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b810=>" -I $WORK/b810/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b810/symabis ./sig.s
2025-08-20T21:34:19.2957741Z [00:03:12.737]➜  cat >/tmp/go-build1238918229/b810/importcfg << 'EOF' # internal
2025-08-20T21:34:19.2959650Z [00:03:12.737]➜  # import config
2025-08-20T21:34:19.2960250Z [00:03:12.737]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:19.2961470Z [00:03:12.737]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.2962131Z [00:03:12.737]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:19.2962680Z [00:03:12.737]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:19.2963236Z [00:03:12.737]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:19.2963658Z [00:03:12.737]➜  EOF
2025-08-20T21:34:19.2964298Z [00:03:12.737]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:19.2966435Z [00:03:12.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b810/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b810=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b810/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b810/importcfg -pack -asmhdr $WORK/b810/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T21:34:19.3026323Z [00:03:12.744]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T21:34:19.3037169Z [00:03:12.745]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/fa/fa84e695e58c370785f5cbb165dcd94c46eaf46daeff4b933f2c6a9e4dbebcab-d # internal
2025-08-20T21:34:19.3043711Z [00:03:12.746]➜  chainguard.dev/melange/pkg/tarball
2025-08-20T21:34:19.3044281Z [00:03:12.746]➜  mkdir -p $WORK/b813/
2025-08-20T21:34:19.3044825Z [00:03:12.746]➜  cat >/tmp/go-build1238918229/b813/importcfg << 'EOF' # internal
2025-08-20T21:34:19.3045764Z [00:03:12.746]➜  # import config
2025-08-20T21:34:19.3046578Z [00:03:12.746]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:19.3047905Z [00:03:12.746]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:19.3048834Z [00:03:12.746]➜  packagefile chainguard.dev/apko/pkg/passwd=/tmp/go-build1238918229/b677/_pkg_.a
2025-08-20T21:34:19.3050122Z [00:03:12.746]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:19.3051177Z [00:03:12.746]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:19.3051882Z [00:03:12.746]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:19.3052653Z [00:03:12.746]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:19.3053567Z [00:03:12.746]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.3054388Z [00:03:12.746]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:19.3055108Z [00:03:12.746]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:19.3056006Z [00:03:12.746]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.3056684Z [00:03:12.746]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:19.3057819Z [00:03:12.746]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.3058766Z [00:03:12.746]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:19.3059510Z [00:03:12.746]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:19.3060218Z [00:03:12.746]➜  EOF
2025-08-20T21:34:19.3062189Z [00:03:12.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b813/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball=>chainguard.dev/melange/pkg/tarball;$WORK/b813=>" -p chainguard.dev/melange/pkg/tarball -lang=go1.24 -complete -installsuffix shared -buildid L884S6QVNmtBAmHd0sB8/L884S6QVNmtBAmHd0sB8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b813/importcfg -pack ./pkg/tarball/tarball.go ./pkg/tarball/write.go
2025-08-20T21:34:19.3726335Z [00:03:12.814]➜  cd /root/.go/src/os/signal
2025-08-20T21:34:19.3733132Z [00:03:12.815]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b810=>" -I $WORK/b810/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b810/sig.o ./sig.s
2025-08-20T21:34:19.3758335Z [00:03:12.817]➜  go tool buildid -w $WORK/b813/_pkg_.a # internal
2025-08-20T21:34:19.3765475Z [00:03:12.818]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T21:34:19.3773743Z [00:03:12.819]➜  cp $WORK/b813/_pkg_.a /root/.cache/go-build/71/718f3fa70858d16c9d8ca29d0c7a630b665b1253d8354a5bedbb09a68d1bf3b9-d # internal
2025-08-20T21:34:19.3774424Z [00:03:12.819]➜  github.com/psanford/memfs
2025-08-20T21:34:19.3774984Z [00:03:12.819]➜  mkdir -p $WORK/b814/
2025-08-20T21:34:19.3775988Z [00:03:12.819]➜  cat >/tmp/go-build1238918229/b814/importcfg << 'EOF' # internal
2025-08-20T21:34:19.3776525Z [00:03:12.819]➜  # import config
2025-08-20T21:34:19.3777021Z [00:03:12.819]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.3778282Z [00:03:12.819]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.3779018Z [00:03:12.819]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.3779608Z [00:03:12.819]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.3780116Z [00:03:12.819]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:19.3780592Z [00:03:12.819]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.3781133Z [00:03:12.819]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:19.3781667Z [00:03:12.819]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.3782192Z [00:03:12.819]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:19.3783095Z [00:03:12.819]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:19.3783723Z [00:03:12.819]➜  EOF
2025-08-20T21:34:19.3784304Z [00:03:12.819]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:19.3787431Z [00:03:12.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b814/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/psanford/memfs@v0.0.0-20241019191636-4ef911798f9b=>github.com/psanford/memfs@v0.0.0-20241019191636-4ef911798f9b;$WORK/b814=>" -p github.com/psanford/memfs -lang=go1.16 -complete -installsuffix shared -buildid 6ptUVI1B0DQ8dvoffDTK/6ptUVI1B0DQ8dvoffDTK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b814/importcfg -pack /root/go/pkg/mod/github.com/psanford/memfs@v0.0.0-20241019191636-4ef911798f9b/memfs.go /root/go/pkg/mod/github.com/psanford/memfs@v0.0.0-20241019191636-4ef911798f9b/options.go
2025-08-20T21:34:19.3791485Z [00:03:12.820]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/37/376558567544bd06236b07317bf1d8051289f93d3948c2330bf1fc3f6954c218-d # internal
2025-08-20T21:34:19.3792758Z [00:03:12.821]➜  cd /root/.go/src/os/signal
2025-08-20T21:34:19.3793439Z [00:03:12.821]➜  go tool pack r $WORK/b810/_pkg_.a $WORK/b810/sig.o # internal
2025-08-20T21:34:19.3795082Z [00:03:12.821]➜  go tool buildid -w $WORK/b810/_pkg_.a # internal
2025-08-20T21:34:19.3804427Z [00:03:12.822]➜  cp $WORK/b810/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T21:34:19.3806855Z [00:03:12.822]➜  chainguard.dev/melange/pkg/linter
2025-08-20T21:34:19.3808956Z [00:03:12.822]➜  mkdir -p $WORK/b815/
2025-08-20T21:34:19.3813683Z [00:03:12.823]➜  cat >/tmp/go-build1238918229/b815/importcfg << 'EOF' # internal
2025-08-20T21:34:19.3814330Z [00:03:12.823]➜  # import config
2025-08-20T21:34:19.3814939Z [00:03:12.823]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.3816885Z [00:03:12.823]➜  packagefile chainguard.dev/apko/pkg/apk/auth=/tmp/go-build1238918229/b073/_pkg_.a
2025-08-20T21:34:19.3820288Z [00:03:12.823]➜  packagefile chainguard.dev/apko/pkg/apk/expandapk=/tmp/go-build1238918229/b452/_pkg_.a
2025-08-20T21:34:19.3824566Z [00:03:12.823]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:19.3825216Z [00:03:12.823]➜  packagefile chainguard.dev/melange/pkg/config=/tmp/go-build1238918229/b688/_pkg_.a
2025-08-20T21:34:19.3829384Z [00:03:12.823]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:19.3829990Z [00:03:12.823]➜  packagefile debug/elf=/tmp/go-build1238918229/b643/_pkg_.a
2025-08-20T21:34:19.3830430Z [00:03:12.823]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.3830851Z [00:03:12.823]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.3831352Z [00:03:12.823]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:19.3832197Z [00:03:12.823]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build1238918229/b704/_pkg_.a
2025-08-20T21:34:19.3832745Z [00:03:12.823]➜  packagefile golang.org/x/exp/maps=/tmp/go-build1238918229/b816/_pkg_.a
2025-08-20T21:34:19.3833256Z [00:03:12.823]➜  packagefile gopkg.in/ini.v1=/tmp/go-build1238918229/b492/_pkg_.a
2025-08-20T21:34:19.3833738Z [00:03:12.823]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:19.3834182Z [00:03:12.823]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.3834585Z [00:03:12.823]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:19.3835009Z [00:03:12.823]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:19.3835428Z [00:03:12.823]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.3835864Z [00:03:12.823]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:19.3836304Z [00:03:12.823]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:19.3836728Z [00:03:12.823]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:19.3837153Z [00:03:12.823]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:19.3837783Z [00:03:12.823]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.3838111Z [00:03:12.823]➜  EOF
2025-08-20T21:34:19.3838360Z [00:03:12.823]➜  cd /tmp/tmp.GtiBzZBBNH/TEMPREPO
2025-08-20T21:34:19.3840287Z [00:03:12.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b815/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/linter=>chainguard.dev/melange/pkg/linter;$WORK/b815=>" -p chainguard.dev/melange/pkg/linter -lang=go1.24 -complete -installsuffix shared -buildid qIiYBFxfmhL7VgsyFuEY/qIiYBFxfmhL7VgsyFuEY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack ./pkg/linter/linter.go
2025-08-20T21:34:19.3841842Z [00:03:12.824]➜  github.com/charmbracelet/x/cellbuf
2025-08-20T21:34:19.3842145Z [00:03:12.824]➜  mkdir -p $WORK/b795/
2025-08-20T21:34:19.3842508Z [00:03:12.824]➜  cat >/tmp/go-build1238918229/b795/importcfg << 'EOF' # internal
2025-08-20T21:34:19.3842851Z [00:03:12.824]➜  # import config
2025-08-20T21:34:19.3843186Z [00:03:12.824]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.3843605Z [00:03:12.824]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.3844017Z [00:03:12.824]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.3844550Z [00:03:12.824]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build1238918229/b796/_pkg_.a
2025-08-20T21:34:19.3845167Z [00:03:12.824]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1238918229/b787/_pkg_.a
2025-08-20T21:34:19.3845768Z [00:03:12.824]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build1238918229/b797/_pkg_.a
2025-08-20T21:34:19.3846347Z [00:03:12.824]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1238918229/b793/_pkg_.a
2025-08-20T21:34:19.3846898Z [00:03:12.824]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1238918229/b794/_pkg_.a
2025-08-20T21:34:19.3847361Z [00:03:12.824]➜  packagefile image=/tmp/go-build1238918229/b539/_pkg_.a
2025-08-20T21:34:19.3858262Z [00:03:12.824]➜  packagefile image/color=/tmp/go-build1238918229/b540/_pkg_.a
2025-08-20T21:34:19.3858711Z [00:03:12.824]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.3859126Z [00:03:12.824]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.3859539Z [00:03:12.824]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.3859952Z [00:03:12.824]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:19.3860374Z [00:03:12.824]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:19.3860823Z [00:03:12.824]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:19.3861156Z [00:03:12.824]➜  EOF
2025-08-20T21:34:19.3866648Z [00:03:12.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b795/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13=>github.com/charmbracelet/x/cellbuf@v0.0.13;$WORK/b795=>" -p github.com/charmbracelet/x/cellbuf -lang=go1.18 -complete -installsuffix shared -buildid zbcqbOkIk47ndp147sR9/zbcqbOkIk47ndp147sR9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/buffer.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/cell.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/errors.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/geom.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hardscroll.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hashmap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/link.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/sequence.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/style.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/tabstop.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/utils.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/writer.go
2025-08-20T21:34:19.4221638Z [00:03:12.863]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T21:34:19.4229721Z [00:03:12.864]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/14/142b318102e3afa476b39cacaef9dcf05df7641b8681285ff5fb56ffb4997c9c-d # internal
2025-08-20T21:34:19.4233347Z [00:03:12.865]➜  chainguard.dev/melange/pkg/sign
2025-08-20T21:34:19.4234526Z [00:03:12.865]➜  mkdir -p $WORK/b812/
2025-08-20T21:34:19.4236530Z [00:03:12.865]➜  cat >/tmp/go-build1238918229/b812/importcfg << 'EOF' # internal
2025-08-20T21:34:19.4238186Z [00:03:12.865]➜  # import config
2025-08-20T21:34:19.4243201Z [00:03:12.866]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:19.4244610Z [00:03:12.866]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.4246094Z [00:03:12.866]➜  packagefile chainguard.dev/apko/pkg/apk/expandapk=/tmp/go-build1238918229/b452/_pkg_.a
2025-08-20T21:34:19.4247958Z [00:03:12.866]➜  packagefile chainguard.dev/apko/pkg/apk/signature=/tmp/go-build1238918229/b457/_pkg_.a
2025-08-20T21:34:19.4249967Z [00:03:12.866]➜  packagefile chainguard.dev/melange/pkg/tarball=/tmp/go-build1238918229/b813/_pkg_.a
2025-08-20T21:34:19.4250762Z [00:03:12.866]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:19.4251295Z [00:03:12.866]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:19.4251818Z [00:03:12.866]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:19.4252339Z [00:03:12.866]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.4252836Z [00:03:12.866]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.4253680Z [00:03:12.866]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:19.4254362Z [00:03:12.866]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build1238918229/b453/_pkg_.a
2025-08-20T21:34:19.4255191Z [00:03:12.866]➜  packagefile github.com/psanford/memfs=/tmp/go-build1238918229/b814/_pkg_.a
2025-08-20T21:34:19.4255751Z [00:03:12.866]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.4256236Z [00:03:12.866]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.4259524Z [00:03:12.867]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:19.4260853Z [00:03:12.867]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.4262777Z [00:03:12.868]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:19.4263117Z [00:03:12.868]➜  EOF
2025-08-20T21:34:19.4264753Z [00:03:12.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b812/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign=>chainguard.dev/melange/pkg/sign;$WORK/b812=>" -p chainguard.dev/melange/pkg/sign -lang=go1.24 -complete -installsuffix shared -buildid OWbAMt1Dh1ZsRyNeBdZW/OWbAMt1Dh1ZsRyNeBdZW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b812/importcfg -pack ./pkg/sign/apk.go ./pkg/sign/index.go
2025-08-20T21:34:19.5013887Z [00:03:12.943]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T21:34:19.5029287Z [00:03:12.944]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/7d/7d028dc56a5d4f940f6793c130dbf59a9097e277f946f5e6a5fdf522cb9f8cc4-d # internal
2025-08-20T21:34:19.5041746Z [00:03:12.946]➜  chainguard.dev/melange/pkg/index
2025-08-20T21:34:19.5060910Z [00:03:12.947]➜  mkdir -p $WORK/b811/
2025-08-20T21:34:19.5071824Z [00:03:12.949]➜  cat >/tmp/go-build1238918229/b811/importcfg << 'EOF' # internal
2025-08-20T21:34:19.5072533Z [00:03:12.949]➜  # import config
2025-08-20T21:34:19.5073948Z [00:03:12.949]➜  packagefile chainguard.dev/apko/pkg/apk/apk=/tmp/go-build1238918229/b071/_pkg_.a
2025-08-20T21:34:19.5074924Z [00:03:12.949]➜  packagefile chainguard.dev/melange/pkg/sign=/tmp/go-build1238918229/b812/_pkg_.a
2025-08-20T21:34:19.5075644Z [00:03:12.949]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:19.5076221Z [00:03:12.949]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.5076990Z [00:03:12.949]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.5078445Z [00:03:12.949]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:19.5080036Z [00:03:12.949]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:19.5080792Z [00:03:12.949]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1238918229/b490/_pkg_.a
2025-08-20T21:34:19.5081343Z [00:03:12.949]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.5081748Z [00:03:12.949]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.5082186Z [00:03:12.949]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:19.5082636Z [00:03:12.949]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.5082963Z [00:03:12.949]➜  EOF
2025-08-20T21:34:19.5094017Z [00:03:12.951]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b811/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/index=>chainguard.dev/melange/pkg/index;$WORK/b811=>" -p chainguard.dev/melange/pkg/index -lang=go1.24 -complete -installsuffix shared -buildid oGV4M4AqlvE1CehjsNQg/oGV4M4AqlvE1CehjsNQg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b811/importcfg -pack ./pkg/index/index.go
2025-08-20T21:34:19.5709073Z [00:03:13.012]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T21:34:19.5739522Z [00:03:13.015]➜  go tool buildid -w $WORK/b811/_pkg_.a # internal
2025-08-20T21:34:19.5755525Z [00:03:13.017]➜  cp $WORK/b811/_pkg_.a /root/.cache/go-build/fc/fc8e35cad7562839dd91f198632edee5af5a4be97d881295643443b7d38abea8-d # internal
2025-08-20T21:34:19.5762780Z [00:03:13.018]➜  debug/macho
2025-08-20T21:34:19.5764706Z [00:03:13.018]➜  mkdir -p $WORK/b819/
2025-08-20T21:34:19.5777418Z [00:03:13.019]➜  cat >/tmp/go-build1238918229/b819/importcfg << 'EOF' # internal
2025-08-20T21:34:19.5778346Z [00:03:13.019]➜  # import config
2025-08-20T21:34:19.5778948Z [00:03:13.019]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.5779977Z [00:03:13.019]➜  packagefile compress/zlib=/tmp/go-build1238918229/b531/_pkg_.a
2025-08-20T21:34:19.5780665Z [00:03:13.019]➜  packagefile debug/dwarf=/tmp/go-build1238918229/b644/_pkg_.a
2025-08-20T21:34:19.5781367Z [00:03:13.019]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:19.5781916Z [00:03:13.019]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.5782813Z [00:03:13.019]➜  packagefile internal/saferio=/tmp/go-build1238918229/b386/_pkg_.a
2025-08-20T21:34:19.5783502Z [00:03:13.019]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.5784039Z [00:03:13.019]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.5785227Z [00:03:13.019]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:19.5785664Z [00:03:13.019]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.5785978Z [00:03:13.019]➜  EOF
2025-08-20T21:34:19.5790663Z [00:03:13.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b819/_pkg_.a -trimpath "/root/.go/src/debug/macho=>debug/macho;$WORK/b819=>" -p debug/macho -lang=go1.25 -std -complete -installsuffix shared -buildid bH0S3HKNv518sFug76z0/bH0S3HKNv518sFug76z0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b819/importcfg -pack /root/.go/src/debug/macho/fat.go /root/.go/src/debug/macho/file.go /root/.go/src/debug/macho/macho.go /root/.go/src/debug/macho/reloctype.go /root/.go/src/debug/macho/reloctype_string.go
2025-08-20T21:34:19.5808551Z [00:03:13.022]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/8d/8d2c27dace7ca204e117197c6595fab2f401f6005fc3a54601891edde5806c29-d # internal
2025-08-20T21:34:19.5844517Z [00:03:13.024]➜  debug/pe
2025-08-20T21:34:19.5844936Z [00:03:13.024]➜  mkdir -p $WORK/b820/
2025-08-20T21:34:19.5845331Z [00:03:13.024]➜  cat >/tmp/go-build1238918229/b820/importcfg << 'EOF' # internal
2025-08-20T21:34:19.5845685Z [00:03:13.024]➜  # import config
2025-08-20T21:34:19.5846354Z [00:03:13.024]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.5846914Z [00:03:13.024]➜  packagefile compress/zlib=/tmp/go-build1238918229/b531/_pkg_.a
2025-08-20T21:34:19.5847382Z [00:03:13.024]➜  packagefile debug/dwarf=/tmp/go-build1238918229/b644/_pkg_.a
2025-08-20T21:34:19.5848138Z [00:03:13.024]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:19.5848651Z [00:03:13.024]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.5849076Z [00:03:13.024]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.5849527Z [00:03:13.024]➜  packagefile internal/saferio=/tmp/go-build1238918229/b386/_pkg_.a
2025-08-20T21:34:19.5849968Z [00:03:13.024]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.5850376Z [00:03:13.024]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.5850790Z [00:03:13.024]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:19.5851220Z [00:03:13.024]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.5851535Z [00:03:13.024]➜  EOF
2025-08-20T21:34:19.5853352Z [00:03:13.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b820/_pkg_.a -trimpath "/root/.go/src/debug/pe=>debug/pe;$WORK/b820=>" -p debug/pe -lang=go1.25 -std -complete -installsuffix shared -buildid QgFWxEtBMmB7BVAhaunV/QgFWxEtBMmB7BVAhaunV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b820/importcfg -pack /root/.go/src/debug/pe/file.go /root/.go/src/debug/pe/pe.go /root/.go/src/debug/pe/section.go /root/.go/src/debug/pe/string.go /root/.go/src/debug/pe/symbol.go
2025-08-20T21:34:19.6875112Z [00:03:13.129]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T21:34:19.6894492Z [00:03:13.131]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/43/430cdc13bf2c4e0aa06f9ad9e4bfcab79594d623d3f129fb9fa076202858ab11-d # internal
2025-08-20T21:34:19.6895114Z [00:03:13.131]➜  debug/plan9obj
2025-08-20T21:34:19.6896205Z [00:03:13.131]➜  mkdir -p $WORK/b821/
2025-08-20T21:34:19.6946793Z [00:03:13.136]➜  cat >/tmp/go-build1238918229/b821/importcfg << 'EOF' # internal
2025-08-20T21:34:19.6947219Z [00:03:13.136]➜  # import config
2025-08-20T21:34:19.6947725Z [00:03:13.136]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:19.6948247Z [00:03:13.136]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.6948666Z [00:03:13.136]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.6949122Z [00:03:13.136]➜  packagefile internal/saferio=/tmp/go-build1238918229/b386/_pkg_.a
2025-08-20T21:34:19.6949565Z [00:03:13.136]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.6949974Z [00:03:13.136]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.6950273Z [00:03:13.136]➜  EOF
2025-08-20T21:34:19.6952222Z [00:03:13.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b821/_pkg_.a -trimpath "/root/.go/src/debug/plan9obj=>debug/plan9obj;$WORK/b821=>" -p debug/plan9obj -lang=go1.25 -std -complete -installsuffix shared -buildid SNHTpOVRKt5igg6ZsDml/SNHTpOVRKt5igg6ZsDml -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b821/importcfg -pack /root/.go/src/debug/plan9obj/file.go /root/.go/src/debug/plan9obj/plan9obj.go
2025-08-20T21:34:19.6981008Z [00:03:13.139]➜  go tool buildid -w $WORK/b820/_pkg_.a # internal
2025-08-20T21:34:19.7016287Z [00:03:13.143]➜  cp $WORK/b820/_pkg_.a /root/.cache/go-build/40/4099b8867f2062e4c8dd88456ee0583b96a1cb47e67593d7edba9e01a0b25ea7-d # internal
2025-08-20T21:34:19.7017317Z [00:03:13.143]➜  internal/xcoff
2025-08-20T21:34:19.7018540Z [00:03:13.143]➜  mkdir -p $WORK/b822/
2025-08-20T21:34:19.7039820Z [00:03:13.144]➜  cat >/tmp/go-build1238918229/b822/importcfg << 'EOF' # internal
2025-08-20T21:34:19.7040292Z [00:03:13.144]➜  # import config
2025-08-20T21:34:19.7040664Z [00:03:13.144]➜  packagefile debug/dwarf=/tmp/go-build1238918229/b644/_pkg_.a
2025-08-20T21:34:19.7041496Z [00:03:13.144]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:19.7042016Z [00:03:13.144]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.7042432Z [00:03:13.144]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.7042890Z [00:03:13.144]➜  packagefile internal/saferio=/tmp/go-build1238918229/b386/_pkg_.a
2025-08-20T21:34:19.7043335Z [00:03:13.144]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.7043742Z [00:03:13.144]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.7044149Z [00:03:13.144]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:19.7044578Z [00:03:13.144]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.7045082Z [00:03:13.144]➜  EOF
2025-08-20T21:34:19.7046823Z [00:03:13.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b822/_pkg_.a -trimpath "/root/.go/src/internal/xcoff=>internal/xcoff;$WORK/b822=>" -p internal/xcoff -lang=go1.25 -std -complete -installsuffix shared -buildid jlUxXsfVialg0L7xgMaG/jlUxXsfVialg0L7xgMaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b822/importcfg -pack /root/.go/src/internal/xcoff/ar.go /root/.go/src/internal/xcoff/file.go /root/.go/src/internal/xcoff/xcoff.go
2025-08-20T21:34:19.7288634Z [00:03:13.170]➜  go tool buildid -w $WORK/b821/_pkg_.a # internal
2025-08-20T21:34:19.7295051Z [00:03:13.171]➜  cp $WORK/b821/_pkg_.a /root/.cache/go-build/7d/7d344532e89a5b29019b5be8b25ab143c16b5471da2d8953128a645b5ed266ab-d # internal
2025-08-20T21:34:19.7297281Z [00:03:13.171]➜  github.com/chainguard-dev/go-pkgconfig
2025-08-20T21:34:19.7297702Z [00:03:13.171]➜  mkdir -p $WORK/b823/
2025-08-20T21:34:19.7298102Z [00:03:13.171]➜  cat >/tmp/go-build1238918229/b823/importcfg << 'EOF' # internal
2025-08-20T21:34:19.7298450Z [00:03:13.171]➜  # import config
2025-08-20T21:34:19.7298779Z [00:03:13.171]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.7299275Z [00:03:13.171]➜  packagefile github.com/ijt/goparsify=/tmp/go-build1238918229/b687/_pkg_.a
2025-08-20T21:34:19.7299745Z [00:03:13.171]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.7300165Z [00:03:13.171]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.7300606Z [00:03:13.171]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:19.7301056Z [00:03:13.171]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:19.7301394Z [00:03:13.171]➜  EOF
2025-08-20T21:34:19.7304024Z [00:03:13.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b823/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/chainguard-dev/go-pkgconfig@v0.0.0-20240404163941-6351b37b2a10=>github.com/chainguard-dev/go-pkgconfig@v0.0.0-20240404163941-6351b37b2a10;$WORK/b823=>" -p github.com/chainguard-dev/go-pkgconfig -lang=go1.20 -complete -installsuffix shared -buildid HZvTg5i0o2RQ4GZJ2DP6/HZvTg5i0o2RQ4GZJ2DP6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b823/importcfg -pack /root/go/pkg/mod/github.com/chainguard-dev/go-pkgconfig@v0.0.0-20240404163941-6351b37b2a10/package.go /root/go/pkg/mod/github.com/chainguard-dev/go-pkgconfig@v0.0.0-20240404163941-6351b37b2a10/parser.go
2025-08-20T21:34:19.7461270Z [00:03:13.187]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T21:34:19.7564178Z [00:03:13.198]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T21:34:19.7614028Z [00:03:13.202]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/9c/9c5c1e02914cd5e3fb253cc7ff11227c49358a01b877c90353038eaf8997a3c9-d # internal
2025-08-20T21:34:19.7624075Z [00:03:13.204]➜  github.com/charmbracelet/lipgloss
2025-08-20T21:34:19.7624483Z [00:03:13.204]➜  mkdir -p $WORK/b786/
2025-08-20T21:34:19.7633089Z [00:03:13.205]➜  cat >/tmp/go-build1238918229/b786/importcfg << 'EOF' # internal
2025-08-20T21:34:19.7633537Z [00:03:13.205]➜  # import config
2025-08-20T21:34:19.7634482Z [00:03:13.205]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1238918229/b787/_pkg_.a
2025-08-20T21:34:19.7635252Z [00:03:13.205]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build1238918229/b795/_pkg_.a
2025-08-20T21:34:19.7635964Z [00:03:13.205]➜  packagefile github.com/muesli/termenv=/tmp/go-build1238918229/b799/_pkg_.a
2025-08-20T21:34:19.7636650Z [00:03:13.205]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1238918229/b794/_pkg_.a
2025-08-20T21:34:19.7637216Z [00:03:13.205]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.7638613Z [00:03:13.205]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:19.7639183Z [00:03:13.205]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:19.7639721Z [00:03:13.205]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.7640575Z [00:03:13.205]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:19.7641131Z [00:03:13.205]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:19.7641561Z [00:03:13.205]➜  EOF
2025-08-20T21:34:19.7646979Z [00:03:13.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b786/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0=>github.com/charmbracelet/lipgloss@v1.1.0;$WORK/b786=>" -p github.com/charmbracelet/lipgloss -lang=go1.18 -complete -installsuffix shared -buildid rd6EbTE-rxFJTGPHokBk/rd6EbTE-rxFJTGPHokBk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b786/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/align.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/ansi_unix.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/borders.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/color.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/get.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/join.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/position.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/ranges.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/renderer.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/runes.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/set.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/size.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/style.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/unset.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.0/whitespace.go
2025-08-20T21:34:19.7659662Z [00:03:13.207]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/6a/6a850e3e7116158070c57c0064bd9a92af2b76e43b09c61551ce0d40ae2d5df7-d # internal
2025-08-20T21:34:19.7691109Z [00:03:13.210]➜  golang.org/x/tools/internal/aliases
2025-08-20T21:34:19.7691787Z [00:03:13.211]➜  mkdir -p $WORK/b764/
2025-08-20T21:34:19.7696481Z [00:03:13.211]➜  cat >/tmp/go-build1238918229/b764/importcfg << 'EOF' # internal
2025-08-20T21:34:19.7697781Z [00:03:13.211]➜  # import config
2025-08-20T21:34:19.7700253Z [00:03:13.211]➜  packagefile go/ast=/tmp/go-build1238918229/b743/_pkg_.a
2025-08-20T21:34:19.7700734Z [00:03:13.211]➜  packagefile go/parser=/tmp/go-build1238918229/b749/_pkg_.a
2025-08-20T21:34:19.7701181Z [00:03:13.211]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:19.7701899Z [00:03:13.211]➜  packagefile go/types=/tmp/go-build1238918229/b756/_pkg_.a
2025-08-20T21:34:19.7702283Z [00:03:13.211]➜  EOF
2025-08-20T21:34:19.7704567Z [00:03:13.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b764/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/aliases=>golang.org/x/tools@v0.35.0/internal/aliases;$WORK/b764=>" -p golang.org/x/tools/internal/aliases -lang=go1.23 -complete -installsuffix shared -buildid NwINzhludZvN87R_p_Bd/NwINzhludZvN87R_p_Bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/aliases/aliases.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/aliases/aliases_go122.go
2025-08-20T21:34:19.7813024Z [00:03:13.223]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T21:34:19.7821985Z [00:03:13.224]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/0a/0ada0108498729b36b6bab3c2f50a0105f08d46b89ed1f87909c79a90ece518e-d # internal
2025-08-20T21:34:19.7824986Z [00:03:13.224]➜  golang.org/x/tools/internal/versions
2025-08-20T21:34:19.7828957Z [00:03:13.224]➜  mkdir -p $WORK/b770/
2025-08-20T21:34:19.7830230Z [00:03:13.224]➜  cat >/tmp/go-build1238918229/b770/importcfg << 'EOF' # internal
2025-08-20T21:34:19.7830616Z [00:03:13.224]➜  # import config
2025-08-20T21:34:19.7830966Z [00:03:13.224]➜  packagefile go/ast=/tmp/go-build1238918229/b743/_pkg_.a
2025-08-20T21:34:19.7831402Z [00:03:13.224]➜  packagefile go/types=/tmp/go-build1238918229/b756/_pkg_.a
2025-08-20T21:34:19.7832199Z [00:03:13.224]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.7832516Z [00:03:13.224]➜  EOF
2025-08-20T21:34:19.7835210Z [00:03:13.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b770/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/versions=>golang.org/x/tools@v0.35.0/internal/versions;$WORK/b770=>" -p golang.org/x/tools/internal/versions -lang=go1.23 -complete -installsuffix shared -buildid 5J3xZyt_ckIqH3xkfz9q/5J3xZyt_ckIqH3xkfz9q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/versions/features.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/versions/gover.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/versions/types.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/versions/versions.go
2025-08-20T21:34:19.7924861Z [00:03:13.234]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T21:34:19.7937934Z [00:03:13.235]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/21/2130e99c683a2b07025f1d338b9a5b8f23a42b74e708f01aa23e45d37daf8710-d # internal
2025-08-20T21:34:19.7938625Z [00:03:13.235]➜  debug/buildinfo
2025-08-20T21:34:19.7938912Z [00:03:13.235]➜  mkdir -p $WORK/b818/
2025-08-20T21:34:19.7940034Z [00:03:13.235]➜  cat >/tmp/go-build1238918229/b818/importcfg << 'EOF' # internal
2025-08-20T21:34:19.7940552Z [00:03:13.235]➜  # import config
2025-08-20T21:34:19.7941043Z [00:03:13.235]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.7944511Z [00:03:13.235]➜  packagefile debug/elf=/tmp/go-build1238918229/b643/_pkg_.a
2025-08-20T21:34:19.7945002Z [00:03:13.235]➜  packagefile debug/macho=/tmp/go-build1238918229/b819/_pkg_.a
2025-08-20T21:34:19.7945788Z [00:03:13.235]➜  packagefile debug/pe=/tmp/go-build1238918229/b820/_pkg_.a
2025-08-20T21:34:19.7948587Z [00:03:13.235]➜  packagefile debug/plan9obj=/tmp/go-build1238918229/b821/_pkg_.a
2025-08-20T21:34:19.7949339Z [00:03:13.235]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:19.7952669Z [00:03:13.235]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.7953178Z [00:03:13.235]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.7953633Z [00:03:13.235]➜  packagefile internal/saferio=/tmp/go-build1238918229/b386/_pkg_.a
2025-08-20T21:34:19.7954117Z [00:03:13.235]➜  packagefile internal/xcoff=/tmp/go-build1238918229/b822/_pkg_.a
2025-08-20T21:34:19.7954785Z [00:03:13.235]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.7955272Z [00:03:13.235]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:19.7955676Z [00:03:13.235]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.7956119Z [00:03:13.235]➜  packagefile runtime/debug=/tmp/go-build1238918229/b332/_pkg_.a
2025-08-20T21:34:19.7956455Z [00:03:13.235]➜  EOF
2025-08-20T21:34:19.7958244Z [00:03:13.235]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b818/_pkg_.a -trimpath "/root/.go/src/debug/buildinfo=>debug/buildinfo;$WORK/b818=>" -p debug/buildinfo -lang=go1.25 -std -complete -installsuffix shared -buildid 2dJ42Xo9itc6MW6VhIDf/2dJ42Xo9itc6MW6VhIDf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack /root/.go/src/debug/buildinfo/buildinfo.go
2025-08-20T21:34:19.8057418Z [00:03:13.247]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T21:34:19.8101930Z [00:03:13.247]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/93/93cfd1ace417e6b7ec98f0d3fc87fa1e95a1568efa486aa3bb8fdf3709935ac4-d # internal
2025-08-20T21:34:19.8102662Z [00:03:13.247]➜  github.com/in-toto/attestation/go/v1
2025-08-20T21:34:19.8102996Z [00:03:13.247]➜  mkdir -p $WORK/b825/
2025-08-20T21:34:19.8103378Z [00:03:13.247]➜  cat >/tmp/go-build1238918229/b825/importcfg << 'EOF' # internal
2025-08-20T21:34:19.8103741Z [00:03:13.247]➜  # import config
2025-08-20T21:34:19.8104104Z [00:03:13.247]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:19.8104959Z [00:03:13.247]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.8105375Z [00:03:13.247]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.8105961Z [00:03:13.247]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:19.8106670Z [00:03:13.247]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:19.8107378Z [00:03:13.247]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1238918229/b430/_pkg_.a
2025-08-20T21:34:19.8108466Z [00:03:13.247]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:19.8109174Z [00:03:13.247]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:19.8109491Z [00:03:13.247]➜  EOF
2025-08-20T21:34:19.8112310Z [00:03:13.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b825/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/v1=>github.com/in-toto/attestation@v1.1.2/go/v1;$WORK/b825=>" -p github.com/in-toto/attestation/go/v1 -lang=go1.22 -complete -installsuffix shared -buildid ZYWVlsEYIj7BzwApPQen/ZYWVlsEYIj7BzwApPQen -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b825/importcfg -pack /root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/v1/resource_descriptor.go /root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/v1/resource_descriptor.pb.go /root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/v1/statement.go /root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/v1/statement.pb.go
2025-08-20T21:34:19.8115999Z [00:03:13.253]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T21:34:19.8142958Z [00:03:13.253]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/4f/4f2cd82c412d288b07ff4ac06ee99fc537f3de8a00971c9d5ed9a46c79e95624-d # internal
2025-08-20T21:34:19.8144265Z [00:03:13.253]➜  golang.org/x/tools/internal/typeparams
2025-08-20T21:34:19.8145130Z [00:03:13.253]➜  mkdir -p $WORK/b767/
2025-08-20T21:34:19.8147711Z [00:03:13.253]➜  cat >/tmp/go-build1238918229/b767/importcfg << 'EOF' # internal
2025-08-20T21:34:19.8148521Z [00:03:13.253]➜  # import config
2025-08-20T21:34:19.8149350Z [00:03:13.253]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.8150088Z [00:03:13.253]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.8151313Z [00:03:13.253]➜  packagefile go/ast=/tmp/go-build1238918229/b743/_pkg_.a
2025-08-20T21:34:19.8152617Z [00:03:13.253]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:19.8153809Z [00:03:13.253]➜  packagefile go/types=/tmp/go-build1238918229/b756/_pkg_.a
2025-08-20T21:34:19.8154924Z [00:03:13.253]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build1238918229/b764/_pkg_.a
2025-08-20T21:34:19.8155915Z [00:03:13.253]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.8156858Z [00:03:13.253]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.8157804Z [00:03:13.253]➜  EOF
2025-08-20T21:34:19.8161809Z [00:03:13.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b767/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typeparams=>golang.org/x/tools@v0.35.0/internal/typeparams;$WORK/b767=>" -p golang.org/x/tools/internal/typeparams -lang=go1.23 -complete -installsuffix shared -buildid L9vLxA9bSWsdscynI16q/L9vLxA9bSWsdscynI16q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b767/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typeparams/common.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typeparams/coretype.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typeparams/free.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typeparams/normalize.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typeparams/termlist.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typeparams/typeterm.go
2025-08-20T21:34:19.8462160Z [00:03:13.284]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T21:34:19.8477266Z [00:03:13.289]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/d9/d953807003ba40602336a67dbb35e75594357618ca28680b424c9ccd0379c189-d # internal
2025-08-20T21:34:19.8479286Z [00:03:13.289]➜  chainguard.dev/melange/pkg/sca
2025-08-20T21:34:19.8480165Z [00:03:13.289]➜  mkdir -p $WORK/b817/
2025-08-20T21:34:19.8480896Z [00:03:13.289]➜  cat >/tmp/go-build1238918229/b817/importcfg << 'EOF' # internal
2025-08-20T21:34:19.8481497Z [00:03:13.289]➜  # import config
2025-08-20T21:34:19.8482262Z [00:03:13.289]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:19.8484225Z [00:03:13.289]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.8485452Z [00:03:13.289]➜  packagefile chainguard.dev/apko/pkg/apk/apk=/tmp/go-build1238918229/b071/_pkg_.a
2025-08-20T21:34:19.8486555Z [00:03:13.289]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:19.8487841Z [00:03:13.289]➜  packagefile chainguard.dev/melange/pkg/config=/tmp/go-build1238918229/b688/_pkg_.a
2025-08-20T21:34:19.8488638Z [00:03:13.289]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:19.8489640Z [00:03:13.289]➜  packagefile debug/buildinfo=/tmp/go-build1238918229/b818/_pkg_.a
2025-08-20T21:34:19.8490335Z [00:03:13.289]➜  packagefile debug/elf=/tmp/go-build1238918229/b643/_pkg_.a
2025-08-20T21:34:19.8491671Z [00:03:13.289]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.8492095Z [00:03:13.289]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.8492601Z [00:03:13.289]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:19.8493235Z [00:03:13.289]➜  packagefile github.com/chainguard-dev/go-pkgconfig=/tmp/go-build1238918229/b823/_pkg_.a
2025-08-20T21:34:19.8493741Z [00:03:13.289]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:19.8494154Z [00:03:13.289]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:19.8494557Z [00:03:13.289]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.8495004Z [00:03:13.289]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:19.8495452Z [00:03:13.289]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:19.8495881Z [00:03:13.289]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.8496556Z [00:03:13.289]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:19.8496967Z [00:03:13.289]➜  EOF
2025-08-20T21:34:19.8500561Z [00:03:13.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b817/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca=>chainguard.dev/melange/pkg/sca;$WORK/b817=>" -p chainguard.dev/melange/pkg/sca -lang=go1.24 -complete -installsuffix shared -buildid Nu_KDKWmvWC1yoznahMa/Nu_KDKWmvWC1yoznahMa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b817/importcfg -pack ./pkg/sca/sca.go
2025-08-20T21:34:19.8777666Z [00:03:13.319]➜  go tool buildid -w $WORK/b825/_pkg_.a # internal
2025-08-20T21:34:19.8784996Z [00:03:13.320]➜  cp $WORK/b825/_pkg_.a /root/.cache/go-build/fe/fe8ae3b7e5fcce196cabde11c8eb409dcf736337f905fb9106b1fecb40229b75-d # internal
2025-08-20T21:34:19.8787594Z [00:03:13.320]➜  github.com/in-toto/attestation/go/predicates/provenance/v1
2025-08-20T21:34:19.8788335Z [00:03:13.320]➜  mkdir -p $WORK/b824/
2025-08-20T21:34:19.8790287Z [00:03:13.320]➜  cat >/tmp/go-build1238918229/b824/importcfg << 'EOF' # internal
2025-08-20T21:34:19.8791104Z [00:03:13.320]➜  # import config
2025-08-20T21:34:19.8792976Z [00:03:13.320]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:19.8793443Z [00:03:13.320]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.8793972Z [00:03:13.320]➜  packagefile github.com/in-toto/attestation/go/v1=/tmp/go-build1238918229/b825/_pkg_.a
2025-08-20T21:34:19.8794817Z [00:03:13.320]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:19.8795486Z [00:03:13.320]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:19.8796189Z [00:03:13.320]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:19.8796897Z [00:03:13.320]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1238918229/b430/_pkg_.a
2025-08-20T21:34:19.8797792Z [00:03:13.320]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1238918229/b280/_pkg_.a
2025-08-20T21:34:19.8798428Z [00:03:13.320]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:19.8799023Z [00:03:13.320]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:19.8799331Z [00:03:13.320]➜  EOF
2025-08-20T21:34:19.8802015Z [00:03:13.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b824/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/predicates/provenance/v1=>github.com/in-toto/attestation@v1.1.2/go/predicates/provenance/v1;$WORK/b824=>" -p github.com/in-toto/attestation/go/predicates/provenance/v1 -lang=go1.22 -complete -installsuffix shared -buildid Grvnz5LZR63vYpZCb8hl/Grvnz5LZR63vYpZCb8hl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b824/importcfg -pack /root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/predicates/provenance/v1/provenance.go /root/go/pkg/mod/github.com/in-toto/attestation@v1.1.2/go/predicates/provenance/v1/provenance.pb.go
2025-08-20T21:34:19.8862689Z [00:03:13.327]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T21:34:19.8871292Z [00:03:13.328]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/b7/b792001d357542d731fc7c70d6c5137bd31a9cdca0c86c573020623f43957eeb-d # internal
2025-08-20T21:34:19.8871909Z [00:03:13.328]➜  golang.org/x/tools/go/types/typeutil
2025-08-20T21:34:19.8872240Z [00:03:13.328]➜  mkdir -p $WORK/b766/
2025-08-20T21:34:19.8872612Z [00:03:13.328]➜  cat >/tmp/go-build1238918229/b766/importcfg << 'EOF' # internal
2025-08-20T21:34:19.8872953Z [00:03:13.328]➜  # import config
2025-08-20T21:34:19.8873337Z [00:03:13.328]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.8873748Z [00:03:13.328]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.8874161Z [00:03:13.328]➜  packagefile go/ast=/tmp/go-build1238918229/b743/_pkg_.a
2025-08-20T21:34:19.8874828Z [00:03:13.328]➜  packagefile go/types=/tmp/go-build1238918229/b756/_pkg_.a
2025-08-20T21:34:19.8875487Z [00:03:13.328]➜  packagefile golang.org/x/tools/internal/typeparams=/tmp/go-build1238918229/b767/_pkg_.a
2025-08-20T21:34:19.8876052Z [00:03:13.328]➜  packagefile hash/maphash=/tmp/go-build1238918229/b768/_pkg_.a
2025-08-20T21:34:19.8876487Z [00:03:13.328]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:19.8876800Z [00:03:13.328]➜  EOF
2025-08-20T21:34:19.8881728Z [00:03:13.329]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b766/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/types/typeutil=>golang.org/x/tools@v0.35.0/go/types/typeutil;$WORK/b766=>" -p golang.org/x/tools/go/types/typeutil -lang=go1.23 -complete -installsuffix shared -buildid QtYI2EOMTrnqBs5QOpxk/QtYI2EOMTrnqBs5QOpxk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/types/typeutil/callee.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/types/typeutil/imports.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/types/typeutil/map.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/types/typeutil/methodsetcache.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/types/typeutil/ui.go
2025-08-20T21:34:19.9253314Z [00:03:13.367]➜  go tool buildid -w $WORK/b824/_pkg_.a # internal
2025-08-20T21:34:19.9312274Z [00:03:13.373]➜  cp $WORK/b824/_pkg_.a /root/.cache/go-build/cb/cb283f3b55f9a061aa0331d101e44cb100d0451e6c0ecca63dcb7b5f3178cae7-d # internal
2025-08-20T21:34:19.9316370Z [00:03:13.373]➜  github.com/spdx/tools-golang/json/marshal
2025-08-20T21:34:19.9320448Z [00:03:13.373]➜  mkdir -p $WORK/b827/
2025-08-20T21:34:19.9323732Z [00:03:13.374]➜  cat >/tmp/go-build1238918229/b827/importcfg << 'EOF' # internal
2025-08-20T21:34:19.9324754Z [00:03:13.374]➜  # import config
2025-08-20T21:34:19.9325312Z [00:03:13.374]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.9326301Z [00:03:13.374]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:19.9327041Z [00:03:13.374]➜  EOF
2025-08-20T21:34:19.9332300Z [00:03:13.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b827/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/json/marshal=>github.com/spdx/tools-golang@v0.5.5/json/marshal;$WORK/b827=>" -p github.com/spdx/tools-golang/json/marshal -lang=go1.13 -complete -installsuffix shared -buildid _skWej11J0vUefp_XN9_/_skWej11J0vUefp_XN9_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b827/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/json/marshal/json.go
2025-08-20T21:34:19.9580919Z [00:03:13.399]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T21:34:19.9583863Z [00:03:13.400]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/bc/bc06a66f27b733e1be5712ec2e2755014764ba902b3e95f6200958567ba6452e-d # internal
2025-08-20T21:34:19.9587076Z [00:03:13.400]➜  github.com/spdx/tools-golang/spdx/v2/common
2025-08-20T21:34:19.9587555Z [00:03:13.400]➜  mkdir -p $WORK/b826/
2025-08-20T21:34:19.9587987Z [00:03:13.400]➜  cat >/tmp/go-build1238918229/b826/importcfg << 'EOF' # internal
2025-08-20T21:34:19.9588335Z [00:03:13.400]➜  # import config
2025-08-20T21:34:19.9588677Z [00:03:13.400]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.9589227Z [00:03:13.400]➜  packagefile github.com/spdx/tools-golang/json/marshal=/tmp/go-build1238918229/b827/_pkg_.a
2025-08-20T21:34:19.9589774Z [00:03:13.400]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.9590090Z [00:03:13.400]➜  EOF
2025-08-20T21:34:19.9594663Z [00:03:13.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b826/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/common=>github.com/spdx/tools-golang@v0.5.5/spdx/v2/common;$WORK/b826=>" -p github.com/spdx/tools-golang/spdx/v2/common -lang=go1.13 -complete -installsuffix shared -buildid 1qA9nXZpAy-aF2R-2219/1qA9nXZpAy-aF2R-2219 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b826/importcfg -pack /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/common/annotation.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/common/checksum.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/common/creation_info.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/common/external.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/common/identifier.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/common/package.go /root/go/pkg/mod/github.com/spdx/tools-golang@v0.5.5/spdx/v2/common/snippet.go
2025-08-20T21:34:19.9682225Z [00:03:13.409]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T21:34:19.9702855Z [00:03:13.412]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/25/25a3342453c1ffd951da64c2ee03c787964bc94b0b83bb7a21339268dbc8bd6d-d # internal
2025-08-20T21:34:19.9705594Z [00:03:13.412]➜  golang.org/x/tools/internal/typesinternal
2025-08-20T21:34:19.9706541Z [00:03:13.412]➜  mkdir -p $WORK/b765/
2025-08-20T21:34:19.9709330Z [00:03:13.412]➜  cat >/tmp/go-build1238918229/b765/importcfg << 'EOF' # internal
2025-08-20T21:34:19.9710220Z [00:03:13.412]➜  # import config
2025-08-20T21:34:19.9711280Z [00:03:13.412]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:19.9711978Z [00:03:13.412]➜  packagefile go/ast=/tmp/go-build1238918229/b743/_pkg_.a
2025-08-20T21:34:19.9712869Z [00:03:13.412]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:19.9713929Z [00:03:13.412]➜  packagefile go/types=/tmp/go-build1238918229/b756/_pkg_.a
2025-08-20T21:34:19.9714951Z [00:03:13.412]➜  packagefile golang.org/x/tools/go/types/typeutil=/tmp/go-build1238918229/b766/_pkg_.a
2025-08-20T21:34:19.9715970Z [00:03:13.412]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build1238918229/b764/_pkg_.a
2025-08-20T21:34:19.9717044Z [00:03:13.412]➜  packagefile golang.org/x/tools/internal/stdlib=/tmp/go-build1238918229/b769/_pkg_.a
2025-08-20T21:34:19.9718222Z [00:03:13.412]➜  packagefile golang.org/x/tools/internal/versions=/tmp/go-build1238918229/b770/_pkg_.a
2025-08-20T21:34:19.9718981Z [00:03:13.412]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:19.9720140Z [00:03:13.412]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:19.9720893Z [00:03:13.412]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:19.9721630Z [00:03:13.412]➜  EOF
2025-08-20T21:34:19.9726683Z [00:03:13.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b765/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typesinternal=>golang.org/x/tools@v0.35.0/internal/typesinternal;$WORK/b765=>" -p golang.org/x/tools/internal/typesinternal -lang=go1.23 -complete -installsuffix shared -buildid 4RPuTr7wOa0GHLm3PZxP/4RPuTr7wOa0GHLm3PZxP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typesinternal/classify_call.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typesinternal/element.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typesinternal/errorcode.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typesinternal/errorcode_string.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typesinternal/qualifier.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typesinternal/recv.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typesinternal/toonew.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typesinternal/types.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typesinternal/varkind.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/typesinternal/zerovalue.go
2025-08-20T21:34:19.9963020Z [00:03:13.438]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T21:34:19.9969910Z [00:03:13.438]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/bd/bdc87c6f5832d19949eac078ed84e760634def523a94165c6472aa6c854f1998-d # internal
2025-08-20T21:34:19.9971549Z [00:03:13.439]➜  github.com/yookoala/realpath
2025-08-20T21:34:19.9972740Z [00:03:13.439]➜  mkdir -p $WORK/b828/
2025-08-20T21:34:19.9974820Z [00:03:13.439]➜  cat >/tmp/go-build1238918229/b828/importcfg << 'EOF' # internal
2025-08-20T21:34:19.9975990Z [00:03:13.439]➜  # import config
2025-08-20T21:34:19.9977120Z [00:03:13.439]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:19.9977998Z [00:03:13.439]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:19.9978923Z [00:03:13.439]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:19.9979635Z [00:03:13.439]➜  EOF
2025-08-20T21:34:19.9981908Z [00:03:13.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b828/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yookoala/realpath@v1.0.0=>github.com/yookoala/realpath@v1.0.0;$WORK/b828=>" -p github.com/yookoala/realpath -lang=go1.16 -complete -installsuffix shared -buildid Ykno7QUko8exvrDKv2uk/Ykno7QUko8exvrDKv2uk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack /root/go/pkg/mod/github.com/yookoala/realpath@v1.0.0/realpath.go
2025-08-20T21:34:20.0144455Z [00:03:13.456]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T21:34:20.0148724Z [00:03:13.456]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/cf/cf6788da10a696eddb4dc5bfe8c10ae44e22b95e50b125bd7f8dc8dd241692bf-d # internal
2025-08-20T21:34:20.0150172Z [00:03:13.456]➜  github.com/spf13/afero/internal/common
2025-08-20T21:34:20.0151432Z [00:03:13.457]➜  mkdir -p $WORK/b831/
2025-08-20T21:34:20.0155886Z [00:03:13.457]➜  cat >/tmp/go-build1238918229/b831/importcfg << 'EOF' # internal
2025-08-20T21:34:20.0156255Z [00:03:13.457]➜  # import config
2025-08-20T21:34:20.0156614Z [00:03:13.457]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:20.0156933Z [00:03:13.457]➜  EOF
2025-08-20T21:34:20.0159673Z [00:03:13.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b831/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0/internal/common=>github.com/spf13/afero@v1.14.0/internal/common;$WORK/b831=>" -p github.com/spf13/afero/internal/common -lang=go1.23 -complete -installsuffix shared -buildid CRHcFTAVW0fRHZe9xxbd/CRHcFTAVW0fRHZe9xxbd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b831/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/internal/common/adapters.go
2025-08-20T21:34:20.0404682Z [00:03:13.482]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T21:34:20.0409322Z [00:03:13.482]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/52/524c52fcc3158311669f16d56c8d7b086688d8d06ce16ca1a78d07ecafe188d8-d # internal
2025-08-20T21:34:20.0410831Z [00:03:13.482]➜  github.com/spf13/afero/mem
2025-08-20T21:34:20.0411232Z [00:03:13.483]➜  mkdir -p $WORK/b832/
2025-08-20T21:34:20.0429303Z [00:03:13.484]➜  cat >/tmp/go-build1238918229/b832/importcfg << 'EOF' # internal
2025-08-20T21:34:20.0430370Z [00:03:13.484]➜  # import config
2025-08-20T21:34:20.0430955Z [00:03:13.484]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.0432033Z [00:03:13.484]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.0434611Z [00:03:13.484]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build1238918229/b831/_pkg_.a
2025-08-20T21:34:20.0435645Z [00:03:13.484]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.0436275Z [00:03:13.484]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:20.0436907Z [00:03:13.484]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.0437625Z [00:03:13.484]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:20.0438888Z [00:03:13.484]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:20.0439310Z [00:03:13.484]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:20.0439744Z [00:03:13.484]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:20.0440435Z [00:03:13.484]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.0440820Z [00:03:13.484]➜  EOF
2025-08-20T21:34:20.0443006Z [00:03:13.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b832/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem=>github.com/spf13/afero@v1.14.0/mem;$WORK/b832=>" -p github.com/spf13/afero/mem -lang=go1.23 -complete -installsuffix shared -buildid NqsvtEAWJM6In6UOTVFM/NqsvtEAWJM6In6UOTVFM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b832/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem/dir.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem/dirmap.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/mem/file.go
2025-08-20T21:34:20.0491474Z [00:03:13.490]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T21:34:20.0535944Z [00:03:13.495]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/6b/6b6dec1cf290052ddb689e72f6e934794169cb3f727ccd179e8f351708416339-d # internal
2025-08-20T21:34:20.0545352Z [00:03:13.496]➜  github.com/charmbracelet/log
2025-08-20T21:34:20.0546470Z [00:03:13.496]➜  mkdir -p $WORK/b785/
2025-08-20T21:34:20.0552130Z [00:03:13.496]➜  cat >/tmp/go-build1238918229/b785/importcfg << 'EOF' # internal
2025-08-20T21:34:20.0552538Z [00:03:13.496]➜  # import config
2025-08-20T21:34:20.0552882Z [00:03:13.496]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.0553313Z [00:03:13.496]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:20.0554102Z [00:03:13.497]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:20.0554552Z [00:03:13.497]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.0554981Z [00:03:13.497]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.0555502Z [00:03:13.497]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1238918229/b786/_pkg_.a
2025-08-20T21:34:20.0556097Z [00:03:13.497]➜  packagefile github.com/go-logfmt/logfmt=/tmp/go-build1238918229/b802/_pkg_.a
2025-08-20T21:34:20.0556651Z [00:03:13.497]➜  packagefile github.com/muesli/termenv=/tmp/go-build1238918229/b799/_pkg_.a
2025-08-20T21:34:20.0557115Z [00:03:13.497]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.0557896Z [00:03:13.497]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:20.0558324Z [00:03:13.497]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:20.0558756Z [00:03:13.497]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:20.0559159Z [00:03:13.497]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.0559576Z [00:03:13.497]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:20.0560003Z [00:03:13.497]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.0560418Z [00:03:13.497]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:20.0560859Z [00:03:13.497]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:20.0561288Z [00:03:13.497]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.0561710Z [00:03:13.497]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:20.0562157Z [00:03:13.497]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:20.0562490Z [00:03:13.497]➜  EOF
2025-08-20T21:34:20.0569166Z [00:03:13.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2=>github.com/charmbracelet/log@v0.4.2;$WORK/b785=>" -p github.com/charmbracelet/log -lang=go1.19 -complete -installsuffix shared -buildid rTxXlGDBuyu3nYY-4kkm/rTxXlGDBuyu3nYY-4kkm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/context.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/formatter.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/json.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/level.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/logfmt.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/logger.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/logger_121.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/options.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/pkg.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/stdlog.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/styles.go /root/go/pkg/mod/github.com/charmbracelet/log@v0.4.2/text.go
2025-08-20T21:34:20.0706398Z [00:03:13.512]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T21:34:20.0727136Z [00:03:13.514]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/9f/9f93e41155a64c127a80f4a5a59c338e9dfbca1e60916e0493085469c2acc153-d # internal
2025-08-20T21:34:20.0753160Z [00:03:13.517]➜  golang.org/x/text/runes
2025-08-20T21:34:20.0757677Z [00:03:13.517]➜  mkdir -p $WORK/b833/
2025-08-20T21:34:20.0759359Z [00:03:13.517]➜  cat >/tmp/go-build1238918229/b833/importcfg << 'EOF' # internal
2025-08-20T21:34:20.0761337Z [00:03:13.517]➜  # import config
2025-08-20T21:34:20.0761794Z [00:03:13.517]➜  packagefile golang.org/x/text/transform=/tmp/go-build1238918229/b298/_pkg_.a
2025-08-20T21:34:20.0762317Z [00:03:13.517]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:20.0762771Z [00:03:13.517]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:20.0763381Z [00:03:13.517]➜  EOF
2025-08-20T21:34:20.0794541Z [00:03:13.521]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b833/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/runes=>golang.org/x/text@v0.27.0/runes;$WORK/b833=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid P1xAi3JM5tVnkUjmXtB2/P1xAi3JM5tVnkUjmXtB2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/runes/cond.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/runes/runes.go
2025-08-20T21:34:20.0855176Z [00:03:13.527]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T21:34:20.0870501Z [00:03:13.528]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/f4/f49176504f4eaaef98f932d931c31445e32cf63994ab9e16dc0a27e5fa54ddd8-d # internal
2025-08-20T21:34:20.0889289Z [00:03:13.530]➜  golang.org/x/tools/go/types/objectpath
2025-08-20T21:34:20.0889647Z [00:03:13.530]➜  mkdir -p $WORK/b763/
2025-08-20T21:34:20.0893025Z [00:03:13.531]➜  cat >/tmp/go-build1238918229/b763/importcfg << 'EOF' # internal
2025-08-20T21:34:20.0894043Z [00:03:13.531]➜  # import config
2025-08-20T21:34:20.0894690Z [00:03:13.531]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.0895159Z [00:03:13.531]➜  packagefile go/types=/tmp/go-build1238918229/b756/_pkg_.a
2025-08-20T21:34:20.0895714Z [00:03:13.531]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build1238918229/b764/_pkg_.a
2025-08-20T21:34:20.0896394Z [00:03:13.531]➜  packagefile golang.org/x/tools/internal/typesinternal=/tmp/go-build1238918229/b765/_pkg_.a
2025-08-20T21:34:20.0896947Z [00:03:13.531]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:20.0897375Z [00:03:13.531]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.0897901Z [00:03:13.531]➜  EOF
2025-08-20T21:34:20.0900183Z [00:03:13.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b763/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/types/objectpath=>golang.org/x/tools@v0.35.0/go/types/objectpath;$WORK/b763=>" -p golang.org/x/tools/go/types/objectpath -lang=go1.23 -complete -installsuffix shared -buildid kX0rj54GyJiAyKEr82ia/kX0rj54GyJiAyKEr82ia -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/types/objectpath/objectpath.go
2025-08-20T21:34:20.0935758Z [00:03:13.535]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T21:34:20.0945833Z [00:03:13.536]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/09/09f67d82ecd7f5e0df56cc09ed88d42c0770faa3e02ca0bdc99a53da7370d3c9-d # internal
2025-08-20T21:34:20.0946618Z [00:03:13.536]➜  text/scanner
2025-08-20T21:34:20.0948516Z [00:03:13.536]➜  mkdir -p $WORK/b834/
2025-08-20T21:34:20.0949783Z [00:03:13.536]➜  cat >/tmp/go-build1238918229/b834/importcfg << 'EOF' # internal
2025-08-20T21:34:20.0952041Z [00:03:13.536]➜  # import config
2025-08-20T21:34:20.0952387Z [00:03:13.536]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.0952813Z [00:03:13.536]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.0953216Z [00:03:13.536]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.0953620Z [00:03:13.536]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.0954036Z [00:03:13.536]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:20.0954480Z [00:03:13.536]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:20.0954824Z [00:03:13.536]➜  EOF
2025-08-20T21:34:20.0956274Z [00:03:13.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b834/_pkg_.a -trimpath "/root/.go/src/text/scanner=>text/scanner;$WORK/b834=>" -p text/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid kEyM8SBeealTfkFIGRHY/kEyM8SBeealTfkFIGRHY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b834/importcfg -pack /root/.go/src/text/scanner/scanner.go
2025-08-20T21:34:20.1289788Z [00:03:13.570]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T21:34:20.1299968Z [00:03:13.571]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/c1/c1815202a1abc0aae63d3673057f42d50193c98ab910cc1c6a91e2684ed3de22-d # internal
2025-08-20T21:34:20.1302247Z [00:03:13.571]➜  github.com/spf13/afero
2025-08-20T21:34:20.1302546Z [00:03:13.571]➜  mkdir -p $WORK/b830/
2025-08-20T21:34:20.1311537Z [00:03:13.572]➜  cat >/tmp/go-build1238918229/b830/importcfg << 'EOF' # internal
2025-08-20T21:34:20.1312031Z [00:03:13.572]➜  # import config
2025-08-20T21:34:20.1312435Z [00:03:13.572]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.1312860Z [00:03:13.572]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.1313655Z [00:03:13.572]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.1314192Z [00:03:13.572]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build1238918229/b831/_pkg_.a
2025-08-20T21:34:20.1314797Z [00:03:13.572]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build1238918229/b832/_pkg_.a
2025-08-20T21:34:20.1315374Z [00:03:13.572]➜  packagefile golang.org/x/text/runes=/tmp/go-build1238918229/b833/_pkg_.a
2025-08-20T21:34:20.1315935Z [00:03:13.572]➜  packagefile golang.org/x/text/transform=/tmp/go-build1238918229/b298/_pkg_.a
2025-08-20T21:34:20.1316516Z [00:03:13.572]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1238918229/b300/_pkg_.a
2025-08-20T21:34:20.1319377Z [00:03:13.572]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.1320624Z [00:03:13.572]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:20.1321061Z [00:03:13.572]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:20.1321494Z [00:03:13.572]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:20.1321913Z [00:03:13.572]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.1322322Z [00:03:13.572]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:20.1322774Z [00:03:13.572]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:20.1323218Z [00:03:13.572]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:20.1323862Z [00:03:13.572]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:20.1324373Z [00:03:13.572]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:20.1324791Z [00:03:13.572]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:20.1325315Z [00:03:13.572]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.1325838Z [00:03:13.572]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:20.1326261Z [00:03:13.572]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:20.1326677Z [00:03:13.572]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.1327092Z [00:03:13.572]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:20.1327413Z [00:03:13.572]➜  EOF
2025-08-20T21:34:20.1332865Z [00:03:13.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b830/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/afero@v1.14.0=>github.com/spf13/afero@v1.14.0;$WORK/b830=>" -p github.com/spf13/afero -lang=go1.23 -complete -installsuffix shared -buildid uQcuCpI9efFQzjrhnd-N/uQcuCpI9efFQzjrhnd-N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b830/importcfg -pack /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/afero.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/basepath.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/cacheOnReadFs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/const_win_unix.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/copyOnWriteFs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/httpFs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/iofs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/ioutil.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/lstater.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/match.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/memmap.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/os.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/path.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/readonlyfs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/regexpfs.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/symlink.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/unionFile.go /root/go/pkg/mod/github.com/spf13/afero@v1.14.0/util.go
2025-08-20T21:34:20.1424226Z [00:03:13.584]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T21:34:20.1433326Z [00:03:13.584]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/0b/0b43094b0f3ec98c9e2c5d39a8d1d0542c7bc1109d9dddea69fa0cdddb2e4da4-d # internal
2025-08-20T21:34:20.1434232Z [00:03:13.585]➜  mvdan.cc/sh/v3/fileutil
2025-08-20T21:34:20.1434922Z [00:03:13.585]➜  mkdir -p $WORK/b836/
2025-08-20T21:34:20.1437095Z [00:03:13.585]➜  cat >/tmp/go-build1238918229/b836/importcfg << 'EOF' # internal
2025-08-20T21:34:20.1437912Z [00:03:13.585]➜  # import config
2025-08-20T21:34:20.1438276Z [00:03:13.585]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:20.1438720Z [00:03:13.585]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:20.1439155Z [00:03:13.585]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.1439474Z [00:03:13.585]➜  EOF
2025-08-20T21:34:20.1463525Z [00:03:13.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b836/_pkg_.a -trimpath "/root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/fileutil=>mvdan.cc/sh/v3@v3.12.0/fileutil;$WORK/b836=>" -p mvdan.cc/sh/v3/fileutil -lang=go1.23 -complete -installsuffix shared -buildid MfRM_Tp6K-OFsmgkM8kt/MfRM_Tp6K-OFsmgkM8kt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/fileutil/file.go
2025-08-20T21:34:20.1483773Z [00:03:13.589]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T21:34:20.1509174Z [00:03:13.592]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/2a/2a2080fc3db0770454a8adededac707d50816b8dd32e1cbe56f52065d7c96644-d # internal
2025-08-20T21:34:20.1524300Z [00:03:13.594]➜  golang.org/x/tools/internal/gcimporter
2025-08-20T21:34:20.1524917Z [00:03:13.594]➜  mkdir -p $WORK/b762/
2025-08-20T21:34:20.1538272Z [00:03:13.595]➜  cat >/tmp/go-build1238918229/b762/importcfg << 'EOF' # internal
2025-08-20T21:34:20.1538691Z [00:03:13.595]➜  # import config
2025-08-20T21:34:20.1539272Z [00:03:13.595]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:20.1539753Z [00:03:13.595]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.1540204Z [00:03:13.595]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:20.1540666Z [00:03:13.595]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.1541076Z [00:03:13.595]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.1541509Z [00:03:13.595]➜  packagefile go/build=/tmp/go-build1238918229/b742/_pkg_.a
2025-08-20T21:34:20.1541953Z [00:03:13.595]➜  packagefile go/constant=/tmp/go-build1238918229/b757/_pkg_.a
2025-08-20T21:34:20.1542400Z [00:03:13.595]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:20.1542832Z [00:03:13.595]➜  packagefile go/types=/tmp/go-build1238918229/b756/_pkg_.a
2025-08-20T21:34:20.1543379Z [00:03:13.595]➜  packagefile golang.org/x/tools/go/types/objectpath=/tmp/go-build1238918229/b763/_pkg_.a
2025-08-20T21:34:20.1544024Z [00:03:13.595]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build1238918229/b764/_pkg_.a
2025-08-20T21:34:20.1544649Z [00:03:13.595]➜  packagefile golang.org/x/tools/internal/pkgbits=/tmp/go-build1238918229/b771/_pkg_.a
2025-08-20T21:34:20.1545306Z [00:03:13.595]➜  packagefile golang.org/x/tools/internal/typesinternal=/tmp/go-build1238918229/b765/_pkg_.a
2025-08-20T21:34:20.1545831Z [00:03:13.595]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.1546580Z [00:03:13.595]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:20.1546992Z [00:03:13.595]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.1547411Z [00:03:13.595]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:20.1548084Z [00:03:13.595]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:20.1548533Z [00:03:13.595]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:20.1548954Z [00:03:13.595]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:20.1549366Z [00:03:13.595]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:20.1550001Z [00:03:13.595]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:20.1550426Z [00:03:13.595]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.1550843Z [00:03:13.595]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:20.1551204Z [00:03:13.595]➜  EOF
2025-08-20T21:34:20.1565337Z [00:03:13.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b762/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gcimporter=>golang.org/x/tools@v0.35.0/internal/gcimporter;$WORK/b762=>" -p golang.org/x/tools/internal/gcimporter -lang=go1.23 -complete -installsuffix shared -buildid IgqXS-X06wobJqdkJ76X/IgqXS-X06wobJqdkJ76X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gcimporter/bimport.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gcimporter/exportdata.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gcimporter/gcimporter.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gcimporter/iexport.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gcimporter/iimport.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gcimporter/predeclared.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gcimporter/support.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/internal/gcimporter/ureader_yes.go
2025-08-20T21:34:20.1612957Z [00:03:13.602]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T21:34:20.1618443Z [00:03:13.603]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/c7/c700aa0c394d17e7dff51eb09db1fd26987761d34d38402739d30586109566e8-d # internal
2025-08-20T21:34:20.1684881Z [00:03:13.609]➜  mvdan.cc/sh/v3/syntax
2025-08-20T21:34:20.1687188Z [00:03:13.609]➜  mkdir -p $WORK/b835/
2025-08-20T21:34:20.1688014Z [00:03:13.610]➜  cat >/tmp/go-build1238918229/b835/importcfg << 'EOF' # internal
2025-08-20T21:34:20.1688476Z [00:03:13.610]➜  # import config
2025-08-20T21:34:20.1688818Z [00:03:13.610]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:20.1689251Z [00:03:13.610]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.1689658Z [00:03:13.610]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.1690068Z [00:03:13.610]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.1690470Z [00:03:13.610]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:34:20.1690887Z [00:03:13.610]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:20.1691361Z [00:03:13.610]➜  packagefile mvdan.cc/sh/v3/fileutil=/tmp/go-build1238918229/b836/_pkg_.a
2025-08-20T21:34:20.1691837Z [00:03:13.610]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:20.1692272Z [00:03:13.610]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:20.1692695Z [00:03:13.610]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:20.1693122Z [00:03:13.610]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.1693778Z [00:03:13.610]➜  packagefile text/tabwriter=/tmp/go-build1238918229/b215/_pkg_.a
2025-08-20T21:34:20.1694228Z [00:03:13.610]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:20.1694839Z [00:03:13.610]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:20.1695172Z [00:03:13.610]➜  EOF
2025-08-20T21:34:20.1699345Z [00:03:13.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b835/_pkg_.a -trimpath "/root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax=>mvdan.cc/sh/v3@v3.12.0/syntax;$WORK/b835=>" -p mvdan.cc/sh/v3/syntax -lang=go1.23 -complete -installsuffix shared -buildid wjwcUdnqqR7U7nhbwLJe/wjwcUdnqqR7U7nhbwLJe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b835/importcfg -pack /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/braces.go /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/doc.go /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/lexer.go /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/nodes.go /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/parser.go /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/parser_arithm.go /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/printer.go /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/quote.go /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/quotestate_string.go /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/simplify.go /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/token_string.go /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/tokens.go /root/go/pkg/mod/mvdan.cc/sh/v3@v3.12.0/syntax/walk.go
2025-08-20T21:34:20.2738459Z [00:03:13.715]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T21:34:20.2785466Z [00:03:13.720]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/86/86f4963aa5cdac437f3f3c95e5ca8bf74b636a28286ab743062d58eb6a0b7bcc-d # internal
2025-08-20T21:34:20.2786778Z [00:03:13.720]➜  github.com/docker/docker/api/types/blkiodev
2025-08-20T21:34:20.2788689Z [00:03:13.720]➜  mkdir -p $WORK/b842/
2025-08-20T21:34:20.2790108Z [00:03:13.720]➜  cat >/tmp/go-build1238918229/b842/importcfg << 'EOF' # internal
2025-08-20T21:34:20.2790867Z [00:03:13.720]➜  # import config
2025-08-20T21:34:20.2793152Z [00:03:13.720]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.2794226Z [00:03:13.720]➜  EOF
2025-08-20T21:34:20.2798623Z [00:03:13.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b842/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/blkiodev=>github.com/docker/docker@v28.3.3+incompatible/api/types/blkiodev;$WORK/b842=>" -p github.com/docker/docker/api/types/blkiodev -lang=go1.16 -complete -installsuffix shared -buildid Okq1_eOth2SDAebVfY3e/Okq1_eOth2SDAebVfY3e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b842/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/blkiodev/blkio.go
2025-08-20T21:34:20.3034769Z [00:03:13.745]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T21:34:20.3046054Z [00:03:13.746]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/c4/c49788921bd13ece59f96194895e5601b7d9d73234c6f761fa81ec379d24c00d-d # internal
2025-08-20T21:34:20.3047914Z [00:03:13.746]➜  github.com/docker/docker/api/types/versions
2025-08-20T21:34:20.3048659Z [00:03:13.746]➜  mkdir -p $WORK/b845/
2025-08-20T21:34:20.3062593Z [00:03:13.748]➜  cat >/tmp/go-build1238918229/b845/importcfg << 'EOF' # internal
2025-08-20T21:34:20.3064064Z [00:03:13.748]➜  # import config
2025-08-20T21:34:20.3064736Z [00:03:13.748]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:20.3065988Z [00:03:13.748]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.3066639Z [00:03:13.748]➜  EOF
2025-08-20T21:34:20.3070156Z [00:03:13.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b845/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/versions=>github.com/docker/docker@v28.3.3+incompatible/api/types/versions;$WORK/b845=>" -p github.com/docker/docker/api/types/versions -lang=go1.16 -complete -installsuffix shared -buildid QeatvUPFXybBPJClSQWi/QeatvUPFXybBPJClSQWi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/versions/compare.go
2025-08-20T21:34:20.3237435Z [00:03:13.765]➜  go tool buildid -w $WORK/b845/_pkg_.a # internal
2025-08-20T21:34:20.3246889Z [00:03:13.766]➜  cp $WORK/b845/_pkg_.a /root/.cache/go-build/53/53035237d7272c60c518ffb8e460e3d46d6a9ed30831b09bf37a80eca6be2211-d # internal
2025-08-20T21:34:20.3249163Z [00:03:13.766]➜  github.com/docker/docker/api/types/filters
2025-08-20T21:34:20.3249909Z [00:03:13.766]➜  mkdir -p $WORK/b844/
2025-08-20T21:34:20.3293201Z [00:03:13.771]➜  cat >/tmp/go-build1238918229/b844/importcfg << 'EOF' # internal
2025-08-20T21:34:20.3294086Z [00:03:13.771]➜  # import config
2025-08-20T21:34:20.3295574Z [00:03:13.771]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:20.3296052Z [00:03:13.771]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.3296621Z [00:03:13.771]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build1238918229/b845/_pkg_.a
2025-08-20T21:34:20.3297182Z [00:03:13.771]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:20.3298072Z [00:03:13.771]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.3298416Z [00:03:13.771]➜  EOF
2025-08-20T21:34:20.3300953Z [00:03:13.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b844/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/filters=>github.com/docker/docker@v28.3.3+incompatible/api/types/filters;$WORK/b844=>" -p github.com/docker/docker/api/types/filters -lang=go1.16 -complete -installsuffix shared -buildid T71mMkOmqlf_5WTl8jey/T71mMkOmqlf_5WTl8jey -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b844/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/filters/errors.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/filters/parse.go
2025-08-20T21:34:20.4188496Z [00:03:13.860]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T21:34:20.4195861Z [00:03:13.861]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/49/4933fffeb068375bb600ac7531bf56b555cc1ab45a2e3c6bb607b907784d5a58-d # internal
2025-08-20T21:34:20.4197815Z [00:03:13.861]➜  github.com/docker/docker/api/types/mount
2025-08-20T21:34:20.4200898Z [00:03:13.861]➜  mkdir -p $WORK/b846/
2025-08-20T21:34:20.4201379Z [00:03:13.861]➜  cat >/tmp/go-build1238918229/b846/importcfg << 'EOF' # internal
2025-08-20T21:34:20.4201733Z [00:03:13.861]➜  # import config
2025-08-20T21:34:20.4202064Z [00:03:13.861]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.4202507Z [00:03:13.861]➜  EOF
2025-08-20T21:34:20.4204692Z [00:03:13.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b846/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/mount=>github.com/docker/docker@v28.3.3+incompatible/api/types/mount;$WORK/b846=>" -p github.com/docker/docker/api/types/mount -lang=go1.16 -complete -installsuffix shared -buildid 3pGs4vp0V-FN-TAe1ftf/3pGs4vp0V-FN-TAe1ftf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/mount/mount.go
2025-08-20T21:34:20.4496357Z [00:03:13.891]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T21:34:20.4511324Z [00:03:13.891]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/c3/c34a2ae53dbdb9efe3476cf1d29d646912b5a0d845c2376c600cc49bbe7a6c08-d # internal
2025-08-20T21:34:20.4512088Z [00:03:13.892]➜  github.com/docker/docker/internal/multierror
2025-08-20T21:34:20.4512443Z [00:03:13.892]➜  mkdir -p $WORK/b848/
2025-08-20T21:34:20.4512853Z [00:03:13.892]➜  cat >/tmp/go-build1238918229/b848/importcfg << 'EOF' # internal
2025-08-20T21:34:20.4513202Z [00:03:13.892]➜  # import config
2025-08-20T21:34:20.4513807Z [00:03:13.892]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.4514129Z [00:03:13.892]➜  EOF
2025-08-20T21:34:20.4516361Z [00:03:13.892]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b848/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/internal/multierror=>github.com/docker/docker@v28.3.3+incompatible/internal/multierror;$WORK/b848=>" -p github.com/docker/docker/internal/multierror -lang=go1.16 -complete -installsuffix shared -buildid utBASOIIhuWqln28uvVl/utBASOIIhuWqln28uvVl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b848/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/internal/multierror/multierror.go
2025-08-20T21:34:20.4726363Z [00:03:13.913]➜  go tool buildid -w $WORK/b848/_pkg_.a # internal
2025-08-20T21:34:20.4739686Z [00:03:13.914]➜  cp $WORK/b848/_pkg_.a /root/.cache/go-build/5b/5b34fa375d42a89c0372d749d96bb5595dafdc810884e449c36fa29d16297384-d # internal
2025-08-20T21:34:20.4740334Z [00:03:13.914]➜  github.com/docker/docker/api/types/network
2025-08-20T21:34:20.4740656Z [00:03:13.914]➜  mkdir -p $WORK/b847/
2025-08-20T21:34:20.4741033Z [00:03:13.915]➜  cat >/tmp/go-build1238918229/b847/importcfg << 'EOF' # internal
2025-08-20T21:34:20.4741392Z [00:03:13.915]➜  # import config
2025-08-20T21:34:20.4741731Z [00:03:13.915]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.4742158Z [00:03:13.915]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.4742712Z [00:03:13.915]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1238918229/b844/_pkg_.a
2025-08-20T21:34:20.4743403Z [00:03:13.915]➜  packagefile github.com/docker/docker/internal/multierror=/tmp/go-build1238918229/b848/_pkg_.a
2025-08-20T21:34:20.4743953Z [00:03:13.915]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:20.4744377Z [00:03:13.915]➜  packagefile net/netip=/tmp/go-build1238918229/b098/_pkg_.a
2025-08-20T21:34:20.4744808Z [00:03:13.915]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.4745117Z [00:03:13.915]➜  EOF
2025-08-20T21:34:20.4762289Z [00:03:13.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b847/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/network=>github.com/docker/docker@v28.3.3+incompatible/api/types/network;$WORK/b847=>" -p github.com/docker/docker/api/types/network -lang=go1.16 -complete -installsuffix shared -buildid pswdxRtFUD9wQQk90BfI/pswdxRtFUD9wQQk90BfI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b847/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/network/create_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/network/endpoint.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/network/ipam.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/network/network.go
2025-08-20T21:34:20.5417677Z [00:03:13.983]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T21:34:20.5421143Z [00:03:13.983]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T21:34:20.5456388Z [00:03:13.987]➜  go tool buildid -w $WORK/b847/_pkg_.a # internal
2025-08-20T21:34:20.5458025Z [00:03:13.987]➜  cp $WORK/b847/_pkg_.a /root/.cache/go-build/f3/f390706a2492cd37a9034b9c6796561cec76fd43b24708da4a95bc7ccde2b2ff-d # internal
2025-08-20T21:34:20.5464832Z [00:03:13.987]➜  github.com/docker/docker/api/types/strslice
2025-08-20T21:34:20.5465172Z [00:03:13.987]➜  mkdir -p $WORK/b850/
2025-08-20T21:34:20.5465550Z [00:03:13.987]➜  cat >/tmp/go-build1238918229/b850/importcfg << 'EOF' # internal
2025-08-20T21:34:20.5465899Z [00:03:13.987]➜  # import config
2025-08-20T21:34:20.5466274Z [00:03:13.987]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:20.5466611Z [00:03:13.987]➜  EOF
2025-08-20T21:34:20.5468907Z [00:03:13.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b850/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/strslice=>github.com/docker/docker@v28.3.3+incompatible/api/types/strslice;$WORK/b850=>" -p github.com/docker/docker/api/types/strslice -lang=go1.16 -complete -installsuffix shared -buildid vEbTfXZ3_wL7cUif2-iO/vEbTfXZ3_wL7cUif2-iO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b850/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/strslice/strslice.go
2025-08-20T21:34:20.5481620Z [00:03:13.990]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/73/73dec3d47c5c13408a751361ce8b57c3e921a6dfd46cca03a50ca9731da494b4-d # internal
2025-08-20T21:34:20.5483382Z [00:03:13.990]➜  github.com/zealic/xignore
2025-08-20T21:34:20.5484045Z [00:03:13.990]➜  mkdir -p $WORK/b829/
2025-08-20T21:34:20.5484884Z [00:03:13.990]➜  cat >/tmp/go-build1238918229/b829/importcfg << 'EOF' # internal
2025-08-20T21:34:20.5486750Z [00:03:13.990]➜  # import config
2025-08-20T21:34:20.5487647Z [00:03:13.990]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:20.5488556Z [00:03:13.990]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.5489209Z [00:03:13.990]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.5490880Z [00:03:13.990]➜  packagefile github.com/spf13/afero=/tmp/go-build1238918229/b830/_pkg_.a
2025-08-20T21:34:20.5491557Z [00:03:13.990]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.5493001Z [00:03:13.990]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.5493702Z [00:03:13.990]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:20.5494700Z [00:03:13.990]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:20.5495414Z [00:03:13.990]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:20.5495951Z [00:03:13.990]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.5496413Z [00:03:13.990]➜  packagefile text/scanner=/tmp/go-build1238918229/b834/_pkg_.a
2025-08-20T21:34:20.5496750Z [00:03:13.990]➜  EOF
2025-08-20T21:34:20.5499649Z [00:03:13.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b829/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zealic/xignore@v0.3.3=>github.com/zealic/xignore@v0.3.3;$WORK/b829=>" -p github.com/zealic/xignore -lang=go1.16 -complete -installsuffix shared -buildid RrVZfRDdZ8fEjsVRDVjS/RrVZfRDdZ8fEjsVRDVjS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b829/importcfg -pack /root/go/pkg/mod/github.com/zealic/xignore@v0.3.3/ignorefile.go /root/go/pkg/mod/github.com/zealic/xignore@v0.3.3/matcher.go /root/go/pkg/mod/github.com/zealic/xignore@v0.3.3/pattern.go /root/go/pkg/mod/github.com/zealic/xignore@v0.3.3/statemap.go /root/go/pkg/mod/github.com/zealic/xignore@v0.3.3/xignore.go
2025-08-20T21:34:20.5522632Z [00:03:13.993]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/7e/7e085b4d08ec08d517bc9b7f557cc06a9c1ff2ebea97dbe8b22d3a48ebf06eb7-d # internal
2025-08-20T21:34:20.5523342Z [00:03:13.994]➜  golang.org/x/tools/go/gcexportdata
2025-08-20T21:34:20.5523652Z [00:03:13.994]➜  mkdir -p $WORK/b761/
2025-08-20T21:34:20.5529265Z [00:03:13.994]➜  cat >/tmp/go-build1238918229/b761/importcfg << 'EOF' # internal
2025-08-20T21:34:20.5529919Z [00:03:13.994]➜  # import config
2025-08-20T21:34:20.5530264Z [00:03:13.994]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:20.5530689Z [00:03:13.994]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.5531130Z [00:03:13.994]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:20.5531567Z [00:03:13.994]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.5532042Z [00:03:13.994]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:20.5532469Z [00:03:13.994]➜  packagefile go/types=/tmp/go-build1238918229/b756/_pkg_.a
2025-08-20T21:34:20.5533023Z [00:03:13.994]➜  packagefile golang.org/x/tools/internal/gcimporter=/tmp/go-build1238918229/b762/_pkg_.a
2025-08-20T21:34:20.5533768Z [00:03:13.994]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.5534166Z [00:03:13.994]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.5534587Z [00:03:13.994]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:20.5534903Z [00:03:13.994]➜  EOF
2025-08-20T21:34:20.5539567Z [00:03:13.995]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b761/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/gcexportdata=>golang.org/x/tools@v0.35.0/go/gcexportdata;$WORK/b761=>" -p golang.org/x/tools/go/gcexportdata -lang=go1.23 -complete -installsuffix shared -buildid -u6hDG2zxTNTHSOVi8Ve/-u6hDG2zxTNTHSOVi8Ve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/gcexportdata/gcexportdata.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/gcexportdata/importer.go
2025-08-20T21:34:20.5642072Z [00:03:14.006]➜  go tool buildid -w $WORK/b850/_pkg_.a # internal
2025-08-20T21:34:20.5649749Z [00:03:14.006]➜  cp $WORK/b850/_pkg_.a /root/.cache/go-build/94/94080d7b7db4d9a9f076974cc57c31fd7f042472ff1dac6c4daf761ca6a8d9bf-d # internal
2025-08-20T21:34:20.5650468Z [00:03:14.006]➜  github.com/docker/go-connections/nat
2025-08-20T21:34:20.5650782Z [00:03:14.006]➜  mkdir -p $WORK/b851/
2025-08-20T21:34:20.5657529Z [00:03:14.006]➜  cat >/tmp/go-build1238918229/b851/importcfg << 'EOF' # internal
2025-08-20T21:34:20.5659378Z [00:03:14.006]➜  # import config
2025-08-20T21:34:20.5659996Z [00:03:14.006]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.5660679Z [00:03:14.006]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:20.5662725Z [00:03:14.006]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:20.5663275Z [00:03:14.006]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:20.5663729Z [00:03:14.006]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.5664044Z [00:03:14.006]➜  EOF
2025-08-20T21:34:20.5666547Z [00:03:14.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b851/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/nat=>github.com/docker/go-connections@v0.5.0/nat;$WORK/b851=>" -p github.com/docker/go-connections/nat -lang=go1.18 -complete -installsuffix shared -buildid x5HqM4Iw83CedclywqKm/x5HqM4Iw83CedclywqKm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b851/importcfg -pack /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/nat/nat.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/nat/parse.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/nat/sort.go
2025-08-20T21:34:20.6057169Z [00:03:14.047]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T21:34:20.6083666Z [00:03:14.050]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/d7/d75dedb3650b1f328488a9c2568c8443914e15aa64b3da17dbbe624ba276b8ad-d # internal
2025-08-20T21:34:20.6084394Z [00:03:14.050]➜  golang.org/x/tools/go/packages
2025-08-20T21:34:20.6085019Z [00:03:14.050]➜  mkdir -p $WORK/b755/
2025-08-20T21:34:20.6085853Z [00:03:14.050]➜  cat >/tmp/go-build1238918229/b755/importcfg << 'EOF' # internal
2025-08-20T21:34:20.6087389Z [00:03:14.050]➜  # import config
2025-08-20T21:34:20.6087981Z [00:03:14.050]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.6088448Z [00:03:14.050]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:20.6088904Z [00:03:14.050]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:20.6089346Z [00:03:14.050]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.6089775Z [00:03:14.050]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.6090188Z [00:03:14.050]➜  packagefile go/ast=/tmp/go-build1238918229/b743/_pkg_.a
2025-08-20T21:34:20.6090616Z [00:03:14.050]➜  packagefile go/parser=/tmp/go-build1238918229/b749/_pkg_.a
2025-08-20T21:34:20.6091348Z [00:03:14.050]➜  packagefile go/scanner=/tmp/go-build1238918229/b744/_pkg_.a
2025-08-20T21:34:20.6091784Z [00:03:14.050]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:20.6092218Z [00:03:14.050]➜  packagefile go/types=/tmp/go-build1238918229/b756/_pkg_.a
2025-08-20T21:34:20.6092715Z [00:03:14.050]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1238918229/b490/_pkg_.a
2025-08-20T21:34:20.6093313Z [00:03:14.050]➜  packagefile golang.org/x/tools/go/gcexportdata=/tmp/go-build1238918229/b761/_pkg_.a
2025-08-20T21:34:20.6093942Z [00:03:14.050]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build1238918229/b772/_pkg_.a
2025-08-20T21:34:20.6094622Z [00:03:14.050]➜  packagefile golang.org/x/tools/internal/packagesinternal=/tmp/go-build1238918229/b777/_pkg_.a
2025-08-20T21:34:20.6095310Z [00:03:14.050]➜  packagefile golang.org/x/tools/internal/typesinternal=/tmp/go-build1238918229/b765/_pkg_.a
2025-08-20T21:34:20.6095847Z [00:03:14.050]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:20.6096247Z [00:03:14.050]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.6096661Z [00:03:14.050]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:20.6097083Z [00:03:14.050]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:20.6099529Z [00:03:14.050]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:20.6100062Z [00:03:14.050]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:20.6100492Z [00:03:14.050]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:20.6100916Z [00:03:14.050]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:20.6101506Z [00:03:14.050]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:20.6102010Z [00:03:14.050]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:20.6102448Z [00:03:14.050]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.6102860Z [00:03:14.050]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:20.6103292Z [00:03:14.050]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:20.6103728Z [00:03:14.050]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.6104148Z [00:03:14.050]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:20.6104579Z [00:03:14.050]➜  EOF
2025-08-20T21:34:20.6108150Z [00:03:14.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b755/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/packages=>golang.org/x/tools@v0.35.0/go/packages;$WORK/b755=>" -p golang.org/x/tools/go/packages -lang=go1.23 -complete -installsuffix shared -buildid lrBWCxVF5mPceyQEYR62/lrBWCxVF5mPceyQEYR62 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/packages/doc.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/packages/external.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/packages/golist.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/packages/golist_overlay.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/packages/loadmode_string.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/packages/packages.go /root/go/pkg/mod/golang.org/x/tools@v0.35.0/go/packages/visit.go
2025-08-20T21:34:20.6111245Z [00:03:14.050]➜  go tool buildid -w $WORK/b851/_pkg_.a # internal
2025-08-20T21:34:20.6130074Z [00:03:14.054]➜  cp $WORK/b851/_pkg_.a /root/.cache/go-build/dc/dc36cd78deb02368e314b1e6487a4a5df8153f9c38e51e54997f3b8a0d65307d-d # internal
2025-08-20T21:34:20.6130732Z [00:03:14.054]➜  github.com/docker/go-units
2025-08-20T21:34:20.6131035Z [00:03:14.054]➜  mkdir -p $WORK/b852/
2025-08-20T21:34:20.6139528Z [00:03:14.055]➜  cat >/tmp/go-build1238918229/b852/importcfg << 'EOF' # internal
2025-08-20T21:34:20.6140052Z [00:03:14.055]➜  # import config
2025-08-20T21:34:20.6140802Z [00:03:14.055]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.6141328Z [00:03:14.055]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:20.6141880Z [00:03:14.055]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.6142429Z [00:03:14.055]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.6142856Z [00:03:14.055]➜  EOF
2025-08-20T21:34:20.6145075Z [00:03:14.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b852/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-units@v0.5.0=>github.com/docker/go-units@v0.5.0;$WORK/b852=>" -p github.com/docker/go-units -lang=go1.16 -complete -installsuffix shared -buildid QJqR_WCpO5njPAO25BJL/QJqR_WCpO5njPAO25BJL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b852/importcfg -pack /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/duration.go /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/size.go /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/ulimit.go
2025-08-20T21:34:20.6430284Z [00:03:14.084]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T21:34:20.6438385Z [00:03:14.085]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/dd/dd99b0bdd67fcee049250bb67a78cd364e5325e47e60d060c31873079a2db965-d # internal
2025-08-20T21:34:20.6440084Z [00:03:14.085]➜  github.com/moby/docker-image-spec/specs-go/v1
2025-08-20T21:34:20.6440438Z [00:03:14.085]➜  mkdir -p $WORK/b853/
2025-08-20T21:34:20.6447172Z [00:03:14.086]➜  cat >/tmp/go-build1238918229/b853/importcfg << 'EOF' # internal
2025-08-20T21:34:20.6448109Z [00:03:14.086]➜  # import config
2025-08-20T21:34:20.6448672Z [00:03:14.086]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1238918229/b650/_pkg_.a
2025-08-20T21:34:20.6449569Z [00:03:14.086]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.6449964Z [00:03:14.086]➜  EOF
2025-08-20T21:34:20.6451984Z [00:03:14.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b853/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/docker-image-spec@v1.3.1/specs-go/v1=>github.com/moby/docker-image-spec@v1.3.1/specs-go/v1;$WORK/b853=>" -p github.com/moby/docker-image-spec/specs-go/v1 -lang=go1.18 -complete -installsuffix shared -buildid KAChEO7iIK1l4WEx2R-j/KAChEO7iIK1l4WEx2R-j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b853/importcfg -pack /root/go/pkg/mod/github.com/moby/docker-image-spec@v1.3.1/specs-go/v1/image.go
2025-08-20T21:34:20.6470221Z [00:03:14.088]➜  go tool buildid -w $WORK/b852/_pkg_.a # internal
2025-08-20T21:34:20.6492964Z [00:03:14.091]➜  cp $WORK/b852/_pkg_.a /root/.cache/go-build/65/6591fd9508a1a2020ac26e386676904895379b988e4222c194fce8eccfef7c2e-d # internal
2025-08-20T21:34:20.6494424Z [00:03:14.091]➜  github.com/containerd/errdefs/pkg/internal/cause
2025-08-20T21:34:20.6494786Z [00:03:14.091]➜  mkdir -p $WORK/b856/
2025-08-20T21:34:20.6504620Z [00:03:14.092]➜  cat >/tmp/go-build1238918229/b856/importcfg << 'EOF' # internal
2025-08-20T21:34:20.6505190Z [00:03:14.092]➜  # import config
2025-08-20T21:34:20.6505648Z [00:03:14.092]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.6506088Z [00:03:14.092]➜  EOF
2025-08-20T21:34:20.6509231Z [00:03:14.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b856/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/errdefs/pkg@v0.3.0/internal/cause=>github.com/containerd/errdefs/pkg@v0.3.0/internal/cause;$WORK/b856=>" -p github.com/containerd/errdefs/pkg/internal/cause -lang=go1.22 -complete -installsuffix shared -buildid YQ5AQUha3WR6fWqvCWJT/YQ5AQUha3WR6fWqvCWJT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b856/importcfg -pack /root/go/pkg/mod/github.com/containerd/errdefs/pkg@v0.3.0/internal/cause/cause.go
2025-08-20T21:34:20.6630743Z [00:03:14.104]➜  go tool buildid -w $WORK/b856/_pkg_.a # internal
2025-08-20T21:34:20.6634700Z [00:03:14.105]➜  cp $WORK/b856/_pkg_.a /root/.cache/go-build/89/89029cb167e7d85cb56e9467c3cbef3e0d2cfbb2f10c05f98837c386a76b55ec-d # internal
2025-08-20T21:34:20.6640129Z [00:03:14.105]➜  github.com/containerd/errdefs/pkg/errhttp
2025-08-20T21:34:20.6640504Z [00:03:14.105]➜  mkdir -p $WORK/b855/
2025-08-20T21:34:20.6640877Z [00:03:14.105]➜  cat >/tmp/go-build1238918229/b855/importcfg << 'EOF' # internal
2025-08-20T21:34:20.6642081Z [00:03:14.106]➜  # import config
2025-08-20T21:34:20.6642455Z [00:03:14.106]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.6642985Z [00:03:14.106]➜  packagefile github.com/containerd/errdefs=/tmp/go-build1238918229/b808/_pkg_.a
2025-08-20T21:34:20.6643649Z [00:03:14.106]➜  packagefile github.com/containerd/errdefs/pkg/internal/cause=/tmp/go-build1238918229/b856/_pkg_.a
2025-08-20T21:34:20.6644225Z [00:03:14.106]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:20.6644549Z [00:03:14.106]➜  EOF
2025-08-20T21:34:20.6646504Z [00:03:14.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b855/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/errdefs/pkg@v0.3.0/errhttp=>github.com/containerd/errdefs/pkg@v0.3.0/errhttp;$WORK/b855=>" -p github.com/containerd/errdefs/pkg/errhttp -lang=go1.22 -complete -installsuffix shared -buildid 0-pGK_JngRU73a29oYq_/0-pGK_JngRU73a29oYq_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b855/importcfg -pack /root/go/pkg/mod/github.com/containerd/errdefs/pkg@v0.3.0/errhttp/http.go
2025-08-20T21:34:20.6684326Z [00:03:14.110]➜  go tool buildid -w $WORK/b853/_pkg_.a # internal
2025-08-20T21:34:20.6692985Z [00:03:14.110]➜  cp $WORK/b853/_pkg_.a /root/.cache/go-build/36/361c5742e0cf28d1e5f198ce6be652f30d1b2e1fc136aedafa020cb973068d24-d # internal
2025-08-20T21:34:20.6696105Z [00:03:14.111]➜  github.com/docker/docker/api/types/container
2025-08-20T21:34:20.6696796Z [00:03:14.111]➜  mkdir -p $WORK/b841/
2025-08-20T21:34:20.6732943Z [00:03:14.115]➜  cat >/tmp/go-build1238918229/b841/importcfg << 'EOF' # internal
2025-08-20T21:34:20.6735423Z [00:03:14.115]➜  # import config
2025-08-20T21:34:20.6736011Z [00:03:14.115]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.6736558Z [00:03:14.115]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.6737240Z [00:03:14.115]➜  packagefile github.com/docker/docker/api/types/blkiodev=/tmp/go-build1238918229/b842/_pkg_.a
2025-08-20T21:34:20.6738217Z [00:03:14.115]➜  packagefile github.com/docker/docker/api/types/common=/tmp/go-build1238918229/b843/_pkg_.a
2025-08-20T21:34:20.6739684Z [00:03:14.115]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1238918229/b844/_pkg_.a
2025-08-20T21:34:20.6740662Z [00:03:14.115]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build1238918229/b846/_pkg_.a
2025-08-20T21:34:20.6741473Z [00:03:14.115]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build1238918229/b847/_pkg_.a
2025-08-20T21:34:20.6742291Z [00:03:14.115]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build1238918229/b849/_pkg_.a
2025-08-20T21:34:20.6743609Z [00:03:14.115]➜  packagefile github.com/docker/docker/api/types/strslice=/tmp/go-build1238918229/b850/_pkg_.a
2025-08-20T21:34:20.6744723Z [00:03:14.115]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build1238918229/b851/_pkg_.a
2025-08-20T21:34:20.6746445Z [00:03:14.115]➜  packagefile github.com/docker/go-units=/tmp/go-build1238918229/b852/_pkg_.a
2025-08-20T21:34:20.6747100Z [00:03:14.115]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build1238918229/b853/_pkg_.a
2025-08-20T21:34:20.6747956Z [00:03:14.115]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1238918229/b650/_pkg_.a
2025-08-20T21:34:20.6748507Z [00:03:14.115]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.6748913Z [00:03:14.115]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.6749328Z [00:03:14.115]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.6749753Z [00:03:14.115]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.6750298Z [00:03:14.115]➜  EOF
2025-08-20T21:34:20.6761510Z [00:03:14.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b841/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container=>github.com/docker/docker@v28.3.3+incompatible/api/types/container;$WORK/b841=>" -p github.com/docker/docker/api/types/container -lang=go1.16 -complete -installsuffix shared -buildid cZZY7Tdnf_oC0s9pGXW5/cZZY7Tdnf_oC0s9pGXW5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b841/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/change_type.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/change_types.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/commit.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/config.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/container.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/create_request.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/create_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/errors.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/exec.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/filesystem_change.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/health.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/hostconfig.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/hostconfig_unix.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/network_settings.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/options.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/port.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/state.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/stats.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/top_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/update_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/wait_exit_error.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/wait_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/waitcondition.go
2025-08-20T21:34:20.6813422Z [00:03:14.123]➜  go tool buildid -w $WORK/b855/_pkg_.a # internal
2025-08-20T21:34:20.6825863Z [00:03:14.124]➜  cp $WORK/b855/_pkg_.a /root/.cache/go-build/8b/8ba105cf51571750b3a40c984a70e81ae18853836909924d8f5f1c2f08dfd718-d # internal
2025-08-20T21:34:20.6829816Z [00:03:14.124]➜  github.com/distribution/reference
2025-08-20T21:34:20.6842053Z [00:03:14.125]➜  mkdir -p $WORK/b857/
2025-08-20T21:34:20.6850029Z [00:03:14.126]➜  cat >/tmp/go-build1238918229/b857/importcfg << 'EOF' # internal
2025-08-20T21:34:20.6850400Z [00:03:14.126]➜  # import config
2025-08-20T21:34:20.6850758Z [00:03:14.126]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.6856551Z [00:03:14.126]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.6857094Z [00:03:14.126]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1238918229/b633/_pkg_.a
2025-08-20T21:34:20.6857809Z [00:03:14.126]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:20.6858486Z [00:03:14.126]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:20.6859054Z [00:03:14.126]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:20.6859851Z [00:03:14.126]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.6860253Z [00:03:14.126]➜  EOF
2025-08-20T21:34:20.6863346Z [00:03:14.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b857/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/distribution/reference@v0.6.0=>github.com/distribution/reference@v0.6.0;$WORK/b857=>" -p github.com/distribution/reference -lang=go1.20 -complete -installsuffix shared -buildid Xi8c0QyQ4_fDD_qB35Ls/Xi8c0QyQ4_fDD_qB35Ls -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b857/importcfg -pack /root/go/pkg/mod/github.com/distribution/reference@v0.6.0/helpers.go /root/go/pkg/mod/github.com/distribution/reference@v0.6.0/normalize.go /root/go/pkg/mod/github.com/distribution/reference@v0.6.0/reference.go /root/go/pkg/mod/github.com/distribution/reference@v0.6.0/regexp.go /root/go/pkg/mod/github.com/distribution/reference@v0.6.0/sort.go
2025-08-20T21:34:20.8002785Z [00:03:14.242]➜  go tool buildid -w $WORK/b857/_pkg_.a # internal
2025-08-20T21:34:20.8018593Z [00:03:14.243]➜  cp $WORK/b857/_pkg_.a /root/.cache/go-build/6d/6d4e0b1ffbb40e9a82887dc019ae801d5e3987eaf42420b63755289e6773e5f1-d # internal
2025-08-20T21:34:20.8024481Z [00:03:14.244]➜  github.com/docker/docker/api/types/registry
2025-08-20T21:34:20.8024841Z [00:03:14.244]➜  mkdir -p $WORK/b861/
2025-08-20T21:34:20.8026891Z [00:03:14.244]➜  cat >/tmp/go-build1238918229/b861/importcfg << 'EOF' # internal
2025-08-20T21:34:20.8027663Z [00:03:14.244]➜  # import config
2025-08-20T21:34:20.8028204Z [00:03:14.244]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:20.8028771Z [00:03:14.244]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:20.8029577Z [00:03:14.244]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:20.8030837Z [00:03:14.244]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.8031556Z [00:03:14.244]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1238918229/b844/_pkg_.a
2025-08-20T21:34:20.8032370Z [00:03:14.244]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1238918229/b650/_pkg_.a
2025-08-20T21:34:20.8033027Z [00:03:14.244]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.8033526Z [00:03:14.244]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:20.8034190Z [00:03:14.244]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.8034675Z [00:03:14.244]➜  EOF
2025-08-20T21:34:20.8052155Z [00:03:14.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b861/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/registry=>github.com/docker/docker@v28.3.3+incompatible/api/types/registry;$WORK/b861=>" -p github.com/docker/docker/api/types/registry -lang=go1.16 -complete -installsuffix shared -buildid AdVqSlo3M3m38rZ8Yvl7/AdVqSlo3M3m38rZ8Yvl7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b861/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/registry/authconfig.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/registry/authenticate.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/registry/registry.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/registry/search.go
2025-08-20T21:34:20.8072516Z [00:03:14.248]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T21:34:20.8100386Z [00:03:14.251]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/43/43a1cad8235fa9204d8c55bb74636091970d34164c95e77fe32d4524c1aec58c-d # internal
2025-08-20T21:34:20.8101952Z [00:03:14.252]➜  github.com/docker/docker/api/types/image
2025-08-20T21:34:20.8103790Z [00:03:14.252]➜  mkdir -p $WORK/b840/
2025-08-20T21:34:20.8104673Z [00:03:14.252]➜  cat >/tmp/go-build1238918229/b840/importcfg << 'EOF' # internal
2025-08-20T21:34:20.8105646Z [00:03:14.252]➜  # import config
2025-08-20T21:34:20.8106555Z [00:03:14.252]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:20.8107378Z [00:03:14.252]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1238918229/b841/_pkg_.a
2025-08-20T21:34:20.8108735Z [00:03:14.252]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1238918229/b844/_pkg_.a
2025-08-20T21:34:20.8110366Z [00:03:14.252]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build1238918229/b849/_pkg_.a
2025-08-20T21:34:20.8111064Z [00:03:14.252]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build1238918229/b853/_pkg_.a
2025-08-20T21:34:20.8111724Z [00:03:14.252]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1238918229/b633/_pkg_.a
2025-08-20T21:34:20.8112398Z [00:03:14.252]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1238918229/b650/_pkg_.a
2025-08-20T21:34:20.8112945Z [00:03:14.252]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.8113363Z [00:03:14.252]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.8113666Z [00:03:14.252]➜  EOF
2025-08-20T21:34:20.8118615Z [00:03:14.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b840/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image=>github.com/docker/docker@v28.3.3+incompatible/api/types/image;$WORK/b840=>" -p github.com/docker/docker/api/types/image -lang=go1.16 -complete -installsuffix shared -buildid Z4OMt_NJMJN9z2ilSgbN/Z4OMt_NJMJN9z2ilSgbN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b840/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/delete_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/image.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/image_history.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/image_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/manifest.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/summary.go
2025-08-20T21:34:20.8273249Z [00:03:14.268]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T21:34:20.8281282Z [00:03:14.269]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T21:34:20.8297069Z [00:03:14.271]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/48/48a83118af67da213f8669849d38c770a70046a03b26565f9c41d94a420a61a8-d # internal
2025-08-20T21:34:20.8308736Z [00:03:14.272]➜  github.com/gogo/protobuf/proto
2025-08-20T21:34:20.8310031Z [00:03:14.272]➜  mkdir -p $WORK/b864/
2025-08-20T21:34:20.8321171Z [00:03:14.273]➜  cat >/tmp/go-build1238918229/b864/importcfg << 'EOF' # internal
2025-08-20T21:34:20.8321945Z [00:03:14.273]➜  # import config
2025-08-20T21:34:20.8322671Z [00:03:14.273]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:20.8324100Z [00:03:14.274]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.8324874Z [00:03:14.274]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:20.8325348Z [00:03:14.274]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:20.8325800Z [00:03:14.274]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.8326215Z [00:03:14.274]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.8326613Z [00:03:14.274]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.8327021Z [00:03:14.274]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:20.8327427Z [00:03:14.274]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:20.8328110Z [00:03:14.274]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:20.8328751Z [00:03:14.274]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:20.8329172Z [00:03:14.274]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:20.8329606Z [00:03:14.274]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.8330023Z [00:03:14.274]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:20.8330462Z [00:03:14.274]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:20.8330891Z [00:03:14.274]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.8331327Z [00:03:14.274]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:20.8331660Z [00:03:14.274]➜  EOF
2025-08-20T21:34:20.8336636Z [00:03:14.275]➜  go tool buildid -w $WORK/b861/_pkg_.a # internal
2025-08-20T21:34:20.8338128Z [00:03:14.275]➜  cp $WORK/b861/_pkg_.a /root/.cache/go-build/6d/6db38280f240603a79f06ab4b679854796cd4b8dcc3a59ec5c55bb9c2592bfcf-d # internal
2025-08-20T21:34:20.8341511Z [00:03:14.275]➜  github.com/docker/docker/api/types/build
2025-08-20T21:34:20.8341974Z [00:03:14.275]➜  mkdir -p $WORK/b860/
2025-08-20T21:34:20.8342372Z [00:03:14.275]➜  cat >/tmp/go-build1238918229/b860/importcfg << 'EOF' # internal
2025-08-20T21:34:20.8342720Z [00:03:14.275]➜  # import config
2025-08-20T21:34:20.8343222Z [00:03:14.275]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1238918229/b841/_pkg_.a
2025-08-20T21:34:20.8343919Z [00:03:14.275]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1238918229/b844/_pkg_.a
2025-08-20T21:34:20.8344712Z [00:03:14.275]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build1238918229/b861/_pkg_.a
2025-08-20T21:34:20.8345507Z [00:03:14.275]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.8345993Z [00:03:14.275]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.8346310Z [00:03:14.275]➜  EOF
2025-08-20T21:34:20.8349392Z [00:03:14.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b860/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/build=>github.com/docker/docker@v28.3.3+incompatible/api/types/build;$WORK/b860=>" -p github.com/docker/docker/api/types/build -lang=go1.16 -complete -installsuffix shared -buildid BJnUg4KDXIHeVWVS2lrC/BJnUg4KDXIHeVWVS2lrC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b860/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/build/build.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/build/cache.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/build/disk_usage.go
2025-08-20T21:34:20.8361420Z [00:03:14.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b864/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto=>github.com/gogo/protobuf@v1.3.2/proto;$WORK/b864=>" -p github.com/gogo/protobuf/proto -lang=go1.15 -complete -installsuffix shared -buildid 0Uq7lF-riX1giZFuC3YM/0Uq7lF-riX1giZFuC3YM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b864/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/clone.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/custom_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/decode.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/deprecated.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/discard.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/duration.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/duration_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/encode.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/encode_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/equal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/extensions.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/extensions_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/lib.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/lib_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/message_set.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/pointer_unsafe.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/pointer_unsafe_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/properties.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/properties_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/skip_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_marshal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_marshal_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_merge.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_unmarshal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_unmarshal_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text_parser.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/timestamp.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/timestamp_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/wrappers.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/wrappers_gogo.go
2025-08-20T21:34:20.8430339Z [00:03:14.284]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/c3/c3c10d02d62cf9a28ae81c1f026bec9173c0bdc0ec2663c5cc97a46e449edcd1-d # internal
2025-08-20T21:34:20.8431646Z [00:03:14.284]➜  github.com/docker/docker/api/types/events
2025-08-20T21:34:20.8432017Z [00:03:14.284]➜  mkdir -p $WORK/b867/
2025-08-20T21:34:20.8432660Z [00:03:14.284]➜  cat >/tmp/go-build1238918229/b867/importcfg << 'EOF' # internal
2025-08-20T21:34:20.8433066Z [00:03:14.284]➜  # import config
2025-08-20T21:34:20.8433556Z [00:03:14.284]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1238918229/b844/_pkg_.a
2025-08-20T21:34:20.8434003Z [00:03:14.284]➜  EOF
2025-08-20T21:34:20.8436255Z [00:03:14.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b867/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/events=>github.com/docker/docker@v28.3.3+incompatible/api/types/events;$WORK/b867=>" -p github.com/docker/docker/api/types/events -lang=go1.16 -complete -installsuffix shared -buildid -xaRO1IMT9Rns4RMbYPe/-xaRO1IMT9Rns4RMbYPe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b867/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/events/events.go
2025-08-20T21:34:20.8451006Z [00:03:14.286]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T21:34:20.8485202Z [00:03:14.290]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/f0/f059e15df2c65f3b4b402cac63c745d1cad79c6bbdc8c7f6ac746399cce1859f-d # internal
2025-08-20T21:34:20.8492754Z [00:03:14.291]➜  go tool buildid -w $WORK/b860/_pkg_.a # internal
2025-08-20T21:34:20.8497704Z [00:03:14.291]➜  cp $WORK/b860/_pkg_.a /root/.cache/go-build/02/02f07c872e06ecb5d7c7b6df1c73bb63b64f426e50284065a9cf045141d73927-d # internal
2025-08-20T21:34:20.8498900Z [00:03:14.291]➜  github.com/docker/docker/api/types/time
2025-08-20T21:34:20.8499847Z [00:03:14.291]➜  mkdir -p $WORK/b869/
2025-08-20T21:34:20.8504720Z [00:03:14.292]➜  cat >/tmp/go-build1238918229/b869/importcfg << 'EOF' # internal
2025-08-20T21:34:20.8505430Z [00:03:14.292]➜  # import config
2025-08-20T21:34:20.8506013Z [00:03:14.292]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.8506829Z [00:03:14.292]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:20.8507526Z [00:03:14.292]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:20.8508364Z [00:03:14.292]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.8509031Z [00:03:14.292]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.8510054Z [00:03:14.292]➜  EOF
2025-08-20T21:34:20.8512405Z [00:03:14.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b869/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/time=>github.com/docker/docker@v28.3.3+incompatible/api/types/time;$WORK/b869=>" -p github.com/docker/docker/api/types/time -lang=go1.16 -complete -installsuffix shared -buildid ZtpsnEYVmEl7AtF3LUZ4/ZtpsnEYVmEl7AtF3LUZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b869/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/time/timestamp.go
2025-08-20T21:34:20.8528471Z [00:03:14.294]➜  github.com/google/go-licenses/v2/licenses
2025-08-20T21:34:20.8529396Z [00:03:14.294]➜  mkdir -p $WORK/b714/
2025-08-20T21:34:20.8542795Z [00:03:14.296]➜  cat >/tmp/go-build1238918229/b714/importcfg << 'EOF' # internal
2025-08-20T21:34:20.8543690Z [00:03:14.296]➜  # import config
2025-08-20T21:34:20.8544104Z [00:03:14.296]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:20.8544559Z [00:03:14.296]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.8545222Z [00:03:14.296]➜  packagefile github.com/google/go-licenses/v2/internal/third_party/pkgsite/source=/tmp/go-build1238918229/b715/_pkg_.a
2025-08-20T21:34:20.8545987Z [00:03:14.296]➜  packagefile github.com/google/licenseclassifier/v2=/tmp/go-build1238918229/b739/_pkg_.a
2025-08-20T21:34:20.8546683Z [00:03:14.296]➜  packagefile github.com/google/licenseclassifier/v2/assets=/tmp/go-build1238918229/b741/_pkg_.a
2025-08-20T21:34:20.8547244Z [00:03:14.296]➜  packagefile go/build=/tmp/go-build1238918229/b742/_pkg_.a
2025-08-20T21:34:20.8554646Z [00:03:14.296]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1238918229/b490/_pkg_.a
2025-08-20T21:34:20.8555471Z [00:03:14.296]➜  packagefile golang.org/x/tools/go/packages=/tmp/go-build1238918229/b755/_pkg_.a
2025-08-20T21:34:20.8556102Z [00:03:14.296]➜  packagefile k8s.io/klog/v2=/tmp/go-build1238918229/b778/_pkg_.a
2025-08-20T21:34:20.8556547Z [00:03:14.296]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.8556983Z [00:03:14.296]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:20.8557437Z [00:03:14.296]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:20.8558154Z [00:03:14.296]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:20.8558581Z [00:03:14.296]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.8559049Z [00:03:14.296]➜  EOF
2025-08-20T21:34:20.8562776Z [00:03:14.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b714/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/licenses=>github.com/google/go-licenses/v2@v2.0.0-alpha.1/licenses;$WORK/b714=>" -p github.com/google/go-licenses/v2/licenses -lang=go1.19 -complete -installsuffix shared -buildid 3_gvLaeAeFAPnTAud08a/3_gvLaeAeFAPnTAud08a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack /root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/licenses/classifier.go /root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/licenses/find.go /root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/licenses/library.go /root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/licenses/module.go /root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/licenses/restrictiveness.go /root/go/pkg/mod/github.com/google/go-licenses/v2@v2.0.0-alpha.1/licenses/types.go
2025-08-20T21:34:20.8576639Z [00:03:14.299]➜  go tool buildid -w $WORK/b867/_pkg_.a # internal
2025-08-20T21:34:20.8585116Z [00:03:14.300]➜  cp $WORK/b867/_pkg_.a /root/.cache/go-build/d0/d00d044f926f6167a922efc8fad530ed049eaa564333b9a07a6be6da17d2642e-d # internal
2025-08-20T21:34:20.8590411Z [00:03:14.300]➜  github.com/docker/docker/internal/lazyregexp
2025-08-20T21:34:20.8591246Z [00:03:14.301]➜  mkdir -p $WORK/b870/
2025-08-20T21:34:20.8601478Z [00:03:14.301]➜  cat >/tmp/go-build1238918229/b870/importcfg << 'EOF' # internal
2025-08-20T21:34:20.8602374Z [00:03:14.302]➜  # import config
2025-08-20T21:34:20.8602862Z [00:03:14.302]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.8604062Z [00:03:14.302]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:20.8604504Z [00:03:14.302]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.8604936Z [00:03:14.302]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:20.8605250Z [00:03:14.302]➜  EOF
2025-08-20T21:34:20.8614670Z [00:03:14.303]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b870/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/internal/lazyregexp=>github.com/docker/docker@v28.3.3+incompatible/internal/lazyregexp;$WORK/b870=>" -p github.com/docker/docker/internal/lazyregexp -lang=go1.16 -complete -installsuffix shared -buildid PkKfj80w6NfVBnuAeaaH/PkKfj80w6NfVBnuAeaaH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b870/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/internal/lazyregexp/lazyregexp.go
2025-08-20T21:34:20.8731631Z [00:03:14.314]➜  go tool buildid -w $WORK/b869/_pkg_.a # internal
2025-08-20T21:34:20.8734747Z [00:03:14.314]➜  cp $WORK/b869/_pkg_.a /root/.cache/go-build/6f/6f0f78db957e7d4e503ac72bea3979b488f424d061564a57d94cd8025b806eef-d # internal
2025-08-20T21:34:20.8737692Z [00:03:14.315]➜  github.com/docker/go-connections/sockets
2025-08-20T21:34:20.8738125Z [00:03:14.315]➜  mkdir -p $WORK/b871/
2025-08-20T21:34:20.8738510Z [00:03:14.315]➜  cat >/tmp/go-build1238918229/b871/importcfg << 'EOF' # internal
2025-08-20T21:34:20.8738860Z [00:03:14.315]➜  # import config
2025-08-20T21:34:20.8739458Z [00:03:14.315]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:20.8740014Z [00:03:14.315]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:20.8740456Z [00:03:14.315]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.8740877Z [00:03:14.315]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.8741284Z [00:03:14.315]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:20.8741710Z [00:03:14.315]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:20.8742128Z [00:03:14.315]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.8742662Z [00:03:14.315]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.8743232Z [00:03:14.315]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:20.8753394Z [00:03:14.315]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:20.8753876Z [00:03:14.315]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.8754191Z [00:03:14.315]➜  EOF
2025-08-20T21:34:20.8768719Z [00:03:14.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b871/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets=>github.com/docker/go-connections@v0.5.0/sockets;$WORK/b871=>" -p github.com/docker/go-connections/sockets -lang=go1.18 -complete -installsuffix shared -buildid LQa4q9q_5QyQ7VNrZF9n/LQa4q9q_5QyQ7VNrZF9n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b871/importcfg -pack /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/inmem_socket.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/proxy.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/sockets.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/sockets_unix.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/tcp_socket.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/unix_socket.go
2025-08-20T21:34:20.8826398Z [00:03:14.324]➜  go tool buildid -w $WORK/b870/_pkg_.a # internal
2025-08-20T21:34:20.8829612Z [00:03:14.324]➜  cp $WORK/b870/_pkg_.a /root/.cache/go-build/3d/3d737b69e8aa60178b76283a1da2c9eb12cdc03bd79880e191327f82e7c9144c-d # internal
2025-08-20T21:34:20.8831260Z [00:03:14.325]➜  github.com/docker/go-connections/tlsconfig
2025-08-20T21:34:20.8831658Z [00:03:14.325]➜  mkdir -p $WORK/b872/
2025-08-20T21:34:20.8832993Z [00:03:14.325]➜  cat >/tmp/go-build1238918229/b872/importcfg << 'EOF' # internal
2025-08-20T21:34:20.8833354Z [00:03:14.325]➜  # import config
2025-08-20T21:34:20.8833717Z [00:03:14.325]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:20.8834198Z [00:03:14.325]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:20.8834662Z [00:03:14.325]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:20.8838379Z [00:03:14.325]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.8838830Z [00:03:14.325]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.8839237Z [00:03:14.325]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.8839660Z [00:03:14.325]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:20.8839979Z [00:03:14.325]➜  EOF
2025-08-20T21:34:20.8843187Z [00:03:14.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b872/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/tlsconfig=>github.com/docker/go-connections@v0.5.0/tlsconfig;$WORK/b872=>" -p github.com/docker/go-connections/tlsconfig -lang=go1.18 -complete -installsuffix shared -buildid IQR0nbfCdIl2juTw8sbF/IQR0nbfCdIl2juTw8sbF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b872/importcfg -pack /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/tlsconfig/certpool.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/tlsconfig/config.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/tlsconfig/config_client_ciphers.go
2025-08-20T21:34:20.9110451Z [00:03:14.350]➜  go tool buildid -w $WORK/b872/_pkg_.a # internal
2025-08-20T21:34:20.9111382Z [00:03:14.352]➜  cp $WORK/b872/_pkg_.a /root/.cache/go-build/24/24de24d65c9e20ce0e47b60ef2458ad9bf6331c354b3272de46dc07981db91b2-d # internal
2025-08-20T21:34:20.9112179Z [00:03:14.352]➜  github.com/google/go-containerregistry/internal/redact
2025-08-20T21:34:20.9112666Z [00:03:14.352]➜  mkdir -p $WORK/b874/
2025-08-20T21:34:20.9113195Z [00:03:14.352]➜  cat >/tmp/go-build1238918229/b874/importcfg << 'EOF' # internal
2025-08-20T21:34:20.9113644Z [00:03:14.352]➜  # import config
2025-08-20T21:34:20.9114102Z [00:03:14.352]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:20.9114653Z [00:03:14.352]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.9115169Z [00:03:14.352]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:20.9115570Z [00:03:14.352]➜  EOF
2025-08-20T21:34:20.9117995Z [00:03:14.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b874/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/redact=>github.com/google/go-containerregistry@v0.20.6/internal/redact;$WORK/b874=>" -p github.com/google/go-containerregistry/internal/redact -lang=go1.24 -complete -installsuffix shared -buildid dBaimd9RXRXGLjl_YCUL/dBaimd9RXRXGLjl_YCUL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b874/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/redact/redact.go
2025-08-20T21:34:20.9278183Z [00:03:14.369]➜  go tool buildid -w $WORK/b874/_pkg_.a # internal
2025-08-20T21:34:20.9287366Z [00:03:14.369]➜  cp $WORK/b874/_pkg_.a /root/.cache/go-build/7b/7b6944cde8a3688dbbaa533320cdb9ff4cb920df43371a2a99cc11fb8c0cc927-d # internal
2025-08-20T21:34:20.9288201Z [00:03:14.369]➜  github.com/google/go-containerregistry/internal/retry/wait
2025-08-20T21:34:20.9288581Z [00:03:14.369]➜  mkdir -p $WORK/b876/
2025-08-20T21:34:20.9288964Z [00:03:14.370]➜  cat >/tmp/go-build1238918229/b876/importcfg << 'EOF' # internal
2025-08-20T21:34:20.9289309Z [00:03:14.370]➜  # import config
2025-08-20T21:34:20.9289961Z [00:03:14.370]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.9290404Z [00:03:14.370]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:20.9290836Z [00:03:14.370]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.9291157Z [00:03:14.370]➜  EOF
2025-08-20T21:34:20.9293504Z [00:03:14.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b876/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/retry/wait=>github.com/google/go-containerregistry@v0.20.6/internal/retry/wait;$WORK/b876=>" -p github.com/google/go-containerregistry/internal/retry/wait -lang=go1.24 -complete -installsuffix shared -buildid mG2VxLUBoFmJfUNB-qqS/mG2VxLUBoFmJfUNB-qqS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b876/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/retry/wait/kubernetes_apimachinery_wait.go
2025-08-20T21:34:20.9353122Z [00:03:14.376]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T21:34:20.9367351Z [00:03:14.378]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/a5/a52f0d92b5565d40e3977b78f4e9e615974ae0d78dc02b6b935519dc62799371-d # internal
2025-08-20T21:34:20.9372028Z [00:03:14.378]➜  chainguard.dev/melange/pkg/license
2025-08-20T21:34:20.9372355Z [00:03:14.378]➜  mkdir -p $WORK/b713/
2025-08-20T21:34:20.9376844Z [00:03:14.379]➜  cat >/tmp/go-build1238918229/b713/importcfg << 'EOF' # internal
2025-08-20T21:34:20.9378861Z [00:03:14.379]➜  # import config
2025-08-20T21:34:20.9380516Z [00:03:14.379]➜  packagefile chainguard.dev/melange/pkg/config=/tmp/go-build1238918229/b688/_pkg_.a
2025-08-20T21:34:20.9381060Z [00:03:14.379]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:20.9381648Z [00:03:14.379]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.9382217Z [00:03:14.379]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:20.9382856Z [00:03:14.379]➜  packagefile github.com/google/go-licenses/v2/licenses=/tmp/go-build1238918229/b714/_pkg_.a
2025-08-20T21:34:20.9383510Z [00:03:14.379]➜  packagefile github.com/google/licenseclassifier/v2=/tmp/go-build1238918229/b739/_pkg_.a
2025-08-20T21:34:20.9384202Z [00:03:14.379]➜  packagefile github.com/google/licenseclassifier/v2/assets=/tmp/go-build1238918229/b741/_pkg_.a
2025-08-20T21:34:20.9384750Z [00:03:14.379]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:20.9385207Z [00:03:14.379]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:20.9385659Z [00:03:14.379]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:20.9386078Z [00:03:14.379]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:20.9386493Z [00:03:14.379]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:20.9386912Z [00:03:14.379]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.9387235Z [00:03:14.379]➜  EOF
2025-08-20T21:34:20.9389411Z [00:03:14.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b713/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license=>chainguard.dev/melange/pkg/license;$WORK/b713=>" -p chainguard.dev/melange/pkg/license -lang=go1.24 -complete -installsuffix shared -buildid -7DyWLVhcrg78Vmtx_kH/-7DyWLVhcrg78Vmtx_kH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -pack ./pkg/license/license.go ./pkg/license/regexp.go
2025-08-20T21:34:20.9399176Z [00:03:14.381]➜  go tool buildid -w $WORK/b876/_pkg_.a # internal
2025-08-20T21:34:20.9401177Z [00:03:14.381]➜  go tool buildid -w $WORK/b871/_pkg_.a # internal
2025-08-20T21:34:20.9411368Z [00:03:14.382]➜  cp $WORK/b871/_pkg_.a /root/.cache/go-build/d3/d3bfdd59e7bdbb42bd370066aef58f6290c8f149fc9663ec917acee9731b292a-d # internal
2025-08-20T21:34:20.9413574Z [00:03:14.383]➜  github.com/google/go-containerregistry/internal/verify
2025-08-20T21:34:20.9415619Z [00:03:14.383]➜  mkdir -p $WORK/b877/
2025-08-20T21:34:20.9419732Z [00:03:14.383]➜  cp $WORK/b876/_pkg_.a /root/.cache/go-build/79/790c58e60acda953053d00cbf48c82fd3040fa06945596b412ca6c3f17779e66-d # internal
2025-08-20T21:34:20.9420438Z [00:03:14.383]➜  github.com/google/go-containerregistry/internal/retry
2025-08-20T21:34:20.9420796Z [00:03:14.383]➜  mkdir -p $WORK/b875/
2025-08-20T21:34:20.9423782Z [00:03:14.384]➜  cat >/tmp/go-build1238918229/b877/importcfg << 'EOF' # internal
2025-08-20T21:34:20.9425024Z [00:03:14.384]➜  # import config
2025-08-20T21:34:20.9425462Z [00:03:14.384]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.9426860Z [00:03:14.384]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:20.9428124Z [00:03:14.384]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.9429711Z [00:03:14.384]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.9430404Z [00:03:14.384]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build1238918229/b654/_pkg_.a
2025-08-20T21:34:20.9431140Z [00:03:14.384]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:20.9431680Z [00:03:14.384]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:20.9432089Z [00:03:14.384]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.9432391Z [00:03:14.384]➜  EOF
2025-08-20T21:34:20.9434881Z [00:03:14.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b877/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/verify=>github.com/google/go-containerregistry@v0.20.6/internal/verify;$WORK/b877=>" -p github.com/google/go-containerregistry/internal/verify -lang=go1.24 -complete -installsuffix shared -buildid FOSPwnnhdSYLsI84rCgQ/FOSPwnnhdSYLsI84rCgQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b877/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/verify/verify.go
2025-08-20T21:34:20.9438816Z [00:03:14.385]➜  cat >/tmp/go-build1238918229/b875/importcfg << 'EOF' # internal
2025-08-20T21:34:20.9439249Z [00:03:14.385]➜  # import config
2025-08-20T21:34:20.9439821Z [00:03:14.385]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:20.9440465Z [00:03:14.385]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.9441031Z [00:03:14.385]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.9441892Z [00:03:14.385]➜  packagefile github.com/google/go-containerregistry/internal/retry/wait=/tmp/go-build1238918229/b876/_pkg_.a
2025-08-20T21:34:20.9442593Z [00:03:14.385]➜  EOF
2025-08-20T21:34:20.9445112Z [00:03:14.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b875/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/retry=>github.com/google/go-containerregistry@v0.20.6/internal/retry;$WORK/b875=>" -p github.com/google/go-containerregistry/internal/retry -lang=go1.24 -complete -installsuffix shared -buildid zl68h5hM_PJamRjOhUJ2/zl68h5hM_PJamRjOhUJ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b875/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/retry/retry.go
2025-08-20T21:34:20.9593533Z [00:03:14.401]➜  go tool buildid -w $WORK/b875/_pkg_.a # internal
2025-08-20T21:34:20.9597806Z [00:03:14.401]➜  cp $WORK/b875/_pkg_.a /root/.cache/go-build/e3/e35fa6763f95c73680f92ba797f1029c4451808d9919b0a35020bb1d4581b8c5-d # internal
2025-08-20T21:34:20.9613946Z [00:03:14.403]➜  github.com/docker/docker-credential-helpers/credentials
2025-08-20T21:34:20.9614426Z [00:03:14.403]➜  mkdir -p $WORK/b884/
2025-08-20T21:34:20.9614829Z [00:03:14.403]➜  cat >/tmp/go-build1238918229/b884/importcfg << 'EOF' # internal
2025-08-20T21:34:20.9615176Z [00:03:14.403]➜  # import config
2025-08-20T21:34:20.9615512Z [00:03:14.403]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:20.9616328Z [00:03:14.403]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.9616777Z [00:03:14.403]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:20.9617224Z [00:03:14.403]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.9617953Z [00:03:14.403]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.9618357Z [00:03:14.403]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.9618759Z [00:03:14.403]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.9619183Z [00:03:14.403]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.9619504Z [00:03:14.403]➜  EOF
2025-08-20T21:34:20.9622932Z [00:03:14.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b884/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials=>github.com/docker/docker-credential-helpers@v0.9.3/credentials;$WORK/b884=>" -p github.com/docker/docker-credential-helpers/credentials -lang=go1.21 -complete -installsuffix shared -buildid vUj0CnUh52ydLhSxfwVQ/vUj0CnUh52ydLhSxfwVQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b884/importcfg -pack /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials/credentials.go /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials/error.go /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials/helper.go /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials/version.go
2025-08-20T21:34:20.9768220Z [00:03:14.418]➜  go tool buildid -w $WORK/b877/_pkg_.a # internal
2025-08-20T21:34:20.9769334Z [00:03:14.418]➜  cp $WORK/b877/_pkg_.a /root/.cache/go-build/78/78bc0fd81a911cbc27506b39837cdf1ba70628f8c223ff6f79fa38cec5a3e3e1-d # internal
2025-08-20T21:34:20.9772025Z [00:03:14.418]➜  github.com/mitchellh/go-homedir
2025-08-20T21:34:20.9774166Z [00:03:14.418]➜  mkdir -p $WORK/b886/
2025-08-20T21:34:20.9774959Z [00:03:14.418]➜  cat >/tmp/go-build1238918229/b886/importcfg << 'EOF' # internal
2025-08-20T21:34:20.9776058Z [00:03:14.418]➜  # import config
2025-08-20T21:34:20.9776643Z [00:03:14.418]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.9777167Z [00:03:14.418]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:20.9777792Z [00:03:14.418]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.9778322Z [00:03:14.418]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:20.9778872Z [00:03:14.418]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:20.9779997Z [00:03:14.418]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:20.9780441Z [00:03:14.418]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:20.9780870Z [00:03:14.418]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.9781291Z [00:03:14.418]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:20.9781931Z [00:03:14.418]➜  EOF
2025-08-20T21:34:20.9783762Z [00:03:14.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b886/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0=>github.com/mitchellh/go-homedir@v1.1.0;$WORK/b886=>" -p github.com/mitchellh/go-homedir -lang=go1.16 -complete -installsuffix shared -buildid yZn6mkD4Ub145BRVKePj/yZn6mkD4Ub145BRVKePj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b886/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0/homedir.go
2025-08-20T21:34:20.9873146Z [00:03:14.428]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T21:34:20.9878973Z [00:03:14.429]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/e4/e44e1861a66ecbeb7bc267927fc93f5185b8b98a77db209c5dbcf1626b8b7a43-d # internal
2025-08-20T21:34:20.9881722Z [00:03:14.430]➜  chainguard.dev/melange/pkg/container
2025-08-20T21:34:20.9882494Z [00:03:14.430]➜  mkdir -p $WORK/b700/
2025-08-20T21:34:20.9887840Z [00:03:14.430]➜  cat >/tmp/go-build1238918229/b700/importcfg << 'EOF' # internal
2025-08-20T21:34:20.9888901Z [00:03:14.430]➜  # import config
2025-08-20T21:34:20.9889328Z [00:03:14.430]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:20.9889808Z [00:03:14.430]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:20.9890232Z [00:03:14.430]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:20.9890755Z [00:03:14.430]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:20.9891367Z [00:03:14.430]➜  packagefile chainguard.dev/apko/pkg/build=/tmp/go-build1238918229/b641/_pkg_.a
2025-08-20T21:34:20.9891983Z [00:03:14.430]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:20.9892583Z [00:03:14.430]➜  packagefile chainguard.dev/apko/pkg/cpio=/tmp/go-build1238918229/b701/_pkg_.a
2025-08-20T21:34:20.9893208Z [00:03:14.430]➜  packagefile chainguard.dev/melange/internal/logwriter=/tmp/go-build1238918229/b712/_pkg_.a
2025-08-20T21:34:20.9893853Z [00:03:14.430]➜  packagefile chainguard.dev/melange/pkg/license=/tmp/go-build1238918229/b713/_pkg_.a
2025-08-20T21:34:20.9894373Z [00:03:14.430]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:20.9894818Z [00:03:14.430]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:20.9895598Z [00:03:14.430]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:20.9896132Z [00:03:14.430]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:20.9896564Z [00:03:14.430]➜  packagefile embed=/tmp/go-build1238918229/b254/_pkg_.a
2025-08-20T21:34:20.9897187Z [00:03:14.430]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:20.9897866Z [00:03:14.430]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:20.9898375Z [00:03:14.430]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:20.9898959Z [00:03:14.430]➜  packagefile github.com/charmbracelet/log=/tmp/go-build1238918229/b785/_pkg_.a
2025-08-20T21:34:20.9899596Z [00:03:14.430]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:20.9900330Z [00:03:14.430]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build1238918229/b667/_pkg_.a
2025-08-20T21:34:20.9901003Z [00:03:14.430]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build1238918229/b803/_pkg_.a
2025-08-20T21:34:20.9901590Z [00:03:14.430]➜  packagefile github.com/moby/moby/oci/caps=/tmp/go-build1238918229/b804/_pkg_.a
2025-08-20T21:34:20.9902148Z [00:03:14.430]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:20.9902685Z [00:03:14.430]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1238918229/b480/_pkg_.a
2025-08-20T21:34:20.9903242Z [00:03:14.430]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build1238918229/b617/_pkg_.a
2025-08-20T21:34:20.9904075Z [00:03:14.430]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build1238918229/b615/_pkg_.a
2025-08-20T21:34:20.9904643Z [00:03:14.430]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:20.9905310Z [00:03:14.430]➜  packagefile golang.org/x/term=/tmp/go-build1238918229/b809/_pkg_.a
2025-08-20T21:34:20.9905759Z [00:03:14.430]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:20.9906175Z [00:03:14.430]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:20.9906593Z [00:03:14.430]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:20.9906998Z [00:03:14.430]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:20.9907409Z [00:03:14.430]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:20.9908093Z [00:03:14.430]➜  packagefile os/signal=/tmp/go-build1238918229/b810/_pkg_.a
2025-08-20T21:34:20.9908537Z [00:03:14.430]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:20.9908984Z [00:03:14.430]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:20.9909436Z [00:03:14.430]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:20.9909864Z [00:03:14.430]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:20.9910290Z [00:03:14.430]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:20.9910716Z [00:03:14.430]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:20.9911132Z [00:03:14.430]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:20.9911437Z [00:03:14.430]➜  EOF
2025-08-20T21:34:20.9931135Z [00:03:14.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b700/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container=>chainguard.dev/melange/pkg/container;$WORK/b700=>" -p chainguard.dev/melange/pkg/container -lang=go1.24 -complete -installsuffix shared -buildid _bI1B0ppeV6kg3paPG6B/_bI1B0ppeV6kg3paPG6B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack ./pkg/container/bubblewrap_runner.go ./pkg/container/config.go ./pkg/container/qemu_runner.go ./pkg/container/runner.go
2025-08-20T21:34:21.0020822Z [00:03:14.443]➜  go tool buildid -w $WORK/b886/_pkg_.a # internal
2025-08-20T21:34:21.0030369Z [00:03:14.444]➜  cp $WORK/b886/_pkg_.a /root/.cache/go-build/0f/0f16824bdde6b4771a7ac05f1c149345bbae56b27d2a17039e7a5f9874830f3e-d # internal
2025-08-20T21:34:21.0037342Z [00:03:14.445]➜  github.com/docker/distribution/registry/client/auth/challenge
2025-08-20T21:34:21.0038416Z [00:03:14.445]➜  mkdir -p $WORK/b888/
2025-08-20T21:34:21.0046330Z [00:03:14.446]➜  cat >/tmp/go-build1238918229/b888/importcfg << 'EOF' # internal
2025-08-20T21:34:21.0046792Z [00:03:14.446]➜  # import config
2025-08-20T21:34:21.0047136Z [00:03:14.446]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.0047704Z [00:03:14.446]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:21.0048213Z [00:03:14.446]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:21.0048653Z [00:03:14.446]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.0049069Z [00:03:14.446]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:21.0049373Z [00:03:14.446]➜  EOF
2025-08-20T21:34:21.0061799Z [00:03:14.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b888/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/distribution@v2.8.3+incompatible/registry/client/auth/challenge=>github.com/docker/distribution@v2.8.3+incompatible/registry/client/auth/challenge;$WORK/b888=>" -p github.com/docker/distribution/registry/client/auth/challenge -lang=go1.16 -complete -installsuffix shared -buildid mZA676wFN0925VRKchxC/mZA676wFN0925VRKchxC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b888/importcfg -pack /root/go/pkg/mod/github.com/docker/distribution@v2.8.3+incompatible/registry/client/auth/challenge/addr.go /root/go/pkg/mod/github.com/docker/distribution@v2.8.3+incompatible/registry/client/auth/challenge/authchallenge.go
2025-08-20T21:34:21.0071524Z [00:03:14.448]➜  go tool buildid -w $WORK/b884/_pkg_.a # internal
2025-08-20T21:34:21.0088541Z [00:03:14.450]➜  cp $WORK/b884/_pkg_.a /root/.cache/go-build/51/51f3948dbbfb15272da4c495e0a3289563005cf6ecd9b48efb423277fbabab7f-d # internal
2025-08-20T21:34:21.0094726Z [00:03:14.451]➜  github.com/docker/docker-credential-helpers/client
2025-08-20T21:34:21.0106805Z [00:03:14.452]➜  mkdir -p $WORK/b883/
2025-08-20T21:34:21.0113048Z [00:03:14.453]➜  cat >/tmp/go-build1238918229/b883/importcfg << 'EOF' # internal
2025-08-20T21:34:21.0118998Z [00:03:14.453]➜  # import config
2025-08-20T21:34:21.0124767Z [00:03:14.454]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:21.0132324Z [00:03:14.454]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:21.0133644Z [00:03:14.455]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.0134979Z [00:03:14.455]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build1238918229/b884/_pkg_.a
2025-08-20T21:34:21.0136641Z [00:03:14.455]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.0137313Z [00:03:14.455]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.0138294Z [00:03:14.455]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:21.0139094Z [00:03:14.455]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.0139866Z [00:03:14.455]➜  EOF
2025-08-20T21:34:21.0142655Z [00:03:14.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b883/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/client=>github.com/docker/docker-credential-helpers@v0.9.3/client;$WORK/b883=>" -p github.com/docker/docker-credential-helpers/client -lang=go1.21 -complete -installsuffix shared -buildid SPUxlKwO0EZ86DO9Rh94/SPUxlKwO0EZ86DO9Rh94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b883/importcfg -pack /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/client/client.go /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/client/command.go
2025-08-20T21:34:21.0418915Z [00:03:14.483]➜  go tool buildid -w $WORK/b888/_pkg_.a # internal
2025-08-20T21:34:21.0456310Z [00:03:14.487]➜  cp $WORK/b888/_pkg_.a /root/.cache/go-build/7b/7b38d8c8345b9f2ab65b009d6337426a19465024c0fdaaa48ad1e5c2cfba1e39-d # internal
2025-08-20T21:34:21.0457015Z [00:03:14.487]➜  github.com/google/shlex
2025-08-20T21:34:21.0457308Z [00:03:14.487]➜  mkdir -p $WORK/b889/
2025-08-20T21:34:21.0458985Z [00:03:14.487]➜  cat >/tmp/go-build1238918229/b889/importcfg << 'EOF' # internal
2025-08-20T21:34:21.0459415Z [00:03:14.487]➜  # import config
2025-08-20T21:34:21.0462524Z [00:03:14.487]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:21.0463213Z [00:03:14.487]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.0463636Z [00:03:14.487]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.0464586Z [00:03:14.487]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.0464910Z [00:03:14.487]➜  EOF
2025-08-20T21:34:21.0465209Z [00:03:14.487]➜  go tool buildid -w $WORK/b883/_pkg_.a # internal
2025-08-20T21:34:21.0473164Z [00:03:14.488]➜  cp $WORK/b883/_pkg_.a /root/.cache/go-build/a3/a3efbc7e7ab3ff747936def35406bdb714267d40a0788d0e35ec6a781348959d-d # internal
2025-08-20T21:34:21.0479432Z [00:03:14.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b889/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510=>github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510;$WORK/b889=>" -p github.com/google/shlex -lang=go1.13 -complete -installsuffix shared -buildid FK1nOKhicDESVi-DBOt3/FK1nOKhicDESVi-DBOt3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b889/importcfg -pack /root/go/pkg/mod/github.com/google/shlex@v0.0.0-20191202100458-e7afc7fbc510/shlex.go
2025-08-20T21:34:21.0499817Z [00:03:14.490]➜  github.com/docker/cli/cli/config/credentials
2025-08-20T21:34:21.0500222Z [00:03:14.490]➜  mkdir -p $WORK/b881/
2025-08-20T21:34:21.0500600Z [00:03:14.490]➜  cat >/tmp/go-build1238918229/b881/importcfg << 'EOF' # internal
2025-08-20T21:34:21.0500946Z [00:03:14.490]➜  # import config
2025-08-20T21:34:21.0501281Z [00:03:14.490]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.0501817Z [00:03:14.490]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build1238918229/b882/_pkg_.a
2025-08-20T21:34:21.0502524Z [00:03:14.490]➜  packagefile github.com/docker/docker-credential-helpers/client=/tmp/go-build1238918229/b883/_pkg_.a
2025-08-20T21:34:21.0503284Z [00:03:14.490]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build1238918229/b884/_pkg_.a
2025-08-20T21:34:21.0503867Z [00:03:14.490]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:21.0504284Z [00:03:14.490]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:21.0504695Z [00:03:14.490]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.0505105Z [00:03:14.490]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:21.0505537Z [00:03:14.490]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.0505977Z [00:03:14.490]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:21.0506306Z [00:03:14.490]➜  EOF
2025-08-20T21:34:21.0518500Z [00:03:14.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b881/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials=>github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials;$WORK/b881=>" -p github.com/docker/cli/cli/config/credentials -lang=go1.16 -complete -installsuffix shared -buildid wc2i-BY2BMDQxLL7VljB/wc2i-BY2BMDQxLL7VljB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b881/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials/credentials.go /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials/default_store.go /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials/default_store_linux.go /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials/file_store.go /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/credentials/native_store.go
2025-08-20T21:34:21.0730632Z [00:03:14.514]➜  go tool buildid -w $WORK/b889/_pkg_.a # internal
2025-08-20T21:34:21.0731391Z [00:03:14.514]➜  cp $WORK/b889/_pkg_.a /root/.cache/go-build/6e/6e85142b737c21ae588830469a9a023a636b9a4afe66963922374c04275cac07-d # internal
2025-08-20T21:34:21.0731992Z [00:03:14.514]➜  chainguard.dev/melange/internal/contextreader
2025-08-20T21:34:21.0732328Z [00:03:14.514]➜  mkdir -p $WORK/b890/
2025-08-20T21:34:21.0732697Z [00:03:14.514]➜  cat >/tmp/go-build1238918229/b890/importcfg << 'EOF' # internal
2025-08-20T21:34:21.0733043Z [00:03:14.514]➜  # import config
2025-08-20T21:34:21.0733683Z [00:03:14.514]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:21.0734101Z [00:03:14.514]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.0734512Z [00:03:14.514]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:21.0734813Z [00:03:14.514]➜  EOF
2025-08-20T21:34:21.0736657Z [00:03:14.514]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b890/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/contextreader=>chainguard.dev/melange/internal/contextreader;$WORK/b890=>" -p chainguard.dev/melange/internal/contextreader -lang=go1.24 -complete -installsuffix shared -buildid GZ7hs6LJPFVJ0oAB8X-o/GZ7hs6LJPFVJ0oAB8X-o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b890/importcfg -pack ./internal/contextreader/contextreader.go
2025-08-20T21:34:21.0852469Z [00:03:14.527]➜  go tool buildid -w $WORK/b881/_pkg_.a # internal
2025-08-20T21:34:21.0859414Z [00:03:14.527]➜  cp $WORK/b881/_pkg_.a /root/.cache/go-build/08/08a3f88c8f9339d442f8c1bafaa90f931425e8ff1992056341c902774b7ca15e-d # internal
2025-08-20T21:34:21.0862836Z [00:03:14.528]➜  github.com/docker/cli/cli/config/memorystore
2025-08-20T21:34:21.0864701Z [00:03:14.528]➜  mkdir -p $WORK/b885/
2025-08-20T21:34:21.0865867Z [00:03:14.528]➜  cat >/tmp/go-build1238918229/b885/importcfg << 'EOF' # internal
2025-08-20T21:34:21.0866218Z [00:03:14.528]➜  # import config
2025-08-20T21:34:21.0866561Z [00:03:14.528]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:21.0866980Z [00:03:14.528]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.0867650Z [00:03:14.528]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build1238918229/b881/_pkg_.a
2025-08-20T21:34:21.0868381Z [00:03:14.528]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build1238918229/b882/_pkg_.a
2025-08-20T21:34:21.0868917Z [00:03:14.528]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:21.0869328Z [00:03:14.528]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.0869729Z [00:03:14.528]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:21.0870033Z [00:03:14.528]➜  EOF
2025-08-20T21:34:21.0872436Z [00:03:14.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b885/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/memorystore=>github.com/docker/cli@v28.3.3+incompatible/cli/config/memorystore;$WORK/b885=>" -p github.com/docker/cli/cli/config/memorystore -lang=go1.16 -complete -installsuffix shared -buildid EKxAQ2yjPcEmFK_sxxyd/EKxAQ2yjPcEmFK_sxxyd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b885/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/memorystore/store.go
2025-08-20T21:34:21.0896351Z [00:03:14.531]➜  go tool buildid -w $WORK/b890/_pkg_.a # internal
2025-08-20T21:34:21.0901899Z [00:03:14.532]➜  cp $WORK/b890/_pkg_.a /root/.cache/go-build/e2/e2e059fccf49495e171aafb445c003ebf510e89210709665b740181e9bd4dde2-d # internal
2025-08-20T21:34:21.0904255Z [00:03:14.532]➜  github.com/moby/term
2025-08-20T21:34:21.0906253Z [00:03:14.532]➜  mkdir -p $WORK/b892/
2025-08-20T21:34:21.0909215Z [00:03:14.532]➜  cat >/tmp/go-build1238918229/b892/importcfg << 'EOF' # internal
2025-08-20T21:34:21.0911233Z [00:03:14.532]➜  # import config
2025-08-20T21:34:21.0911602Z [00:03:14.532]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:21.0912023Z [00:03:14.532]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.0912501Z [00:03:14.532]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:21.0912966Z [00:03:14.532]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.0913371Z [00:03:14.532]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.0913785Z [00:03:14.532]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.0914388Z [00:03:14.532]➜  EOF
2025-08-20T21:34:21.0917243Z [00:03:14.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b892/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/term@v0.5.2=>github.com/moby/term@v0.5.2;$WORK/b892=>" -p github.com/moby/term -lang=go1.18 -complete -installsuffix shared -buildid 0Tid33YHLyFtzl1RQwXe/0Tid33YHLyFtzl1RQwXe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b892/importcfg -pack /root/go/pkg/mod/github.com/moby/term@v0.5.2/ascii.go /root/go/pkg/mod/github.com/moby/term@v0.5.2/doc.go /root/go/pkg/mod/github.com/moby/term@v0.5.2/proxy.go /root/go/pkg/mod/github.com/moby/term@v0.5.2/term.go /root/go/pkg/mod/github.com/moby/term@v0.5.2/term_unix.go /root/go/pkg/mod/github.com/moby/term@v0.5.2/termios_nonbsd.go /root/go/pkg/mod/github.com/moby/term@v0.5.2/termios_unix.go
2025-08-20T21:34:21.1220432Z [00:03:14.563]➜  go tool buildid -w $WORK/b885/_pkg_.a # internal
2025-08-20T21:34:21.1227737Z [00:03:14.564]➜  cp $WORK/b885/_pkg_.a /root/.cache/go-build/a8/a89585f94ee076939de931a4867d0e6f2007be17cb26bcce992fc38d835d3019-d # internal
2025-08-20T21:34:21.1262859Z [00:03:14.568]➜  github.com/docker/cli/cli/config/configfile
2025-08-20T21:34:21.1263277Z [00:03:14.568]➜  mkdir -p $WORK/b880/
2025-08-20T21:34:21.1267435Z [00:03:14.568]➜  cat >/tmp/go-build1238918229/b880/importcfg << 'EOF' # internal
2025-08-20T21:34:21.1268674Z [00:03:14.568]➜  # import config
2025-08-20T21:34:21.1269052Z [00:03:14.568]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:21.1269544Z [00:03:14.568]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:21.1269981Z [00:03:14.568]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.1270546Z [00:03:14.568]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build1238918229/b881/_pkg_.a
2025-08-20T21:34:21.1271246Z [00:03:14.568]➜  packagefile github.com/docker/cli/cli/config/memorystore=/tmp/go-build1238918229/b885/_pkg_.a
2025-08-20T21:34:21.1271920Z [00:03:14.568]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build1238918229/b882/_pkg_.a
2025-08-20T21:34:21.1272494Z [00:03:14.568]➜  packagefile github.com/pkg/errors=/tmp/go-build1238918229/b470/_pkg_.a
2025-08-20T21:34:21.1273041Z [00:03:14.568]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1238918229/b685/_pkg_.a
2025-08-20T21:34:21.1273513Z [00:03:14.568]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.1273910Z [00:03:14.568]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.1274565Z [00:03:14.568]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:21.1275108Z [00:03:14.568]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.1276499Z [00:03:14.569]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:21.1276853Z [00:03:14.569]➜  EOF
2025-08-20T21:34:21.1279669Z [00:03:14.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b880/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/configfile=>github.com/docker/cli@v28.3.3+incompatible/cli/config/configfile;$WORK/b880=>" -p github.com/docker/cli/cli/config/configfile -lang=go1.16 -complete -installsuffix shared -buildid zLxsa8wjmtbvGKJnngAF/zLxsa8wjmtbvGKJnngAF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b880/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/configfile/file.go /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/configfile/file_unix.go
2025-08-20T21:34:21.1287190Z [00:03:14.570]➜  go tool buildid -w $WORK/b892/_pkg_.a # internal
2025-08-20T21:34:21.1297060Z [00:03:14.571]➜  cp $WORK/b892/_pkg_.a /root/.cache/go-build/60/60d5de4463b5b82486ea2da3eaa11ab5b0aac2f98eb243906bbbfe0dc0cb6808-d # internal
2025-08-20T21:34:21.1297855Z [00:03:14.571]➜  github.com/docker/cli/cli/streams
2025-08-20T21:34:21.1298155Z [00:03:14.571]➜  mkdir -p $WORK/b891/
2025-08-20T21:34:21.1300496Z [00:03:14.571]➜  cat >/tmp/go-build1238918229/b891/importcfg << 'EOF' # internal
2025-08-20T21:34:21.1301738Z [00:03:14.571]➜  # import config
2025-08-20T21:34:21.1302521Z [00:03:14.571]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:21.1303011Z [00:03:14.572]➜  packagefile github.com/moby/term=/tmp/go-build1238918229/b892/_pkg_.a
2025-08-20T21:34:21.1303552Z [00:03:14.572]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1238918229/b685/_pkg_.a
2025-08-20T21:34:21.1304020Z [00:03:14.572]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.1304426Z [00:03:14.572]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.1304840Z [00:03:14.572]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:21.1305382Z [00:03:14.572]➜  EOF
2025-08-20T21:34:21.1308363Z [00:03:14.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b891/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/streams=>github.com/docker/cli@v28.3.3+incompatible/cli/streams;$WORK/b891=>" -p github.com/docker/cli/cli/streams -lang=go1.16 -complete -installsuffix shared -buildid LcSdFbPpu4ewSWHEgDtU/LcSdFbPpu4ewSWHEgDtU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b891/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/streams/in.go /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/streams/out.go /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/streams/stream.go
2025-08-20T21:34:21.1834239Z [00:03:14.625]➜  go tool buildid -w $WORK/b891/_pkg_.a # internal
2025-08-20T21:34:21.1839827Z [00:03:14.625]➜  cp $WORK/b891/_pkg_.a /root/.cache/go-build/1c/1c7c538bb2728e2278ce08c54875a106bf0bf3c457529390e0541aed0919dc68-d # internal
2025-08-20T21:34:21.1855581Z [00:03:14.627]➜  github.com/docker/docker/pkg/stdcopy
2025-08-20T21:34:21.1856247Z [00:03:14.627]➜  mkdir -p $WORK/b893/
2025-08-20T21:34:21.1861087Z [00:03:14.627]➜  cat >/tmp/go-build1238918229/b893/importcfg << 'EOF' # internal
2025-08-20T21:34:21.1862219Z [00:03:14.628]➜  # import config
2025-08-20T21:34:21.1863426Z [00:03:14.628]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:21.1864002Z [00:03:14.628]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:21.1864470Z [00:03:14.628]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:21.1864891Z [00:03:14.628]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.1865466Z [00:03:14.628]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.1865955Z [00:03:14.628]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:21.1866262Z [00:03:14.628]➜  EOF
2025-08-20T21:34:21.1869449Z [00:03:14.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b893/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/pkg/stdcopy=>github.com/docker/docker@v28.3.3+incompatible/pkg/stdcopy;$WORK/b893=>" -p github.com/docker/docker/pkg/stdcopy -lang=go1.16 -complete -installsuffix shared -buildid HuTYCqQdQtEf7v_kKvaq/HuTYCqQdQtEf7v_kKvaq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b893/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/pkg/stdcopy/stdcopy.go
2025-08-20T21:34:21.1872096Z [00:03:14.629]➜  go tool buildid -w $WORK/b880/_pkg_.a # internal
2025-08-20T21:34:21.1879811Z [00:03:14.629]➜  cp $WORK/b880/_pkg_.a /root/.cache/go-build/12/129c505674c06a90b676a403d95788d42df64b99dbd800ac6672be17344b4735-d # internal
2025-08-20T21:34:21.1893016Z [00:03:14.631]➜  github.com/docker/cli/cli/config
2025-08-20T21:34:21.1893864Z [00:03:14.631]➜  mkdir -p $WORK/b879/
2025-08-20T21:34:21.1901989Z [00:03:14.632]➜  cat >/tmp/go-build1238918229/b879/importcfg << 'EOF' # internal
2025-08-20T21:34:21.1903513Z [00:03:14.632]➜  # import config
2025-08-20T21:34:21.1904584Z [00:03:14.632]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.1906953Z [00:03:14.632]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build1238918229/b880/_pkg_.a
2025-08-20T21:34:21.1909351Z [00:03:14.632]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build1238918229/b881/_pkg_.a
2025-08-20T21:34:21.1910303Z [00:03:14.632]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build1238918229/b882/_pkg_.a
2025-08-20T21:34:21.1911003Z [00:03:14.632]➜  packagefile github.com/pkg/errors=/tmp/go-build1238918229/b470/_pkg_.a
2025-08-20T21:34:21.1913069Z [00:03:14.632]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.1913790Z [00:03:14.632]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.1914485Z [00:03:14.632]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:21.1915465Z [00:03:14.632]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:21.1917220Z [00:03:14.632]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:21.1918178Z [00:03:14.632]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.1918837Z [00:03:14.632]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:21.1920177Z [00:03:14.632]➜  EOF
2025-08-20T21:34:21.1922525Z [00:03:14.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b879/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config=>github.com/docker/cli@v28.3.3+incompatible/cli/config;$WORK/b879=>" -p github.com/docker/cli/cli/config -lang=go1.16 -complete -installsuffix shared -buildid hMdQcJMOY4_bfqAQFDBd/hMdQcJMOY4_bfqAQFDBd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b879/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.3.3+incompatible/cli/config/config.go
2025-08-20T21:34:21.2169554Z [00:03:14.658]➜  go tool buildid -w $WORK/b879/_pkg_.a # internal
2025-08-20T21:34:21.2176321Z [00:03:14.659]➜  cp $WORK/b879/_pkg_.a /root/.cache/go-build/14/14bdd4e44fdd81f0e67c11e3a3e3975445634e4098a4425020be1f062aa22b17-d # internal
2025-08-20T21:34:21.2203256Z [00:03:14.662]➜  go tool buildid -w $WORK/b893/_pkg_.a # internal
2025-08-20T21:34:21.2208563Z [00:03:14.662]➜  cp $WORK/b893/_pkg_.a /root/.cache/go-build/bd/bd7702158f8ff35e2495efc5d5f1be0bf53225ce00e24b2fb675fa49d72b3acc-d # internal
2025-08-20T21:34:21.2209958Z [00:03:14.662]➜  github.com/chainguard-dev/yam/pkg/util
2025-08-20T21:34:21.2210879Z [00:03:14.662]➜  mkdir -p $WORK/b896/
2025-08-20T21:34:21.2213829Z [00:03:14.663]➜  cat >/tmp/go-build1238918229/b896/importcfg << 'EOF' # internal
2025-08-20T21:34:21.2214849Z [00:03:14.663]➜  # import config
2025-08-20T21:34:21.2215746Z [00:03:14.663]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:21.2216589Z [00:03:14.663]➜  EOF
2025-08-20T21:34:21.2217277Z [00:03:14.663]➜  github.com/google/go-containerregistry/pkg/authn
2025-08-20T21:34:21.2219417Z [00:03:14.663]➜  mkdir -p $WORK/b878/
2025-08-20T21:34:21.2222077Z [00:03:14.664]➜  cat >/tmp/go-build1238918229/b878/importcfg << 'EOF' # internal
2025-08-20T21:34:21.2222935Z [00:03:14.664]➜  # import config
2025-08-20T21:34:21.2223834Z [00:03:14.664]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:21.2225221Z [00:03:14.664]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:21.2226259Z [00:03:14.664]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:21.2227085Z [00:03:14.664]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.2227961Z [00:03:14.664]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build1238918229/b879/_pkg_.a
2025-08-20T21:34:21.2228870Z [00:03:14.664]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build1238918229/b880/_pkg_.a
2025-08-20T21:34:21.2230101Z [00:03:14.664]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build1238918229/b882/_pkg_.a
2025-08-20T21:34:21.2231049Z [00:03:14.664]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1238918229/b632/_pkg_.a
2025-08-20T21:34:21.2232468Z [00:03:14.664]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build1238918229/b886/_pkg_.a
2025-08-20T21:34:21.2233534Z [00:03:14.664]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.2234574Z [00:03:14.664]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:21.2235267Z [00:03:14.664]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.2236241Z [00:03:14.664]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:21.2237125Z [00:03:14.664]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:21.2237743Z [00:03:14.664]➜  EOF
2025-08-20T21:34:21.2242560Z [00:03:14.664]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b878/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn=>github.com/google/go-containerregistry@v0.20.6/pkg/authn;$WORK/b878=>" -p github.com/google/go-containerregistry/pkg/authn -lang=go1.24 -complete -installsuffix shared -buildid 0rbOXR2RKn0n_PA4VrE_/0rbOXR2RKn0n_PA4VrE_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b878/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/anon.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/auth.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/authn.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/basic.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/bearer.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/keychain.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/multikeychain.go
2025-08-20T21:34:21.2248638Z [00:03:14.664]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/chainguard-dev/yam@v0.2.29/pkg/util=>github.com/chainguard-dev/yam@v0.2.29/pkg/util;$WORK/b896=>" -p github.com/chainguard-dev/yam/pkg/util -lang=go1.24 -complete -installsuffix shared -buildid KWZxbfD1L7p_u8e5GcJ8/KWZxbfD1L7p_u8e5GcJ8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b896/importcfg -pack /root/go/pkg/mod/github.com/chainguard-dev/yam@v0.2.29/pkg/util/util.go
2025-08-20T21:34:21.2482357Z [00:03:14.689]➜  go tool buildid -w $WORK/b896/_pkg_.a # internal
2025-08-20T21:34:21.2484276Z [00:03:14.689]➜  cp $WORK/b896/_pkg_.a /root/.cache/go-build/a0/a0dc382865754410c3fc542cab6f46c7172611eba5778745fd46f54fca8a93f8-d # internal
2025-08-20T21:34:21.2485889Z [00:03:14.689]➜  github.com/chainguard-dev/yam/pkg/yam/formatted/path
2025-08-20T21:34:21.2487788Z [00:03:14.689]➜  mkdir -p $WORK/b897/
2025-08-20T21:34:21.2488334Z [00:03:14.689]➜  cat >/tmp/go-build1238918229/b897/importcfg << 'EOF' # internal
2025-08-20T21:34:21.2488778Z [00:03:14.689]➜  # import config
2025-08-20T21:34:21.2489214Z [00:03:14.689]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:21.2489753Z [00:03:14.689]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.2490422Z [00:03:14.689]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:21.2492967Z [00:03:14.689]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:21.2493491Z [00:03:14.689]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.2493813Z [00:03:14.689]➜  EOF
2025-08-20T21:34:21.2496290Z [00:03:14.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b897/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/chainguard-dev/yam@v0.2.29/pkg/yam/formatted/path=>github.com/chainguard-dev/yam@v0.2.29/pkg/yam/formatted/path;$WORK/b897=>" -p github.com/chainguard-dev/yam/pkg/yam/formatted/path -lang=go1.24 -complete -installsuffix shared -buildid ePj-h-1Pyt064XRLjxaK/ePj-h-1Pyt064XRLjxaK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b897/importcfg -pack /root/go/pkg/mod/github.com/chainguard-dev/yam@v0.2.29/pkg/yam/formatted/path/part.go /root/go/pkg/mod/github.com/chainguard-dev/yam@v0.2.29/pkg/yam/formatted/path/path.go
2025-08-20T21:34:21.2836045Z [00:03:14.725]➜  go tool buildid -w $WORK/b878/_pkg_.a # internal
2025-08-20T21:34:21.2846366Z [00:03:14.726]➜  cp $WORK/b878/_pkg_.a /root/.cache/go-build/f7/f70740d1e742a3031f8c30f19700a4991d78b090684a763fe3813506a6db39fa-d # internal
2025-08-20T21:34:21.2868382Z [00:03:14.728]➜  github.com/google/go-containerregistry/pkg/v1/remote/transport
2025-08-20T21:34:21.2869665Z [00:03:14.728]➜  mkdir -p $WORK/b887/
2025-08-20T21:34:21.2885206Z [00:03:14.730]➜  cat >/tmp/go-build1238918229/b887/importcfg << 'EOF' # internal
2025-08-20T21:34:21.2886049Z [00:03:14.730]➜  # import config
2025-08-20T21:34:21.2918281Z [00:03:14.730]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:21.2920205Z [00:03:14.730]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:21.2920741Z [00:03:14.730]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:21.2921197Z [00:03:14.730]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:21.2921631Z [00:03:14.730]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.2922287Z [00:03:14.730]➜  packagefile github.com/docker/distribution/registry/client/auth/challenge=/tmp/go-build1238918229/b888/_pkg_.a
2025-08-20T21:34:21.2923102Z [00:03:14.730]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build1238918229/b874/_pkg_.a
2025-08-20T21:34:21.2923865Z [00:03:14.730]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build1238918229/b875/_pkg_.a
2025-08-20T21:34:21.2924608Z [00:03:14.730]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build1238918229/b878/_pkg_.a
2025-08-20T21:34:21.2925317Z [00:03:14.730]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build1238918229/b648/_pkg_.a
2025-08-20T21:34:21.2926029Z [00:03:14.730]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1238918229/b632/_pkg_.a
2025-08-20T21:34:21.2926567Z [00:03:14.730]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.2926975Z [00:03:14.730]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:21.2927394Z [00:03:14.730]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:21.2928083Z [00:03:14.730]➜  packagefile net/http/httputil=/tmp/go-build1238918229/b308/_pkg_.a
2025-08-20T21:34:21.2928820Z [00:03:14.730]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:21.2929382Z [00:03:14.730]➜  packagefile runtime/debug=/tmp/go-build1238918229/b332/_pkg_.a
2025-08-20T21:34:21.2929882Z [00:03:14.730]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.2930301Z [00:03:14.730]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:21.2930709Z [00:03:14.730]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:21.2931023Z [00:03:14.730]➜  EOF
2025-08-20T21:34:21.2937237Z [00:03:14.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b887/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport;$WORK/b887=>" -p github.com/google/go-containerregistry/pkg/v1/remote/transport -lang=go1.24 -complete -installsuffix shared -buildid 5hmAy5jdj25y1m_XcQyB/5hmAy5jdj25y1m_XcQyB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b887/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/basic.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/bearer.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/error.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/logger.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/ping.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/retry.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/schemer.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/scope.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/transport.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/useragent.go
2025-08-20T21:34:21.2949206Z [00:03:14.730]➜  go tool buildid -w $WORK/b897/_pkg_.a # internal
2025-08-20T21:34:21.2950155Z [00:03:14.731]➜  cp $WORK/b897/_pkg_.a /root/.cache/go-build/3f/3fc65ca242368a4fca045434a9dac5d6186ac89dd36fd2b2b1afce6d69f2e74c-d # internal
2025-08-20T21:34:21.2950802Z [00:03:14.735]➜  github.com/chainguard-dev/yam/pkg/yam/formatted
2025-08-20T21:34:21.2951138Z [00:03:14.735]➜  mkdir -p $WORK/b895/
2025-08-20T21:34:21.2951508Z [00:03:14.735]➜  cat >/tmp/go-build1238918229/b895/importcfg << 'EOF' # internal
2025-08-20T21:34:21.2951858Z [00:03:14.735]➜  # import config
2025-08-20T21:34:21.2952191Z [00:03:14.735]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:21.2952605Z [00:03:14.735]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:21.2953018Z [00:03:14.735]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.2953551Z [00:03:14.735]➜  packagefile github.com/chainguard-dev/yam/pkg/util=/tmp/go-build1238918229/b896/_pkg_.a
2025-08-20T21:34:21.2954251Z [00:03:14.735]➜  packagefile github.com/chainguard-dev/yam/pkg/yam/formatted/path=/tmp/go-build1238918229/b897/_pkg_.a
2025-08-20T21:34:21.2954860Z [00:03:14.735]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:21.2955299Z [00:03:14.735]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.2955696Z [00:03:14.735]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.2956100Z [00:03:14.735]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:21.2956526Z [00:03:14.735]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.2956845Z [00:03:14.735]➜  EOF
2025-08-20T21:34:21.2961636Z [00:03:14.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b895/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/chainguard-dev/yam@v0.2.29/pkg/yam/formatted=>github.com/chainguard-dev/yam@v0.2.29/pkg/yam/formatted;$WORK/b895=>" -p github.com/chainguard-dev/yam/pkg/yam/formatted -lang=go1.24 -complete -installsuffix shared -buildid wHgumQnJrDuGWzS6D0P6/wHgumQnJrDuGWzS6D0P6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b895/importcfg -pack /root/go/pkg/mod/github.com/chainguard-dev/yam@v0.2.29/pkg/yam/formatted/encoder.go
2025-08-20T21:34:21.3771354Z [00:03:14.818]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T21:34:21.3908062Z [00:03:14.832]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/62/628011403ce1cd206c13adb142bd06b4670a1e12e9323fb789900e82f9736526-d # internal
2025-08-20T21:34:21.3971314Z [00:03:14.838]➜  chainguard.dev/melange/pkg/build
2025-08-20T21:34:21.3974615Z [00:03:14.838]➜  mkdir -p $WORK/b640/
2025-08-20T21:34:21.4033410Z [00:03:14.844]➜  cat >/tmp/go-build1238918229/b640/importcfg << 'EOF' # internal
2025-08-20T21:34:21.4034575Z [00:03:14.844]➜  # import config
2025-08-20T21:34:21.4035428Z [00:03:14.844]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:21.4036413Z [00:03:14.844]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:21.4039348Z [00:03:14.844]➜  packagefile chainguard.dev/apko/pkg/apk/apk=/tmp/go-build1238918229/b071/_pkg_.a
2025-08-20T21:34:21.4040349Z [00:03:14.844]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:21.4041771Z [00:03:14.844]➜  packagefile chainguard.dev/apko/pkg/build=/tmp/go-build1238918229/b641/_pkg_.a
2025-08-20T21:34:21.4042538Z [00:03:14.844]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:21.4043247Z [00:03:14.844]➜  packagefile chainguard.dev/apko/pkg/options=/tmp/go-build1238918229/b676/_pkg_.a
2025-08-20T21:34:21.4043999Z [00:03:14.844]➜  packagefile chainguard.dev/apko/pkg/sbom/generator/spdx=/tmp/go-build1238918229/b630/_pkg_.a
2025-08-20T21:34:21.4044727Z [00:03:14.844]➜  packagefile chainguard.dev/apko/pkg/tarfs=/tmp/go-build1238918229/b681/_pkg_.a
2025-08-20T21:34:21.4045395Z [00:03:14.844]➜  packagefile chainguard.dev/melange/pkg/cond=/tmp/go-build1238918229/b686/_pkg_.a
2025-08-20T21:34:21.4046725Z [00:03:14.844]➜  packagefile chainguard.dev/melange/pkg/config=/tmp/go-build1238918229/b688/_pkg_.a
2025-08-20T21:34:21.4049141Z [00:03:14.844]➜  packagefile chainguard.dev/melange/pkg/container=/tmp/go-build1238918229/b700/_pkg_.a
2025-08-20T21:34:21.4049792Z [00:03:14.844]➜  packagefile chainguard.dev/melange/pkg/index=/tmp/go-build1238918229/b811/_pkg_.a
2025-08-20T21:34:21.4050401Z [00:03:14.844]➜  packagefile chainguard.dev/melange/pkg/license=/tmp/go-build1238918229/b713/_pkg_.a
2025-08-20T21:34:21.4051014Z [00:03:14.844]➜  packagefile chainguard.dev/melange/pkg/linter=/tmp/go-build1238918229/b815/_pkg_.a
2025-08-20T21:34:21.4051613Z [00:03:14.844]➜  packagefile chainguard.dev/melange/pkg/sbom=/tmp/go-build1238918229/b689/_pkg_.a
2025-08-20T21:34:21.4052204Z [00:03:14.844]➜  packagefile chainguard.dev/melange/pkg/sca=/tmp/go-build1238918229/b817/_pkg_.a
2025-08-20T21:34:21.4052792Z [00:03:14.844]➜  packagefile chainguard.dev/melange/pkg/sign=/tmp/go-build1238918229/b812/_pkg_.a
2025-08-20T21:34:21.4053394Z [00:03:14.844]➜  packagefile chainguard.dev/melange/pkg/tarball=/tmp/go-build1238918229/b813/_pkg_.a
2025-08-20T21:34:21.4053991Z [00:03:14.844]➜  packagefile chainguard.dev/melange/pkg/util=/tmp/go-build1238918229/b698/_pkg_.a
2025-08-20T21:34:21.4054512Z [00:03:14.844]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:21.4054962Z [00:03:14.844]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:21.4055405Z [00:03:14.844]➜  packagefile embed=/tmp/go-build1238918229/b254/_pkg_.a
2025-08-20T21:34:21.4055848Z [00:03:14.844]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:21.4056312Z [00:03:14.844]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:21.4056981Z [00:03:14.844]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:21.4057650Z [00:03:14.844]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.4058225Z [00:03:14.844]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:21.4058942Z [00:03:14.844]➜  packagefile github.com/in-toto/attestation/go/predicates/provenance/v1=/tmp/go-build1238918229/b824/_pkg_.a
2025-08-20T21:34:21.4059652Z [00:03:14.844]➜  packagefile github.com/in-toto/attestation/go/v1=/tmp/go-build1238918229/b825/_pkg_.a
2025-08-20T21:34:21.4060269Z [00:03:14.844]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build1238918229/b453/_pkg_.a
2025-08-20T21:34:21.4061075Z [00:03:14.844]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build1238918229/b682/_pkg_.a
2025-08-20T21:34:21.4061735Z [00:03:14.844]➜  packagefile github.com/package-url/packageurl-go=/tmp/go-build1238918229/b634/_pkg_.a
2025-08-20T21:34:21.4062327Z [00:03:14.844]➜  packagefile github.com/psanford/memfs=/tmp/go-build1238918229/b814/_pkg_.a
2025-08-20T21:34:21.4062941Z [00:03:14.844]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build1238918229/b826/_pkg_.a
2025-08-20T21:34:21.4063561Z [00:03:14.844]➜  packagefile github.com/yookoala/realpath=/tmp/go-build1238918229/b828/_pkg_.a
2025-08-20T21:34:21.4064116Z [00:03:14.844]➜  packagefile github.com/zealic/xignore=/tmp/go-build1238918229/b829/_pkg_.a
2025-08-20T21:34:21.4064838Z [00:03:14.844]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:21.4065370Z [00:03:14.844]➜  packagefile golang.org/x/exp/maps=/tmp/go-build1238918229/b816/_pkg_.a
2025-08-20T21:34:21.4065894Z [00:03:14.844]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:21.4066512Z [00:03:14.844]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1238918229/b248/_pkg_.a
2025-08-20T21:34:21.4067221Z [00:03:14.844]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1238918229/b430/_pkg_.a
2025-08-20T21:34:21.4068130Z [00:03:14.844]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1238918229/b280/_pkg_.a
2025-08-20T21:34:21.4068923Z [00:03:14.844]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:21.4069365Z [00:03:14.844]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.4069771Z [00:03:14.844]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:21.4070201Z [00:03:14.844]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:21.4070619Z [00:03:14.844]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:21.4071061Z [00:03:14.844]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:21.4071525Z [00:03:14.844]➜  packagefile mvdan.cc/sh/v3/syntax=/tmp/go-build1238918229/b835/_pkg_.a
2025-08-20T21:34:21.4071975Z [00:03:14.844]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.4072396Z [00:03:14.844]➜  packagefile os/signal=/tmp/go-build1238918229/b810/_pkg_.a
2025-08-20T21:34:21.4072818Z [00:03:14.844]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:21.4073265Z [00:03:14.844]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:21.4073711Z [00:03:14.844]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:21.4074227Z [00:03:14.844]➜  packagefile sigs.k8s.io/release-utils/version=/tmp/go-build1238918229/b635/_pkg_.a
2025-08-20T21:34:21.4074936Z [00:03:14.844]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:21.4075365Z [00:03:14.844]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:21.4075789Z [00:03:14.844]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.4076214Z [00:03:14.844]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:21.4076847Z [00:03:14.844]➜  packagefile text/template=/tmp/go-build1238918229/b193/_pkg_.a
2025-08-20T21:34:21.4077403Z [00:03:14.844]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:21.4077841Z [00:03:14.844]➜  EOF
2025-08-20T21:34:21.4078175Z [00:03:14.844]➜  cat >/tmp/go-build1238918229/b640/embedcfg << 'EOF' # internal
2025-08-20T21:34:21.4078495Z [00:03:14.844]➜  {
2025-08-20T21:34:21.4078700Z [00:03:14.844]➜  	"Patterns": {
2025-08-20T21:34:21.4078942Z [00:03:14.844]➜  		"pipelines/*": [
2025-08-20T21:34:21.4079222Z [00:03:14.844]➜  			"pipelines/R/README.md",
2025-08-20T21:34:21.4079518Z [00:03:14.844]➜  			"pipelines/R/build.yaml",
2025-08-20T21:34:21.4079806Z [00:03:14.844]➜  			"pipelines/README.md",
2025-08-20T21:34:21.4080234Z [00:03:14.844]➜  			"pipelines/autoconf/README.md",
2025-08-20T21:34:21.4080642Z [00:03:14.844]➜  			"pipelines/autoconf/configure.yaml",
2025-08-20T21:34:21.4080990Z [00:03:14.844]➜  			"pipelines/autoconf/make-install.yaml",
2025-08-20T21:34:21.4081322Z [00:03:14.844]➜  			"pipelines/autoconf/make.yaml",
2025-08-20T21:34:21.4081641Z [00:03:14.844]➜  			"pipelines/cargo/README.md",
2025-08-20T21:34:21.4081950Z [00:03:14.844]➜  			"pipelines/cargo/build.yaml",
2025-08-20T21:34:21.4082253Z [00:03:14.844]➜  			"pipelines/cmake/README.md",
2025-08-20T21:34:21.4082569Z [00:03:14.844]➜  			"pipelines/cmake/build.yaml",
2025-08-20T21:34:21.4082888Z [00:03:14.844]➜  			"pipelines/cmake/configure.yaml",
2025-08-20T21:34:21.4083234Z [00:03:14.844]➜  			"pipelines/cmake/install.yaml",
2025-08-20T21:34:21.4083694Z [00:03:14.844]➜  			"pipelines/docs.go",
2025-08-20T21:34:21.4083976Z [00:03:14.844]➜  			"pipelines/fetch.yaml",
2025-08-20T21:34:21.4084280Z [00:03:14.844]➜  			"pipelines/git-checkout.yaml",
2025-08-20T21:34:21.4084597Z [00:03:14.844]➜  			"pipelines/go/README.md",
2025-08-20T21:34:21.4084895Z [00:03:14.844]➜  			"pipelines/go/build.yaml",
2025-08-20T21:34:21.4085192Z [00:03:14.844]➜  			"pipelines/go/bump.yaml",
2025-08-20T21:34:21.4085491Z [00:03:14.844]➜  			"pipelines/go/covdata.yaml",
2025-08-20T21:34:21.4085803Z [00:03:14.844]➜  			"pipelines/go/install.yaml",
2025-08-20T21:34:21.4086108Z [00:03:14.844]➜  			"pipelines/llvm/README.md",
2025-08-20T21:34:21.4086423Z [00:03:14.844]➜  			"pipelines/llvm/covreport.yaml",
2025-08-20T21:34:21.4086916Z [00:03:14.844]➜  			"pipelines/maven/README.md",
2025-08-20T21:34:21.4087251Z [00:03:14.844]➜  			"pipelines/maven/configure-mirror.yaml",
2025-08-20T21:34:21.4092533Z [00:03:14.844]➜  			"pipelines/maven/pombump.yaml",
2025-08-20T21:34:21.4092873Z [00:03:14.844]➜  			"pipelines/meson/README.md",
2025-08-20T21:34:21.4093191Z [00:03:14.844]➜  			"pipelines/meson/compile.yaml",
2025-08-20T21:34:21.4093515Z [00:03:14.844]➜  			"pipelines/meson/configure.yaml",
2025-08-20T21:34:21.4093844Z [00:03:14.844]➜  			"pipelines/meson/install.yaml",
2025-08-20T21:34:21.4094150Z [00:03:14.844]➜  			"pipelines/npm/README.md",
2025-08-20T21:34:21.4094453Z [00:03:14.844]➜  			"pipelines/npm/install.yaml",
2025-08-20T21:34:21.4094756Z [00:03:14.844]➜  			"pipelines/patch.yaml",
2025-08-20T21:34:21.4095057Z [00:03:14.844]➜  			"pipelines/pecl/README.md",
2025-08-20T21:34:21.4095367Z [00:03:14.844]➜  			"pipelines/pecl/install.yaml",
2025-08-20T21:34:21.4095682Z [00:03:14.844]➜  			"pipelines/pecl/phpize.yaml",
2025-08-20T21:34:21.4095997Z [00:03:14.844]➜  			"pipelines/perl/README.md",
2025-08-20T21:34:21.4096307Z [00:03:14.844]➜  			"pipelines/perl/cleanup.yaml",
2025-08-20T21:34:21.4096617Z [00:03:14.844]➜  			"pipelines/perl/make.yaml",
2025-08-20T21:34:21.4096921Z [00:03:14.844]➜  			"pipelines/python/README.md",
2025-08-20T21:34:21.4097248Z [00:03:14.844]➜  			"pipelines/python/build-wheel.yaml",
2025-08-20T21:34:21.4097783Z [00:03:14.844]➜  			"pipelines/python/build.yaml",
2025-08-20T21:34:21.4098357Z [00:03:14.844]➜  			"pipelines/python/import.yaml",
2025-08-20T21:34:21.4098747Z [00:03:14.844]➜  			"pipelines/python/install.yaml",
2025-08-20T21:34:21.4099067Z [00:03:14.844]➜  			"pipelines/python/test.yaml",
2025-08-20T21:34:21.4099375Z [00:03:14.844]➜  			"pipelines/ruby/README.md",
2025-08-20T21:34:21.4099779Z [00:03:14.844]➜  			"pipelines/ruby/build.yaml",
2025-08-20T21:34:21.4100149Z [00:03:14.844]➜  			"pipelines/ruby/clean.yaml",
2025-08-20T21:34:21.4100459Z [00:03:14.844]➜  			"pipelines/ruby/install.yaml",
2025-08-20T21:34:21.4100777Z [00:03:14.844]➜  			"pipelines/split/README.md",
2025-08-20T21:34:21.4101077Z [00:03:14.844]➜  			"pipelines/split/bin.yaml",
2025-08-20T21:34:21.4101382Z [00:03:14.844]➜  			"pipelines/split/debug.yaml",
2025-08-20T21:34:21.4102057Z [00:03:14.844]➜  			"pipelines/split/dev.yaml",
2025-08-20T21:34:21.4102543Z [00:03:14.844]➜  			"pipelines/split/infodir.yaml",
2025-08-20T21:34:21.4102911Z [00:03:14.844]➜  			"pipelines/split/locales.yaml",
2025-08-20T21:34:21.4103244Z [00:03:14.844]➜  			"pipelines/split/manpages.yaml",
2025-08-20T21:34:21.4103565Z [00:03:14.844]➜  			"pipelines/split/static.yaml",
2025-08-20T21:34:21.4103864Z [00:03:14.844]➜  			"pipelines/strip.yaml",
2025-08-20T21:34:21.4104161Z [00:03:14.844]➜  			"pipelines/xcover/README.md",
2025-08-20T21:34:21.4106558Z [00:03:14.844]➜  			"pipelines/xcover/ensure.yaml",
2025-08-20T21:34:21.4106960Z [00:03:14.844]➜  			"pipelines/xcover/profile.yaml",
2025-08-20T21:34:21.4107281Z [00:03:14.844]➜  			"pipelines/xcover/status.yaml",
2025-08-20T21:34:21.4107791Z [00:03:14.844]➜  			"pipelines/xcover/stop.yaml",
2025-08-20T21:34:21.4108159Z [00:03:14.844]➜  			"pipelines/xcover/wait.yaml"
2025-08-20T21:34:21.4108421Z [00:03:14.844]➜  		]
2025-08-20T21:34:21.4108875Z [00:03:14.844]➜  	},
2025-08-20T21:34:21.4109092Z [00:03:14.844]➜  	"Files": {
2025-08-20T21:34:21.4109546Z [00:03:14.844]➜  		"pipelines/R/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/R/README.md",
2025-08-20T21:34:21.4110195Z [00:03:14.844]➜  		"pipelines/R/build.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/R/build.yaml",
2025-08-20T21:34:21.4110819Z [00:03:14.844]➜  		"pipelines/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/README.md",
2025-08-20T21:34:21.4111506Z [00:03:14.844]➜  		"pipelines/autoconf/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf/README.md",
2025-08-20T21:34:21.4112344Z [00:03:14.844]➜  		"pipelines/autoconf/configure.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf/configure.yaml",
2025-08-20T21:34:21.4113403Z [00:03:14.844]➜  		"pipelines/autoconf/make-install.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf/make-install.yaml",
2025-08-20T21:34:21.4114213Z [00:03:14.844]➜  		"pipelines/autoconf/make.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf/make.yaml",
2025-08-20T21:34:21.4114933Z [00:03:14.844]➜  		"pipelines/cargo/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cargo/README.md",
2025-08-20T21:34:21.4115635Z [00:03:14.844]➜  		"pipelines/cargo/build.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cargo/build.yaml",
2025-08-20T21:34:21.4116335Z [00:03:14.844]➜  		"pipelines/cmake/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake/README.md",
2025-08-20T21:34:21.4117034Z [00:03:14.844]➜  		"pipelines/cmake/build.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake/build.yaml",
2025-08-20T21:34:21.4117973Z [00:03:14.844]➜  		"pipelines/cmake/configure.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake/configure.yaml",
2025-08-20T21:34:21.4118755Z [00:03:14.844]➜  		"pipelines/cmake/install.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake/install.yaml",
2025-08-20T21:34:21.4119412Z [00:03:14.844]➜  		"pipelines/docs.go": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/docs.go",
2025-08-20T21:34:21.4120007Z [00:03:14.844]➜  		"pipelines/fetch.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/fetch.yaml",
2025-08-20T21:34:21.4120826Z [00:03:14.844]➜  		"pipelines/git-checkout.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/git-checkout.yaml",
2025-08-20T21:34:21.4121590Z [00:03:14.844]➜  		"pipelines/go/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/README.md",
2025-08-20T21:34:21.4122342Z [00:03:14.844]➜  		"pipelines/go/build.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/build.yaml",
2025-08-20T21:34:21.4123079Z [00:03:14.844]➜  		"pipelines/go/bump.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/bump.yaml",
2025-08-20T21:34:21.4123754Z [00:03:14.844]➜  		"pipelines/go/covdata.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/covdata.yaml",
2025-08-20T21:34:21.4124443Z [00:03:14.844]➜  		"pipelines/go/install.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/install.yaml",
2025-08-20T21:34:21.4125128Z [00:03:14.844]➜  		"pipelines/llvm/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/llvm/README.md",
2025-08-20T21:34:21.4126181Z [00:03:14.844]➜  		"pipelines/llvm/covreport.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/llvm/covreport.yaml",
2025-08-20T21:34:21.4129290Z [00:03:14.844]➜  		"pipelines/maven/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/maven/README.md",
2025-08-20T21:34:21.4130176Z [00:03:14.844]➜  		"pipelines/maven/configure-mirror.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/maven/configure-mirror.yaml",
2025-08-20T21:34:21.4131046Z [00:03:14.844]➜  		"pipelines/maven/pombump.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/maven/pombump.yaml",
2025-08-20T21:34:21.4131772Z [00:03:14.844]➜  		"pipelines/meson/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson/README.md",
2025-08-20T21:34:21.4132770Z [00:03:14.844]➜  		"pipelines/meson/compile.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson/compile.yaml",
2025-08-20T21:34:21.4133537Z [00:03:14.844]➜  		"pipelines/meson/configure.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson/configure.yaml",
2025-08-20T21:34:21.4134297Z [00:03:14.844]➜  		"pipelines/meson/install.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson/install.yaml",
2025-08-20T21:34:21.4134991Z [00:03:14.844]➜  		"pipelines/npm/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/npm/README.md",
2025-08-20T21:34:21.4135684Z [00:03:14.844]➜  		"pipelines/npm/install.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/npm/install.yaml",
2025-08-20T21:34:21.4136352Z [00:03:14.844]➜  		"pipelines/patch.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/patch.yaml",
2025-08-20T21:34:21.4137180Z [00:03:14.844]➜  		"pipelines/pecl/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/pecl/README.md",
2025-08-20T21:34:21.4138172Z [00:03:14.844]➜  		"pipelines/pecl/install.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/pecl/install.yaml",
2025-08-20T21:34:21.4138898Z [00:03:14.844]➜  		"pipelines/pecl/phpize.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/pecl/phpize.yaml",
2025-08-20T21:34:21.4139595Z [00:03:14.844]➜  		"pipelines/perl/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/perl/README.md",
2025-08-20T21:34:21.4140301Z [00:03:14.844]➜  		"pipelines/perl/cleanup.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/perl/cleanup.yaml",
2025-08-20T21:34:21.4141005Z [00:03:14.844]➜  		"pipelines/perl/make.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/perl/make.yaml",
2025-08-20T21:34:21.4141703Z [00:03:14.844]➜  		"pipelines/python/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/README.md",
2025-08-20T21:34:21.4142483Z [00:03:14.844]➜  		"pipelines/python/build-wheel.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/build-wheel.yaml",
2025-08-20T21:34:21.4143263Z [00:03:14.844]➜  		"pipelines/python/build.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/build.yaml",
2025-08-20T21:34:21.4144370Z [00:03:14.844]➜  		"pipelines/python/import.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/import.yaml",
2025-08-20T21:34:21.4145397Z [00:03:14.844]➜  		"pipelines/python/install.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/install.yaml",
2025-08-20T21:34:21.4148456Z [00:03:14.844]➜  		"pipelines/python/test.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/test.yaml",
2025-08-20T21:34:21.4149215Z [00:03:14.844]➜  		"pipelines/ruby/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby/README.md",
2025-08-20T21:34:21.4149901Z [00:03:14.844]➜  		"pipelines/ruby/build.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby/build.yaml",
2025-08-20T21:34:21.4150598Z [00:03:14.844]➜  		"pipelines/ruby/clean.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby/clean.yaml",
2025-08-20T21:34:21.4151314Z [00:03:14.844]➜  		"pipelines/ruby/install.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby/install.yaml",
2025-08-20T21:34:21.4152021Z [00:03:14.844]➜  		"pipelines/split/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/README.md",
2025-08-20T21:34:21.4152700Z [00:03:14.844]➜  		"pipelines/split/bin.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/bin.yaml",
2025-08-20T21:34:21.4153395Z [00:03:14.844]➜  		"pipelines/split/debug.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/debug.yaml",
2025-08-20T21:34:21.4154088Z [00:03:14.845]➜  		"pipelines/split/dev.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/dev.yaml",
2025-08-20T21:34:21.4154804Z [00:03:14.845]➜  		"pipelines/split/infodir.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/infodir.yaml",
2025-08-20T21:34:21.4155552Z [00:03:14.845]➜  		"pipelines/split/locales.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/locales.yaml",
2025-08-20T21:34:21.4156480Z [00:03:14.845]➜  		"pipelines/split/manpages.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/manpages.yaml",
2025-08-20T21:34:21.4157232Z [00:03:14.845]➜  		"pipelines/split/static.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/static.yaml",
2025-08-20T21:34:21.4158173Z [00:03:14.845]➜  		"pipelines/strip.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/strip.yaml",
2025-08-20T21:34:21.4158850Z [00:03:14.845]➜  		"pipelines/xcover/README.md": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/README.md",
2025-08-20T21:34:21.4159579Z [00:03:14.845]➜  		"pipelines/xcover/ensure.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/ensure.yaml",
2025-08-20T21:34:21.4160333Z [00:03:14.845]➜  		"pipelines/xcover/profile.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/profile.yaml",
2025-08-20T21:34:21.4161280Z [00:03:14.845]➜  		"pipelines/xcover/status.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/status.yaml",
2025-08-20T21:34:21.4162011Z [00:03:14.845]➜  		"pipelines/xcover/stop.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/stop.yaml",
2025-08-20T21:34:21.4162722Z [00:03:14.845]➜  		"pipelines/xcover/wait.yaml": "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/wait.yaml"
2025-08-20T21:34:21.4163154Z [00:03:14.845]➜  	}
2025-08-20T21:34:21.4163343Z [00:03:14.845]➜  }EOF
2025-08-20T21:34:21.4165884Z [00:03:14.845]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b640/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build=>chainguard.dev/melange/pkg/build;$WORK/b640=>" -p chainguard.dev/melange/pkg/build -lang=go1.24 -complete -installsuffix shared -buildid X1VDiFQvzie4fZqfjeSU/X1VDiFQvzie4fZqfjeSU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -embedcfg $WORK/b640/embedcfg -pack ./pkg/build/build.go ./pkg/build/compile.go ./pkg/build/options.go ./pkg/build/package.go ./pkg/build/pipeline.go ./pkg/build/runner.go ./pkg/build/sbom_group.go ./pkg/build/sca_interface.go ./pkg/build/slsa.go ./pkg/build/test.go ./pkg/build/test_options.go
2025-08-20T21:34:21.4168673Z [00:03:14.852]➜  go tool buildid -w $WORK/b895/_pkg_.a # internal
2025-08-20T21:34:21.4169221Z [00:03:14.854]➜  go tool buildid -w $WORK/b887/_pkg_.a # internal
2025-08-20T21:34:21.4169944Z [00:03:14.856]➜  cp $WORK/b887/_pkg_.a /root/.cache/go-build/42/426d28d858f89139094ce95345bc088837727841a4e280b36ee32fa90fdf15b3-d # internal
2025-08-20T21:34:21.4174242Z [00:03:14.858]➜  cp $WORK/b895/_pkg_.a /root/.cache/go-build/92/927d65d5f402be4ba2eb060b26da67851c8aecb9a7e3d68d2e10f419d5959afd-d # internal
2025-08-20T21:34:21.4183068Z [00:03:14.859]➜  github.com/google/go-containerregistry/pkg/v1/remote
2025-08-20T21:34:21.4183509Z [00:03:14.859]➜  mkdir -p $WORK/b873/
2025-08-20T21:34:21.4183797Z [00:03:14.859]➜  github.com/dprotaso/go-yit
2025-08-20T21:34:21.4184079Z [00:03:14.859]➜  mkdir -p $WORK/b898/
2025-08-20T21:34:21.4244314Z [00:03:14.865]➜  cat >/tmp/go-build1238918229/b873/importcfg << 'EOF' # internal
2025-08-20T21:34:21.4262783Z [00:03:14.865]➜  # import config
2025-08-20T21:34:21.4263166Z [00:03:14.865]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:21.4263614Z [00:03:14.865]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:21.4264069Z [00:03:14.865]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:21.4264511Z [00:03:14.865]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:21.4264931Z [00:03:14.865]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.4265532Z [00:03:14.865]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build1238918229/b874/_pkg_.a
2025-08-20T21:34:21.4266630Z [00:03:14.865]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build1238918229/b875/_pkg_.a
2025-08-20T21:34:21.4267393Z [00:03:14.865]➜  packagefile github.com/google/go-containerregistry/internal/verify=/tmp/go-build1238918229/b877/_pkg_.a
2025-08-20T21:34:21.4268450Z [00:03:14.865]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build1238918229/b878/_pkg_.a
2025-08-20T21:34:21.4269169Z [00:03:14.865]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build1238918229/b648/_pkg_.a
2025-08-20T21:34:21.4269878Z [00:03:14.865]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1238918229/b632/_pkg_.a
2025-08-20T21:34:21.4270581Z [00:03:14.865]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:21.4271295Z [00:03:14.865]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build1238918229/b655/_pkg_.a
2025-08-20T21:34:21.4272034Z [00:03:14.865]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build1238918229/b652/_pkg_.a
2025-08-20T21:34:21.4272786Z [00:03:14.865]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build1238918229/b656/_pkg_.a
2025-08-20T21:34:21.4273582Z [00:03:14.865]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote/transport=/tmp/go-build1238918229/b887/_pkg_.a
2025-08-20T21:34:21.4274367Z [00:03:14.865]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build1238918229/b666/_pkg_.a
2025-08-20T21:34:21.4275101Z [00:03:14.866]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:21.4275744Z [00:03:14.866]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1238918229/b490/_pkg_.a
2025-08-20T21:34:21.4276217Z [00:03:14.866]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.4276619Z [00:03:14.866]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:21.4277042Z [00:03:14.866]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:21.4279525Z [00:03:14.866]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:21.4280029Z [00:03:14.866]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:21.4280448Z [00:03:14.866]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.4280865Z [00:03:14.866]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:21.4281487Z [00:03:14.866]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:21.4281991Z [00:03:14.866]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:21.4282405Z [00:03:14.866]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:21.4282802Z [00:03:14.866]➜  EOF
2025-08-20T21:34:21.4283220Z [00:03:14.866]➜  cat >/tmp/go-build1238918229/b898/importcfg << 'EOF' # internal
2025-08-20T21:34:21.4283566Z [00:03:14.866]➜  # import config
2025-08-20T21:34:21.4283941Z [00:03:14.866]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:21.4284396Z [00:03:14.866]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.4284716Z [00:03:14.866]➜  EOF
2025-08-20T21:34:21.4287585Z [00:03:14.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b898/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dprotaso/go-yit@v0.0.0-20250513224043-18a80f8f6df4=>github.com/dprotaso/go-yit@v0.0.0-20250513224043-18a80f8f6df4;$WORK/b898=>" -p github.com/dprotaso/go-yit -lang=go1.23 -complete -installsuffix shared -buildid IBRXnn7vMKn5q8bjZrFA/IBRXnn7vMKn5q8bjZrFA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b898/importcfg -pack /root/go/pkg/mod/github.com/dprotaso/go-yit@v0.0.0-20250513224043-18a80f8f6df4/aggregates.go /root/go/pkg/mod/github.com/dprotaso/go-yit@v0.0.0-20250513224043-18a80f8f6df4/iterator.go /root/go/pkg/mod/github.com/dprotaso/go-yit@v0.0.0-20250513224043-18a80f8f6df4/predicates.go
2025-08-20T21:34:21.4297972Z [00:03:14.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b873/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote;$WORK/b873=>" -p github.com/google/go-containerregistry/pkg/v1/remote -lang=go1.24 -complete -installsuffix shared -buildid fVJHJusxLCa-pwsIOUxX/fVJHJusxLCa-pwsIOUxX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b873/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/catalog.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/check.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/delete.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/descriptor.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/fetcher.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/index.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/layer.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/list.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/mount.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/multi_write.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/options.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/progress.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/puller.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/pusher.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/referrers.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/schema1.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/write.go
2025-08-20T21:34:21.5014204Z [00:03:14.943]➜  go tool buildid -w $WORK/b898/_pkg_.a # internal
2025-08-20T21:34:21.5027228Z [00:03:14.944]➜  cp $WORK/b898/_pkg_.a /root/.cache/go-build/4c/4c8b029a00b3144cc7ffd8b1c995b72af7b38bd74768804750d9d7279d050f8c-d # internal
2025-08-20T21:34:21.5028037Z [00:03:14.944]➜  chainguard.dev/melange/pkg/renovate
2025-08-20T21:34:21.5033013Z [00:03:14.944]➜  mkdir -p $WORK/b894/
2025-08-20T21:34:21.5033493Z [00:03:14.944]➜  cat >/tmp/go-build1238918229/b894/importcfg << 'EOF' # internal
2025-08-20T21:34:21.5033840Z [00:03:14.944]➜  # import config
2025-08-20T21:34:21.5034412Z [00:03:14.944]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:21.5035108Z [00:03:14.944]➜  packagefile chainguard.dev/melange/pkg/config=/tmp/go-build1238918229/b688/_pkg_.a
2025-08-20T21:34:21.5035635Z [00:03:14.944]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:21.5036051Z [00:03:14.944]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.5036618Z [00:03:14.944]➜  packagefile github.com/chainguard-dev/yam/pkg/yam/formatted=/tmp/go-build1238918229/b895/_pkg_.a
2025-08-20T21:34:21.5037261Z [00:03:14.944]➜  packagefile github.com/dprotaso/go-yit=/tmp/go-build1238918229/b898/_pkg_.a
2025-08-20T21:34:21.5037985Z [00:03:14.944]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:21.5038432Z [00:03:14.944]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.5038845Z [00:03:14.944]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:21.5039283Z [00:03:14.944]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:21.5039594Z [00:03:14.944]➜  EOF
2025-08-20T21:34:21.5041306Z [00:03:14.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b894/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate=>chainguard.dev/melange/pkg/renovate;$WORK/b894=>" -p chainguard.dev/melange/pkg/renovate -lang=go1.24 -complete -installsuffix shared -buildid QiWiP98uQW2JNChXoy-J/QiWiP98uQW2JNChXoy-J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b894/importcfg -pack ./pkg/renovate/renovate.go ./pkg/renovate/yit.go
2025-08-20T21:34:21.5476113Z [00:03:14.989]➜  go tool buildid -w $WORK/b894/_pkg_.a # internal
2025-08-20T21:34:21.5490149Z [00:03:14.990]➜  cp $WORK/b894/_pkg_.a /root/.cache/go-build/b3/b3badd5fd4cd0f0183408af2b6c1be483ddafa97e6078e8a6bca6b5da885904e-d # internal
2025-08-20T21:34:21.5490877Z [00:03:14.990]➜  chainguard.dev/melange/pkg/renovate/bump
2025-08-20T21:34:21.5491198Z [00:03:14.990]➜  mkdir -p $WORK/b899/
2025-08-20T21:34:21.5524888Z [00:03:14.993]➜  cat >/tmp/go-build1238918229/b899/importcfg << 'EOF' # internal
2025-08-20T21:34:21.5525409Z [00:03:14.993]➜  # import config
2025-08-20T21:34:21.5525862Z [00:03:14.993]➜  packagefile chainguard.dev/melange/pkg/config=/tmp/go-build1238918229/b688/_pkg_.a
2025-08-20T21:34:21.5526507Z [00:03:14.993]➜  packagefile chainguard.dev/melange/pkg/renovate=/tmp/go-build1238918229/b894/_pkg_.a
2025-08-20T21:34:21.5527126Z [00:03:14.993]➜  packagefile chainguard.dev/melange/pkg/util=/tmp/go-build1238918229/b698/_pkg_.a
2025-08-20T21:34:21.5527797Z [00:03:14.993]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:21.5528268Z [00:03:14.993]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:21.5528734Z [00:03:14.993]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:21.5529198Z [00:03:14.993]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:21.5529942Z [00:03:14.993]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.5530513Z [00:03:14.993]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:21.5531089Z [00:03:14.993]➜  packagefile github.com/dprotaso/go-yit=/tmp/go-build1238918229/b898/_pkg_.a
2025-08-20T21:34:21.5531656Z [00:03:14.993]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:21.5532095Z [00:03:14.993]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.5532519Z [00:03:14.993]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:21.5532951Z [00:03:14.993]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:21.5533516Z [00:03:14.993]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.5533920Z [00:03:14.993]➜  EOF
2025-08-20T21:34:21.5535656Z [00:03:14.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b899/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump=>chainguard.dev/melange/pkg/renovate/bump;$WORK/b899=>" -p chainguard.dev/melange/pkg/renovate/bump -lang=go1.24 -complete -installsuffix shared -buildid ZiMd5WLxtKU1lDvoYrZY/ZiMd5WLxtKU1lDvoYrZY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b899/importcfg -pack ./pkg/renovate/bump/bump.go
2025-08-20T21:34:21.6787638Z [00:03:15.120]➜  go tool buildid -w $WORK/b899/_pkg_.a # internal
2025-08-20T21:34:21.6816707Z [00:03:15.122]➜  cp $WORK/b899/_pkg_.a /root/.cache/go-build/95/95ae59c21c38dc8c9c75e412b5e9aa56406b00ac718680a65100902fa7fc1513-d # internal
2025-08-20T21:34:21.6818092Z [00:03:15.123]➜  chainguard.dev/melange/pkg/renovate/cache
2025-08-20T21:34:21.6818629Z [00:03:15.123]➜  mkdir -p $WORK/b900/
2025-08-20T21:34:21.6822021Z [00:03:15.123]➜  cat >/tmp/go-build1238918229/b900/importcfg << 'EOF' # internal
2025-08-20T21:34:21.6823043Z [00:03:15.123]➜  # import config
2025-08-20T21:34:21.6823935Z [00:03:15.123]➜  packagefile chainguard.dev/melange/pkg/renovate=/tmp/go-build1238918229/b894/_pkg_.a
2025-08-20T21:34:21.6826827Z [00:03:15.123]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:21.6827519Z [00:03:15.123]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:21.6828371Z [00:03:15.123]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:21.6828942Z [00:03:15.123]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:21.6829478Z [00:03:15.123]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.6830066Z [00:03:15.123]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:21.6830721Z [00:03:15.123]➜  packagefile github.com/dprotaso/go-yit=/tmp/go-build1238918229/b898/_pkg_.a
2025-08-20T21:34:21.6831360Z [00:03:15.123]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:21.6831890Z [00:03:15.123]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:21.6832380Z [00:03:15.123]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.6832878Z [00:03:15.123]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:21.6833372Z [00:03:15.123]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.6833947Z [00:03:15.123]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:21.6834450Z [00:03:15.124]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.6834857Z [00:03:15.124]➜  EOF
2025-08-20T21:34:21.6836767Z [00:03:15.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b900/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/cache=>chainguard.dev/melange/pkg/renovate/cache;$WORK/b900=>" -p chainguard.dev/melange/pkg/renovate/cache -lang=go1.24 -complete -installsuffix shared -buildid OjUmu9rPDNfmUC3njsNE/OjUmu9rPDNfmUC3njsNE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b900/importcfg -pack ./pkg/renovate/cache/cache.go
2025-08-20T21:34:21.8175618Z [00:03:15.259]➜  go tool buildid -w $WORK/b900/_pkg_.a # internal
2025-08-20T21:34:21.8189093Z [00:03:15.260]➜  cp $WORK/b900/_pkg_.a /root/.cache/go-build/cc/ccfd4595271f6fb35227392e52c53a90fa75d86484a9ad81879119824abf6f6d-d # internal
2025-08-20T21:34:21.8191317Z [00:03:15.260]➜  chainguard.dev/melange/pkg/renovate/copyright
2025-08-20T21:34:21.8191993Z [00:03:15.260]➜  mkdir -p $WORK/b901/
2025-08-20T21:34:21.8195515Z [00:03:15.261]➜  cat >/tmp/go-build1238918229/b901/importcfg << 'EOF' # internal
2025-08-20T21:34:21.8196345Z [00:03:15.261]➜  # import config
2025-08-20T21:34:21.8197333Z [00:03:15.261]➜  packagefile chainguard.dev/melange/pkg/license=/tmp/go-build1238918229/b713/_pkg_.a
2025-08-20T21:34:21.8198947Z [00:03:15.261]➜  packagefile chainguard.dev/melange/pkg/renovate=/tmp/go-build1238918229/b894/_pkg_.a
2025-08-20T21:34:21.8200037Z [00:03:15.261]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:21.8201001Z [00:03:15.261]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.8201981Z [00:03:15.261]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:21.8203018Z [00:03:15.261]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:21.8203869Z [00:03:15.261]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:21.8204625Z [00:03:15.261]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:21.8205876Z [00:03:15.261]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.8206490Z [00:03:15.261]➜  EOF
2025-08-20T21:34:21.8208803Z [00:03:15.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b901/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/copyright=>chainguard.dev/melange/pkg/renovate/copyright;$WORK/b901=>" -p chainguard.dev/melange/pkg/renovate/copyright -lang=go1.24 -complete -installsuffix shared -buildid I5MmwNoGdPbOuxyVRXBm/I5MmwNoGdPbOuxyVRXBm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b901/importcfg -pack ./pkg/renovate/copyright/copyright.go
2025-08-20T21:34:21.8633519Z [00:03:15.305]➜  go tool buildid -w $WORK/b873/_pkg_.a # internal
2025-08-20T21:34:21.8694642Z [00:03:15.311]➜  cp $WORK/b873/_pkg_.a /root/.cache/go-build/6c/6c791e137fd90b50654328ed094598cad289317e83f98b2afd380ce3e5cf8a24-d # internal
2025-08-20T21:34:21.8696273Z [00:03:15.311]➜  github.com/chainguard-dev/clog/gcp
2025-08-20T21:34:21.8697435Z [00:03:15.311]➜  mkdir -p $WORK/b903/
2025-08-20T21:34:21.8698295Z [00:03:15.311]➜  cat >/tmp/go-build1238918229/b903/importcfg << 'EOF' # internal
2025-08-20T21:34:21.8699166Z [00:03:15.311]➜  # import config
2025-08-20T21:34:21.8700022Z [00:03:15.311]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:21.8700710Z [00:03:15.311]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.8701590Z [00:03:15.311]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.8702340Z [00:03:15.311]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:21.8703048Z [00:03:15.311]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:21.8703597Z [00:03:15.311]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:21.8704451Z [00:03:15.311]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.8705144Z [00:03:15.311]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:21.8705776Z [00:03:15.311]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.8707087Z [00:03:15.311]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:21.8707620Z [00:03:15.311]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:21.8707979Z [00:03:15.311]➜  EOF
2025-08-20T21:34:21.8710383Z [00:03:15.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b903/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/chainguard-dev/clog@v1.7.0/gcp=>github.com/chainguard-dev/clog@v1.7.0/gcp;$WORK/b903=>" -p github.com/chainguard-dev/clog/gcp -lang=go1.22 -complete -installsuffix shared -buildid fBpgn8RQJJRuRkmIeZsP/fBpgn8RQJJRuRkmIeZsP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b903/importcfg -pack /root/go/pkg/mod/github.com/chainguard-dev/clog@v1.7.0/gcp/setup.go /root/go/pkg/mod/github.com/chainguard-dev/clog@v1.7.0/gcp/trace.go
2025-08-20T21:34:21.9110626Z [00:03:15.352]➜  go tool buildid -w $WORK/b901/_pkg_.a # internal
2025-08-20T21:34:21.9141944Z [00:03:15.355]➜  cp $WORK/b901/_pkg_.a /root/.cache/go-build/2f/2f7eb639583d147c58580dd382f0c390668c0a3f8986bfce85e839cdc55b3d1b-d # internal
2025-08-20T21:34:21.9144929Z [00:03:15.356]➜  github.com/chainguard-dev/clog/slag
2025-08-20T21:34:21.9146020Z [00:03:15.356]➜  mkdir -p $WORK/b904/
2025-08-20T21:34:21.9153711Z [00:03:15.357]➜  cat >/tmp/go-build1238918229/b904/importcfg << 'EOF' # internal
2025-08-20T21:34:21.9154374Z [00:03:15.357]➜  # import config
2025-08-20T21:34:21.9155505Z [00:03:15.357]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:21.9155851Z [00:03:15.357]➜  EOF
2025-08-20T21:34:21.9169018Z [00:03:15.358]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b904/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/chainguard-dev/clog@v1.7.0/slag=>github.com/chainguard-dev/clog@v1.7.0/slag;$WORK/b904=>" -p github.com/chainguard-dev/clog/slag -lang=go1.22 -complete -installsuffix shared -buildid uC2WvDUDuBF2leNTsNlu/uC2WvDUDuBF2leNTsNlu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b904/importcfg -pack /root/go/pkg/mod/github.com/chainguard-dev/clog@v1.7.0/slag/flag.go
2025-08-20T21:34:21.9216282Z [00:03:15.363]➜  go tool buildid -w $WORK/b903/_pkg_.a # internal
2025-08-20T21:34:21.9217853Z [00:03:15.363]➜  cp $WORK/b903/_pkg_.a /root/.cache/go-build/98/9846243ba8214394d5de36556ffbbe0feca47dcb98aab7114bb07e3189da0bd2-d # internal
2025-08-20T21:34:21.9218758Z [00:03:15.363]➜  go.opentelemetry.io/otel/sdk/instrumentation
2025-08-20T21:34:21.9219855Z [00:03:15.363]➜  mkdir -p $WORK/b907/
2025-08-20T21:34:21.9221107Z [00:03:15.363]➜  cat >/tmp/go-build1238918229/b907/importcfg << 'EOF' # internal
2025-08-20T21:34:21.9221466Z [00:03:15.363]➜  # import config
2025-08-20T21:34:21.9222249Z [00:03:15.363]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:21.9222658Z [00:03:15.363]➜  EOF
2025-08-20T21:34:21.9225264Z [00:03:15.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b907/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/instrumentation=>go.opentelemetry.io/otel/sdk@v1.37.0/instrumentation;$WORK/b907=>" -p go.opentelemetry.io/otel/sdk/instrumentation -lang=go1.23 -complete -installsuffix shared -buildid 4vv_MtS_qD2TPZ4loJao/4vv_MtS_qD2TPZ4loJao -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b907/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/instrumentation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/instrumentation/library.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/instrumentation/scope.go
2025-08-20T21:34:21.9317205Z [00:03:15.373]➜  go tool buildid -w $WORK/b904/_pkg_.a # internal
2025-08-20T21:34:21.9321786Z [00:03:15.373]➜  cp $WORK/b904/_pkg_.a /root/.cache/go-build/88/880d804c4ced7538eb98dd3706769572b91c1537f598a8d1e78a5310858a23e1-d # internal
2025-08-20T21:34:21.9323662Z [00:03:15.373]➜  go.opentelemetry.io/otel/sdk/internal/env
2025-08-20T21:34:21.9324018Z [00:03:15.373]➜  mkdir -p $WORK/b908/
2025-08-20T21:34:21.9324396Z [00:03:15.373]➜  cat >/tmp/go-build1238918229/b908/importcfg << 'EOF' # internal
2025-08-20T21:34:21.9324740Z [00:03:15.374]➜  # import config
2025-08-20T21:34:21.9325249Z [00:03:15.374]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build1238918229/b341/_pkg_.a
2025-08-20T21:34:21.9325774Z [00:03:15.374]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.9326197Z [00:03:15.374]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:21.9326802Z [00:03:15.374]➜  EOF
2025-08-20T21:34:21.9328981Z [00:03:15.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b908/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/internal/env=>go.opentelemetry.io/otel/sdk@v1.37.0/internal/env;$WORK/b908=>" -p go.opentelemetry.io/otel/sdk/internal/env -lang=go1.23 -complete -installsuffix shared -buildid f6iygQYuU6IUOLprvoco/f6iygQYuU6IUOLprvoco -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b908/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/internal/env/env.go
2025-08-20T21:34:21.9556053Z [00:03:15.396]➜  go tool buildid -w $WORK/b908/_pkg_.a # internal
2025-08-20T21:34:21.9559864Z [00:03:15.397]➜  cp $WORK/b908/_pkg_.a /root/.cache/go-build/ea/ea87b924be30361c0ef0d974ca88f454a95a384982a5e83b497f2a6433b98297-d # internal
2025-08-20T21:34:21.9561536Z [00:03:15.397]➜  github.com/google/uuid
2025-08-20T21:34:21.9562725Z [00:03:15.397]➜  mkdir -p $WORK/b910/
2025-08-20T21:34:21.9563144Z [00:03:15.397]➜  cat >/tmp/go-build1238918229/b910/importcfg << 'EOF' # internal
2025-08-20T21:34:21.9563493Z [00:03:15.397]➜  # import config
2025-08-20T21:34:21.9563830Z [00:03:15.397]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:21.9564277Z [00:03:15.397]➜  packagefile crypto/md5=/tmp/go-build1238918229/b166/_pkg_.a
2025-08-20T21:34:21.9564734Z [00:03:15.397]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:21.9565493Z [00:03:15.397]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:21.9565987Z [00:03:15.397]➜  packagefile database/sql/driver=/tmp/go-build1238918229/b792/_pkg_.a
2025-08-20T21:34:21.9566490Z [00:03:15.397]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:21.9566965Z [00:03:15.397]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:21.9567429Z [00:03:15.397]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:21.9568051Z [00:03:15.397]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:21.9568470Z [00:03:15.397]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:21.9569089Z [00:03:15.397]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:21.9569497Z [00:03:15.397]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:21.9569901Z [00:03:15.398]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:21.9570309Z [00:03:15.398]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.9570723Z [00:03:15.398]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.9571144Z [00:03:15.398]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:21.9571555Z [00:03:15.398]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:21.9571860Z [00:03:15.398]➜  EOF
2025-08-20T21:34:21.9576434Z [00:03:15.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b910/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b910=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid 5pVJqB4xCx3vnfwAFcbM/5pVJqB4xCx3vnfwAFcbM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b910/importcfg -pack /root/go/pkg/mod/github.com/google/uuid@v1.6.0/dce.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/doc.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/hash.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/marshal.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/node_net.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/null.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/sql.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/time.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/util.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/uuid.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version1.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version4.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version6.go /root/go/pkg/mod/github.com/google/uuid@v1.6.0/version7.go
2025-08-20T21:34:21.9600727Z [00:03:15.401]➜  go tool buildid -w $WORK/b907/_pkg_.a # internal
2025-08-20T21:34:21.9613797Z [00:03:15.402]➜  cp $WORK/b907/_pkg_.a /root/.cache/go-build/66/66e66cad3802058a11d68999cc807224f294955c7e72b0e21be1fd2a22a8a440-d # internal
2025-08-20T21:34:21.9614398Z [00:03:15.402]➜  go.opentelemetry.io/otel/sdk/internal/x
2025-08-20T21:34:21.9614727Z [00:03:15.402]➜  mkdir -p $WORK/b912/
2025-08-20T21:34:21.9615096Z [00:03:15.402]➜  cat >/tmp/go-build1238918229/b912/importcfg << 'EOF' # internal
2025-08-20T21:34:21.9615724Z [00:03:15.402]➜  # import config
2025-08-20T21:34:21.9616115Z [00:03:15.402]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:21.9616541Z [00:03:15.402]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:21.9616855Z [00:03:15.402]➜  EOF
2025-08-20T21:34:21.9618870Z [00:03:15.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b912/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/internal/x=>go.opentelemetry.io/otel/sdk@v1.37.0/internal/x;$WORK/b912=>" -p go.opentelemetry.io/otel/sdk/internal/x -lang=go1.23 -complete -installsuffix shared -buildid pW_r8sdGzUUYCoh7iX4_/pW_r8sdGzUUYCoh7iX4_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b912/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/internal/x/x.go
2025-08-20T21:34:22.0065047Z [00:03:15.448]➜  go tool buildid -w $WORK/b912/_pkg_.a # internal
2025-08-20T21:34:22.0083314Z [00:03:15.449]➜  cp $WORK/b912/_pkg_.a /root/.cache/go-build/5a/5a660d1496cad889d14435cf9bc19eca3fc4eae38de7f70f1333b63707776c4d-d # internal
2025-08-20T21:34:22.0525612Z [00:03:15.494]➜  go tool buildid -w $WORK/b910/_pkg_.a # internal
2025-08-20T21:34:22.0578678Z [00:03:15.499]➜  cp $WORK/b910/_pkg_.a /root/.cache/go-build/f2/f28890bb37e05e8d6ccedc6323146757e354a6f91adeb3e87155b1d2942886b6-d # internal
2025-08-20T21:34:22.0587947Z [00:03:15.500]➜  go.opentelemetry.io/otel/sdk/resource
2025-08-20T21:34:22.0592955Z [00:03:15.501]➜  mkdir -p $WORK/b909/
2025-08-20T21:34:22.0600410Z [00:03:15.501]➜  cat >/tmp/go-build1238918229/b909/importcfg << 'EOF' # internal
2025-08-20T21:34:22.0601161Z [00:03:15.501]➜  # import config
2025-08-20T21:34:22.0601518Z [00:03:15.501]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:22.0601962Z [00:03:15.501]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:22.0602385Z [00:03:15.501]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:22.0602810Z [00:03:15.501]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:22.0603279Z [00:03:15.501]➜  packagefile github.com/google/uuid=/tmp/go-build1238918229/b910/_pkg_.a
2025-08-20T21:34:22.0603853Z [00:03:15.501]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:22.0604440Z [00:03:15.501]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:22.0605026Z [00:03:15.501]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build1238918229/b911/_pkg_.a
2025-08-20T21:34:22.0605645Z [00:03:15.501]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build1238918229/b912/_pkg_.a
2025-08-20T21:34:22.0606298Z [00:03:15.501]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build1238918229/b338/_pkg_.a
2025-08-20T21:34:22.0606883Z [00:03:15.501]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:22.0607339Z [00:03:15.501]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:22.0608084Z [00:03:15.501]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:22.0608495Z [00:03:15.501]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:22.0608904Z [00:03:15.501]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:22.0609551Z [00:03:15.501]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:22.0610080Z [00:03:15.501]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:22.0610518Z [00:03:15.501]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:22.0616421Z [00:03:15.501]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:22.0616869Z [00:03:15.501]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:22.0617199Z [00:03:15.501]➜  EOF
2025-08-20T21:34:22.0623044Z [00:03:15.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b909/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource=>go.opentelemetry.io/otel/sdk@v1.37.0/resource;$WORK/b909=>" -p go.opentelemetry.io/otel/sdk/resource -lang=go1.23 -complete -installsuffix shared -buildid 6ZdRZShvK06cdIXbbmCN/6ZdRZShvK06cdIXbbmCN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b909/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/builtin.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/container.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/host_id.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/host_id_linux.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/host_id_readfile.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/os.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/os_release_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/os_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/process.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/resource/resource.go
2025-08-20T21:34:22.0817253Z [00:03:15.523]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T21:34:22.0891548Z [00:03:15.530]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/dd/dde5504d662fb8368a36dc577158b8b2bc41c47a2fc58042f45c2ca8416e53d0-d # internal
2025-08-20T21:34:22.0896638Z [00:03:15.530]➜  chainguard.dev/melange/pkg/source
2025-08-20T21:34:22.0896983Z [00:03:15.530]➜  mkdir -p $WORK/b902/
2025-08-20T21:34:22.0897379Z [00:03:15.530]➜  cat >/tmp/go-build1238918229/b902/importcfg << 'EOF' # internal
2025-08-20T21:34:22.0897893Z [00:03:15.530]➜  # import config
2025-08-20T21:34:22.0898256Z [00:03:15.530]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:22.0898707Z [00:03:15.530]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:22.0899216Z [00:03:15.530]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:22.0899818Z [00:03:15.530]➜  packagefile chainguard.dev/melange/pkg/build=/tmp/go-build1238918229/b640/_pkg_.a
2025-08-20T21:34:22.0900426Z [00:03:15.530]➜  packagefile chainguard.dev/melange/pkg/config=/tmp/go-build1238918229/b688/_pkg_.a
2025-08-20T21:34:22.0900961Z [00:03:15.530]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:22.0901414Z [00:03:15.530]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:22.0901833Z [00:03:15.530]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:22.0902337Z [00:03:15.530]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:22.0902821Z [00:03:15.530]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:22.0903220Z [00:03:15.530]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:22.0903632Z [00:03:15.530]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:22.0904078Z [00:03:15.530]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:22.0904780Z [00:03:15.530]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:22.0905193Z [00:03:15.530]➜  EOF
2025-08-20T21:34:22.0906817Z [00:03:15.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b902/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source=>chainguard.dev/melange/pkg/source;$WORK/b902=>" -p chainguard.dev/melange/pkg/source -lang=go1.24 -complete -installsuffix shared -buildid P42YWAuFMGdi8ZgBbAUT/P42YWAuFMGdi8ZgBbAUT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b902/importcfg -pack ./pkg/source/source.go
2025-08-20T21:34:22.1579945Z [00:03:15.599]➜  go tool buildid -w $WORK/b902/_pkg_.a # internal
2025-08-20T21:34:22.1601130Z [00:03:15.601]➜  cp $WORK/b902/_pkg_.a /root/.cache/go-build/cd/cd5d78fb7a24c1e0deb80f4ec6edf5bbeccda828f4092e6280f95b5034c2a0e3-d # internal
2025-08-20T21:34:22.1715916Z [00:03:15.613]➜  go tool buildid -w $WORK/b909/_pkg_.a # internal
2025-08-20T21:34:22.1761548Z [00:03:15.617]➜  cp $WORK/b909/_pkg_.a /root/.cache/go-build/c3/c3e76acd72a73984c0626e7356db22d1dbb62a3994f67ff63f83719b66f5b3dc-d # internal
2025-08-20T21:34:22.1772492Z [00:03:15.618]➜  go.opentelemetry.io/otel/sdk/trace
2025-08-20T21:34:22.1773672Z [00:03:15.618]➜  mkdir -p $WORK/b906/
2025-08-20T21:34:22.1774808Z [00:03:15.618]➜  cat >/tmp/go-build1238918229/b906/importcfg << 'EOF' # internal
2025-08-20T21:34:22.1776341Z [00:03:15.618]➜  # import config
2025-08-20T21:34:22.1777343Z [00:03:15.618]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:22.1781200Z [00:03:15.618]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:22.1782264Z [00:03:15.618]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:22.1783047Z [00:03:15.618]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:22.1783733Z [00:03:15.618]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:22.1785030Z [00:03:15.618]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:22.1786077Z [00:03:15.618]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1238918229/b346/_pkg_.a
2025-08-20T21:34:22.1787248Z [00:03:15.618]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build1238918229/b341/_pkg_.a
2025-08-20T21:34:22.1792970Z [00:03:15.618]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build1238918229/b907/_pkg_.a
2025-08-20T21:34:22.1794284Z [00:03:15.618]➜  packagefile go.opentelemetry.io/otel/sdk/internal/env=/tmp/go-build1238918229/b908/_pkg_.a
2025-08-20T21:34:22.1795332Z [00:03:15.618]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1238918229/b909/_pkg_.a
2025-08-20T21:34:22.1796515Z [00:03:15.618]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build1238918229/b338/_pkg_.a
2025-08-20T21:34:22.1797793Z [00:03:15.618]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1238918229/b348/_pkg_.a
2025-08-20T21:34:22.1798744Z [00:03:15.618]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build1238918229/b349/_pkg_.a
2025-08-20T21:34:22.1799861Z [00:03:15.618]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build1238918229/b351/_pkg_.a
2025-08-20T21:34:22.1800925Z [00:03:15.618]➜  packagefile math/rand/v2=/tmp/go-build1238918229/b125/_pkg_.a
2025-08-20T21:34:22.1801593Z [00:03:15.618]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:22.1802491Z [00:03:15.618]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:22.1803431Z [00:03:15.618]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:22.1807345Z [00:03:15.618]➜  packagefile runtime/trace=/tmp/go-build1238918229/b673/_pkg_.a
2025-08-20T21:34:22.1808426Z [00:03:15.618]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:22.1809380Z [00:03:15.618]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:22.1810367Z [00:03:15.618]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:22.1811451Z [00:03:15.618]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:22.1812119Z [00:03:15.618]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:22.1813047Z [00:03:15.618]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:22.1813866Z [00:03:15.618]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:22.1814686Z [00:03:15.618]➜  EOF
2025-08-20T21:34:22.1821306Z [00:03:15.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b906/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace=>go.opentelemetry.io/otel/sdk@v1.37.0/trace;$WORK/b906=>" -p go.opentelemetry.io/otel/sdk/trace -lang=go1.23 -complete -installsuffix shared -buildid ftD0mF8ZTal2_uetSLNa/ftD0mF8ZTal2_uetSLNa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b906/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/batch_span_processor.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/event.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/evictedqueue.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/id_generator.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/link.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/sampler_env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/sampling.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/simple_span_processor.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/snapshot.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/span_exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/span_limits.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/span_processor.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/tracer.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/version.go
2025-08-20T21:34:22.2071830Z [00:03:15.648]➜  go tool buildid -w $WORK/b864/_pkg_.a # internal
2025-08-20T21:34:22.2201348Z [00:03:15.661]➜  cp $WORK/b864/_pkg_.a /root/.cache/go-build/57/57a4d424e1eb2aa2779862409c8fb436bdb1dc8e6466aeea4c01a8f0f2193c66-d # internal
2025-08-20T21:34:22.2202033Z [00:03:15.661]➜  github.com/docker/docker/api/types/swarm/runtime
2025-08-20T21:34:22.2202371Z [00:03:15.661]➜  mkdir -p $WORK/b863/
2025-08-20T21:34:22.2205375Z [00:03:15.662]➜  cat >/tmp/go-build1238918229/b863/importcfg << 'EOF' # internal
2025-08-20T21:34:22.2205769Z [00:03:15.662]➜  # import config
2025-08-20T21:34:22.2206103Z [00:03:15.662]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:22.2206617Z [00:03:15.662]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build1238918229/b864/_pkg_.a
2025-08-20T21:34:22.2207115Z [00:03:15.662]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:22.2207688Z [00:03:15.662]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:22.2208217Z [00:03:15.662]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:22.2208552Z [00:03:15.662]➜  EOF
2025-08-20T21:34:22.2211609Z [00:03:15.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b863/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/runtime=>github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/runtime;$WORK/b863=>" -p github.com/docker/docker/api/types/swarm/runtime -lang=go1.16 -complete -installsuffix shared -buildid Nhxs1Vtemhdqgt6t0aQa/Nhxs1Vtemhdqgt6t0aQa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b863/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/runtime/gen.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/runtime/plugin.pb.go
2025-08-20T21:34:22.2601861Z [00:03:15.701]➜  go tool buildid -w $WORK/b863/_pkg_.a # internal
2025-08-20T21:34:22.2618907Z [00:03:15.703]➜  cp $WORK/b863/_pkg_.a /root/.cache/go-build/01/01d8affb063838c07ba94ea1211664c1d4a45818e4978a39d060d38ed7e7a92b-d # internal
2025-08-20T21:34:22.2622437Z [00:03:15.704]➜  github.com/docker/docker/api/types/swarm
2025-08-20T21:34:22.2622806Z [00:03:15.704]➜  mkdir -p $WORK/b862/
2025-08-20T21:34:22.2623219Z [00:03:15.704]➜  cat >/tmp/go-build1238918229/b862/importcfg << 'EOF' # internal
2025-08-20T21:34:22.2623564Z [00:03:15.704]➜  # import config
2025-08-20T21:34:22.2624343Z [00:03:15.704]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1238918229/b841/_pkg_.a
2025-08-20T21:34:22.2625116Z [00:03:15.704]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1238918229/b844/_pkg_.a
2025-08-20T21:34:22.2630544Z [00:03:15.704]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build1238918229/b846/_pkg_.a
2025-08-20T21:34:22.2631253Z [00:03:15.704]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build1238918229/b847/_pkg_.a
2025-08-20T21:34:22.2631956Z [00:03:15.704]➜  packagefile github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build1238918229/b863/_pkg_.a
2025-08-20T21:34:22.2632514Z [00:03:15.704]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:22.2632931Z [00:03:15.704]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:22.2633722Z [00:03:15.704]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:22.2634025Z [00:03:15.704]➜  EOF
2025-08-20T21:34:22.2640244Z [00:03:15.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b862/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm=>github.com/docker/docker@v28.3.3+incompatible/api/types/swarm;$WORK/b862=>" -p github.com/docker/docker/api/types/swarm -lang=go1.16 -complete -installsuffix shared -buildid ZcFxxBGZl5compeWui2m/ZcFxxBGZl5compeWui2m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b862/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/common.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/config.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/container.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/network.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/node.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/runtime.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/secret.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/service.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/service_create_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/service_update_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/swarm.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/task.go
2025-08-20T21:34:22.2908405Z [00:03:15.732]➜  go tool buildid -w $WORK/b862/_pkg_.a # internal
2025-08-20T21:34:22.2919533Z [00:03:15.733]➜  cp $WORK/b862/_pkg_.a /root/.cache/go-build/34/342b222652d9a9247d7cd90b0cad753d8969d692c79b9cb156f7653799034dc5-d # internal
2025-08-20T21:34:22.2923356Z [00:03:15.734]➜  github.com/docker/docker/api/types/volume
2025-08-20T21:34:22.2928918Z [00:03:15.734]➜  mkdir -p $WORK/b865/
2025-08-20T21:34:22.2929366Z [00:03:15.734]➜  cat >/tmp/go-build1238918229/b865/importcfg << 'EOF' # internal
2025-08-20T21:34:22.2931706Z [00:03:15.734]➜  # import config
2025-08-20T21:34:22.2933746Z [00:03:15.734]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1238918229/b844/_pkg_.a
2025-08-20T21:34:22.2934699Z [00:03:15.734]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build1238918229/b862/_pkg_.a
2025-08-20T21:34:22.2935195Z [00:03:15.734]➜  EOF
2025-08-20T21:34:22.2942906Z [00:03:15.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b865/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume=>github.com/docker/docker@v28.3.3+incompatible/api/types/volume;$WORK/b865=>" -p github.com/docker/docker/api/types/volume -lang=go1.16 -complete -installsuffix shared -buildid G5NhsspkSEOaK_BEskv9/G5NhsspkSEOaK_BEskv9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b865/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/cluster_volume.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/create_options.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/list_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/options.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/volume.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/volume_update.go
2025-08-20T21:34:22.3110372Z [00:03:15.752]➜  go tool buildid -w $WORK/b865/_pkg_.a # internal
2025-08-20T21:34:22.3116295Z [00:03:15.753]➜  cp $WORK/b865/_pkg_.a /root/.cache/go-build/69/6936195cbbbf202560396b9baf63d51288f2c9ca989d020db442c69d16750082-d # internal
2025-08-20T21:34:22.3126480Z [00:03:15.754]➜  github.com/docker/docker/api/types/system
2025-08-20T21:34:22.3131137Z [00:03:15.754]➜  mkdir -p $WORK/b868/
2025-08-20T21:34:22.3136663Z [00:03:15.754]➜  cat >/tmp/go-build1238918229/b868/importcfg << 'EOF' # internal
2025-08-20T21:34:22.3137057Z [00:03:15.755]➜  # import config
2025-08-20T21:34:22.3138237Z [00:03:15.755]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:22.3138712Z [00:03:15.755]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:22.3139288Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build1238918229/b860/_pkg_.a
2025-08-20T21:34:22.3139976Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1238918229/b841/_pkg_.a
2025-08-20T21:34:22.3141023Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build1238918229/b840/_pkg_.a
2025-08-20T21:34:22.3141701Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build1238918229/b861/_pkg_.a
2025-08-20T21:34:22.3142378Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build1238918229/b862/_pkg_.a
2025-08-20T21:34:22.3143046Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build1238918229/b865/_pkg_.a
2025-08-20T21:34:22.3143582Z [00:03:15.755]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:22.3143901Z [00:03:15.755]➜  EOF
2025-08-20T21:34:22.3147126Z [00:03:15.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b868/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/system=>github.com/docker/docker@v28.3.3+incompatible/api/types/system;$WORK/b868=>" -p github.com/docker/docker/api/types/system -lang=go1.16 -complete -installsuffix shared -buildid whjOh-J43KavEh9-T9GN/whjOh-J43KavEh9-T9GN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b868/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/system/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/system/info.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/system/runtime.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/system/security_opts.go
2025-08-20T21:34:22.3150195Z [00:03:15.755]➜  github.com/docker/docker/api/types
2025-08-20T21:34:22.3150495Z [00:03:15.755]➜  mkdir -p $WORK/b859/
2025-08-20T21:34:22.3151055Z [00:03:15.755]➜  cat >/tmp/go-build1238918229/b859/importcfg << 'EOF' # internal
2025-08-20T21:34:22.3151492Z [00:03:15.755]➜  # import config
2025-08-20T21:34:22.3151830Z [00:03:15.755]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:22.3152262Z [00:03:15.755]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:22.3152712Z [00:03:15.755]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:22.3153149Z [00:03:15.755]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:22.3153689Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build1238918229/b860/_pkg_.a
2025-08-20T21:34:22.3154494Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/common=/tmp/go-build1238918229/b843/_pkg_.a
2025-08-20T21:34:22.3155251Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1238918229/b841/_pkg_.a
2025-08-20T21:34:22.3155927Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build1238918229/b840/_pkg_.a
2025-08-20T21:34:22.3156588Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build1238918229/b849/_pkg_.a
2025-08-20T21:34:22.3157253Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build1238918229/b862/_pkg_.a
2025-08-20T21:34:22.3158408Z [00:03:15.755]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build1238918229/b865/_pkg_.a
2025-08-20T21:34:22.3159175Z [00:03:15.755]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:22.3159589Z [00:03:15.755]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:22.3159894Z [00:03:15.755]➜  EOF
2025-08-20T21:34:22.3165293Z [00:03:15.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b859/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types=>github.com/docker/docker@v28.3.3+incompatible/api/types;$WORK/b859=>" -p github.com/docker/docker/api/types -lang=go1.16 -complete -installsuffix shared -buildid PsbBJH7pd1vK7Z6IFZyD/PsbBJH7pd1vK7Z6IFZyD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b859/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/client.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/error_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/error_response_ext.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/plugin.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/plugin_device.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/plugin_env.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/plugin_interface_type.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/plugin_mount.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/plugin_responses.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/types.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/types_deprecated.go
2025-08-20T21:34:22.3331434Z [00:03:15.774]➜  go tool buildid -w $WORK/b868/_pkg_.a # internal
2025-08-20T21:34:22.3333850Z [00:03:15.775]➜  cp $WORK/b868/_pkg_.a /root/.cache/go-build/2b/2bd51c597db6e1fe28fa51f1dcd8a8c738d0591ce5a9edb377a732fe0f336c54-d # internal
2025-08-20T21:34:22.3412916Z [00:03:15.783]➜  go tool buildid -w $WORK/b859/_pkg_.a # internal
2025-08-20T21:34:22.3420319Z [00:03:15.783]➜  cp $WORK/b859/_pkg_.a /root/.cache/go-build/26/26e3cdb3bac0829c4667e21cd31d76999a79f60f641c12ed31f0cdb10044ebf7-d # internal
2025-08-20T21:34:22.3435618Z [00:03:15.785]➜  go tool buildid -w $WORK/b906/_pkg_.a # internal
2025-08-20T21:34:22.3459888Z [00:03:15.787]➜  github.com/docker/docker/client
2025-08-20T21:34:22.3460522Z [00:03:15.787]➜  mkdir -p $WORK/b854/
2025-08-20T21:34:22.3461194Z [00:03:15.787]➜  cat >/tmp/go-build1238918229/b854/importcfg << 'EOF' # internal
2025-08-20T21:34:22.3461916Z [00:03:15.787]➜  # import config
2025-08-20T21:34:22.3463272Z [00:03:15.787]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:22.3463711Z [00:03:15.787]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:22.3464155Z [00:03:15.787]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:22.3464596Z [00:03:15.787]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:22.3465081Z [00:03:15.787]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:22.3465557Z [00:03:15.787]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:22.3466199Z [00:03:15.787]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:22.3466674Z [00:03:15.787]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:22.3467177Z [00:03:15.787]➜  packagefile github.com/containerd/errdefs=/tmp/go-build1238918229/b808/_pkg_.a
2025-08-20T21:34:22.3468073Z [00:03:15.787]➜  packagefile github.com/containerd/errdefs/pkg/errhttp=/tmp/go-build1238918229/b855/_pkg_.a
2025-08-20T21:34:22.3468719Z [00:03:15.787]➜  packagefile github.com/distribution/reference=/tmp/go-build1238918229/b857/_pkg_.a
2025-08-20T21:34:22.3469316Z [00:03:15.787]➜  packagefile github.com/docker/docker/api=/tmp/go-build1238918229/b858/_pkg_.a
2025-08-20T21:34:22.3469910Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build1238918229/b859/_pkg_.a
2025-08-20T21:34:22.3470792Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build1238918229/b860/_pkg_.a
2025-08-20T21:34:22.3471483Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/checkpoint=/tmp/go-build1238918229/b866/_pkg_.a
2025-08-20T21:34:22.3472183Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1238918229/b841/_pkg_.a
2025-08-20T21:34:22.3472864Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/events=/tmp/go-build1238918229/b867/_pkg_.a
2025-08-20T21:34:22.3473533Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1238918229/b844/_pkg_.a
2025-08-20T21:34:22.3474197Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build1238918229/b840/_pkg_.a
2025-08-20T21:34:22.3475044Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build1238918229/b847/_pkg_.a
2025-08-20T21:34:22.3475723Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build1238918229/b861/_pkg_.a
2025-08-20T21:34:22.3476389Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build1238918229/b862/_pkg_.a
2025-08-20T21:34:22.3477050Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/system=/tmp/go-build1238918229/b868/_pkg_.a
2025-08-20T21:34:22.3477875Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/time=/tmp/go-build1238918229/b869/_pkg_.a
2025-08-20T21:34:22.3478578Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build1238918229/b845/_pkg_.a
2025-08-20T21:34:22.3479253Z [00:03:15.787]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build1238918229/b865/_pkg_.a
2025-08-20T21:34:22.3479934Z [00:03:15.787]➜  packagefile github.com/docker/docker/internal/lazyregexp=/tmp/go-build1238918229/b870/_pkg_.a
2025-08-20T21:34:22.3480603Z [00:03:15.787]➜  packagefile github.com/docker/go-connections/sockets=/tmp/go-build1238918229/b871/_pkg_.a
2025-08-20T21:34:22.3481265Z [00:03:15.787]➜  packagefile github.com/docker/go-connections/tlsconfig=/tmp/go-build1238918229/b872/_pkg_.a
2025-08-20T21:34:22.3482043Z [00:03:15.787]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1238918229/b633/_pkg_.a
2025-08-20T21:34:22.3482784Z [00:03:15.787]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1238918229/b650/_pkg_.a
2025-08-20T21:34:22.3483487Z [00:03:15.787]➜  packagefile github.com/pkg/errors=/tmp/go-build1238918229/b470/_pkg_.a
2025-08-20T21:34:22.3484231Z [00:03:15.787]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build1238918229/b441/_pkg_.a
2025-08-20T21:34:22.3484928Z [00:03:15.787]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1238918229/b348/_pkg_.a
2025-08-20T21:34:22.3485414Z [00:03:15.787]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:22.3485808Z [00:03:15.787]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:22.3486235Z [00:03:15.787]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:22.3486666Z [00:03:15.787]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:22.3487081Z [00:03:15.787]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:22.3490299Z [00:03:15.787]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:22.3490872Z [00:03:15.787]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:22.3491339Z [00:03:15.787]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:22.3491763Z [00:03:15.787]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:22.3492189Z [00:03:15.787]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:22.3492612Z [00:03:15.787]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:22.3493027Z [00:03:15.787]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:22.3493771Z [00:03:15.787]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:22.3494202Z [00:03:15.787]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:22.3494519Z [00:03:15.787]➜  EOF
2025-08-20T21:34:22.3536405Z [00:03:15.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b854/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client=>github.com/docker/docker@v28.3.3+incompatible/client;$WORK/b854=>" -p github.com/docker/docker/client -lang=go1.16 -complete -installsuffix shared -buildid Deckn9KkWZwcX3qdq9LB/Deckn9KkWZwcX3qdq9LB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b854/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/build_cancel.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/build_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/checkpoint.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/checkpoint_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/checkpoint_delete.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/checkpoint_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/client.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/client_deprecated.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/client_interfaces.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/client_unix.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/config_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/config_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/config_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/config_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/config_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_attach.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_commit.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_copy.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_diff.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_exec.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_export.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_kill.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_logs.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_pause.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_rename.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_resize.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_restart.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_start.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_stats.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_stop.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_top.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_unpause.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_wait.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/distribution_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/envvars.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/errors.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/events.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/hijack.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_build.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_history.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_history_opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_import.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_inspect_opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_load.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_load_opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_pull.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_push.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_save.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_save_opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_search.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_tag.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/info.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/login.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_connect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_disconnect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/node_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/node_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/node_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/node_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/options.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/ping.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_disable.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_enable.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_install.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_push.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_set.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_upgrade.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/request.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/secret_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/secret_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/secret_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/secret_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/secret_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/service_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/service_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/service_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/service_logs.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/service_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/service_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_get_unlock_key.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_init.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_join.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_leave.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_unlock.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/task_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/task_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/task_logs.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/utils.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/version.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/volume_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/volume_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/volume_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/volume_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/volume_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/volume_update.go
2025-08-20T21:34:22.3573716Z [00:03:15.795]➜  cp $WORK/b906/_pkg_.a /root/.cache/go-build/62/62db3e7f99ae167d9b8c01fdbfcd24dfc7610b7b07d5e09edccc4295804031d1-d # internal
2025-08-20T21:34:22.3574348Z [00:03:15.795]➜  go.opentelemetry.io/otel/sdk/trace/tracetest
2025-08-20T21:34:22.3574682Z [00:03:15.795]➜  mkdir -p $WORK/b913/
2025-08-20T21:34:22.3575047Z [00:03:15.795]➜  cat >/tmp/go-build1238918229/b913/importcfg << 'EOF' # internal
2025-08-20T21:34:22.3575389Z [00:03:15.795]➜  # import config
2025-08-20T21:34:22.3575732Z [00:03:15.795]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:22.3576265Z [00:03:15.795]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:22.3576925Z [00:03:15.795]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build1238918229/b907/_pkg_.a
2025-08-20T21:34:22.3577681Z [00:03:15.795]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1238918229/b909/_pkg_.a
2025-08-20T21:34:22.3578358Z [00:03:15.795]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build1238918229/b906/_pkg_.a
2025-08-20T21:34:22.3578947Z [00:03:15.795]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1238918229/b348/_pkg_.a
2025-08-20T21:34:22.3579780Z [00:03:15.795]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:22.3580185Z [00:03:15.795]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:22.3580493Z [00:03:15.795]➜  EOF
2025-08-20T21:34:22.3583106Z [00:03:15.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b913/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/tracetest=>go.opentelemetry.io/otel/sdk@v1.37.0/trace/tracetest;$WORK/b913=>" -p go.opentelemetry.io/otel/sdk/trace/tracetest -lang=go1.23 -complete -installsuffix shared -buildid rRAKiqsWkvXB3Mlh7LyD/rRAKiqsWkvXB3Mlh7LyD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b913/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/tracetest/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/tracetest/recorder.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.37.0/trace/tracetest/span.go
2025-08-20T21:34:22.3851992Z [00:03:15.826]➜  go tool buildid -w $WORK/b913/_pkg_.a # internal
2025-08-20T21:34:22.3862453Z [00:03:15.828]➜  cp $WORK/b913/_pkg_.a /root/.cache/go-build/0f/0f584f87890f0e868497358fb8fc3789687981a08d64fcf5c66299dfa6caefac-d # internal
2025-08-20T21:34:22.3865290Z [00:03:15.828]➜  go.opentelemetry.io/otel/exporters/stdout/stdouttrace
2025-08-20T21:34:22.3866045Z [00:03:15.828]➜  mkdir -p $WORK/b905/
2025-08-20T21:34:22.3866639Z [00:03:15.828]➜  cat >/tmp/go-build1238918229/b905/importcfg << 'EOF' # internal
2025-08-20T21:34:22.3866997Z [00:03:15.828]➜  # import config
2025-08-20T21:34:22.3867823Z [00:03:15.828]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:22.3868510Z [00:03:15.828]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:22.3869264Z [00:03:15.828]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build1238918229/b906/_pkg_.a
2025-08-20T21:34:22.3870113Z [00:03:15.828]➜  packagefile go.opentelemetry.io/otel/sdk/trace/tracetest=/tmp/go-build1238918229/b913/_pkg_.a
2025-08-20T21:34:22.3870850Z [00:03:15.828]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:22.3871408Z [00:03:15.828]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:22.3872221Z [00:03:15.828]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:22.3872746Z [00:03:15.828]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:22.3873060Z [00:03:15.828]➜  EOF
2025-08-20T21:34:22.3876090Z [00:03:15.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b905/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.37.0=>go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.37.0;$WORK/b905=>" -p go.opentelemetry.io/otel/exporters/stdout/stdouttrace -lang=go1.23 -complete -installsuffix shared -buildid hieQkKVD0s0dcp5tzlWj/hieQkKVD0s0dcp5tzlWj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b905/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.37.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.37.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.37.0/trace.go
2025-08-20T21:34:22.4133712Z [00:03:15.855]➜  go tool buildid -w $WORK/b905/_pkg_.a # internal
2025-08-20T21:34:22.4141390Z [00:03:15.856]➜  cp $WORK/b905/_pkg_.a /root/.cache/go-build/13/13dd26c4df92ae4930d2ac0d1c570759f69392080e27594119d574a18a284609-d # internal
2025-08-20T21:34:22.6550512Z [00:03:16.096]➜  go tool buildid -w $WORK/b854/_pkg_.a # internal
2025-08-20T21:34:22.6635533Z [00:03:16.105]➜  cp $WORK/b854/_pkg_.a /root/.cache/go-build/fc/fceb8b421625ab3363adc311bdd5a5104d1af12119de2c6f5fe6b49f702d872d-d # internal
2025-08-20T21:34:22.6637389Z [00:03:16.105]➜  github.com/google/go-containerregistry/pkg/v1/daemon
2025-08-20T21:34:22.6637967Z [00:03:16.105]➜  mkdir -p $WORK/b839/
2025-08-20T21:34:22.6641355Z [00:03:16.105]➜  cat >/tmp/go-build1238918229/b839/importcfg << 'EOF' # internal
2025-08-20T21:34:22.6642076Z [00:03:16.105]➜  # import config
2025-08-20T21:34:22.6642461Z [00:03:16.105]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:22.6642890Z [00:03:16.105]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:22.6643322Z [00:03:16.105]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:22.6643878Z [00:03:16.105]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build1238918229/b840/_pkg_.a
2025-08-20T21:34:22.6644511Z [00:03:16.105]➜  packagefile github.com/docker/docker/client=/tmp/go-build1238918229/b854/_pkg_.a
2025-08-20T21:34:22.6645166Z [00:03:16.105]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1238918229/b632/_pkg_.a
2025-08-20T21:34:22.6646061Z [00:03:16.105]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:22.6646788Z [00:03:16.105]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build1238918229/b667/_pkg_.a
2025-08-20T21:34:22.6647833Z [00:03:16.105]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:22.6648608Z [00:03:16.105]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build1238918229/b853/_pkg_.a
2025-08-20T21:34:22.6649140Z [00:03:16.105]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:22.6649543Z [00:03:16.105]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:22.6649958Z [00:03:16.105]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:22.6650264Z [00:03:16.105]➜  EOF
2025-08-20T21:34:22.6653540Z [00:03:16.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b839/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/daemon=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/daemon;$WORK/b839=>" -p github.com/google/go-containerregistry/pkg/v1/daemon -lang=go1.24 -complete -installsuffix shared -buildid n8XgyBd8tzfVgKoT4V7E/n8XgyBd8tzfVgKoT4V7E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b839/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/daemon/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/daemon/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/daemon/options.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/daemon/write.go
2025-08-20T21:34:22.7096207Z [00:03:16.151]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T21:34:22.7107347Z [00:03:16.152]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/62/62a7cc88809f07a1bda37e92dd59607928543ccfb890fbcec5940541da6c84a1-d # internal
2025-08-20T21:34:22.7108243Z [00:03:16.152]➜  chainguard.dev/apko/pkg/build/oci
2025-08-20T21:34:22.7108555Z [00:03:16.152]➜  mkdir -p $WORK/b838/
2025-08-20T21:34:22.7112268Z [00:03:16.153]➜  cat >/tmp/go-build1238918229/b838/importcfg << 'EOF' # internal
2025-08-20T21:34:22.7112889Z [00:03:16.153]➜  # import config
2025-08-20T21:34:22.7113255Z [00:03:16.153]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:22.7113822Z [00:03:16.153]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:22.7114429Z [00:03:16.153]➜  packagefile chainguard.dev/apko/pkg/options=/tmp/go-build1238918229/b676/_pkg_.a
2025-08-20T21:34:22.7114938Z [00:03:16.153]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:22.7115370Z [00:03:16.153]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:22.7115784Z [00:03:16.153]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:22.7116278Z [00:03:16.153]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:22.7116938Z [00:03:16.153]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1238918229/b632/_pkg_.a
2025-08-20T21:34:22.7117790Z [00:03:16.153]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:22.7118802Z [00:03:16.153]➜  packagefile github.com/google/go-containerregistry/pkg/v1/daemon=/tmp/go-build1238918229/b839/_pkg_.a
2025-08-20T21:34:22.7119548Z [00:03:16.153]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build1238918229/b655/_pkg_.a
2025-08-20T21:34:22.7120287Z [00:03:16.153]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build1238918229/b652/_pkg_.a
2025-08-20T21:34:22.7121034Z [00:03:16.153]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote=/tmp/go-build1238918229/b873/_pkg_.a
2025-08-20T21:34:22.7121784Z [00:03:16.153]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build1238918229/b667/_pkg_.a
2025-08-20T21:34:22.7122697Z [00:03:16.153]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:22.7123326Z [00:03:16.153]➜  packagefile github.com/google/shlex=/tmp/go-build1238918229/b889/_pkg_.a
2025-08-20T21:34:22.7123867Z [00:03:16.153]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:22.7124419Z [00:03:16.153]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1238918229/b490/_pkg_.a
2025-08-20T21:34:22.7124889Z [00:03:16.153]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:22.7125293Z [00:03:16.153]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:22.7125702Z [00:03:16.153]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:22.7126107Z [00:03:16.153]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:22.7126524Z [00:03:16.153]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:22.7126943Z [00:03:16.153]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:22.7127250Z [00:03:16.153]➜  EOF
2025-08-20T21:34:22.7130465Z [00:03:16.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b838/_pkg_.a -trimpath "/root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/oci=>chainguard.dev/apko@v0.30.5/pkg/build/oci;$WORK/b838=>" -p chainguard.dev/apko/pkg/build/oci -lang=go1.24 -complete -installsuffix shared -buildid Fbm7PiobWQquYksr8gIY/Fbm7PiobWQquYksr8gIY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b838/importcfg -pack /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/oci/consts.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/oci/image.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/oci/index.go /root/go/pkg/mod/chainguard.dev/apko@v0.30.5/pkg/build/oci/publish.go
2025-08-20T21:34:22.8125897Z [00:03:16.254]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T21:34:22.8155180Z [00:03:16.257]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/c0/c056e67b5612bc29817a9a0bd0448d6ad288572e4b24f826cb63bd68d3a15248-d # internal
2025-08-20T21:34:22.8155837Z [00:03:16.257]➜  chainguard.dev/melange/pkg/container/docker
2025-08-20T21:34:22.8156186Z [00:03:16.257]➜  mkdir -p $WORK/b837/
2025-08-20T21:34:22.8158465Z [00:03:16.257]➜  cat >/tmp/go-build1238918229/b837/importcfg << 'EOF' # internal
2025-08-20T21:34:22.8158829Z [00:03:16.257]➜  # import config
2025-08-20T21:34:22.8159185Z [00:03:16.257]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:22.8159607Z [00:03:16.257]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:22.8160119Z [00:03:16.257]➜  packagefile chainguard.dev/apko/pkg/build=/tmp/go-build1238918229/b641/_pkg_.a
2025-08-20T21:34:22.8160722Z [00:03:16.257]➜  packagefile chainguard.dev/apko/pkg/build/oci=/tmp/go-build1238918229/b838/_pkg_.a
2025-08-20T21:34:22.8161338Z [00:03:16.257]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:22.8162347Z [00:03:16.257]➜  packagefile chainguard.dev/melange/internal/contextreader=/tmp/go-build1238918229/b890/_pkg_.a
2025-08-20T21:34:22.8163037Z [00:03:16.257]➜  packagefile chainguard.dev/melange/internal/logwriter=/tmp/go-build1238918229/b712/_pkg_.a
2025-08-20T21:34:22.8163854Z [00:03:16.257]➜  packagefile chainguard.dev/melange/pkg/container=/tmp/go-build1238918229/b700/_pkg_.a
2025-08-20T21:34:22.8164391Z [00:03:16.257]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:22.8164811Z [00:03:16.257]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:22.8165309Z [00:03:16.257]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:22.8165907Z [00:03:16.257]➜  packagefile github.com/docker/cli/cli/streams=/tmp/go-build1238918229/b891/_pkg_.a
2025-08-20T21:34:22.8166561Z [00:03:16.257]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1238918229/b841/_pkg_.a
2025-08-20T21:34:22.8167240Z [00:03:16.257]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build1238918229/b840/_pkg_.a
2025-08-20T21:34:22.8168350Z [00:03:16.257]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build1238918229/b846/_pkg_.a
2025-08-20T21:34:22.8168980Z [00:03:16.257]➜  packagefile github.com/docker/docker/client=/tmp/go-build1238918229/b854/_pkg_.a
2025-08-20T21:34:22.8169622Z [00:03:16.257]➜  packagefile github.com/docker/docker/pkg/stdcopy=/tmp/go-build1238918229/b893/_pkg_.a
2025-08-20T21:34:22.8170295Z [00:03:16.257]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:22.8171016Z [00:03:16.257]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build1238918229/b655/_pkg_.a
2025-08-20T21:34:22.8171744Z [00:03:16.257]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1238918229/b650/_pkg_.a
2025-08-20T21:34:22.8172372Z [00:03:16.257]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:22.8172920Z [00:03:16.257]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1238918229/b490/_pkg_.a
2025-08-20T21:34:22.8173398Z [00:03:16.257]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:22.8173793Z [00:03:16.257]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:22.8174095Z [00:03:16.257]➜  EOF
2025-08-20T21:34:22.8176112Z [00:03:16.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b837/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/docker=>chainguard.dev/melange/pkg/container/docker;$WORK/b837=>" -p chainguard.dev/melange/pkg/container/docker -lang=go1.24 -complete -installsuffix shared -buildid HW_hMwYBrgEp-FfVjY1q/HW_hMwYBrgEp-FfVjY1q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b837/importcfg -pack ./pkg/container/docker/docker_runner.go
2025-08-20T21:34:22.9199125Z [00:03:16.361]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T21:34:22.9230030Z [00:03:16.364]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/f6/f62e10591fda4aa38d7cfbe51b75bfe292b5f229625cec7bbb7293835a821653-d # internal
2025-08-20T21:34:22.9232483Z [00:03:16.365]➜  chainguard.dev/melange/pkg/cli
2025-08-20T21:34:22.9232841Z [00:03:16.365]➜  mkdir -p $WORK/b002/
2025-08-20T21:34:22.9237150Z [00:03:16.365]➜  cat >/tmp/go-build1238918229/b002/importcfg << 'EOF' # internal
2025-08-20T21:34:22.9239240Z [00:03:16.365]➜  # import config
2025-08-20T21:34:22.9239635Z [00:03:16.365]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:22.9240130Z [00:03:16.365]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:22.9240561Z [00:03:16.365]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:22.9241078Z [00:03:16.365]➜  packagefile chainguard.dev/apko/pkg/apk/apk=/tmp/go-build1238918229/b071/_pkg_.a
2025-08-20T21:34:22.9241880Z [00:03:16.365]➜  packagefile chainguard.dev/apko/pkg/apk/expandapk=/tmp/go-build1238918229/b452/_pkg_.a
2025-08-20T21:34:22.9242844Z [00:03:16.365]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:22.9243455Z [00:03:16.365]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:22.9244326Z [00:03:16.365]➜  packagefile chainguard.dev/apko/pkg/sbom/generator/spdx=/tmp/go-build1238918229/b630/_pkg_.a
2025-08-20T21:34:22.9244977Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/build=/tmp/go-build1238918229/b640/_pkg_.a
2025-08-20T21:34:22.9245578Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/config=/tmp/go-build1238918229/b688/_pkg_.a
2025-08-20T21:34:22.9246205Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/container=/tmp/go-build1238918229/b700/_pkg_.a
2025-08-20T21:34:22.9246862Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/container/docker=/tmp/go-build1238918229/b837/_pkg_.a
2025-08-20T21:34:22.9247693Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/index=/tmp/go-build1238918229/b811/_pkg_.a
2025-08-20T21:34:22.9248372Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/license=/tmp/go-build1238918229/b713/_pkg_.a
2025-08-20T21:34:22.9248985Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/linter=/tmp/go-build1238918229/b815/_pkg_.a
2025-08-20T21:34:22.9249595Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/renovate=/tmp/go-build1238918229/b894/_pkg_.a
2025-08-20T21:34:22.9250239Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/renovate/bump=/tmp/go-build1238918229/b899/_pkg_.a
2025-08-20T21:34:22.9250900Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/renovate/cache=/tmp/go-build1238918229/b900/_pkg_.a
2025-08-20T21:34:22.9251595Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/renovate/copyright=/tmp/go-build1238918229/b901/_pkg_.a
2025-08-20T21:34:22.9252232Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/sca=/tmp/go-build1238918229/b817/_pkg_.a
2025-08-20T21:34:22.9252845Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/sign=/tmp/go-build1238918229/b812/_pkg_.a
2025-08-20T21:34:22.9253443Z [00:03:16.365]➜  packagefile chainguard.dev/melange/pkg/source=/tmp/go-build1238918229/b902/_pkg_.a
2025-08-20T21:34:22.9253978Z [00:03:16.365]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:22.9254431Z [00:03:16.365]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:22.9255068Z [00:03:16.365]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:22.9255601Z [00:03:16.365]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:22.9256059Z [00:03:16.365]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:22.9256640Z [00:03:16.365]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:22.9257169Z [00:03:16.365]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:22.9257829Z [00:03:16.365]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:22.9258282Z [00:03:16.365]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:22.9258694Z [00:03:16.365]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:22.9259529Z [00:03:16.365]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:22.9260137Z [00:03:16.365]➜  packagefile github.com/chainguard-dev/clog/gcp=/tmp/go-build1238918229/b903/_pkg_.a
2025-08-20T21:34:22.9260751Z [00:03:16.365]➜  packagefile github.com/chainguard-dev/clog/slag=/tmp/go-build1238918229/b904/_pkg_.a
2025-08-20T21:34:22.9261337Z [00:03:16.365]➜  packagefile github.com/charmbracelet/log=/tmp/go-build1238918229/b785/_pkg_.a
2025-08-20T21:34:22.9261904Z [00:03:16.365]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build1238918229/b496/_pkg_.a
2025-08-20T21:34:22.9262457Z [00:03:16.365]➜  packagefile github.com/google/go-cmp/cmp=/tmp/go-build1238918229/b622/_pkg_.a
2025-08-20T21:34:22.9263201Z [00:03:16.365]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build1238918229/b453/_pkg_.a
2025-08-20T21:34:22.9263824Z [00:03:16.365]➜  packagefile github.com/package-url/packageurl-go=/tmp/go-build1238918229/b634/_pkg_.a
2025-08-20T21:34:22.9264395Z [00:03:16.365]➜  packagefile github.com/pkg/errors=/tmp/go-build1238918229/b470/_pkg_.a
2025-08-20T21:34:22.9264925Z [00:03:16.365]➜  packagefile github.com/spf13/cobra=/tmp/go-build1238918229/b637/_pkg_.a
2025-08-20T21:34:22.9265457Z [00:03:16.365]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:22.9266119Z [00:03:16.365]➜  packagefile go.opentelemetry.io/otel/exporters/stdout/stdouttrace=/tmp/go-build1238918229/b905/_pkg_.a
2025-08-20T21:34:22.9266803Z [00:03:16.365]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build1238918229/b906/_pkg_.a
2025-08-20T21:34:22.9267387Z [00:03:16.365]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1238918229/b490/_pkg_.a
2025-08-20T21:34:22.9268126Z [00:03:16.365]➜  packagefile gopkg.in/ini.v1=/tmp/go-build1238918229/b492/_pkg_.a
2025-08-20T21:34:22.9268616Z [00:03:16.365]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:22.9269061Z [00:03:16.365]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:22.9269461Z [00:03:16.365]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:22.9269884Z [00:03:16.365]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:22.9270316Z [00:03:16.365]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:22.9270729Z [00:03:16.365]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:22.9271341Z [00:03:16.365]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:22.9271889Z [00:03:16.365]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:22.9272408Z [00:03:16.365]➜  packagefile sigs.k8s.io/release-utils/version=/tmp/go-build1238918229/b635/_pkg_.a
2025-08-20T21:34:22.9272914Z [00:03:16.365]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:22.9273326Z [00:03:16.365]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:22.9273750Z [00:03:16.365]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:22.9274176Z [00:03:16.365]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:22.9274689Z [00:03:16.365]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:22.9275196Z [00:03:16.365]➜  packagefile text/template=/tmp/go-build1238918229/b193/_pkg_.a
2025-08-20T21:34:22.9275636Z [00:03:16.365]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:22.9275951Z [00:03:16.365]➜  EOF
2025-08-20T21:34:22.9278821Z [00:03:16.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli=>chainguard.dev/melange/pkg/cli;$WORK/b002=>" -p chainguard.dev/melange/pkg/cli -lang=go1.24 -complete -installsuffix shared -buildid 28DplNX8j81pIMqs3oIW/28DplNX8j81pIMqs3oIW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack ./pkg/cli/build.go ./pkg/cli/bump.go ./pkg/cli/commands.go ./pkg/cli/compile.go ./pkg/cli/completion.go ./pkg/cli/index.go ./pkg/cli/keygen.go ./pkg/cli/license_check.go ./pkg/cli/lint.go ./pkg/cli/packageversion.go ./pkg/cli/query.go ./pkg/cli/rebuild.go ./pkg/cli/scan.go ./pkg/cli/sign.go ./pkg/cli/test.go ./pkg/cli/update_cache.go
2025-08-20T21:34:23.1802859Z [00:03:16.622]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T21:34:23.1865588Z [00:03:16.628]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/29/29ff3790870565f7555a62ac509364a3548cca3cebd9e44e8b518e97051ce9fd-d # internal
2025-08-20T21:34:23.1867190Z [00:03:16.628]➜  chainguard.dev/melange
2025-08-20T21:34:23.1867649Z [00:03:16.628]➜  mkdir -p $WORK/b001/
2025-08-20T21:34:23.1869863Z [00:03:16.628]➜  cat >/tmp/go-build1238918229/b001/importcfg << 'EOF' # internal
2025-08-20T21:34:23.1870554Z [00:03:16.628]➜  # import config
2025-08-20T21:34:23.1870992Z [00:03:16.628]➜  packagefile chainguard.dev/melange/pkg/cli=/tmp/go-build1238918229/b002/_pkg_.a
2025-08-20T21:34:23.1871519Z [00:03:16.628]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:23.1872034Z [00:03:16.628]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:23.1872534Z [00:03:16.628]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:23.1872959Z [00:03:16.628]➜  packagefile os/signal=/tmp/go-build1238918229/b810/_pkg_.a
2025-08-20T21:34:23.1873391Z [00:03:16.628]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:23.1873846Z [00:03:16.628]➜  packagefile runtime/cgo=/tmp/go-build1238918229/b068/_pkg_.a
2025-08-20T21:34:23.1874171Z [00:03:16.628]➜  EOF
2025-08-20T21:34:23.1875515Z [00:03:16.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.GtiBzZBBNH/TEMPREPO=>chainguard.dev/melange;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid JW1NfF2NjtleM1qdaPZ3/JW1NfF2NjtleM1qdaPZ3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T21:34:23.2054828Z [00:03:16.647]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T21:34:23.2059948Z [00:03:16.647]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/dc/dcf6a475361058152f748a5dd134dc641e0801baf40d4248b08e3e6cb3e1f185-d # internal
2025-08-20T21:34:23.2092951Z [00:03:16.651]➜  cat >/tmp/go-build1238918229/b001/importcfg.link << 'EOF' # internal
2025-08-20T21:34:23.2093535Z [00:03:16.651]➜  packagefile chainguard.dev/melange=/tmp/go-build1238918229/b001/_pkg_.a
2025-08-20T21:34:23.2094339Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/cli=/tmp/go-build1238918229/b002/_pkg_.a
2025-08-20T21:34:23.2094895Z [00:03:16.651]➜  packagefile context=/tmp/go-build1238918229/b078/_pkg_.a
2025-08-20T21:34:23.2095449Z [00:03:16.651]➜  packagefile github.com/chainguard-dev/clog=/tmp/go-build1238918229/b180/_pkg_.a
2025-08-20T21:34:23.2095936Z [00:03:16.651]➜  packagefile os=/tmp/go-build1238918229/b052/_pkg_.a
2025-08-20T21:34:23.2096369Z [00:03:16.651]➜  packagefile os/signal=/tmp/go-build1238918229/b810/_pkg_.a
2025-08-20T21:34:23.2096801Z [00:03:16.651]➜  packagefile runtime=/tmp/go-build1238918229/b011/_pkg_.a
2025-08-20T21:34:23.2097361Z [00:03:16.651]➜  packagefile runtime/cgo=/tmp/go-build1238918229/b068/_pkg_.a
2025-08-20T21:34:23.2098141Z [00:03:16.651]➜  packagefile archive/tar=/tmp/go-build1238918229/b003/_pkg_.a
2025-08-20T21:34:23.2098580Z [00:03:16.651]➜  packagefile bufio=/tmp/go-build1238918229/b070/_pkg_.a
2025-08-20T21:34:23.2099034Z [00:03:16.651]➜  packagefile bytes=/tmp/go-build1238918229/b004/_pkg_.a
2025-08-20T21:34:23.2099546Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/apk/apk=/tmp/go-build1238918229/b071/_pkg_.a
2025-08-20T21:34:23.2100167Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/apk/expandapk=/tmp/go-build1238918229/b452/_pkg_.a
2025-08-20T21:34:23.2100809Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/apk/fs=/tmp/go-build1238918229/b456/_pkg_.a
2025-08-20T21:34:23.2101410Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/build/types=/tmp/go-build1238918229/b494/_pkg_.a
2025-08-20T21:34:23.2102321Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/sbom/generator/spdx=/tmp/go-build1238918229/b630/_pkg_.a
2025-08-20T21:34:23.2102968Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/build=/tmp/go-build1238918229/b640/_pkg_.a
2025-08-20T21:34:23.2103572Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/config=/tmp/go-build1238918229/b688/_pkg_.a
2025-08-20T21:34:23.2110121Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/container=/tmp/go-build1238918229/b700/_pkg_.a
2025-08-20T21:34:23.2114951Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/container/docker=/tmp/go-build1238918229/b837/_pkg_.a
2025-08-20T21:34:23.2116015Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/index=/tmp/go-build1238918229/b811/_pkg_.a
2025-08-20T21:34:23.2117304Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/license=/tmp/go-build1238918229/b713/_pkg_.a
2025-08-20T21:34:23.2118220Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/linter=/tmp/go-build1238918229/b815/_pkg_.a
2025-08-20T21:34:23.2118837Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/renovate=/tmp/go-build1238918229/b894/_pkg_.a
2025-08-20T21:34:23.2119494Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/renovate/bump=/tmp/go-build1238918229/b899/_pkg_.a
2025-08-20T21:34:23.2120168Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/renovate/cache=/tmp/go-build1238918229/b900/_pkg_.a
2025-08-20T21:34:23.2120878Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/renovate/copyright=/tmp/go-build1238918229/b901/_pkg_.a
2025-08-20T21:34:23.2121529Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/sca=/tmp/go-build1238918229/b817/_pkg_.a
2025-08-20T21:34:23.2122118Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/sign=/tmp/go-build1238918229/b812/_pkg_.a
2025-08-20T21:34:23.2122714Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/source=/tmp/go-build1238918229/b902/_pkg_.a
2025-08-20T21:34:23.2123251Z [00:03:16.651]➜  packagefile compress/gzip=/tmp/go-build1238918229/b196/_pkg_.a
2025-08-20T21:34:23.2123716Z [00:03:16.651]➜  packagefile crypto/rand=/tmp/go-build1238918229/b102/_pkg_.a
2025-08-20T21:34:23.2124175Z [00:03:16.651]➜  packagefile crypto/rsa=/tmp/go-build1238918229/b168/_pkg_.a
2025-08-20T21:34:23.2124633Z [00:03:16.651]➜  packagefile crypto/sha256=/tmp/go-build1238918229/b171/_pkg_.a
2025-08-20T21:34:23.2125093Z [00:03:16.651]➜  packagefile crypto/x509=/tmp/go-build1238918229/b174/_pkg_.a
2025-08-20T21:34:23.2125805Z [00:03:16.651]➜  packagefile encoding/json=/tmp/go-build1238918229/b087/_pkg_.a
2025-08-20T21:34:23.2126357Z [00:03:16.651]➜  packagefile encoding/pem=/tmp/go-build1238918229/b178/_pkg_.a
2025-08-20T21:34:23.2126805Z [00:03:16.651]➜  packagefile errors=/tmp/go-build1238918229/b005/_pkg_.a
2025-08-20T21:34:23.2127217Z [00:03:16.651]➜  packagefile fmt=/tmp/go-build1238918229/b044/_pkg_.a
2025-08-20T21:34:23.2127923Z [00:03:16.651]➜  packagefile github.com/chainguard-dev/clog/gcp=/tmp/go-build1238918229/b903/_pkg_.a
2025-08-20T21:34:23.2128558Z [00:03:16.651]➜  packagefile github.com/chainguard-dev/clog/slag=/tmp/go-build1238918229/b904/_pkg_.a
2025-08-20T21:34:23.2129289Z [00:03:16.651]➜  packagefile github.com/charmbracelet/log=/tmp/go-build1238918229/b785/_pkg_.a
2025-08-20T21:34:23.2129955Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build1238918229/b496/_pkg_.a
2025-08-20T21:34:23.2130520Z [00:03:16.651]➜  packagefile github.com/google/go-cmp/cmp=/tmp/go-build1238918229/b622/_pkg_.a
2025-08-20T21:34:23.2131113Z [00:03:16.651]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build1238918229/b453/_pkg_.a
2025-08-20T21:34:23.2131743Z [00:03:16.651]➜  packagefile github.com/package-url/packageurl-go=/tmp/go-build1238918229/b634/_pkg_.a
2025-08-20T21:34:23.2132314Z [00:03:16.651]➜  packagefile github.com/pkg/errors=/tmp/go-build1238918229/b470/_pkg_.a
2025-08-20T21:34:23.2132877Z [00:03:16.651]➜  packagefile github.com/spf13/cobra=/tmp/go-build1238918229/b637/_pkg_.a
2025-08-20T21:34:23.2133594Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build1238918229/b339/_pkg_.a
2025-08-20T21:34:23.2134268Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/exporters/stdout/stdouttrace=/tmp/go-build1238918229/b905/_pkg_.a
2025-08-20T21:34:23.2134943Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build1238918229/b906/_pkg_.a
2025-08-20T21:34:23.2135527Z [00:03:16.651]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build1238918229/b490/_pkg_.a
2025-08-20T21:34:23.2136047Z [00:03:16.651]➜  packagefile gopkg.in/ini.v1=/tmp/go-build1238918229/b492/_pkg_.a
2025-08-20T21:34:23.2136530Z [00:03:16.651]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build1238918229/b629/_pkg_.a
2025-08-20T21:34:23.2137108Z [00:03:16.651]➜  packagefile io=/tmp/go-build1238918229/b035/_pkg_.a
2025-08-20T21:34:23.2138252Z [00:03:16.651]➜  packagefile log=/tmp/go-build1238918229/b091/_pkg_.a
2025-08-20T21:34:23.2138763Z [00:03:16.651]➜  packagefile log/slog=/tmp/go-build1238918229/b181/_pkg_.a
2025-08-20T21:34:23.2139197Z [00:03:16.651]➜  packagefile net/http=/tmp/go-build1238918229/b195/_pkg_.a
2025-08-20T21:34:23.2139657Z [00:03:16.651]➜  packagefile path/filepath=/tmp/go-build1238918229/b069/_pkg_.a
2025-08-20T21:34:23.2140199Z [00:03:16.651]➜  packagefile sigs.k8s.io/release-utils/version=/tmp/go-build1238918229/b635/_pkg_.a
2025-08-20T21:34:23.2140699Z [00:03:16.651]➜  packagefile slices=/tmp/go-build1238918229/b051/_pkg_.a
2025-08-20T21:34:23.2141121Z [00:03:16.651]➜  packagefile sort=/tmp/go-build1238918229/b083/_pkg_.a
2025-08-20T21:34:23.2141541Z [00:03:16.651]➜  packagefile strconv=/tmp/go-build1238918229/b050/_pkg_.a
2025-08-20T21:34:23.2141965Z [00:03:16.651]➜  packagefile strings=/tmp/go-build1238918229/b067/_pkg_.a
2025-08-20T21:34:23.2142386Z [00:03:16.651]➜  packagefile sync=/tmp/go-build1238918229/b036/_pkg_.a
2025-08-20T21:34:23.2142827Z [00:03:16.651]➜  packagefile text/template=/tmp/go-build1238918229/b193/_pkg_.a
2025-08-20T21:34:23.2143268Z [00:03:16.651]➜  packagefile time=/tmp/go-build1238918229/b057/_pkg_.a
2025-08-20T21:34:23.2143737Z [00:03:16.651]➜  packagefile internal/reflectlite=/tmp/go-build1238918229/b006/_pkg_.a
2025-08-20T21:34:23.2144226Z [00:03:16.651]➜  packagefile sync/atomic=/tmp/go-build1238918229/b038/_pkg_.a
2025-08-20T21:34:23.2144703Z [00:03:16.651]➜  packagefile internal/bytealg=/tmp/go-build1238918229/b012/_pkg_.a
2025-08-20T21:34:23.2145207Z [00:03:16.651]➜  packagefile internal/byteorder=/tmp/go-build1238918229/b014/_pkg_.a
2025-08-20T21:34:23.2145974Z [00:03:16.651]➜  packagefile internal/filepathlite=/tmp/go-build1238918229/b053/_pkg_.a
2025-08-20T21:34:23.2146571Z [00:03:16.651]➜  packagefile internal/goarch=/tmp/go-build1238918229/b008/_pkg_.a
2025-08-20T21:34:23.2147046Z [00:03:16.651]➜  packagefile internal/itoa=/tmp/go-build1238918229/b048/_pkg_.a
2025-08-20T21:34:23.2147806Z [00:03:16.651]➜  packagefile internal/poll=/tmp/go-build1238918229/b061/_pkg_.a
2025-08-20T21:34:23.2148381Z [00:03:16.651]➜  packagefile internal/stringslite=/tmp/go-build1238918229/b033/_pkg_.a
2025-08-20T21:34:23.2148920Z [00:03:16.651]➜  packagefile internal/syscall/execenv=/tmp/go-build1238918229/b063/_pkg_.a
2025-08-20T21:34:23.2149577Z [00:03:16.651]➜  packagefile internal/syscall/unix=/tmp/go-build1238918229/b062/_pkg_.a
2025-08-20T21:34:23.2150132Z [00:03:16.651]➜  packagefile internal/testlog=/tmp/go-build1238918229/b064/_pkg_.a
2025-08-20T21:34:23.2150583Z [00:03:16.651]➜  packagefile io/fs=/tmp/go-build1238918229/b054/_pkg_.a
2025-08-20T21:34:23.2151007Z [00:03:16.651]➜  packagefile syscall=/tmp/go-build1238918229/b060/_pkg_.a
2025-08-20T21:34:23.2151452Z [00:03:16.651]➜  packagefile internal/abi=/tmp/go-build1238918229/b007/_pkg_.a
2025-08-20T21:34:23.2151947Z [00:03:16.651]➜  packagefile internal/chacha8rand=/tmp/go-build1238918229/b015/_pkg_.a
2025-08-20T21:34:23.2152478Z [00:03:16.651]➜  packagefile internal/coverage/rtcov=/tmp/go-build1238918229/b016/_pkg_.a
2025-08-20T21:34:23.2153144Z [00:03:16.651]➜  packagefile internal/cpu=/tmp/go-build1238918229/b013/_pkg_.a
2025-08-20T21:34:23.2153625Z [00:03:16.651]➜  packagefile internal/godebugs=/tmp/go-build1238918229/b017/_pkg_.a
2025-08-20T21:34:23.2154141Z [00:03:16.651]➜  packagefile internal/goexperiment=/tmp/go-build1238918229/b018/_pkg_.a
2025-08-20T21:34:23.2154633Z [00:03:16.651]➜  packagefile internal/goos=/tmp/go-build1238918229/b019/_pkg_.a
2025-08-20T21:34:23.2155140Z [00:03:16.651]➜  packagefile internal/profilerecord=/tmp/go-build1238918229/b020/_pkg_.a
2025-08-20T21:34:23.2155679Z [00:03:16.651]➜  packagefile internal/runtime/atomic=/tmp/go-build1238918229/b021/_pkg_.a
2025-08-20T21:34:23.2156213Z [00:03:16.651]➜  packagefile internal/runtime/cgroup=/tmp/go-build1238918229/b022/_pkg_.a
2025-08-20T21:34:23.2157002Z [00:03:16.651]➜  packagefile internal/runtime/exithook=/tmp/go-build1238918229/b026/_pkg_.a
2025-08-20T21:34:23.2157719Z [00:03:16.651]➜  packagefile internal/runtime/gc=/tmp/go-build1238918229/b027/_pkg_.a
2025-08-20T21:34:23.2158299Z [00:03:16.651]➜  packagefile internal/runtime/maps=/tmp/go-build1238918229/b028/_pkg_.a
2025-08-20T21:34:23.2158822Z [00:03:16.651]➜  packagefile internal/runtime/math=/tmp/go-build1238918229/b024/_pkg_.a
2025-08-20T21:34:23.2159360Z [00:03:16.651]➜  packagefile internal/runtime/strconv=/tmp/go-build1238918229/b023/_pkg_.a
2025-08-20T21:34:23.2159894Z [00:03:16.651]➜  packagefile internal/runtime/sys=/tmp/go-build1238918229/b032/_pkg_.a
2025-08-20T21:34:23.2160430Z [00:03:16.651]➜  packagefile internal/runtime/syscall=/tmp/go-build1238918229/b025/_pkg_.a
2025-08-20T21:34:23.2160966Z [00:03:16.651]➜  packagefile internal/trace/tracev2=/tmp/go-build1238918229/b034/_pkg_.a
2025-08-20T21:34:23.2161473Z [00:03:16.651]➜  packagefile internal/godebug=/tmp/go-build1238918229/b058/_pkg_.a
2025-08-20T21:34:23.2161924Z [00:03:16.651]➜  packagefile maps=/tmp/go-build1238918229/b065/_pkg_.a
2025-08-20T21:34:23.2162331Z [00:03:16.651]➜  packagefile math=/tmp/go-build1238918229/b049/_pkg_.a
2025-08-20T21:34:23.2162757Z [00:03:16.651]➜  packagefile os/user=/tmp/go-build1238918229/b066/_pkg_.a
2025-08-20T21:34:23.2163174Z [00:03:16.651]➜  packagefile path=/tmp/go-build1238918229/b056/_pkg_.a
2025-08-20T21:34:23.2163596Z [00:03:16.651]➜  packagefile reflect=/tmp/go-build1238918229/b047/_pkg_.a
2025-08-20T21:34:23.2164038Z [00:03:16.651]➜  packagefile unicode/utf8=/tmp/go-build1238918229/b043/_pkg_.a
2025-08-20T21:34:23.2164468Z [00:03:16.651]➜  packagefile iter=/tmp/go-build1238918229/b040/_pkg_.a
2025-08-20T21:34:23.2165080Z [00:03:16.651]➜  packagefile math/bits=/tmp/go-build1238918229/b041/_pkg_.a
2025-08-20T21:34:23.2165586Z [00:03:16.651]➜  packagefile unicode=/tmp/go-build1238918229/b042/_pkg_.a
2025-08-20T21:34:23.2166117Z [00:03:16.651]➜  packagefile chainguard.dev/apko/internal/tarfs=/tmp/go-build1238918229/b072/_pkg_.a
2025-08-20T21:34:23.2166727Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/apk/auth=/tmp/go-build1238918229/b073/_pkg_.a
2025-08-20T21:34:23.2167347Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/apk/signature=/tmp/go-build1238918229/b457/_pkg_.a
2025-08-20T21:34:23.2168141Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/paths=/tmp/go-build1238918229/b458/_pkg_.a
2025-08-20T21:34:23.2168740Z [00:03:16.651]➜  packagefile cmp=/tmp/go-build1238918229/b046/_pkg_.a
2025-08-20T21:34:23.2169213Z [00:03:16.651]➜  packagefile crypto=/tmp/go-build1238918229/b104/_pkg_.a
2025-08-20T21:34:23.2169648Z [00:03:16.651]➜  packagefile crypto/sha1=/tmp/go-build1238918229/b170/_pkg_.a
2025-08-20T21:34:23.2170127Z [00:03:16.651]➜  packagefile encoding/base32=/tmp/go-build1238918229/b459/_pkg_.a
2025-08-20T21:34:23.2170608Z [00:03:16.651]➜  packagefile encoding/base64=/tmp/go-build1238918229/b089/_pkg_.a
2025-08-20T21:34:23.2171075Z [00:03:16.651]➜  packagefile encoding/hex=/tmp/go-build1238918229/b177/_pkg_.a
2025-08-20T21:34:23.2171613Z [00:03:16.651]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build1238918229/b460/_pkg_.a
2025-08-20T21:34:23.2172232Z [00:03:16.651]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build1238918229/b461/_pkg_.a
2025-08-20T21:34:23.2172929Z [00:03:16.651]➜  packagefile go.lsp.dev/uri=/tmp/go-build1238918229/b462/_pkg_.a
2025-08-20T21:34:23.2173481Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build1238918229/b336/_pkg_.a
2025-08-20T21:34:23.2174076Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build1238918229/b348/_pkg_.a
2025-08-20T21:34:23.2174624Z [00:03:16.651]➜  packagefile go.step.sm/crypto/jose=/tmp/go-build1238918229/b463/_pkg_.a
2025-08-20T21:34:23.2175189Z [00:03:16.651]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build1238918229/b491/_pkg_.a
2025-08-20T21:34:23.2175740Z [00:03:16.651]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1238918229/b081/_pkg_.a
2025-08-20T21:34:23.2176374Z [00:03:16.651]➜  packagefile hash=/tmp/go-build1238918229/b105/_pkg_.a
2025-08-20T21:34:23.2176791Z [00:03:16.651]➜  packagefile net/url=/tmp/go-build1238918229/b179/_pkg_.a
2025-08-20T21:34:23.2177219Z [00:03:16.651]➜  packagefile regexp=/tmp/go-build1238918229/b191/_pkg_.a
2025-08-20T21:34:23.2177876Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/vcs=/tmp/go-build1238918229/b495/_pkg_.a
2025-08-20T21:34:23.2178522Z [00:03:16.651]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build1238918229/b627/_pkg_.a
2025-08-20T21:34:23.2179183Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/sbom/options=/tmp/go-build1238918229/b631/_pkg_.a
2025-08-20T21:34:23.2179788Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/build=/tmp/go-build1238918229/b641/_pkg_.a
2025-08-20T21:34:23.2180370Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/options=/tmp/go-build1238918229/b676/_pkg_.a
2025-08-20T21:34:23.2180951Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/tarfs=/tmp/go-build1238918229/b681/_pkg_.a
2025-08-20T21:34:23.2181539Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/cond=/tmp/go-build1238918229/b686/_pkg_.a
2025-08-20T21:34:23.2182130Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/sbom=/tmp/go-build1238918229/b689/_pkg_.a
2025-08-20T21:34:23.2182737Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/tarball=/tmp/go-build1238918229/b813/_pkg_.a
2025-08-20T21:34:23.2183336Z [00:03:16.651]➜  packagefile chainguard.dev/melange/pkg/util=/tmp/go-build1238918229/b698/_pkg_.a
2025-08-20T21:34:23.2183827Z [00:03:16.651]➜  packagefile embed=/tmp/go-build1238918229/b254/_pkg_.a
2025-08-20T21:34:23.2184607Z [00:03:16.651]➜  packagefile github.com/in-toto/attestation/go/predicates/provenance/v1=/tmp/go-build1238918229/b824/_pkg_.a
2025-08-20T21:34:23.2185378Z [00:03:16.651]➜  packagefile github.com/in-toto/attestation/go/v1=/tmp/go-build1238918229/b825/_pkg_.a
2025-08-20T21:34:23.2185962Z [00:03:16.651]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build1238918229/b682/_pkg_.a
2025-08-20T21:34:23.2186520Z [00:03:16.651]➜  packagefile github.com/psanford/memfs=/tmp/go-build1238918229/b814/_pkg_.a
2025-08-20T21:34:23.2187139Z [00:03:16.651]➜  packagefile github.com/spdx/tools-golang/spdx/v2/common=/tmp/go-build1238918229/b826/_pkg_.a
2025-08-20T21:34:23.2188000Z [00:03:16.651]➜  packagefile github.com/yookoala/realpath=/tmp/go-build1238918229/b828/_pkg_.a
2025-08-20T21:34:23.2188676Z [00:03:16.651]➜  packagefile github.com/zealic/xignore=/tmp/go-build1238918229/b829/_pkg_.a
2025-08-20T21:34:23.2189288Z [00:03:16.651]➜  packagefile golang.org/x/exp/maps=/tmp/go-build1238918229/b816/_pkg_.a
2025-08-20T21:34:23.2189914Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1238918229/b248/_pkg_.a
2025-08-20T21:34:23.2190627Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build1238918229/b430/_pkg_.a
2025-08-20T21:34:23.2191354Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1238918229/b280/_pkg_.a
2025-08-20T21:34:23.2191974Z [00:03:16.651]➜  packagefile mvdan.cc/sh/v3/syntax=/tmp/go-build1238918229/b835/_pkg_.a
2025-08-20T21:34:23.2192648Z [00:03:16.651]➜  packagefile encoding/binary=/tmp/go-build1238918229/b082/_pkg_.a
2025-08-20T21:34:23.2193226Z [00:03:16.651]➜  packagefile github.com/joho/godotenv=/tmp/go-build1238918229/b699/_pkg_.a
2025-08-20T21:34:23.2193813Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/cpio=/tmp/go-build1238918229/b701/_pkg_.a
2025-08-20T21:34:23.2194442Z [00:03:16.651]➜  packagefile chainguard.dev/melange/internal/logwriter=/tmp/go-build1238918229/b712/_pkg_.a
2025-08-20T21:34:23.2195002Z [00:03:16.651]➜  packagefile crypto/ecdsa=/tmp/go-build1238918229/b140/_pkg_.a
2025-08-20T21:34:23.2195508Z [00:03:16.651]➜  packagefile crypto/elliptic=/tmp/go-build1238918229/b141/_pkg_.a
2025-08-20T21:34:23.2196143Z [00:03:16.651]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build1238918229/b667/_pkg_.a
2025-08-20T21:34:23.2196974Z [00:03:16.651]➜  packagefile github.com/kballard/go-shellquote=/tmp/go-build1238918229/b803/_pkg_.a
2025-08-20T21:34:23.2197792Z [00:03:16.651]➜  packagefile github.com/moby/moby/oci/caps=/tmp/go-build1238918229/b804/_pkg_.a
2025-08-20T21:34:23.2198407Z [00:03:16.651]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1238918229/b480/_pkg_.a
2025-08-20T21:34:23.2198967Z [00:03:16.651]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build1238918229/b617/_pkg_.a
2025-08-20T21:34:23.2199560Z [00:03:16.651]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build1238918229/b615/_pkg_.a
2025-08-20T21:34:23.2200103Z [00:03:16.651]➜  packagefile golang.org/x/term=/tmp/go-build1238918229/b809/_pkg_.a
2025-08-20T21:34:23.2200552Z [00:03:16.651]➜  packagefile net=/tmp/go-build1238918229/b094/_pkg_.a
2025-08-20T21:34:23.2200967Z [00:03:16.651]➜  packagefile os/exec=/tmp/go-build1238918229/b373/_pkg_.a
2025-08-20T21:34:23.2201487Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/build/oci=/tmp/go-build1238918229/b838/_pkg_.a
2025-08-20T21:34:23.2202144Z [00:03:16.651]➜  packagefile chainguard.dev/melange/internal/contextreader=/tmp/go-build1238918229/b890/_pkg_.a
2025-08-20T21:34:23.2202793Z [00:03:16.651]➜  packagefile github.com/docker/cli/cli/streams=/tmp/go-build1238918229/b891/_pkg_.a
2025-08-20T21:34:23.2203440Z [00:03:16.651]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build1238918229/b841/_pkg_.a
2025-08-20T21:34:23.2204113Z [00:03:16.651]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build1238918229/b840/_pkg_.a
2025-08-20T21:34:23.2204764Z [00:03:16.651]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build1238918229/b846/_pkg_.a
2025-08-20T21:34:23.2205553Z [00:03:16.651]➜  packagefile github.com/docker/docker/client=/tmp/go-build1238918229/b854/_pkg_.a
2025-08-20T21:34:23.2206218Z [00:03:16.651]➜  packagefile github.com/docker/docker/pkg/stdcopy=/tmp/go-build1238918229/b893/_pkg_.a
2025-08-20T21:34:23.2206906Z [00:03:16.651]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build1238918229/b655/_pkg_.a
2025-08-20T21:34:23.2207809Z [00:03:16.651]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build1238918229/b650/_pkg_.a
2025-08-20T21:34:23.2208554Z [00:03:16.651]➜  packagefile github.com/google/go-licenses/v2/licenses=/tmp/go-build1238918229/b714/_pkg_.a
2025-08-20T21:34:23.2209296Z [00:03:16.651]➜  packagefile github.com/google/licenseclassifier/v2=/tmp/go-build1238918229/b739/_pkg_.a
2025-08-20T21:34:23.2210046Z [00:03:16.651]➜  packagefile github.com/google/licenseclassifier/v2/assets=/tmp/go-build1238918229/b741/_pkg_.a
2025-08-20T21:34:23.2210613Z [00:03:16.651]➜  packagefile debug/elf=/tmp/go-build1238918229/b643/_pkg_.a
2025-08-20T21:34:23.2211122Z [00:03:16.651]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build1238918229/b704/_pkg_.a
2025-08-20T21:34:23.2211766Z [00:03:16.651]➜  packagefile github.com/chainguard-dev/yam/pkg/yam/formatted=/tmp/go-build1238918229/b895/_pkg_.a
2025-08-20T21:34:23.2212392Z [00:03:16.651]➜  packagefile github.com/dprotaso/go-yit=/tmp/go-build1238918229/b898/_pkg_.a
2025-08-20T21:34:23.2212896Z [00:03:16.651]➜  packagefile crypto/sha512=/tmp/go-build1238918229/b148/_pkg_.a
2025-08-20T21:34:23.2213514Z [00:03:16.651]➜  packagefile debug/buildinfo=/tmp/go-build1238918229/b818/_pkg_.a
2025-08-20T21:34:23.2214082Z [00:03:16.651]➜  packagefile github.com/chainguard-dev/go-pkgconfig=/tmp/go-build1238918229/b823/_pkg_.a
2025-08-20T21:34:23.2214629Z [00:03:16.651]➜  packagefile compress/flate=/tmp/go-build1238918229/b197/_pkg_.a
2025-08-20T21:34:23.2215087Z [00:03:16.651]➜  packagefile hash/crc32=/tmp/go-build1238918229/b198/_pkg_.a
2025-08-20T21:34:23.2215582Z [00:03:16.651]➜  packagefile crypto/internal/boring=/tmp/go-build1238918229/b103/_pkg_.a
2025-08-20T21:34:23.2216117Z [00:03:16.651]➜  packagefile crypto/internal/fips140=/tmp/go-build1238918229/b108/_pkg_.a
2025-08-20T21:34:23.2216811Z [00:03:16.651]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1238918229/b121/_pkg_.a
2025-08-20T21:34:23.2217385Z [00:03:16.651]➜  packagefile crypto/internal/fips140only=/tmp/go-build1238918229/b126/_pkg_.a
2025-08-20T21:34:23.2218136Z [00:03:16.651]➜  packagefile crypto/internal/randutil=/tmp/go-build1238918229/b124/_pkg_.a
2025-08-20T21:34:23.2218677Z [00:03:16.651]➜  packagefile crypto/internal/sysrand=/tmp/go-build1238918229/b123/_pkg_.a
2025-08-20T21:34:23.2219167Z [00:03:16.651]➜  packagefile math/big=/tmp/go-build1238918229/b129/_pkg_.a
2025-08-20T21:34:23.2219668Z [00:03:16.651]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1238918229/b142/_pkg_.a
2025-08-20T21:34:23.2220246Z [00:03:16.651]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1238918229/b144/_pkg_.a
2025-08-20T21:34:23.2220823Z [00:03:16.651]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build1238918229/b169/_pkg_.a
2025-08-20T21:34:23.2221388Z [00:03:16.651]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1238918229/b146/_pkg_.a
2025-08-20T21:34:23.2221904Z [00:03:16.651]➜  packagefile crypto/subtle=/tmp/go-build1238918229/b127/_pkg_.a
2025-08-20T21:34:23.2222435Z [00:03:16.651]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1238918229/b113/_pkg_.a
2025-08-20T21:34:23.2222947Z [00:03:16.651]➜  packagefile crypto/aes=/tmp/go-build1238918229/b133/_pkg_.a
2025-08-20T21:34:23.2223403Z [00:03:16.651]➜  packagefile crypto/cipher=/tmp/go-build1238918229/b106/_pkg_.a
2025-08-20T21:34:23.2223861Z [00:03:16.651]➜  packagefile crypto/des=/tmp/go-build1238918229/b134/_pkg_.a
2025-08-20T21:34:23.2224308Z [00:03:16.651]➜  packagefile crypto/dsa=/tmp/go-build1238918229/b175/_pkg_.a
2025-08-20T21:34:23.2224763Z [00:03:16.651]➜  packagefile crypto/ecdh=/tmp/go-build1238918229/b135/_pkg_.a
2025-08-20T21:34:23.2225374Z [00:03:16.651]➜  packagefile crypto/ed25519=/tmp/go-build1238918229/b152/_pkg_.a
2025-08-20T21:34:23.2225907Z [00:03:16.651]➜  packagefile crypto/md5=/tmp/go-build1238918229/b166/_pkg_.a
2025-08-20T21:34:23.2226379Z [00:03:16.651]➜  packagefile crypto/x509/pkix=/tmp/go-build1238918229/b176/_pkg_.a
2025-08-20T21:34:23.2226856Z [00:03:16.651]➜  packagefile encoding/asn1=/tmp/go-build1238918229/b150/_pkg_.a
2025-08-20T21:34:23.2227417Z [00:03:16.651]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1238918229/b149/_pkg_.a
2025-08-20T21:34:23.2228264Z [00:03:16.651]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1238918229/b151/_pkg_.a
2025-08-20T21:34:23.2228962Z [00:03:16.651]➜  packagefile net/netip=/tmp/go-build1238918229/b098/_pkg_.a
2025-08-20T21:34:23.2229490Z [00:03:16.651]➜  packagefile unicode/utf16=/tmp/go-build1238918229/b090/_pkg_.a
2025-08-20T21:34:23.2229935Z [00:03:16.651]➜  packagefile encoding=/tmp/go-build1238918229/b088/_pkg_.a
2025-08-20T21:34:23.2230404Z [00:03:16.651]➜  packagefile internal/fmtsort=/tmp/go-build1238918229/b045/_pkg_.a
2025-08-20T21:34:23.2230957Z [00:03:16.651]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build1238918229/b786/_pkg_.a
2025-08-20T21:34:23.2231544Z [00:03:16.651]➜  packagefile github.com/go-logfmt/logfmt=/tmp/go-build1238918229/b802/_pkg_.a
2025-08-20T21:34:23.2232092Z [00:03:16.651]➜  packagefile github.com/muesli/termenv=/tmp/go-build1238918229/b799/_pkg_.a
2025-08-20T21:34:23.2232797Z [00:03:16.651]➜  packagefile container/heap=/tmp/go-build1238918229/b497/_pkg_.a
2025-08-20T21:34:23.2233272Z [00:03:16.651]➜  packagefile dario.cat/mergo=/tmp/go-build1238918229/b498/_pkg_.a
2025-08-20T21:34:23.2233843Z [00:03:16.651]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build1238918229/b499/_pkg_.a
2025-08-20T21:34:23.2234519Z [00:03:16.651]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build1238918229/b529/_pkg_.a
2025-08-20T21:34:23.2235140Z [00:03:16.651]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build1238918229/b545/_pkg_.a
2025-08-20T21:34:23.2235713Z [00:03:16.651]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build1238918229/b546/_pkg_.a
2025-08-20T21:34:23.2236478Z [00:03:16.651]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build1238918229/b550/_pkg_.a
2025-08-20T21:34:23.2237069Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build1238918229/b551/_pkg_.a
2025-08-20T21:34:23.2237891Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build1238918229/b564/_pkg_.a
2025-08-20T21:34:23.2238585Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/internal/revision=/tmp/go-build1238918229/b565/_pkg_.a
2025-08-20T21:34:23.2239240Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build1238918229/b552/_pkg_.a
2025-08-20T21:34:23.2239857Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build1238918229/b553/_pkg_.a
2025-08-20T21:34:23.2240487Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build1238918229/b566/_pkg_.a
2025-08-20T21:34:23.2241143Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build1238918229/b567/_pkg_.a
2025-08-20T21:34:23.2241832Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build1238918229/b558/_pkg_.a
2025-08-20T21:34:23.2242559Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/gitignore=/tmp/go-build1238918229/b568/_pkg_.a
2025-08-20T21:34:23.2243277Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build1238918229/b572/_pkg_.a
2025-08-20T21:34:23.2244001Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build1238918229/b574/_pkg_.a
2025-08-20T21:34:23.2244678Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build1238918229/b554/_pkg_.a
2025-08-20T21:34:23.2245487Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build1238918229/b578/_pkg_.a
2025-08-20T21:34:23.2246272Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build1238918229/b593/_pkg_.a
2025-08-20T21:34:23.2247053Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build1238918229/b596/_pkg_.a
2025-08-20T21:34:23.2248087Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build1238918229/b597/_pkg_.a
2025-08-20T21:34:23.2248818Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build1238918229/b599/_pkg_.a
2025-08-20T21:34:23.2249593Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build1238918229/b576/_pkg_.a
2025-08-20T21:34:23.2250361Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build1238918229/b600/_pkg_.a
2025-08-20T21:34:23.2251079Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/client=/tmp/go-build1238918229/b601/_pkg_.a
2025-08-20T21:34:23.2251738Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build1238918229/b587/_pkg_.a
2025-08-20T21:34:23.2252380Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build1238918229/b605/_pkg_.a
2025-08-20T21:34:23.2253082Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build1238918229/b607/_pkg_.a
2025-08-20T21:34:23.2253923Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build1238918229/b598/_pkg_.a
2025-08-20T21:34:23.2254555Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build1238918229/b588/_pkg_.a
2025-08-20T21:34:23.2255175Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build1238918229/b569/_pkg_.a
2025-08-20T21:34:23.2255824Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build1238918229/b590/_pkg_.a
2025-08-20T21:34:23.2256536Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build1238918229/b620/_pkg_.a
2025-08-20T21:34:23.2257414Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/index=/tmp/go-build1238918229/b621/_pkg_.a
2025-08-20T21:34:23.2258286Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build1238918229/b592/_pkg_.a
2025-08-20T21:34:23.2258949Z [00:03:16.651]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build1238918229/b577/_pkg_.a
2025-08-20T21:34:23.2259578Z [00:03:16.651]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build1238918229/b589/_pkg_.a
2025-08-20T21:34:23.2260225Z [00:03:16.651]➜  packagefile github.com/google/go-cmp/cmp/internal/diff=/tmp/go-build1238918229/b623/_pkg_.a
2025-08-20T21:34:23.2260885Z [00:03:16.651]➜  packagefile github.com/google/go-cmp/cmp/internal/flags=/tmp/go-build1238918229/b624/_pkg_.a
2025-08-20T21:34:23.2261562Z [00:03:16.651]➜  packagefile github.com/google/go-cmp/cmp/internal/function=/tmp/go-build1238918229/b625/_pkg_.a
2025-08-20T21:34:23.2262239Z [00:03:16.651]➜  packagefile github.com/google/go-cmp/cmp/internal/value=/tmp/go-build1238918229/b626/_pkg_.a
2025-08-20T21:34:23.2262780Z [00:03:16.651]➜  packagefile math/rand=/tmp/go-build1238918229/b130/_pkg_.a
2025-08-20T21:34:23.2263318Z [00:03:16.651]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build1238918229/b454/_pkg_.a
2025-08-20T21:34:23.2263906Z [00:03:16.651]➜  packagefile github.com/spf13/pflag=/tmp/go-build1238918229/b638/_pkg_.a
2025-08-20T21:34:23.2264559Z [00:03:16.651]➜  packagefile github.com/go-logr/logr=/tmp/go-build1238918229/b340/_pkg_.a
2025-08-20T21:34:23.2265219Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build1238918229/b341/_pkg_.a
2025-08-20T21:34:23.2265908Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build1238918229/b352/_pkg_.a
2025-08-20T21:34:23.2266572Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build1238918229/b354/_pkg_.a
2025-08-20T21:34:23.2267228Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/sdk/trace/tracetest=/tmp/go-build1238918229/b913/_pkg_.a
2025-08-20T21:34:23.2268036Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build1238918229/b346/_pkg_.a
2025-08-20T21:34:23.2268676Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build1238918229/b907/_pkg_.a
2025-08-20T21:34:23.2269346Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/sdk/internal/env=/tmp/go-build1238918229/b908/_pkg_.a
2025-08-20T21:34:23.2269985Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build1238918229/b909/_pkg_.a
2025-08-20T21:34:23.2270631Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0=/tmp/go-build1238918229/b338/_pkg_.a
2025-08-20T21:34:23.2271275Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build1238918229/b349/_pkg_.a
2025-08-20T21:34:23.2271898Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build1238918229/b351/_pkg_.a
2025-08-20T21:34:23.2272435Z [00:03:16.651]➜  packagefile math/rand/v2=/tmp/go-build1238918229/b125/_pkg_.a
2025-08-20T21:34:23.2272890Z [00:03:16.651]➜  packagefile runtime/trace=/tmp/go-build1238918229/b673/_pkg_.a
2025-08-20T21:34:23.2273521Z [00:03:16.651]➜  packagefile io/ioutil=/tmp/go-build1238918229/b493/_pkg_.a
2025-08-20T21:34:23.2273970Z [00:03:16.651]➜  packagefile log/internal=/tmp/go-build1238918229/b092/_pkg_.a
2025-08-20T21:34:23.2274453Z [00:03:16.651]➜  packagefile log/slog/internal=/tmp/go-build1238918229/b182/_pkg_.a
2025-08-20T21:34:23.2274970Z [00:03:16.651]➜  packagefile log/slog/internal/buffer=/tmp/go-build1238918229/b183/_pkg_.a
2025-08-20T21:34:23.2275476Z [00:03:16.651]➜  packagefile container/list=/tmp/go-build1238918229/b132/_pkg_.a
2025-08-20T21:34:23.2275937Z [00:03:16.651]➜  packagefile crypto/tls=/tmp/go-build1238918229/b131/_pkg_.a
2025-08-20T21:34:23.2276484Z [00:03:16.651]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1238918229/b199/_pkg_.a
2025-08-20T21:34:23.2277267Z [00:03:16.651]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1238918229/b206/_pkg_.a
2025-08-20T21:34:23.2278086Z [00:03:16.651]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1238918229/b207/_pkg_.a
2025-08-20T21:34:23.2278677Z [00:03:16.651]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1238918229/b200/_pkg_.a
2025-08-20T21:34:23.2279160Z [00:03:16.651]➜  packagefile mime=/tmp/go-build1238918229/b208/_pkg_.a
2025-08-20T21:34:23.2279608Z [00:03:16.651]➜  packagefile mime/multipart=/tmp/go-build1238918229/b209/_pkg_.a
2025-08-20T21:34:23.2280094Z [00:03:16.651]➜  packagefile net/http/httptrace=/tmp/go-build1238918229/b211/_pkg_.a
2025-08-20T21:34:23.2280590Z [00:03:16.651]➜  packagefile net/http/internal=/tmp/go-build1238918229/b212/_pkg_.a
2025-08-20T21:34:23.2281111Z [00:03:16.651]➜  packagefile net/http/internal/ascii=/tmp/go-build1238918229/b213/_pkg_.a
2025-08-20T21:34:23.2281666Z [00:03:16.651]➜  packagefile net/http/internal/httpcommon=/tmp/go-build1238918229/b214/_pkg_.a
2025-08-20T21:34:23.2282190Z [00:03:16.651]➜  packagefile net/textproto=/tmp/go-build1238918229/b205/_pkg_.a
2025-08-20T21:34:23.2282746Z [00:03:16.651]➜  packagefile github.com/common-nighthawk/go-figure=/tmp/go-build1238918229/b636/_pkg_.a
2025-08-20T21:34:23.2283334Z [00:03:16.651]➜  packagefile runtime/debug=/tmp/go-build1238918229/b332/_pkg_.a
2025-08-20T21:34:23.2283804Z [00:03:16.651]➜  packagefile text/tabwriter=/tmp/go-build1238918229/b215/_pkg_.a
2025-08-20T21:34:23.2284406Z [00:03:16.651]➜  packagefile internal/race=/tmp/go-build1238918229/b031/_pkg_.a
2025-08-20T21:34:23.2284940Z [00:03:16.651]➜  packagefile internal/sync=/tmp/go-build1238918229/b037/_pkg_.a
2025-08-20T21:34:23.2285479Z [00:03:16.651]➜  packagefile internal/synctest=/tmp/go-build1238918229/b039/_pkg_.a
2025-08-20T21:34:23.2286043Z [00:03:16.651]➜  packagefile text/template/parse=/tmp/go-build1238918229/b194/_pkg_.a
2025-08-20T21:34:23.2286559Z [00:03:16.651]➜  packagefile internal/unsafeheader=/tmp/go-build1238918229/b010/_pkg_.a
2025-08-20T21:34:23.2287107Z [00:03:16.651]➜  packagefile internal/oserror=/tmp/go-build1238918229/b055/_pkg_.a
2025-08-20T21:34:23.2287797Z [00:03:16.651]➜  packagefile internal/asan=/tmp/go-build1238918229/b029/_pkg_.a
2025-08-20T21:34:23.2288342Z [00:03:16.651]➜  packagefile internal/msan=/tmp/go-build1238918229/b030/_pkg_.a
2025-08-20T21:34:23.2288818Z [00:03:16.651]➜  packagefile internal/bisect=/tmp/go-build1238918229/b059/_pkg_.a
2025-08-20T21:34:23.2289328Z [00:03:16.651]➜  packagefile chainguard.dev/sdk/sts=/tmp/go-build1238918229/b074/_pkg_.a
2025-08-20T21:34:23.2289845Z [00:03:16.651]➜  packagefile golang.org/x/oauth2=/tmp/go-build1238918229/b366/_pkg_.a
2025-08-20T21:34:23.2290361Z [00:03:16.651]➜  packagefile golang.org/x/time/rate=/tmp/go-build1238918229/b435/_pkg_.a
2025-08-20T21:34:23.2290909Z [00:03:16.651]➜  packagefile google.golang.org/api/idtoken=/tmp/go-build1238918229/b436/_pkg_.a
2025-08-20T21:34:23.2291451Z [00:03:16.651]➜  packagefile crypto/internal/impl=/tmp/go-build1238918229/b116/_pkg_.a
2025-08-20T21:34:23.2292062Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/tmp/go-build1238918229/b337/_pkg_.a
2025-08-20T21:34:23.2292759Z [00:03:16.651]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build1238918229/b350/_pkg_.a
2025-08-20T21:34:23.2293642Z [00:03:16.651]➜  packagefile github.com/go-jose/go-jose/v3=/tmp/go-build1238918229/b464/_pkg_.a
2025-08-20T21:34:23.2294254Z [00:03:16.651]➜  packagefile github.com/go-jose/go-jose/v3/cryptosigner=/tmp/go-build1238918229/b468/_pkg_.a
2025-08-20T21:34:23.2294868Z [00:03:16.651]➜  packagefile github.com/go-jose/go-jose/v3/jwt=/tmp/go-build1238918229/b469/_pkg_.a
2025-08-20T21:34:23.2295473Z [00:03:16.651]➜  packagefile go.step.sm/crypto/internal/utils/file=/tmp/go-build1238918229/b471/_pkg_.a
2025-08-20T21:34:23.2296046Z [00:03:16.651]➜  packagefile go.step.sm/crypto/keyutil=/tmp/go-build1238918229/b473/_pkg_.a
2025-08-20T21:34:23.2296735Z [00:03:16.651]➜  packagefile go.step.sm/crypto/pemutil=/tmp/go-build1238918229/b484/_pkg_.a
2025-08-20T21:34:23.2297585Z [00:03:16.651]➜  packagefile go.step.sm/crypto/randutil=/tmp/go-build1238918229/b486/_pkg_.a
2025-08-20T21:34:23.2298186Z [00:03:16.651]➜  packagefile go.step.sm/crypto/x25519=/tmp/go-build1238918229/b476/_pkg_.a
2025-08-20T21:34:23.2298687Z [00:03:16.651]➜  packagefile regexp/syntax=/tmp/go-build1238918229/b192/_pkg_.a
2025-08-20T21:34:23.2299308Z [00:03:16.651]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build1238918229/b628/_pkg_.a
2025-08-20T21:34:23.2300030Z [00:03:16.651]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build1238918229/b632/_pkg_.a
2025-08-20T21:34:23.2300713Z [00:03:16.651]➜  packagefile chainguard.dev/apko/internal/ldso-cache=/tmp/go-build1238918229/b642/_pkg_.a
2025-08-20T21:34:23.2301360Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/baseimg=/tmp/go-build1238918229/b646/_pkg_.a
2025-08-20T21:34:23.2301943Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/lock=/tmp/go-build1238918229/b675/_pkg_.a
2025-08-20T21:34:23.2302525Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/passwd=/tmp/go-build1238918229/b677/_pkg_.a
2025-08-20T21:34:23.2303093Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/s6=/tmp/go-build1238918229/b678/_pkg_.a
2025-08-20T21:34:23.2303682Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/sbom=/tmp/go-build1238918229/b679/_pkg_.a
2025-08-20T21:34:23.2304424Z [00:03:16.651]➜  packagefile chainguard.dev/apko/pkg/sbom/generator=/tmp/go-build1238918229/b680/_pkg_.a
2025-08-20T21:34:23.2305111Z [00:03:16.651]➜  packagefile k8s.io/apimachinery/pkg/util/sets=/tmp/go-build1238918229/b683/_pkg_.a
2025-08-20T21:34:23.2305771Z [00:03:16.651]➜  packagefile sigs.k8s.io/release-utils/hash=/tmp/go-build1238918229/b684/_pkg_.a
2025-08-20T21:34:23.2306390Z [00:03:16.651]➜  packagefile github.com/ijt/goparsify=/tmp/go-build1238918229/b687/_pkg_.a
2025-08-20T21:34:23.2306971Z [00:03:16.651]➜  packagefile github.com/github/go-spdx/v2/spdxexp=/tmp/go-build1238918229/b690/_pkg_.a
2025-08-20T21:34:23.2307693Z [00:03:16.651]➜  packagefile golang.org/x/text/cases=/tmp/go-build1238918229/b692/_pkg_.a
2025-08-20T21:34:23.2308293Z [00:03:16.651]➜  packagefile golang.org/x/text/language=/tmp/go-build1238918229/b694/_pkg_.a
2025-08-20T21:34:23.2308789Z [00:03:16.651]➜  packagefile hash/fnv=/tmp/go-build1238918229/b229/_pkg_.a
2025-08-20T21:34:23.2309314Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1238918229/b225/_pkg_.a
2025-08-20T21:34:23.2309974Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1238918229/b231/_pkg_.a
2025-08-20T21:34:23.2310673Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1238918229/b259/_pkg_.a
2025-08-20T21:34:23.2311351Z [00:03:16.651]➜  packagefile github.com/spdx/tools-golang/json/marshal=/tmp/go-build1238918229/b827/_pkg_.a
2025-08-20T21:34:23.2311937Z [00:03:16.651]➜  packagefile github.com/spf13/afero=/tmp/go-build1238918229/b830/_pkg_.a
2025-08-20T21:34:23.2312435Z [00:03:16.651]➜  packagefile text/scanner=/tmp/go-build1238918229/b834/_pkg_.a
2025-08-20T21:34:23.2313023Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1238918229/b226/_pkg_.a
2025-08-20T21:34:23.2314014Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build1238918229/b249/_pkg_.a
2025-08-20T21:34:23.2314780Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1238918229/b230/_pkg_.a
2025-08-20T21:34:23.2315498Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1238918229/b227/_pkg_.a
2025-08-20T21:34:23.2316178Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1238918229/b250/_pkg_.a
2025-08-20T21:34:23.2316849Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1238918229/b233/_pkg_.a
2025-08-20T21:34:23.2317855Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1238918229/b234/_pkg_.a
2025-08-20T21:34:23.2318532Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1238918229/b235/_pkg_.a
2025-08-20T21:34:23.2319209Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1238918229/b232/_pkg_.a
2025-08-20T21:34:23.2319866Z [00:03:16.651]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build1238918229/b257/_pkg_.a
2025-08-20T21:34:23.2320509Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1238918229/b236/_pkg_.a
2025-08-20T21:34:23.2321194Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1238918229/b238/_pkg_.a
2025-08-20T21:34:23.2321814Z [00:03:16.652]➜  packagefile mvdan.cc/sh/v3/fileutil=/tmp/go-build1238918229/b836/_pkg_.a
2025-08-20T21:34:23.2322374Z [00:03:16.652]➜  packagefile github.com/u-root/u-root/pkg/cpio=/tmp/go-build1238918229/b702/_pkg_.a
2025-08-20T21:34:23.2322959Z [00:03:16.652]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build1238918229/b143/_pkg_.a
2025-08-20T21:34:23.2323543Z [00:03:16.652]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1238918229/b137/_pkg_.a
2025-08-20T21:34:23.2324129Z [00:03:16.652]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1238918229/b145/_pkg_.a
2025-08-20T21:34:23.2324889Z [00:03:16.652]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build1238918229/b668/_pkg_.a
2025-08-20T21:34:23.2325696Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build1238918229/b654/_pkg_.a
2025-08-20T21:34:23.2326544Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build1238918229/b657/_pkg_.a
2025-08-20T21:34:23.2327546Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/internal/estargz=/tmp/go-build1238918229/b674/_pkg_.a
2025-08-20T21:34:23.2328402Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build1238918229/b653/_pkg_.a
2025-08-20T21:34:23.2329143Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build1238918229/b658/_pkg_.a
2025-08-20T21:34:23.2329902Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build1238918229/b665/_pkg_.a
2025-08-20T21:34:23.2330635Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build1238918229/b648/_pkg_.a
2025-08-20T21:34:23.2331360Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build1238918229/b656/_pkg_.a
2025-08-20T21:34:23.2332077Z [00:03:16.652]➜  packagefile github.com/containerd/containerd/v2/pkg/cap=/tmp/go-build1238918229/b805/_pkg_.a
2025-08-20T21:34:23.2332728Z [00:03:16.652]➜  packagefile github.com/containerd/log=/tmp/go-build1238918229/b806/_pkg_.a
2025-08-20T21:34:23.2333298Z [00:03:16.652]➜  packagefile github.com/docker/docker/errdefs=/tmp/go-build1238918229/b807/_pkg_.a
2025-08-20T21:34:23.2333995Z [00:03:16.652]➜  packagefile crypto/hmac=/tmp/go-build1238918229/b157/_pkg_.a
2025-08-20T21:34:23.2334456Z [00:03:16.652]➜  packagefile crypto/mlkem=/tmp/go-build1238918229/b481/_pkg_.a
2025-08-20T21:34:23.2335037Z [00:03:16.652]➜  packagefile crypto/rc4=/tmp/go-build1238918229/b167/_pkg_.a
2025-08-20T21:34:23.2335554Z [00:03:16.652]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build1238918229/b404/_pkg_.a
2025-08-20T21:34:23.2336129Z [00:03:16.652]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1238918229/b479/_pkg_.a
2025-08-20T21:34:23.2336735Z [00:03:16.652]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1238918229/b406/_pkg_.a
2025-08-20T21:34:23.2337400Z [00:03:16.652]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build1238918229/b482/_pkg_.a
2025-08-20T21:34:23.2338270Z [00:03:16.652]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1238918229/b095/_pkg_.a
2025-08-20T21:34:23.2338839Z [00:03:16.652]➜  packagefile internal/nettrace=/tmp/go-build1238918229/b096/_pkg_.a
2025-08-20T21:34:23.2339351Z [00:03:16.652]➜  packagefile internal/singleflight=/tmp/go-build1238918229/b097/_pkg_.a
2025-08-20T21:34:23.2340002Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/pkg/v1/daemon=/tmp/go-build1238918229/b839/_pkg_.a
2025-08-20T21:34:23.2340749Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build1238918229/b652/_pkg_.a
2025-08-20T21:34:23.2341488Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote=/tmp/go-build1238918229/b873/_pkg_.a
2025-08-20T21:34:23.2342117Z [00:03:16.652]➜  packagefile github.com/google/shlex=/tmp/go-build1238918229/b889/_pkg_.a
2025-08-20T21:34:23.2342631Z [00:03:16.652]➜  packagefile github.com/moby/term=/tmp/go-build1238918229/b892/_pkg_.a
2025-08-20T21:34:23.2343165Z [00:03:16.652]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1238918229/b685/_pkg_.a
2025-08-20T21:34:23.2343791Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/blkiodev=/tmp/go-build1238918229/b842/_pkg_.a
2025-08-20T21:34:23.2344459Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/common=/tmp/go-build1238918229/b843/_pkg_.a
2025-08-20T21:34:23.2345128Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build1238918229/b844/_pkg_.a
2025-08-20T21:34:23.2345978Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build1238918229/b847/_pkg_.a
2025-08-20T21:34:23.2346723Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build1238918229/b849/_pkg_.a
2025-08-20T21:34:23.2347661Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/strslice=/tmp/go-build1238918229/b850/_pkg_.a
2025-08-20T21:34:23.2348417Z [00:03:16.652]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build1238918229/b851/_pkg_.a
2025-08-20T21:34:23.2349005Z [00:03:16.652]➜  packagefile github.com/docker/go-units=/tmp/go-build1238918229/b852/_pkg_.a
2025-08-20T21:34:23.2349628Z [00:03:16.652]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build1238918229/b853/_pkg_.a
2025-08-20T21:34:23.2350278Z [00:03:16.652]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build1238918229/b633/_pkg_.a
2025-08-20T21:34:23.2350872Z [00:03:16.652]➜  packagefile github.com/containerd/errdefs=/tmp/go-build1238918229/b808/_pkg_.a
2025-08-20T21:34:23.2351502Z [00:03:16.652]➜  packagefile github.com/containerd/errdefs/pkg/errhttp=/tmp/go-build1238918229/b855/_pkg_.a
2025-08-20T21:34:23.2352136Z [00:03:16.652]➜  packagefile github.com/distribution/reference=/tmp/go-build1238918229/b857/_pkg_.a
2025-08-20T21:34:23.2352724Z [00:03:16.652]➜  packagefile github.com/docker/docker/api=/tmp/go-build1238918229/b858/_pkg_.a
2025-08-20T21:34:23.2353315Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build1238918229/b859/_pkg_.a
2025-08-20T21:34:23.2354135Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build1238918229/b860/_pkg_.a
2025-08-20T21:34:23.2354812Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/checkpoint=/tmp/go-build1238918229/b866/_pkg_.a
2025-08-20T21:34:23.2355642Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/events=/tmp/go-build1238918229/b867/_pkg_.a
2025-08-20T21:34:23.2356320Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build1238918229/b861/_pkg_.a
2025-08-20T21:34:23.2356985Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build1238918229/b862/_pkg_.a
2025-08-20T21:34:23.2357845Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/system=/tmp/go-build1238918229/b868/_pkg_.a
2025-08-20T21:34:23.2358565Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/time=/tmp/go-build1238918229/b869/_pkg_.a
2025-08-20T21:34:23.2359228Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build1238918229/b845/_pkg_.a
2025-08-20T21:34:23.2359900Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build1238918229/b865/_pkg_.a
2025-08-20T21:34:23.2360578Z [00:03:16.652]➜  packagefile github.com/docker/docker/internal/lazyregexp=/tmp/go-build1238918229/b870/_pkg_.a
2025-08-20T21:34:23.2361242Z [00:03:16.652]➜  packagefile github.com/docker/go-connections/sockets=/tmp/go-build1238918229/b871/_pkg_.a
2025-08-20T21:34:23.2361905Z [00:03:16.652]➜  packagefile github.com/docker/go-connections/tlsconfig=/tmp/go-build1238918229/b872/_pkg_.a
2025-08-20T21:34:23.2362668Z [00:03:16.652]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build1238918229/b441/_pkg_.a
2025-08-20T21:34:23.2363431Z [00:03:16.652]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build1238918229/b651/_pkg_.a
2025-08-20T21:34:23.2364211Z [00:03:16.652]➜  packagefile github.com/google/go-licenses/v2/internal/third_party/pkgsite/source=/tmp/go-build1238918229/b715/_pkg_.a
2025-08-20T21:34:23.2364843Z [00:03:16.652]➜  packagefile go/build=/tmp/go-build1238918229/b742/_pkg_.a
2025-08-20T21:34:23.2365355Z [00:03:16.652]➜  packagefile golang.org/x/tools/go/packages=/tmp/go-build1238918229/b755/_pkg_.a
2025-08-20T21:34:23.2365880Z [00:03:16.652]➜  packagefile k8s.io/klog/v2=/tmp/go-build1238918229/b778/_pkg_.a
2025-08-20T21:34:23.2366564Z [00:03:16.652]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build1238918229/b740/_pkg_.a
2025-08-20T21:34:23.2367160Z [00:03:16.652]➜  packagefile html=/tmp/go-build1238918229/b190/_pkg_.a
2025-08-20T21:34:23.2367883Z [00:03:16.652]➜  packagefile compress/zlib=/tmp/go-build1238918229/b531/_pkg_.a
2025-08-20T21:34:23.2368503Z [00:03:16.652]➜  packagefile debug/dwarf=/tmp/go-build1238918229/b644/_pkg_.a
2025-08-20T21:34:23.2369076Z [00:03:16.652]➜  packagefile internal/saferio=/tmp/go-build1238918229/b386/_pkg_.a
2025-08-20T21:34:23.2369556Z [00:03:16.652]➜  packagefile internal/zstd=/tmp/go-build1238918229/b645/_pkg_.a
2025-08-20T21:34:23.2370124Z [00:03:16.652]➜  packagefile github.com/chainguard-dev/yam/pkg/util=/tmp/go-build1238918229/b896/_pkg_.a
2025-08-20T21:34:23.2370817Z [00:03:16.652]➜  packagefile github.com/chainguard-dev/yam/pkg/yam/formatted/path=/tmp/go-build1238918229/b897/_pkg_.a
2025-08-20T21:34:23.2371476Z [00:03:16.652]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1238918229/b119/_pkg_.a
2025-08-20T21:34:23.2371995Z [00:03:16.652]➜  packagefile debug/macho=/tmp/go-build1238918229/b819/_pkg_.a
2025-08-20T21:34:23.2372437Z [00:03:16.652]➜  packagefile debug/pe=/tmp/go-build1238918229/b820/_pkg_.a
2025-08-20T21:34:23.2372892Z [00:03:16.652]➜  packagefile debug/plan9obj=/tmp/go-build1238918229/b821/_pkg_.a
2025-08-20T21:34:23.2373368Z [00:03:16.652]➜  packagefile internal/xcoff=/tmp/go-build1238918229/b822/_pkg_.a
2025-08-20T21:34:23.2373889Z [00:03:16.652]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1238918229/b128/_pkg_.a
2025-08-20T21:34:23.2374667Z [00:03:16.652]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1238918229/b109/_pkg_.a
2025-08-20T21:34:23.2375246Z [00:03:16.652]➜  packagefile crypto/internal/entropy=/tmp/go-build1238918229/b122/_pkg_.a
2025-08-20T21:34:23.2375903Z [00:03:16.652]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1238918229/b107/_pkg_.a
2025-08-20T21:34:23.2376480Z [00:03:16.652]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1238918229/b111/_pkg_.a
2025-08-20T21:34:23.2377067Z [00:03:16.652]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1238918229/b118/_pkg_.a
2025-08-20T21:34:23.2377862Z [00:03:16.652]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1238918229/b114/_pkg_.a
2025-08-20T21:34:23.2378501Z [00:03:16.652]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1238918229/b117/_pkg_.a
2025-08-20T21:34:23.2379089Z [00:03:16.652]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1238918229/b115/_pkg_.a
2025-08-20T21:34:23.2379612Z [00:03:16.652]➜  packagefile crypto/sha3=/tmp/go-build1238918229/b147/_pkg_.a
2025-08-20T21:34:23.2380140Z [00:03:16.652]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1238918229/b120/_pkg_.a
2025-08-20T21:34:23.2380723Z [00:03:16.652]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1238918229/b110/_pkg_.a
2025-08-20T21:34:23.2381299Z [00:03:16.652]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build1238918229/b136/_pkg_.a
2025-08-20T21:34:23.2381931Z [00:03:16.652]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1238918229/b139/_pkg_.a
2025-08-20T21:34:23.2382561Z [00:03:16.652]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build1238918229/b153/_pkg_.a
2025-08-20T21:34:23.2383061Z [00:03:16.652]➜  packagefile unique=/tmp/go-build1238918229/b099/_pkg_.a
2025-08-20T21:34:23.2383572Z [00:03:16.652]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build1238918229/b787/_pkg_.a
2025-08-20T21:34:23.2384181Z [00:03:16.652]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build1238918229/b795/_pkg_.a
2025-08-20T21:34:23.2384751Z [00:03:16.652]➜  packagefile github.com/rivo/uniseg=/tmp/go-build1238918229/b794/_pkg_.a
2025-08-20T21:34:23.2385323Z [00:03:16.652]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build1238918229/b800/_pkg_.a
2025-08-20T21:34:23.2385936Z [00:03:16.652]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build1238918229/b791/_pkg_.a
2025-08-20T21:34:23.2386659Z [00:03:16.652]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build1238918229/b801/_pkg_.a
2025-08-20T21:34:23.2387248Z [00:03:16.652]➜  packagefile image/color=/tmp/go-build1238918229/b540/_pkg_.a
2025-08-20T21:34:23.2388131Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build1238918229/b500/_pkg_.a
2025-08-20T21:34:23.2388925Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build1238918229/b502/_pkg_.a
2025-08-20T21:34:23.2389678Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build1238918229/b525/_pkg_.a
2025-08-20T21:34:23.2390380Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build1238918229/b526/_pkg_.a
2025-08-20T21:34:23.2391072Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build1238918229/b527/_pkg_.a
2025-08-20T21:34:23.2391886Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build1238918229/b528/_pkg_.a
2025-08-20T21:34:23.2392577Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build1238918229/b501/_pkg_.a
2025-08-20T21:34:23.2393323Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build1238918229/b504/_pkg_.a
2025-08-20T21:34:23.2394092Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build1238918229/b509/_pkg_.a
2025-08-20T21:34:23.2394803Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build1238918229/b537/_pkg_.a
2025-08-20T21:34:23.2395653Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build1238918229/b538/_pkg_.a
2025-08-20T21:34:23.2396258Z [00:03:16.652]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build1238918229/b543/_pkg_.a
2025-08-20T21:34:23.2396768Z [00:03:16.652]➜  packagefile compress/bzip2=/tmp/go-build1238918229/b530/_pkg_.a
2025-08-20T21:34:23.2397366Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build1238918229/b533/_pkg_.a
2025-08-20T21:34:23.2398380Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build1238918229/b512/_pkg_.a
2025-08-20T21:34:23.2399113Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build1238918229/b534/_pkg_.a
2025-08-20T21:34:23.2399710Z [00:03:16.652]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build1238918229/b409/_pkg_.a
2025-08-20T21:34:23.2400181Z [00:03:16.652]➜  packagefile image=/tmp/go-build1238918229/b539/_pkg_.a
2025-08-20T21:34:23.2400614Z [00:03:16.652]➜  packagefile image/jpeg=/tmp/go-build1238918229/b541/_pkg_.a
2025-08-20T21:34:23.2401158Z [00:03:16.652]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build1238918229/b547/_pkg_.a
2025-08-20T21:34:23.2401810Z [00:03:16.652]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build1238918229/b548/_pkg_.a
2025-08-20T21:34:23.2402392Z [00:03:16.652]➜  packagefile github.com/go-git/gcfg=/tmp/go-build1238918229/b559/_pkg_.a
2025-08-20T21:34:23.2402973Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build1238918229/b573/_pkg_.a
2025-08-20T21:34:23.2403652Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build1238918229/b575/_pkg_.a
2025-08-20T21:34:23.2404403Z [00:03:16.652]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build1238918229/b555/_pkg_.a
2025-08-20T21:34:23.2405074Z [00:03:16.652]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build1238918229/b579/_pkg_.a
2025-08-20T21:34:23.2405764Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/diff=/tmp/go-build1238918229/b585/_pkg_.a
2025-08-20T21:34:23.2406469Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build1238918229/b594/_pkg_.a
2025-08-20T21:34:23.2407187Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/file=/tmp/go-build1238918229/b602/_pkg_.a
2025-08-20T21:34:23.2408175Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/git=/tmp/go-build1238918229/b609/_pkg_.a
2025-08-20T21:34:23.2408944Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build1238918229/b610/_pkg_.a
2025-08-20T21:34:23.2409663Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/ssh=/tmp/go-build1238918229/b612/_pkg_.a
2025-08-20T21:34:23.2410372Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build1238918229/b606/_pkg_.a
2025-08-20T21:34:23.2411016Z [00:03:16.652]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build1238918229/b570/_pkg_.a
2025-08-20T21:34:23.2411704Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build1238918229/b591/_pkg_.a
2025-08-20T21:34:23.2412565Z [00:03:16.652]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build1238918229/b455/_pkg_.a
2025-08-20T21:34:23.2413126Z [00:03:16.652]➜  packagefile encoding/csv=/tmp/go-build1238918229/b639/_pkg_.a
2025-08-20T21:34:23.2413558Z [00:03:16.652]➜  packagefile flag=/tmp/go-build1238918229/b426/_pkg_.a
2025-08-20T21:34:23.2414026Z [00:03:16.652]➜  packagefile github.com/go-logr/stdr=/tmp/go-build1238918229/b342/_pkg_.a
2025-08-20T21:34:23.2414608Z [00:03:16.652]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build1238918229/b344/_pkg_.a
2025-08-20T21:34:23.2415225Z [00:03:16.652]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build1238918229/b353/_pkg_.a
2025-08-20T21:34:23.2416007Z [00:03:16.652]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build1238918229/b355/_pkg_.a
2025-08-20T21:34:23.2416567Z [00:03:16.652]➜  packagefile github.com/google/uuid=/tmp/go-build1238918229/b910/_pkg_.a
2025-08-20T21:34:23.2417124Z [00:03:16.652]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build1238918229/b911/_pkg_.a
2025-08-20T21:34:23.2417963Z [00:03:16.652]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build1238918229/b912/_pkg_.a
2025-08-20T21:34:23.2418520Z [00:03:16.652]➜  packagefile crypto/hkdf=/tmp/go-build1238918229/b155/_pkg_.a
2025-08-20T21:34:23.2419041Z [00:03:16.652]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1238918229/b158/_pkg_.a
2025-08-20T21:34:23.2419624Z [00:03:16.652]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build1238918229/b159/_pkg_.a
2025-08-20T21:34:23.2420196Z [00:03:16.652]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build1238918229/b160/_pkg_.a
2025-08-20T21:34:23.2420738Z [00:03:16.652]➜  packagefile crypto/internal/hpke=/tmp/go-build1238918229/b161/_pkg_.a
2025-08-20T21:34:23.2421295Z [00:03:16.652]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build1238918229/b172/_pkg_.a
2025-08-20T21:34:23.2421937Z [00:03:16.652]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1238918229/b162/_pkg_.a
2025-08-20T21:34:23.2422466Z [00:03:16.652]➜  packagefile weak=/tmp/go-build1238918229/b100/_pkg_.a
2025-08-20T21:34:23.2423008Z [00:03:16.652]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1238918229/b201/_pkg_.a
2025-08-20T21:34:23.2423653Z [00:03:16.652]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1238918229/b203/_pkg_.a
2025-08-20T21:34:23.2424471Z [00:03:16.652]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1238918229/b204/_pkg_.a
2025-08-20T21:34:23.2425107Z [00:03:16.652]➜  packagefile mime/quotedprintable=/tmp/go-build1238918229/b210/_pkg_.a
2025-08-20T21:34:23.2425714Z [00:03:16.652]➜  packagefile chainguard.dev/sdk/proto/platform/oidc/v1=/tmp/go-build1238918229/b075/_pkg_.a
2025-08-20T21:34:23.2426338Z [00:03:16.652]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1238918229/b079/_pkg_.a
2025-08-20T21:34:23.2426920Z [00:03:16.652]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build1238918229/b367/_pkg_.a
2025-08-20T21:34:23.2427729Z [00:03:16.652]➜  packagefile cloud.google.com/go/auth/credentials/idtoken=/tmp/go-build1238918229/b437/_pkg_.a
2025-08-20T21:34:23.2428541Z [00:03:16.652]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build1238918229/b391/_pkg_.a
2025-08-20T21:34:23.2429217Z [00:03:16.652]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build1238918229/b362/_pkg_.a
2025-08-20T21:34:23.2429801Z [00:03:16.652]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build1238918229/b368/_pkg_.a
2025-08-20T21:34:23.2430382Z [00:03:16.652]➜  packagefile google.golang.org/api/impersonate=/tmp/go-build1238918229/b448/_pkg_.a
2025-08-20T21:34:23.2430971Z [00:03:16.652]➜  packagefile google.golang.org/api/internal=/tmp/go-build1238918229/b377/_pkg_.a
2025-08-20T21:34:23.2431540Z [00:03:16.652]➜  packagefile google.golang.org/api/option=/tmp/go-build1238918229/b359/_pkg_.a
2025-08-20T21:34:23.2432354Z [00:03:16.652]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build1238918229/b449/_pkg_.a
2025-08-20T21:34:23.2433045Z [00:03:16.652]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build1238918229/b450/_pkg_.a
2025-08-20T21:34:23.2433661Z [00:03:16.652]➜  packagefile github.com/go-jose/go-jose/v3/cipher=/tmp/go-build1238918229/b465/_pkg_.a
2025-08-20T21:34:23.2434259Z [00:03:16.652]➜  packagefile github.com/go-jose/go-jose/v3/json=/tmp/go-build1238918229/b466/_pkg_.a
2025-08-20T21:34:23.2434829Z [00:03:16.652]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build1238918229/b467/_pkg_.a
2025-08-20T21:34:23.2435426Z [00:03:16.652]➜  packagefile go.step.sm/crypto/internal/utils/utfbom=/tmp/go-build1238918229/b472/_pkg_.a
2025-08-20T21:34:23.2436164Z [00:03:16.652]➜  packagefile go.step.sm/crypto/fingerprint=/tmp/go-build1238918229/b474/_pkg_.a
2025-08-20T21:34:23.2436767Z [00:03:16.652]➜  packagefile go.step.sm/crypto/internal/bcrypt_pbkdf=/tmp/go-build1238918229/b485/_pkg_.a
2025-08-20T21:34:23.2437391Z [00:03:16.652]➜  packagefile golang.org/x/crypto/nacl/secretbox=/tmp/go-build1238918229/b487/_pkg_.a
2025-08-20T21:34:23.2438208Z [00:03:16.652]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build1238918229/b489/_pkg_.a
2025-08-20T21:34:23.2438753Z [00:03:16.652]➜  packagefile filippo.io/edwards25519=/tmp/go-build1238918229/b477/_pkg_.a
2025-08-20T21:34:23.2439308Z [00:03:16.652]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build1238918229/b478/_pkg_.a
2025-08-20T21:34:23.2439977Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/pkg/v1/layout=/tmp/go-build1238918229/b647/_pkg_.a
2025-08-20T21:34:23.2440706Z [00:03:16.652]➜  packagefile github.com/github/go-spdx/v2/spdxexp/spdxlicenses=/tmp/go-build1238918229/b691/_pkg_.a
2025-08-20T21:34:23.2441330Z [00:03:16.652]➜  packagefile golang.org/x/text/internal=/tmp/go-build1238918229/b693/_pkg_.a
2025-08-20T21:34:23.2441886Z [00:03:16.652]➜  packagefile golang.org/x/text/transform=/tmp/go-build1238918229/b298/_pkg_.a
2025-08-20T21:34:23.2442459Z [00:03:16.652]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1238918229/b300/_pkg_.a
2025-08-20T21:34:23.2443059Z [00:03:16.652]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build1238918229/b695/_pkg_.a
2025-08-20T21:34:23.2443716Z [00:03:16.652]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build1238918229/b697/_pkg_.a
2025-08-20T21:34:23.2444403Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1238918229/b239/_pkg_.a
2025-08-20T21:34:23.2445238Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build1238918229/b260/_pkg_.a
2025-08-20T21:34:23.2445965Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build1238918229/b261/_pkg_.a
2025-08-20T21:34:23.2446641Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build1238918229/b264/_pkg_.a
2025-08-20T21:34:23.2447325Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build1238918229/b265/_pkg_.a
2025-08-20T21:34:23.2448162Z [00:03:16.652]➜  packagefile github.com/spf13/afero/internal/common=/tmp/go-build1238918229/b831/_pkg_.a
2025-08-20T21:34:23.2448837Z [00:03:16.652]➜  packagefile github.com/spf13/afero/mem=/tmp/go-build1238918229/b832/_pkg_.a
2025-08-20T21:34:23.2449441Z [00:03:16.652]➜  packagefile golang.org/x/text/runes=/tmp/go-build1238918229/b833/_pkg_.a
2025-08-20T21:34:23.2450053Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1238918229/b228/_pkg_.a
2025-08-20T21:34:23.2450727Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build1238918229/b251/_pkg_.a
2025-08-20T21:34:23.2451410Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build1238918229/b252/_pkg_.a
2025-08-20T21:34:23.2452130Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build1238918229/b253/_pkg_.a
2025-08-20T21:34:23.2453022Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1238918229/b255/_pkg_.a
2025-08-20T21:34:23.2453600Z [00:03:16.652]➜  packagefile go/token=/tmp/go-build1238918229/b237/_pkg_.a
2025-08-20T21:34:23.2454110Z [00:03:16.652]➜  packagefile github.com/u-root/u-root/pkg/ls=/tmp/go-build1238918229/b703/_pkg_.a
2025-08-20T21:34:23.2454694Z [00:03:16.652]➜  packagefile github.com/u-root/u-root/pkg/upath=/tmp/go-build1238918229/b705/_pkg_.a
2025-08-20T21:34:23.2455256Z [00:03:16.652]➜  packagefile github.com/u-root/uio/uio=/tmp/go-build1238918229/b706/_pkg_.a
2025-08-20T21:34:23.2455811Z [00:03:16.652]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1238918229/b112/_pkg_.a
2025-08-20T21:34:23.2456563Z [00:03:16.652]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build1238918229/b138/_pkg_.a
2025-08-20T21:34:23.2457281Z [00:03:16.652]➜  packagefile github.com/containerd/stargz-snapshotter/estargz/errorutil=/tmp/go-build1238918229/b669/_pkg_.a
2025-08-20T21:34:23.2458196Z [00:03:16.652]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build1238918229/b659/_pkg_.a
2025-08-20T21:34:23.2458833Z [00:03:16.652]➜  packagefile github.com/vbatts/tar-split/archive/tar=/tmp/go-build1238918229/b670/_pkg_.a
2025-08-20T21:34:23.2459357Z [00:03:16.652]➜  packagefile testing=/tmp/go-build1238918229/b671/_pkg_.a
2025-08-20T21:34:23.2459950Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build1238918229/b649/_pkg_.a
2025-08-20T21:34:23.2460622Z [00:03:16.652]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1238918229/b405/_pkg_.a
2025-08-20T21:34:23.2461207Z [00:03:16.652]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build1238918229/b483/_pkg_.a
2025-08-20T21:34:23.2461870Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build1238918229/b666/_pkg_.a
2025-08-20T21:34:23.2462622Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build1238918229/b874/_pkg_.a
2025-08-20T21:34:23.2463375Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build1238918229/b875/_pkg_.a
2025-08-20T21:34:23.2464135Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/internal/verify=/tmp/go-build1238918229/b877/_pkg_.a
2025-08-20T21:34:23.2464866Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build1238918229/b878/_pkg_.a
2025-08-20T21:34:23.2465764Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote/transport=/tmp/go-build1238918229/b887/_pkg_.a
2025-08-20T21:34:23.2466583Z [00:03:16.652]➜  packagefile github.com/docker/docker/internal/multierror=/tmp/go-build1238918229/b848/_pkg_.a
2025-08-20T21:34:23.2467297Z [00:03:16.652]➜  packagefile github.com/containerd/errdefs/pkg/internal/cause=/tmp/go-build1238918229/b856/_pkg_.a
2025-08-20T21:34:23.2468174Z [00:03:16.652]➜  packagefile github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build1238918229/b863/_pkg_.a
2025-08-20T21:34:23.2468815Z [00:03:16.652]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build1238918229/b442/_pkg_.a
2025-08-20T21:34:23.2469752Z [00:03:16.652]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build1238918229/b443/_pkg_.a
2025-08-20T21:34:23.2470776Z [00:03:16.652]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build1238918229/b444/_pkg_.a
2025-08-20T21:34:23.2471477Z [00:03:16.652]➜  packagefile encoding/xml=/tmp/go-build1238918229/b716/_pkg_.a
2025-08-20T21:34:23.2472155Z [00:03:16.652]➜  packagefile github.com/google/go-licenses/v2/internal/third_party/pkgsite/derrors=/tmp/go-build1238918229/b717/_pkg_.a
2025-08-20T21:34:23.2473013Z [00:03:16.652]➜  packagefile github.com/google/go-licenses/v2/internal/third_party/pkgsite/stdlib=/tmp/go-build1238918229/b718/_pkg_.a
2025-08-20T21:34:23.2473992Z [00:03:16.652]➜  packagefile github.com/google/go-licenses/v2/internal/third_party/pkgsite/version=/tmp/go-build1238918229/b719/_pkg_.a
2025-08-20T21:34:23.2474700Z [00:03:16.652]➜  packagefile go.opencensus.io/plugin/ochttp=/tmp/go-build1238918229/b721/_pkg_.a
2025-08-20T21:34:23.2475248Z [00:03:16.652]➜  packagefile go.opencensus.io/trace=/tmp/go-build1238918229/b723/_pkg_.a
2025-08-20T21:34:23.2475810Z [00:03:16.652]➜  packagefile golang.org/x/net/context/ctxhttp=/tmp/go-build1238918229/b738/_pkg_.a
2025-08-20T21:34:23.2476309Z [00:03:16.652]➜  packagefile go/ast=/tmp/go-build1238918229/b743/_pkg_.a
2025-08-20T21:34:23.2476772Z [00:03:16.652]➜  packagefile go/build/constraint=/tmp/go-build1238918229/b745/_pkg_.a
2025-08-20T21:34:23.2477226Z [00:03:16.652]➜  packagefile go/doc=/tmp/go-build1238918229/b746/_pkg_.a
2025-08-20T21:34:23.2477910Z [00:03:16.652]➜  packagefile go/parser=/tmp/go-build1238918229/b749/_pkg_.a
2025-08-20T21:34:23.2478354Z [00:03:16.652]➜  packagefile go/scanner=/tmp/go-build1238918229/b744/_pkg_.a
2025-08-20T21:34:23.2478832Z [00:03:16.652]➜  packagefile internal/buildcfg=/tmp/go-build1238918229/b750/_pkg_.a
2025-08-20T21:34:23.2479321Z [00:03:16.652]➜  packagefile internal/goroot=/tmp/go-build1238918229/b751/_pkg_.a
2025-08-20T21:34:23.2479815Z [00:03:16.652]➜  packagefile internal/goversion=/tmp/go-build1238918229/b752/_pkg_.a
2025-08-20T21:34:23.2480313Z [00:03:16.652]➜  packagefile internal/platform=/tmp/go-build1238918229/b753/_pkg_.a
2025-08-20T21:34:23.2480803Z [00:03:16.652]➜  packagefile internal/syslist=/tmp/go-build1238918229/b754/_pkg_.a
2025-08-20T21:34:23.2481265Z [00:03:16.652]➜  packagefile go/types=/tmp/go-build1238918229/b756/_pkg_.a
2025-08-20T21:34:23.2481798Z [00:03:16.652]➜  packagefile golang.org/x/tools/go/gcexportdata=/tmp/go-build1238918229/b761/_pkg_.a
2025-08-20T21:34:23.2482427Z [00:03:16.652]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build1238918229/b772/_pkg_.a
2025-08-20T21:34:23.2483093Z [00:03:16.652]➜  packagefile golang.org/x/tools/internal/packagesinternal=/tmp/go-build1238918229/b777/_pkg_.a
2025-08-20T21:34:23.2483779Z [00:03:16.652]➜  packagefile golang.org/x/tools/internal/typesinternal=/tmp/go-build1238918229/b765/_pkg_.a
2025-08-20T21:34:23.2484401Z [00:03:16.652]➜  packagefile k8s.io/klog/v2/internal/buffer=/tmp/go-build1238918229/b779/_pkg_.a
2025-08-20T21:34:23.2484970Z [00:03:16.652]➜  packagefile k8s.io/klog/v2/internal/clock=/tmp/go-build1238918229/b781/_pkg_.a
2025-08-20T21:34:23.2485529Z [00:03:16.652]➜  packagefile k8s.io/klog/v2/internal/dbg=/tmp/go-build1238918229/b782/_pkg_.a
2025-08-20T21:34:23.2486222Z [00:03:16.652]➜  packagefile k8s.io/klog/v2/internal/serialize=/tmp/go-build1238918229/b783/_pkg_.a
2025-08-20T21:34:23.2486899Z [00:03:16.652]➜  packagefile k8s.io/klog/v2/internal/severity=/tmp/go-build1238918229/b780/_pkg_.a
2025-08-20T21:34:23.2487656Z [00:03:16.652]➜  packagefile k8s.io/klog/v2/internal/sloghandler=/tmp/go-build1238918229/b784/_pkg_.a
2025-08-20T21:34:23.2488241Z [00:03:16.652]➜  packagefile hash/adler32=/tmp/go-build1238918229/b532/_pkg_.a
2025-08-20T21:34:23.2488804Z [00:03:16.652]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build1238918229/b154/_pkg_.a
2025-08-20T21:34:23.2489519Z [00:03:16.652]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build1238918229/b788/_pkg_.a
2025-08-20T21:34:23.2490213Z [00:03:16.652]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build1238918229/b790/_pkg_.a
2025-08-20T21:34:23.2490814Z [00:03:16.652]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build1238918229/b793/_pkg_.a
2025-08-20T21:34:23.2491424Z [00:03:16.652]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build1238918229/b796/_pkg_.a
2025-08-20T21:34:23.2492033Z [00:03:16.652]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build1238918229/b797/_pkg_.a
2025-08-20T21:34:23.2492581Z [00:03:16.652]➜  packagefile database/sql/driver=/tmp/go-build1238918229/b792/_pkg_.a
2025-08-20T21:34:23.2493214Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build1238918229/b503/_pkg_.a
2025-08-20T21:34:23.2494038Z [00:03:16.652]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build1238918229/b518/_pkg_.a
2025-08-20T21:34:23.2494684Z [00:03:16.652]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build1238918229/b521/_pkg_.a
2025-08-20T21:34:23.2495304Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build1238918229/b505/_pkg_.a
2025-08-20T21:34:23.2495918Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build1238918229/b507/_pkg_.a
2025-08-20T21:34:23.2496494Z [00:03:16.652]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build1238918229/b508/_pkg_.a
2025-08-20T21:34:23.2497100Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build1238918229/b510/_pkg_.a
2025-08-20T21:34:23.2498101Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build1238918229/b511/_pkg_.a
2025-08-20T21:34:23.2498755Z [00:03:16.652]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build1238918229/b513/_pkg_.a
2025-08-20T21:34:23.2499373Z [00:03:16.652]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build1238918229/b516/_pkg_.a
2025-08-20T21:34:23.2499931Z [00:03:16.652]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build1238918229/b544/_pkg_.a
2025-08-20T21:34:23.2500462Z [00:03:16.652]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build1238918229/b535/_pkg_.a
2025-08-20T21:34:23.2501007Z [00:03:16.652]➜  packagefile image/internal/imageutil=/tmp/go-build1238918229/b542/_pkg_.a
2025-08-20T21:34:23.2501621Z [00:03:16.652]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build1238918229/b549/_pkg_.a
2025-08-20T21:34:23.2502181Z [00:03:16.652]➜  packagefile encoding/gob=/tmp/go-build1238918229/b385/_pkg_.a
2025-08-20T21:34:23.2502699Z [00:03:16.652]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build1238918229/b560/_pkg_.a
2025-08-20T21:34:23.2503259Z [00:03:16.652]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build1238918229/b561/_pkg_.a
2025-08-20T21:34:23.2503828Z [00:03:16.652]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build1238918229/b562/_pkg_.a
2025-08-20T21:34:23.2504361Z [00:03:16.652]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build1238918229/b563/_pkg_.a
2025-08-20T21:34:23.2504919Z [00:03:16.652]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build1238918229/b556/_pkg_.a
2025-08-20T21:34:23.2505493Z [00:03:16.652]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build1238918229/b557/_pkg_.a
2025-08-20T21:34:23.2506222Z [00:03:16.652]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build1238918229/b580/_pkg_.a
2025-08-20T21:34:23.2506940Z [00:03:16.652]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build1238918229/b582/_pkg_.a
2025-08-20T21:34:23.2507700Z [00:03:16.652]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build1238918229/b584/_pkg_.a
2025-08-20T21:34:23.2508313Z [00:03:16.652]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build1238918229/b581/_pkg_.a
2025-08-20T21:34:23.2508939Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/plumbing/color=/tmp/go-build1238918229/b586/_pkg_.a
2025-08-20T21:34:23.2509653Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/utils/trace=/tmp/go-build1238918229/b595/_pkg_.a
2025-08-20T21:34:23.2510439Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build1238918229/b603/_pkg_.a
2025-08-20T21:34:23.2511219Z [00:03:16.652]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/server=/tmp/go-build1238918229/b604/_pkg_.a
2025-08-20T21:34:23.2511842Z [00:03:16.652]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build1238918229/b608/_pkg_.a
2025-08-20T21:34:23.2512413Z [00:03:16.652]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build1238918229/b611/_pkg_.a
2025-08-20T21:34:23.2513006Z [00:03:16.652]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build1238918229/b613/_pkg_.a
2025-08-20T21:34:23.2513763Z [00:03:16.652]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build1238918229/b614/_pkg_.a
2025-08-20T21:34:23.2514321Z [00:03:16.652]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build1238918229/b616/_pkg_.a
2025-08-20T21:34:23.2514863Z [00:03:16.652]➜  packagefile golang.org/x/net/proxy=/tmp/go-build1238918229/b618/_pkg_.a
2025-08-20T21:34:23.2515391Z [00:03:16.652]➜  packagefile golang.org/x/net/context=/tmp/go-build1238918229/b571/_pkg_.a
2025-08-20T21:34:23.2515942Z [00:03:16.652]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build1238918229/b343/_pkg_.a
2025-08-20T21:34:23.2516582Z [00:03:16.652]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build1238918229/b345/_pkg_.a
2025-08-20T21:34:23.2517301Z [00:03:16.652]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build1238918229/b347/_pkg_.a
2025-08-20T21:34:23.2518252Z [00:03:16.652]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build1238918229/b356/_pkg_.a
2025-08-20T21:34:23.2518872Z [00:03:16.652]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1238918229/b156/_pkg_.a
2025-08-20T21:34:23.2519390Z [00:03:16.652]➜  packagefile crypto/fips140=/tmp/go-build1238918229/b173/_pkg_.a
2025-08-20T21:34:23.2519943Z [00:03:16.652]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1238918229/b163/_pkg_.a
2025-08-20T21:34:23.2520579Z [00:03:16.652]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1238918229/b164/_pkg_.a
2025-08-20T21:34:23.2521253Z [00:03:16.652]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1238918229/b165/_pkg_.a
2025-08-20T21:34:23.2521899Z [00:03:16.652]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1238918229/b202/_pkg_.a
2025-08-20T21:34:23.2522522Z [00:03:16.652]➜  packagefile chainguard.dev/go-grpc-kit/pkg/options=/tmp/go-build1238918229/b076/_pkg_.a
2025-08-20T21:34:23.2523147Z [00:03:16.652]➜  packagefile chainguard.dev/sdk/auth=/tmp/go-build1238918229/b422/_pkg_.a
2025-08-20T21:34:23.2523790Z [00:03:16.652]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/runtime=/tmp/go-build1238918229/b423/_pkg_.a
2025-08-20T21:34:23.2524523Z [00:03:16.652]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build1238918229/b425/_pkg_.a
2025-08-20T21:34:23.2525277Z [00:03:16.652]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build1238918229/b432/_pkg_.a
2025-08-20T21:34:23.2525951Z [00:03:16.652]➜  packagefile google.golang.org/grpc=/tmp/go-build1238918229/b216/_pkg_.a
2025-08-20T21:34:23.2526622Z [00:03:16.652]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1238918229/b268/_pkg_.a
2025-08-20T21:34:23.2527297Z [00:03:16.652]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1238918229/b085/_pkg_.a
2025-08-20T21:34:23.2528139Z [00:03:16.652]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1238918229/b281/_pkg_.a
2025-08-20T21:34:23.2528718Z [00:03:16.652]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1238918229/b080/_pkg_.a
2025-08-20T21:34:23.2529283Z [00:03:16.652]➜  packagefile cloud.google.com/go/auth=/tmp/go-build1238918229/b360/_pkg_.a
2025-08-20T21:34:23.2529953Z [00:03:16.652]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build1238918229/b378/_pkg_.a
2025-08-20T21:34:23.2530733Z [00:03:16.652]➜  packagefile cloud.google.com/go/auth/credentials/impersonate=/tmp/go-build1238918229/b438/_pkg_.a
2025-08-20T21:34:23.2531491Z [00:03:16.652]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build1238918229/b380/_pkg_.a
2025-08-20T21:34:23.2532181Z [00:03:16.652]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build1238918229/b361/_pkg_.a
2025-08-20T21:34:23.2532861Z [00:03:16.652]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build1238918229/b382/_pkg_.a
2025-08-20T21:34:23.2533512Z [00:03:16.652]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build1238918229/b363/_pkg_.a
2025-08-20T21:34:23.2534157Z [00:03:16.652]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build1238918229/b364/_pkg_.a
2025-08-20T21:34:23.2534953Z [00:03:16.652]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build1238918229/b369/_pkg_.a
2025-08-20T21:34:23.2535594Z [00:03:16.652]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build1238918229/b370/_pkg_.a
2025-08-20T21:34:23.2536384Z [00:03:16.652]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build1238918229/b374/_pkg_.a
2025-08-20T21:34:23.2537186Z [00:03:16.652]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build1238918229/b371/_pkg_.a
2025-08-20T21:34:23.2537999Z [00:03:16.652]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build1238918229/b375/_pkg_.a
2025-08-20T21:34:23.2538681Z [00:03:16.652]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build1238918229/b376/_pkg_.a
2025-08-20T21:34:23.2539216Z [00:03:16.652]➜  packagefile github.com/google/s2a-go=/tmp/go-build1238918229/b392/_pkg_.a
2025-08-20T21:34:23.2539799Z [00:03:16.652]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build1238918229/b420/_pkg_.a
2025-08-20T21:34:23.2540444Z [00:03:16.652]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build1238918229/b421/_pkg_.a
2025-08-20T21:34:23.2541084Z [00:03:16.652]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1238918229/b221/_pkg_.a
2025-08-20T21:34:23.2541709Z [00:03:16.652]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build1238918229/b439/_pkg_.a
2025-08-20T21:34:23.2542288Z [00:03:16.652]➜  packagefile golang.org/x/net/http2=/tmp/go-build1238918229/b294/_pkg_.a
2025-08-20T21:34:23.2542891Z [00:03:16.652]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build1238918229/b451/_pkg_.a
2025-08-20T21:34:23.2543515Z [00:03:16.652]➜  packagefile go.step.sm/crypto/internal/emoji=/tmp/go-build1238918229/b475/_pkg_.a
2025-08-20T21:34:23.2544110Z [00:03:16.652]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build1238918229/b488/_pkg_.a
2025-08-20T21:34:23.2544705Z [00:03:16.652]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build1238918229/b696/_pkg_.a
2025-08-20T21:34:23.2545347Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build1238918229/b262/_pkg_.a
2025-08-20T21:34:23.2546055Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build1238918229/b263/_pkg_.a
2025-08-20T21:34:23.2546777Z [00:03:16.652]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build1238918229/b256/_pkg_.a
2025-08-20T21:34:23.2547658Z [00:03:16.652]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build1238918229/b707/_pkg_.a
2025-08-20T21:34:23.2548326Z [00:03:16.652]➜  packagefile github.com/klauspost/compress=/tmp/go-build1238918229/b660/_pkg_.a
2025-08-20T21:34:23.2548936Z [00:03:16.652]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build1238918229/b661/_pkg_.a
2025-08-20T21:34:23.2549602Z [00:03:16.652]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build1238918229/b663/_pkg_.a
2025-08-20T21:34:23.2550331Z [00:03:16.652]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build1238918229/b664/_pkg_.a
2025-08-20T21:34:23.2551009Z [00:03:16.652]➜  packagefile internal/sysinfo=/tmp/go-build1238918229/b672/_pkg_.a
2025-08-20T21:34:23.2551748Z [00:03:16.652]➜  packagefile github.com/google/go-containerregistry/internal/retry/wait=/tmp/go-build1238918229/b876/_pkg_.a
2025-08-20T21:34:23.2552437Z [00:03:16.652]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build1238918229/b879/_pkg_.a
2025-08-20T21:34:23.2553080Z [00:03:16.652]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build1238918229/b880/_pkg_.a
2025-08-20T21:34:23.2553740Z [00:03:16.652]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build1238918229/b882/_pkg_.a
2025-08-20T21:34:23.2554346Z [00:03:16.652]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build1238918229/b886/_pkg_.a
2025-08-20T21:34:23.2555187Z [00:03:16.652]➜  packagefile github.com/docker/distribution/registry/client/auth/challenge=/tmp/go-build1238918229/b888/_pkg_.a
2025-08-20T21:34:23.2555834Z [00:03:16.652]➜  packagefile net/http/httputil=/tmp/go-build1238918229/b308/_pkg_.a
2025-08-20T21:34:23.2556381Z [00:03:16.652]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build1238918229/b864/_pkg_.a
2025-08-20T21:34:23.2557186Z [00:03:16.652]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build1238918229/b445/_pkg_.a
2025-08-20T21:34:23.2558167Z [00:03:16.652]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build1238918229/b358/_pkg_.a
2025-08-20T21:34:23.2558808Z [00:03:16.652]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build1238918229/b446/_pkg_.a
2025-08-20T21:34:23.2559671Z [00:03:16.652]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0/httpconv=/tmp/go-build1238918229/b447/_pkg_.a
2025-08-20T21:34:23.2560283Z [00:03:16.652]➜  packagefile golang.org/x/mod/semver=/tmp/go-build1238918229/b720/_pkg_.a
2025-08-20T21:34:23.2560910Z [00:03:16.652]➜  packagefile go.opencensus.io/plugin/ochttp/propagation/b3=/tmp/go-build1238918229/b722/_pkg_.a
2025-08-20T21:34:23.2561511Z [00:03:16.652]➜  packagefile go.opencensus.io/stats=/tmp/go-build1238918229/b729/_pkg_.a
2025-08-20T21:34:23.2562048Z [00:03:16.652]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build1238918229/b735/_pkg_.a
2025-08-20T21:34:23.2562572Z [00:03:16.652]➜  packagefile go.opencensus.io/tag=/tmp/go-build1238918229/b733/_pkg_.a
2025-08-20T21:34:23.2563138Z [00:03:16.652]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build1238918229/b728/_pkg_.a
2025-08-20T21:34:23.2563710Z [00:03:16.652]➜  packagefile go.opencensus.io/internal=/tmp/go-build1238918229/b724/_pkg_.a
2025-08-20T21:34:23.2564277Z [00:03:16.652]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build1238918229/b726/_pkg_.a
2025-08-20T21:34:23.2564870Z [00:03:16.652]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build1238918229/b727/_pkg_.a
2025-08-20T21:34:23.2565401Z [00:03:16.652]➜  packagefile go/doc/comment=/tmp/go-build1238918229/b747/_pkg_.a
2025-08-20T21:34:23.2565892Z [00:03:16.652]➜  packagefile internal/lazyregexp=/tmp/go-build1238918229/b748/_pkg_.a
2025-08-20T21:34:23.2566381Z [00:03:16.652]➜  packagefile go/constant=/tmp/go-build1238918229/b757/_pkg_.a
2025-08-20T21:34:23.2566834Z [00:03:16.652]➜  packagefile go/version=/tmp/go-build1238918229/b758/_pkg_.a
2025-08-20T21:34:23.2567569Z [00:03:16.652]➜  packagefile internal/types/errors=/tmp/go-build1238918229/b760/_pkg_.a
2025-08-20T21:34:23.2568257Z [00:03:16.652]➜  packagefile golang.org/x/tools/internal/gcimporter=/tmp/go-build1238918229/b762/_pkg_.a
2025-08-20T21:34:23.2568883Z [00:03:16.652]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build1238918229/b773/_pkg_.a
2025-08-20T21:34:23.2569510Z [00:03:16.652]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build1238918229/b775/_pkg_.a
2025-08-20T21:34:23.2570154Z [00:03:16.652]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build1238918229/b776/_pkg_.a
2025-08-20T21:34:23.2570787Z [00:03:16.652]➜  packagefile golang.org/x/tools/go/types/typeutil=/tmp/go-build1238918229/b766/_pkg_.a
2025-08-20T21:34:23.2571486Z [00:03:16.652]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build1238918229/b764/_pkg_.a
2025-08-20T21:34:23.2572179Z [00:03:16.652]➜  packagefile golang.org/x/tools/internal/stdlib=/tmp/go-build1238918229/b769/_pkg_.a
2025-08-20T21:34:23.2572798Z [00:03:16.652]➜  packagefile golang.org/x/tools/internal/versions=/tmp/go-build1238918229/b770/_pkg_.a
2025-08-20T21:34:23.2573321Z [00:03:16.652]➜  packagefile image/png=/tmp/go-build1238918229/b789/_pkg_.a
2025-08-20T21:34:23.2573804Z [00:03:16.652]➜  packagefile github.com/xo/terminfo=/tmp/go-build1238918229/b798/_pkg_.a
2025-08-20T21:34:23.2574410Z [00:03:16.652]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build1238918229/b515/_pkg_.a
2025-08-20T21:34:23.2575198Z [00:03:16.652]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build1238918229/b519/_pkg_.a
2025-08-20T21:34:23.2575827Z [00:03:16.652]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build1238918229/b514/_pkg_.a
2025-08-20T21:34:23.2576458Z [00:03:16.652]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build1238918229/b520/_pkg_.a
2025-08-20T21:34:23.2577089Z [00:03:16.652]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build1238918229/b522/_pkg_.a
2025-08-20T21:34:23.2577967Z [00:03:16.652]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build1238918229/b524/_pkg_.a
2025-08-20T21:34:23.2578679Z [00:03:16.652]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build1238918229/b506/_pkg_.a
2025-08-20T21:34:23.2579512Z [00:03:16.653]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build1238918229/b517/_pkg_.a
2025-08-20T21:34:23.2580109Z [00:03:16.653]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build1238918229/b536/_pkg_.a
2025-08-20T21:34:23.2580689Z [00:03:16.653]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build1238918229/b583/_pkg_.a
2025-08-20T21:34:23.2581273Z [00:03:16.653]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build1238918229/b619/_pkg_.a
2025-08-20T21:34:23.2581880Z [00:03:16.653]➜  packagefile chainguard.dev/go-grpc-kit/pkg/trace=/tmp/go-build1238918229/b077/_pkg_.a
2025-08-20T21:34:23.2582553Z [00:03:16.653]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/retry=/tmp/go-build1238918229/b184/_pkg_.a
2025-08-20T21:34:23.2583253Z [00:03:16.653]➜  packagefile github.com/grpc-ecosystem/go-grpc-prometheus=/tmp/go-build1238918229/b316/_pkg_.a
2025-08-20T21:34:23.2583909Z [00:03:16.653]➜  packagefile github.com/kelseyhightower/envconfig=/tmp/go-build1238918229/b333/_pkg_.a
2025-08-20T21:34:23.2584705Z [00:03:16.653]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build1238918229/b334/_pkg_.a
2025-08-20T21:34:23.2585494Z [00:03:16.653]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1238918229/b269/_pkg_.a
2025-08-20T21:34:23.2586241Z [00:03:16.653]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule=/tmp/go-build1238918229/b424/_pkg_.a
2025-08-20T21:34:23.2587014Z [00:03:16.653]➜  packagefile google.golang.org/genproto/googleapis/api/httpbody=/tmp/go-build1238918229/b427/_pkg_.a
2025-08-20T21:34:23.2587872Z [00:03:16.653]➜  packagefile google.golang.org/grpc/health/grpc_health_v1=/tmp/go-build1238918229/b428/_pkg_.a
2025-08-20T21:34:23.2588722Z [00:03:16.653]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1238918229/b279/_pkg_.a
2025-08-20T21:34:23.2589511Z [00:03:16.653]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build1238918229/b429/_pkg_.a
2025-08-20T21:34:23.2590244Z [00:03:16.653]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build1238918229/b431/_pkg_.a
2025-08-20T21:34:23.2590935Z [00:03:16.653]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build1238918229/b433/_pkg_.a
2025-08-20T21:34:23.2591613Z [00:03:16.653]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build1238918229/b434/_pkg_.a
2025-08-20T21:34:23.2592290Z [00:03:16.653]➜  packagefile golang.org/x/net/trace=/tmp/go-build1238918229/b187/_pkg_.a
2025-08-20T21:34:23.2592948Z [00:03:16.653]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build1238918229/b217/_pkg_.a
2025-08-20T21:34:23.2593533Z [00:03:16.653]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1238918229/b218/_pkg_.a
2025-08-20T21:34:23.2594136Z [00:03:16.653]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1238918229/b242/_pkg_.a
2025-08-20T21:34:23.2594779Z [00:03:16.653]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build1238918229/b243/_pkg_.a
2025-08-20T21:34:23.2595451Z [00:03:16.653]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build1238918229/b266/_pkg_.a
2025-08-20T21:34:23.2596234Z [00:03:16.653]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build1238918229/b219/_pkg_.a
2025-08-20T21:34:23.2596842Z [00:03:16.653]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1238918229/b084/_pkg_.a
2025-08-20T21:34:23.2597571Z [00:03:16.653]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build1238918229/b270/_pkg_.a
2025-08-20T21:34:23.2598254Z [00:03:16.653]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build1238918229/b273/_pkg_.a
2025-08-20T21:34:23.2598904Z [00:03:16.653]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1238918229/b240/_pkg_.a
2025-08-20T21:34:23.2599556Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1238918229/b274/_pkg_.a
2025-08-20T21:34:23.2600461Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build1238918229/b275/_pkg_.a
2025-08-20T21:34:23.2601192Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build1238918229/b276/_pkg_.a
2025-08-20T21:34:23.2601868Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build1238918229/b277/_pkg_.a
2025-08-20T21:34:23.2602528Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1238918229/b220/_pkg_.a
2025-08-20T21:34:23.2603177Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1238918229/b285/_pkg_.a
2025-08-20T21:34:23.2603829Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1238918229/b271/_pkg_.a
2025-08-20T21:34:23.2604459Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build1238918229/b287/_pkg_.a
2025-08-20T21:34:23.2605091Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build1238918229/b288/_pkg_.a
2025-08-20T21:34:23.2605731Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1238918229/b247/_pkg_.a
2025-08-20T21:34:23.2606376Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1238918229/b289/_pkg_.a
2025-08-20T21:34:23.2607111Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build1238918229/b291/_pkg_.a
2025-08-20T21:34:23.2608215Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build1238918229/b309/_pkg_.a
2025-08-20T21:34:23.2608993Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build1238918229/b310/_pkg_.a
2025-08-20T21:34:23.2609747Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1238918229/b290/_pkg_.a
2025-08-20T21:34:23.2610455Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build1238918229/b311/_pkg_.a
2025-08-20T21:34:23.2611089Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build1238918229/b284/_pkg_.a
2025-08-20T21:34:23.2611737Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build1238918229/b293/_pkg_.a
2025-08-20T21:34:23.2612369Z [00:03:16.653]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build1238918229/b305/_pkg_.a
2025-08-20T21:34:23.2612941Z [00:03:16.653]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1238918229/b272/_pkg_.a
2025-08-20T21:34:23.2613495Z [00:03:16.653]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1238918229/b306/_pkg_.a
2025-08-20T21:34:23.2614065Z [00:03:16.653]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1238918229/b241/_pkg_.a
2025-08-20T21:34:23.2614668Z [00:03:16.653]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build1238918229/b312/_pkg_.a
2025-08-20T21:34:23.2615285Z [00:03:16.653]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1238918229/b093/_pkg_.a
2025-08-20T21:34:23.2615878Z [00:03:16.653]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1238918229/b101/_pkg_.a
2025-08-20T21:34:23.2616435Z [00:03:16.653]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build1238918229/b307/_pkg_.a
2025-08-20T21:34:23.2617209Z [00:03:16.653]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build1238918229/b086/_pkg_.a
2025-08-20T21:34:23.2618108Z [00:03:16.653]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1238918229/b282/_pkg_.a
2025-08-20T21:34:23.2618889Z [00:03:16.653]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build1238918229/b379/_pkg_.a
2025-08-20T21:34:23.2619744Z [00:03:16.653]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build1238918229/b389/_pkg_.a
2025-08-20T21:34:23.2620536Z [00:03:16.653]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build1238918229/b390/_pkg_.a
2025-08-20T21:34:23.2621480Z [00:03:16.653]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build1238918229/b365/_pkg_.a
2025-08-20T21:34:23.2622214Z [00:03:16.653]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build1238918229/b372/_pkg_.a
2025-08-20T21:34:23.2622873Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build1238918229/b393/_pkg_.a
2025-08-20T21:34:23.2623514Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build1238918229/b394/_pkg_.a
2025-08-20T21:34:23.2624221Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build1238918229/b400/_pkg_.a
2025-08-20T21:34:23.2624967Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build1238918229/b396/_pkg_.a
2025-08-20T21:34:23.2625731Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build1238918229/b411/_pkg_.a
2025-08-20T21:34:23.2626489Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build1238918229/b412/_pkg_.a
2025-08-20T21:34:23.2627201Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build1238918229/b410/_pkg_.a
2025-08-20T21:34:23.2628040Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build1238918229/b414/_pkg_.a
2025-08-20T21:34:23.2628794Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build1238918229/b419/_pkg_.a
2025-08-20T21:34:23.2629470Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build1238918229/b417/_pkg_.a
2025-08-20T21:34:23.2630237Z [00:03:16.653]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build1238918229/b384/_pkg_.a
2025-08-20T21:34:23.2630988Z [00:03:16.653]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build1238918229/b222/_pkg_.a
2025-08-20T21:34:23.2631631Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build1238918229/b223/_pkg_.a
2025-08-20T21:34:23.2632304Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1238918229/b224/_pkg_.a
2025-08-20T21:34:23.2633020Z [00:03:16.653]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build1238918229/b440/_pkg_.a
2025-08-20T21:34:23.2633717Z [00:03:16.653]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build1238918229/b383/_pkg_.a
2025-08-20T21:34:23.2634362Z [00:03:16.653]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build1238918229/b295/_pkg_.a
2025-08-20T21:34:23.2634932Z [00:03:16.653]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1238918229/b301/_pkg_.a
2025-08-20T21:34:23.2635470Z [00:03:16.653]➜  packagefile golang.org/x/net/idna=/tmp/go-build1238918229/b296/_pkg_.a
2025-08-20T21:34:23.2636041Z [00:03:16.653]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build1238918229/b302/_pkg_.a
2025-08-20T21:34:23.2636699Z [00:03:16.653]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build1238918229/b708/_pkg_.a
2025-08-20T21:34:23.2637378Z [00:03:16.653]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build1238918229/b709/_pkg_.a
2025-08-20T21:34:23.2638506Z [00:03:16.653]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build1238918229/b710/_pkg_.a
2025-08-20T21:34:23.2639157Z [00:03:16.653]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build1238918229/b662/_pkg_.a
2025-08-20T21:34:23.2639803Z [00:03:16.653]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build1238918229/b881/_pkg_.a
2025-08-20T21:34:23.2640483Z [00:03:16.653]➜  packagefile github.com/docker/cli/cli/config/memorystore=/tmp/go-build1238918229/b885/_pkg_.a
2025-08-20T21:34:23.2641130Z [00:03:16.653]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build1238918229/b730/_pkg_.a
2025-08-20T21:34:23.2641723Z [00:03:16.653]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build1238918229/b732/_pkg_.a
2025-08-20T21:34:23.2642560Z [00:03:16.653]➜  packagefile go.opencensus.io/internal/tagencoding=/tmp/go-build1238918229/b736/_pkg_.a
2025-08-20T21:34:23.2643192Z [00:03:16.653]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build1238918229/b737/_pkg_.a
2025-08-20T21:34:23.2643779Z [00:03:16.653]➜  packagefile go.opencensus.io/resource=/tmp/go-build1238918229/b731/_pkg_.a
2025-08-20T21:34:23.2644287Z [00:03:16.653]➜  packagefile runtime/pprof=/tmp/go-build1238918229/b734/_pkg_.a
2025-08-20T21:34:23.2644760Z [00:03:16.653]➜  packagefile go.opencensus.io=/tmp/go-build1238918229/b725/_pkg_.a
2025-08-20T21:34:23.2645235Z [00:03:16.653]➜  packagefile internal/gover=/tmp/go-build1238918229/b759/_pkg_.a
2025-08-20T21:34:23.2645803Z [00:03:16.653]➜  packagefile golang.org/x/tools/go/types/objectpath=/tmp/go-build1238918229/b763/_pkg_.a
2025-08-20T21:34:23.2646435Z [00:03:16.653]➜  packagefile golang.org/x/tools/internal/pkgbits=/tmp/go-build1238918229/b771/_pkg_.a
2025-08-20T21:34:23.2647064Z [00:03:16.653]➜  packagefile golang.org/x/tools/internal/event/core=/tmp/go-build1238918229/b774/_pkg_.a
2025-08-20T21:34:23.2647859Z [00:03:16.653]➜  packagefile golang.org/x/tools/internal/typeparams=/tmp/go-build1238918229/b767/_pkg_.a
2025-08-20T21:34:23.2648427Z [00:03:16.653]➜  packagefile hash/maphash=/tmp/go-build1238918229/b768/_pkg_.a
2025-08-20T21:34:23.2648958Z [00:03:16.653]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build1238918229/b407/_pkg_.a
2025-08-20T21:34:23.2649708Z [00:03:16.653]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build1238918229/b523/_pkg_.a
2025-08-20T21:34:23.2650515Z [00:03:16.653]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/util/backoffutils=/tmp/go-build1238918229/b185/_pkg_.a
2025-08-20T21:34:23.2651392Z [00:03:16.653]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/util/metautils=/tmp/go-build1238918229/b186/_pkg_.a
2025-08-20T21:34:23.2652268Z [00:03:16.653]➜  packagefile github.com/grpc-ecosystem/go-grpc-prometheus/packages/grpcstatus=/tmp/go-build1238918229/b317/_pkg_.a
2025-08-20T21:34:23.2653031Z [00:03:16.653]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build1238918229/b318/_pkg_.a
2025-08-20T21:34:23.2653905Z [00:03:16.653]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build1238918229/b335/_pkg_.a
2025-08-20T21:34:23.2654752Z [00:03:16.653]➜  packagefile go.opentelemetry.io/otel/semconv/v1.34.0/rpcconv=/tmp/go-build1238918229/b357/_pkg_.a
2025-08-20T21:34:23.2655446Z [00:03:16.653]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1238918229/b283/_pkg_.a
2025-08-20T21:34:23.2656100Z [00:03:16.653]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build1238918229/b188/_pkg_.a
2025-08-20T21:34:23.2656648Z [00:03:16.653]➜  packagefile html/template=/tmp/go-build1238918229/b189/_pkg_.a
2025-08-20T21:34:23.2657264Z [00:03:16.653]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build1238918229/b244/_pkg_.a
2025-08-20T21:34:23.2658218Z [00:03:16.653]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build1238918229/b245/_pkg_.a
2025-08-20T21:34:23.2658931Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1238918229/b246/_pkg_.a
2025-08-20T21:34:23.2659771Z [00:03:16.653]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build1238918229/b267/_pkg_.a
2025-08-20T21:34:23.2660450Z [00:03:16.653]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1238918229/b258/_pkg_.a
2025-08-20T21:34:23.2661131Z [00:03:16.653]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build1238918229/b278/_pkg_.a
2025-08-20T21:34:23.2661807Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build1238918229/b286/_pkg_.a
2025-08-20T21:34:23.2662486Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build1238918229/b292/_pkg_.a
2025-08-20T21:34:23.2663358Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1238918229/b304/_pkg_.a
2025-08-20T21:34:23.2664053Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build1238918229/b303/_pkg_.a
2025-08-20T21:34:23.2664718Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build1238918229/b313/_pkg_.a
2025-08-20T21:34:23.2665458Z [00:03:16.653]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build1238918229/b381/_pkg_.a
2025-08-20T21:34:23.2666182Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build1238918229/b395/_pkg_.a
2025-08-20T21:34:23.2666878Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build1238918229/b398/_pkg_.a
2025-08-20T21:34:23.2667701Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build1238918229/b399/_pkg_.a
2025-08-20T21:34:23.2668503Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build1238918229/b413/_pkg_.a
2025-08-20T21:34:23.2669265Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build1238918229/b415/_pkg_.a
2025-08-20T21:34:23.2670052Z [00:03:16.653]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build1238918229/b387/_pkg_.a
2025-08-20T21:34:23.2670774Z [00:03:16.653]➜  packagefile net/rpc=/tmp/go-build1238918229/b388/_pkg_.a
2025-08-20T21:34:23.2671381Z [00:03:16.653]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build1238918229/b297/_pkg_.a
2025-08-20T21:34:23.2671971Z [00:03:16.653]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build1238918229/b299/_pkg_.a
2025-08-20T21:34:23.2672664Z [00:03:16.653]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build1238918229/b711/_pkg_.a
2025-08-20T21:34:23.2673413Z [00:03:16.653]➜  packagefile github.com/docker/docker-credential-helpers/client=/tmp/go-build1238918229/b883/_pkg_.a
2025-08-20T21:34:23.2674171Z [00:03:16.653]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build1238918229/b884/_pkg_.a
2025-08-20T21:34:23.2674869Z [00:03:16.653]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1238918229/b408/_pkg_.a
2025-08-20T21:34:23.2675380Z [00:03:16.653]➜  packagefile expvar=/tmp/go-build1238918229/b319/_pkg_.a
2025-08-20T21:34:23.2675898Z [00:03:16.653]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build1238918229/b320/_pkg_.a
2025-08-20T21:34:23.2676476Z [00:03:16.653]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build1238918229/b321/_pkg_.a
2025-08-20T21:34:23.2677154Z [00:03:16.653]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build1238918229/b322/_pkg_.a
2025-08-20T21:34:23.2678184Z [00:03:16.653]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build1238918229/b323/_pkg_.a
2025-08-20T21:34:23.2678991Z [00:03:16.653]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build1238918229/b326/_pkg_.a
2025-08-20T21:34:23.2679608Z [00:03:16.653]➜  packagefile github.com/prometheus/common/model=/tmp/go-build1238918229/b324/_pkg_.a
2025-08-20T21:34:23.2680324Z [00:03:16.653]➜  packagefile github.com/prometheus/procfs=/tmp/go-build1238918229/b329/_pkg_.a
2025-08-20T21:34:23.2680848Z [00:03:16.653]➜  packagefile runtime/metrics=/tmp/go-build1238918229/b325/_pkg_.a
2025-08-20T21:34:23.2681444Z [00:03:16.653]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build1238918229/b314/_pkg_.a
2025-08-20T21:34:23.2682166Z [00:03:16.653]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build1238918229/b315/_pkg_.a
2025-08-20T21:34:23.2682938Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build1238918229/b397/_pkg_.a
2025-08-20T21:34:23.2683720Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build1238918229/b401/_pkg_.a
2025-08-20T21:34:23.2684477Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build1238918229/b416/_pkg_.a
2025-08-20T21:34:23.2685193Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build1238918229/b418/_pkg_.a
2025-08-20T21:34:23.2685828Z [00:03:16.653]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build1238918229/b327/_pkg_.a
2025-08-20T21:34:23.2686475Z [00:03:16.653]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build1238918229/b328/_pkg_.a
2025-08-20T21:34:23.2687156Z [00:03:16.653]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build1238918229/b330/_pkg_.a
2025-08-20T21:34:23.2688038Z [00:03:16.653]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build1238918229/b331/_pkg_.a
2025-08-20T21:34:23.2688792Z [00:03:16.653]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build1238918229/b402/_pkg_.a
2025-08-20T21:34:23.2689510Z [00:03:16.653]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build1238918229/b403/_pkg_.a
2025-08-20T21:34:23.2745709Z [00:03:16.653]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tchainguard.dev/melange\nmod\tchainguard.dev/melange\tv0.30.7-0.20250820163756-f347dd6fcdd7+dirty\t\ndep\tchainguard.dev/apko\tv0.30.5\th1:FbkEqqvS2965PJ9lx/p7a8myFTg7TXrje0grJq20MQk=\ndep\tchainguard.dev/go-grpc-kit\tv0.17.11\th1:m4ZL2yg6sSrdPA593qVh9KHTZ+XOmLwqv3Jt5vT0FuU=\ndep\tchainguard.dev/sdk\tv0.1.37\th1:4hZ2enarpA/FZ1JMXE3EOlpzd18LmdWZ7UScwdSlrSs=\ndep\tcloud.google.com/go/auth\tv0.16.3\th1:kabzoQ9/bobUmnseYnBO6qQG7q4a/CffFRlJSxv2wCc=\ndep\tcloud.google.com/go/auth/oauth2adapt\tv0.2.8\th1:keo8NaayQZ6wimpNSmW5OPc283g65QNIiLpZnkHRbnc=\ndep\tcloud.google.com/go/compute/metadata\tv0.7.0\th1:PBWF+iiAerVNe8UCHxdOt6eHLVc3ydFeOCw78U8ytSU=\ndep\tdario.cat/mergo\tv1.0.1\th1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=\ndep\tfilippo.io/edwards25519\tv1.1.0\th1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=\ndep\tgithub.com/ProtonMail/go-crypto\tv1.3.0\th1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBiRGFrw=\ndep\tgithub.com/aymanbagabas/go-osc52/v2\tv2.0.1\th1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=\ndep\tgithub.com/beorn7/perks\tv1.0.1\th1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=\ndep\tgithub.com/cespare/xxhash/v2\tv2.3.0\th1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=\ndep\tgithub.com/chainguard-dev/clog\tv1.7.0\th1:guPznsK8vLHvzz1QJe2yU6MFeYaiSOFOQBYw4OXu+g8=\ndep\tgithub.com/chainguard-dev/go-pkgconfig\tv0.0.0-20240404163941-6351b37b2a10\th1:XR2vgQC024I9/boh9r1ihVv8Z14+pbvWqXeYMCnZJpc=\ndep\tgithub.com/chainguard-dev/yam\tv0.2.29\th1:kvcRdrjc2qL9N1smVvJA6BTsvcyNvxpqTy893ceXhPI=\ndep\tgithub.com/charmbracelet/colorprofile\tv0.3.0\th1:KtLh9uuu1RCt+Hml4s6Hz+kB1PfV3wi++1h5ia65yKQ=\ndep\tgithub.com/charmbracelet/lipgloss\tv1.1.0\th1:vYXsiLHVkK7fp74RkV7b2kq9+zDLoEU4MZoFqR/noCY=\ndep\tgithub.com/charmbracelet/log\tv0.4.2\th1:hYt8Qj6a8yLnvR+h7MwsJv/XvmBJXiueUcI3cIxsyig=\ndep\tgithub.com/charmbracelet/x/ansi\tv0.8.0\th1:9GTq3xq9caJW8ZrBTe0LIe2fvfLR/bYXKTx2llXn7xE=\ndep\tgithub.com/charmbracelet/x/cellbuf\tv0.0.13\th1:/KBBKHuVRbq1lYx5BzEHBAFBP8VcQzJejZ/IA3iR28k=\ndep\tgithub.com/charmbracelet/x/term\tv0.2.1\th1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=\ndep\tgithub.com/cloudflare/circl\tv1.6.1\th1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=\ndep\tgithub.com/common-nighthawk/go-figure\tv0.0.0-20210622060536-734e95fb86be\th1:J5BL2kskAlV9ckgEsNQXscjIaLiOYiZ75d4e94E6dcQ=\ndep\tgithub.com/containerd/containerd/v2\tv2.1.1\th1:znnkm7Ajz8lg8BcIPMhc/9yjBRN3B+OkNKqKisKfwwM=\ndep\tgithub.com/containerd/errdefs\tv1.0.0\th1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=\ndep\tgithub.com/containerd/errdefs/pkg\tv0.3.0\th1:9IKJ06FvyNlexW690DXuQNx2KA2cUJXx151Xdx3ZPPE=\ndep\tgithub.com/containerd/log\tv0.1.0\th1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=\ndep\tgithub.com/containerd/stargz-snapshotter/estargz\tv0.16.3\th1:7evrXtoh1mSbGj/pfRccTampEyKpjpOnS3CyiV1Ebr8=\ndep\tgithub.com/cyphar/filepath-securejoin\tv0.4.1\th1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=\ndep\tgithub.com/davecgh/go-spew\tv1.1.2-0.20180830191138-d8f796af33cc\th1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=\ndep\tgithub.com/distribution/reference\tv0.6.0\th1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=\ndep\tgithub.com/docker/cli\tv28.3.3+incompatible\th1:fp9ZHAr1WWPGdIWBM1b3zLtgCF+83gRdVMTJsUeiyAo=\ndep\tgithub.com/docker/distribution\tv2.8.3+incompatible\th1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=\ndep\tgithub.com/docker/docker\tv28.3.3+incompatible\th1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI=\ndep\tgithub.com/docker/docker-credential-helpers\tv0.9.3\th1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=\ndep\tgithub.com/docker/go-connections\tv0.5.0\th1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=\ndep\tgithub.com/docker/go-units\tv0.5.0\th1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=\ndep\tgithub.com/dprotaso/go-yit\tv0.0.0-20250513224043-18a80f8f6df4\th1:JzpdVajvTuXQXL10D0vId1ZcW9alSJ3H0CnZczzz4ec=\ndep\tgithub.com/dustin/go-humanize\tv1.0.1\th1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=\ndep\tgithub.com/emirpasic/gods\tv1.18.1\th1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=\ndep\tgithub.com/felixge/httpsnoop\tv1.0.4\th1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=\ndep\tgithub.com/github/go-spdx/v2\tv2.3.3\th1:QI7evnHWEfWkT54eJwkoV/f3a0xD3gLlnVmT5wQG6LE=\ndep\tgithub.com/go-git/gcfg\tv1.5.1-0.20230307220236-3a3c6141e376\th1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=\ndep\tgithub.com/go-git/go-billy/v5\tv5.6.2\th1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM=\ndep\tgithub.com/go-git/go-git/v5\tv5.16.2\th1:fT6ZIOjE5iEnkzKyxTHK1W4HGAsPhqEqiSAssSO77hM=\ndep\tgithub.com/go-jose/go-jose/v3\tv3.0.4\th1:Wp5HA7bLQcKnf6YYao/4kpRpVMp/yf6+pJKV8WFSaNY=\ndep\tgithub.com/go-logfmt/logfmt\tv0.6.0\th1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=\ndep\tgithub.com/go-logr/logr\tv1.4.3\th1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=\ndep\tgithub.com/go-logr/stdr\tv1.2.2\th1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=\ndep\tgithub.com/gogo/protobuf\tv1.3.2\th1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20241129210726-2c02b8208cf8\th1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=\ndep\tgithub.com/google/go-cmp\tv0.7.0\th1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=\ndep\tgithub.com/google/go-containerregistry\tv0.20.6\th1:cvWX87UxxLgaH76b4hIvya6Dzz9qHB31qAwjAohdSTU=\ndep\tgithub.com/google/go-licenses/v2\tv2.0.0-alpha.1\th1:2EMzW/1PWYvgOxBXsWl7b350vI0c/kf5Fh7z4AR1skM=\ndep\tgithub.com/google/licenseclassifier/v2\tv2.0.0\th1:1Y57HHILNf4m0ABuMVb6xk4vAJYEUO0gDxNpog0pyeA=\ndep\tgithub.com/google/s2a-go\tv0.1.9\th1:LGD7gtMgezd8a/Xak7mEWL0PjoTQFvpRudN895yqKW0=\ndep\tgithub.com/google/shlex\tv0.0.0-20191202100458-e7afc7fbc510\th1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=\ndep\tgithub.com/google/uuid\tv1.6.0\th1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=\ndep\tgithub.com/googleapis/enterprise-certificate-proxy\tv0.3.6\th1:GW/XbdyBFQ8Qe+YAmFU9uHLo7OnF5tL52HFAgMmyrf4=\ndep\tgithub.com/googleapis/gax-go/v2\tv2.15.0\th1:SyjDc1mGgZU5LncH8gimWo9lW1DtIfPibOG81vgd/bo=\ndep\tgithub.com/grpc-ecosystem/go-grpc-middleware\tv1.4.0\th1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI=\ndep\tgithub.com/grpc-ecosystem/go-grpc-prometheus\tv1.2.1-0.20210315223345-82c243799c99\th1:JYghRBlGCZyCF2wNUJ8W0cwaQdtpcssJ4CgC406g+WU=\ndep\tgithub.com/grpc-ecosystem/grpc-gateway/v2\tv2.27.1\th1:X5VWvz21y3gzm9Nw/kaUeku/1+uBhcekkmy4IkffJww=\ndep\tgithub.com/hashicorp/go-cleanhttp\tv0.5.2\th1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=\ndep\tgithub.com/hashicorp/go-retryablehttp\tv0.7.8\th1:ylXZWnqa7Lhqpk0L1P1LzDtGcCR0rPVUrx/c8Unxc48=\ndep\tgithub.com/ijt/goparsify\tv0.0.0-20221203142333-3a5276334b8d\th1:LFOmpWrSbtolg0YqYC9hQjj5WSLtRGb6aZ3JAugLfgg=\ndep\tgithub.com/in-toto/attestation\tv1.1.2\th1:MBFn6lsMq6dptQZJBhalXTcWMb/aJy3V+GX3VYj/V1E=\ndep\tgithub.com/jbenet/go-context\tv0.0.0-20150711004518-d14ea06fba99\th1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=\ndep\tgithub.com/joho/godotenv\tv1.5.1\th1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=\ndep\tgithub.com/kballard/go-shellquote\tv0.0.0-20180428030007-95032a82bc51\th1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=\ndep\tgithub.com/kelseyhightower/envconfig\tv1.4.0\th1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=\ndep\tgithub.com/kevinburke/ssh_config\tv1.2.0\th1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=\ndep\tgithub.com/klauspost/compress\tv1.18.0\th1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=\ndep\tgithub.com/klauspost/pgzip\tv1.2.6\th1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.2.0\th1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=\ndep\tgithub.com/mattn/go-isatty\tv0.0.20\th1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=\ndep\tgithub.com/mattn/go-runewidth\tv0.0.16\th1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=\ndep\tgithub.com/mitchellh/go-homedir\tv1.1.0\th1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=\ndep\tgithub.com/moby/docker-image-spec\tv1.3.1\th1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=\ndep\tgithub.com/moby/moby\tv28.3.3+incompatible\th1:nzkZIIn9bQP9S553kNmJ+U8PBhdS2ciFWphV2vX/Zp4=\ndep\tgithub.com/moby/term\tv0.5.2\th1:6qk3FJAFDs6i/q3W/pQ97SX192qKfZgGjCQqfCJkgzQ=\ndep\tgithub.com/muesli/termenv\tv0.16.0\th1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc=\ndep\tgithub.com/munnerz/goautoneg\tv0.0.0-20191010083416-a7dc8b61c822\th1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=\ndep\tgithub.com/opencontainers/go-digest\tv1.0.0\th1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=\ndep\tgithub.com/opencontainers/image-spec\tv1.1.1\th1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=\ndep\tgithub.com/package-url/packageurl-go\tv0.1.3\th1:4juMED3hHiz0set3Vq3KeQ75KD1avthoXLtmE3I0PLs=\ndep\tgithub.com/pierrec/lz4/v4\tv4.1.22\th1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU=\ndep\tgithub.com/pjbgf/sha1cd\tv0.3.2\th1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4=\ndep\tgithub.com/pkg/errors\tv0.9.1\th1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=\ndep\tgithub.com/prometheus/client_golang\tv1.22.0\th1:rb93p9lokFEsctTys46VnV1kLCDpVZ0a/Y92Vm0Zc6Q=\ndep\tgithub.com/prometheus/client_model\tv0.6.2\th1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=\ndep\tgithub.com/prometheus/common\tv0.63.0\th1:YR/EIY1o3mEFP/kZCD7iDMnLPlGyuU2Gb3HIcXnA98k=\ndep\tgithub.com/prometheus/procfs\tv0.16.0\th1:xh6oHhKwnOJKMYiYBDWmkHqQPyiY40sny36Cmx2bbsM=\ndep\tgithub.com/psanford/memfs\tv0.0.0-20241019191636-4ef911798f9b\th1:xzjEJAHum+mV5Dd5KyohRlCyP03o4yq6vNpEUtAJQzI=\ndep\tgithub.com/rivo/uniseg\tv0.4.7\th1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=\ndep\tgithub.com/sergi/go-diff\tv1.4.0\th1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=\ndep\tgithub.com/sirupsen/logrus\tv1.9.4-0.20230606125235-dd1b4c2e81af\th1:Sp5TG9f7K39yfB+If0vjp97vuT74F72r8hfRpP8jLU0=\ndep\tgithub.com/skeema/knownhosts\tv1.3.1\th1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8=\ndep\tgithub.com/spdx/tools-golang\tv0.5.5\th1:61c0KLfAcNqAjlg6UNMdkwpMernhw3zVRwDZ2x9XOmk=\ndep\tgithub.com/spf13/afero\tv1.14.0\th1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA=\ndep\tgithub.com/spf13/cobra\tv1.9.1\th1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=\ndep\tgithub.com/spf13/pflag\tv1.0.6\th1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=\ndep\tgithub.com/u-root/u-root\tv0.14.0\th1:Ka4T10EEML7dQ5XDvO9c3MBN8z4nuSnGjcd1jmU2ivg=\ndep\tgithub.com/u-root/uio\tv0.0.0-20240224005618-d2acac8f3701\th1:pyC9PaHYZFgEKFdlp3G8RaCKgVpHZnecvArXvPXcFkM=\ndep\tgithub.com/vbatts/tar-split\tv0.12.1\th1:CqKoORW7BUWBe7UL/iqTVvkTBOF8UvOMKOIZykxnnbo=\ndep\tgithub.com/xanzy/ssh-agent\tv0.3.3\th1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=\ndep\tgithub.com/xo/terminfo\tv0.0.0-20220910002029-abceb7e1c41e\th1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=\ndep\tgithub.com/yookoala/realpath\tv1.0.0\th1:7OA9pj4FZd+oZDsyvXWQvjn5oBdcHRTV44PpdMSuImQ=\ndep\tgithub.com/zealic/xignore\tv0.3.3\th1:EpLXUgZY/JEzFkTc+Y/VYypzXtNz+MSOMVCGW5Q4CKQ=\ndep\tgo.lsp.dev/uri\tv0.3.0\th1:KcZJmh6nFIBeJzTugn5JTU6OOyG0lDOo3R9KwTxTYbo=\ndep\tgo.opencensus.io\tv0.24.0\th1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=\ndep\tgo.opentelemetry.io/auto/sdk\tv1.1.0\th1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=\ndep\tgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc\tv0.62.0\th1:rbRJ8BBoVMsQShESYZ0FkvcITu8X8QNwJogcLUmDNNw=\ndep\tgo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp\tv0.62.0\th1:Hf9xI/XLML9ElpiHVDNwvqI0hIFlzV8dgIr35kV1kRU=\ndep\tgo.opentelemetry.io/otel\tv1.37.0\th1:9zhNfelUvx0KBfu/gb+ZgeAfAgtWrfHJZcAqFC228wQ=\ndep\tgo.opentelemetry.io/otel/exporters/stdout/stdouttrace\tv1.37.0\th1:SNhVp/9q4Go/XHBkQ1/d5u9P/U+L1yaGPoi0x+mStaI=\ndep\tgo.opentelemetry.io/otel/metric\tv1.37.0\th1:mvwbQS5m0tbmqML4NqK+e3aDiO02vsf/WgbsdpcPoZE=\ndep\tgo.opentelemetry.io/otel/sdk\tv1.37.0\th1:ItB0QUqnjesGRvNcmAcU0LyvkVyGJ2xftD29bWdDvKI=\ndep\tgo.opentelemetry.io/otel/trace\tv1.37.0\th1:HLdcFNbRQBE2imdSEgm/kwqmQj1Or1l/7bW6mxVK7z4=\ndep\tgo.step.sm/crypto\tv0.69.0\th1:ELMNQjAGsnwpOeRfX/1phJdWm8Y6RIxAXnDzYlU9AOk=\ndep\tgolang.org/x/crypto\tv0.40.0\th1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM=\ndep\tgolang.org/x/exp\tv0.0.0-20250620022241-b7579e27df2b\th1:M2rDM6z3Fhozi9O7NWsxAkg/yqS/lQJ6PmkyIV3YP+o=\ndep\tgolang.org/x/mod\tv0.26.0\th1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg=\ndep\tgolang.org/x/net\tv0.42.0\th1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=\ndep\tgolang.org/x/oauth2\tv0.30.0\th1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=\ndep\tgolang.org/x/sync\tv0.16.0\th1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=\ndep\tgolang.org/x/sys\tv0.35.0\th1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=\ndep\tgolang.org/x/term\tv0.33.0\th1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=\ndep\tgolang.org/x/text\tv0.27.0\th1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=\ndep\tgolang.org/x/time\tv0.12.0\th1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=\ndep\tgolang.org/x/tools\tv0.35.0\th1:mBffYraMEf7aa0sB+NuKnuCy8qI/9Bughn8dC2Gu5r0=\ndep\tgoogle.golang.org/api\tv0.246.0\th1:H0ODDs5PnMZVZAEtdLMn2Ul2eQi7QNjqM2DIFp8TlTM=\ndep\tgoogle.golang.org/genproto/googleapis/api\tv0.0.0-20250603155806-513f23925822\th1:oWVWY3NzT7KJppx2UKhKmzPq4SRe0LdCijVRwvGeikY=\ndep\tgoogle.golang.org/genproto/googleapis/rpc\tv0.0.0-20250728155136-f173205681a0\th1:MAKi5q709QWfnkkpNQ0M12hYJ1+e8qYVDyowc4U1XZM=\ndep\tgoogle.golang.org/grpc\tv1.74.2\th1:WoosgB65DlWVC9FqI82dGsZhWFNBSLjQ84bjROOpMu4=\ndep\tgoogle.golang.org/protobuf\tv1.36.7\th1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A=\ndep\tgopkg.in/ini.v1\tv1.67.0\th1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=\ndep\tgopkg.in/warnings.v0\tv0.1.2\th1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\ndep\tk8s.io/apimachinery\tv0.33.3\th1:4ZSrmNa0c/ZpZJhAgRdcsFcZOw1PQU1bALVQ0B3I5LA=\ndep\tk8s.io/klog/v2\tv2.130.1\th1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=\ndep\tmvdan.cc/sh/v3\tv3.12.0\th1:ejKUR7ONP5bb+UGHGEG/k9V5+pRVIyD+LsZz7o8KHrI=\ndep\tsigs.k8s.io/release-utils\tv0.12.1\th1:3p9w137wBTTApHlL8izdJHcCuaBe8wZhQz+B0QIAaBE=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=f347dd6fcdd7c489eb56c484ae3707fc654569d9\nbuild\tvcs.time=2025-08-20T16:37:56Z\nbuild\tvcs.modified=true\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T21:34:23.2793058Z [00:03:16.653]➜  EOF
2025-08-20T21:34:23.2793304Z [00:03:16.653]➜  mkdir -p $WORK/b001/exe/
2025-08-20T21:34:23.2793557Z [00:03:16.653]➜  cd .
2025-08-20T21:34:23.2795382Z [00:03:16.653]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=sbeqCkWy21W2AjN3epJZ/JW1NfF2NjtleM1qdaPZ3/qwysQ2iolCIgOqfoX_hY/sbeqCkWy21W2AjN3epJZ -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T21:34:24.4618922Z [00:03:17.903]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T21:34:24.4888447Z [00:03:17.930]➜  mkdir -p /build-bins/
2025-08-20T21:34:24.4889812Z [00:03:17.930]➜  cp $WORK/b001/exe/a.out /build-bins/melange
2025-08-20T21:34:24.5075565Z [00:03:17.949]➜  rm -rf $WORK/b001/
2025-08-20T21:34:24.7447860Z [00:03:18.186]➜  '/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/license.go' -> '/build-bins/LICENSE'
2025-08-20T21:34:24.8158572Z [00:03:18.257]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:34:24.8193631Z [00:03:18.261]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:34:24.8863268Z [00:03:18.328]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:34:24.9558233Z [00:03:18.397]➜  copy from `/build-bins/melange' [elf64-littleaarch64] to `/build-bins/stnOEfiF' [elf64-littleaarch64]
2025-08-20T21:34:25.0263116Z [00:03:18.468]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:34:25.0290581Z [00:03:18.470]➜  
2025-08-20T21:34:25.0304890Z [00:03:18.472]➜  /build-bins/LICENSE
2025-08-20T21:34:25.0357387Z [00:03:18.477]➜  
2025-08-20T21:34:25.0370968Z [00:03:18.478]➜  /build-bins/melange
2025-08-20T21:34:25.0381798Z [00:03:18.480]➜  There are 24 section headers, starting at offset 0x214a7d8:
2025-08-20T21:34:25.0382641Z [00:03:18.480]➜  
2025-08-20T21:34:25.0383124Z [00:03:18.480]➜  Section Headers:
2025-08-20T21:34:25.0384215Z [00:03:18.480]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:34:25.0384731Z [00:03:18.480]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:34:25.0385130Z [00:03:18.480]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:34:25.0385674Z [00:03:18.480]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:34:25.0386151Z [00:03:18.480]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T21:34:25.0386587Z [00:03:18.480]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T21:34:25.0387005Z [00:03:18.480]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T21:34:25.0387425Z [00:03:18.480]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T21:34:25.0388084Z [00:03:18.480]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T21:34:25.0388504Z [00:03:18.480]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T21:34:25.0388920Z [00:03:18.480]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T21:34:25.0389335Z [00:03:18.480]➜         0000000000370d70  0000000000000018   A       2     0     8
2025-08-20T21:34:25.0389747Z [00:03:18.480]➜    [ 5] .init             PROGBITS         0000000000371020  00371020
2025-08-20T21:34:25.0390159Z [00:03:18.480]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:34:25.0390800Z [00:03:18.480]➜    [ 6] .text             PROGBITS         0000000000371040  00371040
2025-08-20T21:34:25.0391218Z [00:03:18.480]➜         0000000000bc2f10  0000000000000000  AX       0     0     32
2025-08-20T21:34:25.0391809Z [00:03:18.480]➜    [ 7] .fini             PROGBITS         0000000000f33f50  00f33f50
2025-08-20T21:34:25.0392220Z [00:03:18.480]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T21:34:25.0392643Z [00:03:18.480]➜    [ 8] .rodata           PROGBITS         0000000000f33f60  00f33f60
2025-08-20T21:34:25.0393056Z [00:03:18.480]➜         000000000049d88c  0000000000000000   A       0     0     32
2025-08-20T21:34:25.0393481Z [00:03:18.480]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000013d17ec  013d17ec
2025-08-20T21:34:25.0393905Z [00:03:18.480]➜         000000000000014c  0000000000000000   A       0     0     4
2025-08-20T21:34:25.0394329Z [00:03:18.480]➜    [10] .eh_frame         PROGBITS         00000000013d1938  013d1938
2025-08-20T21:34:25.0394751Z [00:03:18.480]➜         0000000000000620  0000000000000000   A       0     0     8
2025-08-20T21:34:25.0395162Z [00:03:18.480]➜    [11] .tbss             NOBITS           00000000013e9590  013d9590
2025-08-20T21:34:25.0395577Z [00:03:18.480]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T21:34:25.0396004Z [00:03:18.480]➜    [12] .init_array       INIT_ARRAY       00000000013e9590  013d9590
2025-08-20T21:34:25.0396433Z [00:03:18.480]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:34:25.0396854Z [00:03:18.480]➜    [13] .fini_array       FINI_ARRAY       00000000013e9598  013d9598
2025-08-20T21:34:25.0397273Z [00:03:18.480]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:34:25.0397969Z [00:03:18.480]➜    [14] .data.rel.ro      PROGBITS         00000000013e95a0  013d95a0
2025-08-20T21:34:25.0398400Z [00:03:18.480]➜         0000000000c16838  0000000000000000  WA       0     0     32
2025-08-20T21:34:25.0398828Z [00:03:18.480]➜    [15] .dynamic          DYNAMIC          0000000001fffdd8  01fefdd8
2025-08-20T21:34:25.0399244Z [00:03:18.480]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T21:34:25.0399657Z [00:03:18.480]➜    [16] .got              PROGBITS         0000000001ffff48  01feff48
2025-08-20T21:34:25.0400070Z [00:03:18.480]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T21:34:25.0400683Z [00:03:18.480]➜    [17] .data             PROGBITS         0000000002000000  01ff0000
2025-08-20T21:34:25.0401164Z [00:03:18.480]➜         0000000000039298  0000000000000000  WA       0     0     32
2025-08-20T21:34:25.0401598Z [00:03:18.480]➜    [18] .go.buildinfo     PROGBITS         00000000020392a0  020292a0
2025-08-20T21:34:25.0402109Z [00:03:18.480]➜         00000000000035e0  0000000000000000  WA       0     0     16
2025-08-20T21:34:25.0402600Z [00:03:18.480]➜    [19] .go.fipsinfo      PROGBITS         000000000203c880  0202c880
2025-08-20T21:34:25.0403032Z [00:03:18.480]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T21:34:25.0403458Z [00:03:18.480]➜    [20] .noptrdata        PROGBITS         000000000203c900  0202c900
2025-08-20T21:34:25.0404049Z [00:03:18.480]➜         000000000011de01  0000000000000000  WA       0     0     32
2025-08-20T21:34:25.0404455Z [00:03:18.480]➜    [21] .bss              NOBITS           000000000215a720  0214a701
2025-08-20T21:34:25.0404869Z [00:03:18.480]➜         0000000000031ab8  0000000000000000  WA       0     0     32
2025-08-20T21:34:25.0405333Z [00:03:18.480]➜    [22] .noptrbss         NOBITS           000000000218c1e0  0214a701
2025-08-20T21:34:25.0405756Z [00:03:18.480]➜         0000000000024dc0  0000000000000000  WA       0     0     32
2025-08-20T21:34:25.0406221Z [00:03:18.480]➜    [23] .shstrtab         STRTAB           0000000000000000  0214a701
2025-08-20T21:34:25.0406641Z [00:03:18.480]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T21:34:25.0407138Z [00:03:18.480]➜  Key to Flags:
2025-08-20T21:34:25.0407706Z [00:03:18.480]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:34:25.0408237Z [00:03:18.480]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:34:25.0408688Z [00:03:18.480]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:34:25.0409059Z [00:03:18.480]➜    D (mbind), p (processor specific)
2025-08-20T21:34:25.0409415Z [00:03:18.481]➜  + file /build-bins/LICENSE /build-bins/melange
2025-08-20T21:34:25.0579387Z [00:03:18.499]➜  /build-bins/LICENSE: ASCII text
2025-08-20T21:34:25.0653601Z [00:03:18.507]➜  /build-bins/melange: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:34:25.0661517Z [00:03:18.507]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/melange
2025-08-20T21:34:25.0678282Z [00:03:18.509]➜  /build-bins/LICENSE:         12396 Bytes
2025-08-20T21:34:25.0678691Z [00:03:18.509]➜  /build-bins/melange:         34909656 Bytes
2025-08-20T21:34:25.0694652Z [00:03:18.511]➜  + du /build-bins/LICENSE /build-bins/melange --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:34:25.0695316Z [00:03:18.511]➜  13K	2025-08-20 21:34:24.743241429 +0000	/build-bins/LICENSE
2025-08-20T21:34:25.0695724Z [00:03:18.511]➜  34M	2025-08-20 21:34:25.009251082 +0000	/build-bins/melange
2025-08-20T21:34:25.0696397Z [00:03:18.511]➜  + popd
2025-08-20T21:34:28.2071030Z [00:03:21.648]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:34:28.4201688Z [00:03:21.861]➜  + '[' -s /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:34:28.4202964Z [00:03:21.861]➜  + cp -fv /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:34:28.4335635Z [00:03:21.875]➜  '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:34:28.4347384Z [00:03:21.875]➜  + find /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:34:28.4348884Z [00:03:21.876]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:34:28.4349539Z [00:03:21.876]➜  + cut -d: -f1
2025-08-20T21:34:28.4349899Z [00:03:21.876]➜  + xargs realpath --no-symlinks
2025-08-20T21:34:28.4350375Z [00:03:21.876]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:34:28.5453917Z [00:03:21.987]➜  sending incremental file list
2025-08-20T21:34:28.5553768Z [00:03:21.997]➜  melange
2025-08-20T21:34:28.6307072Z [00:03:22.072]➜  
2025-08-20T21:34:28.6307619Z [00:03:22.072]➜  sent 34.92M bytes  received 35 bytes  69.84M bytes/sec
2025-08-20T21:34:28.6308103Z [00:03:22.072]➜  total size is 34.91M  speedup is 1.00
2025-08-20T21:34:28.6320156Z [00:03:22.073]➜  
2025-08-20T21:34:29.8779191Z [00:03:23.319]➜  
2025-08-20T21:34:29.8879176Z [00:03:23.329]➜  ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T21:34:29.8880498Z [00:03:23.329]➜  ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T21:34:29.8881535Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/main.go' from root:root to runner:runner
2025-08-20T21:34:29.8882702Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.8883886Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/sca.go' from root:root to runner:runner
2025-08-20T21:34:29.8885331Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/sca_test.go' from root:root to runner:runner
2025-08-20T21:34:29.8886564Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/e2e_test.go' from root:root to runner:runner
2025-08-20T21:34:29.8888062Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/ld-so-conf-d-test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.8889462Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/systemd.yaml' from root:root to runner:runner
2025-08-20T21:34:29.8890800Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/aws-c-s3-0.4.9-r0.apk' from root:root to runner:runner
2025-08-20T21:34:29.8892147Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/shbang-test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.8893521Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/ruby3.2-base64-0.2.0-r2.apk' from root:root to runner:runner
2025-08-20T21:34:29.8895045Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/go-fips-bin/main.go' from root:root to runner:runner
2025-08-20T21:34:29.8896501Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/go-fips-bin/go-fips-bin.yaml' from root:root to runner:runner
2025-08-20T21:34:29.8897976Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/go-fips-bin/go.mod' from root:root to runner:runner
2025-08-20T21:34:29.8899485Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/go-fips-bin' from root:root to runner:runner
2025-08-20T21:34:29.8900874Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/libcap-2.69-r0.apk' from root:root to runner:runner
2025-08-20T21:34:29.8902230Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/bash-doc-5.2.37-r2.apk' from root:root to runner:runner
2025-08-20T21:34:29.8903548Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/neon.yaml' from root:root to runner:runner
2025-08-20T21:34:29.8905178Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/generated/x86_64/ld-so-conf-d-test-1-r1.apk' from root:root to runner:runner
2025-08-20T21:34:29.8906708Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/generated/x86_64/shbang-test-1-r1.apk' from root:root to runner:runner
2025-08-20T21:34:29.8908262Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/generated/x86_64' from root:root to runner:runner
2025-08-20T21:34:29.8909816Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/generated' from root:root to runner:runner
2025-08-20T21:34:29.8911160Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/aws-c-s3.yaml' from root:root to runner:runner
2025-08-20T21:34:29.8912478Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/py3-seaborn.yaml' from root:root to runner:runner
2025-08-20T21:34:29.8913806Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/neon-4604-r0.apk' from root:root to runner:runner
2025-08-20T21:34:29.8915101Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/bash.yaml' from root:root to runner:runner
2025-08-20T21:34:29.8916389Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/libcap.yaml' from root:root to runner:runner
2025-08-20T21:34:29.8917872Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/ruby3.2-base64.yaml' from root:root to runner:runner
2025-08-20T21:34:29.8919203Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata' from root:root to runner:runner
2025-08-20T21:34:29.8920519Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca' from root:root to runner:runner
2025-08-20T21:34:29.8921768Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/apk.go' from root:root to runner:runner
2025-08-20T21:34:29.8922971Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/apk_test.go' from root:root to runner:runner
2025-08-20T21:34:29.8924299Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/index.go' from root:root to runner:runner
2025-08-20T21:34:29.8925732Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/testdata/.SIGN.RSA.wolfi-signing.rsa.pub' from root:root to runner:runner
2025-08-20T21:34:29.8927098Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/testdata/test.apk' from root:root to runner:runner
2025-08-20T21:34:29.8928551Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/testdata/test.pem' from root:root to runner:runner
2025-08-20T21:34:29.8930013Z [00:03:23.329]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/testdata/test.pem.pub' from root:root to runner:runner
2025-08-20T21:34:29.8931268Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/testdata' from root:root to runner:runner
2025-08-20T21:34:29.8932438Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign' from root:root to runner:runner
2025-08-20T21:34:29.8933611Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/index/index.go' from root:root to runner:runner
2025-08-20T21:34:29.8934994Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/index/index_test.go' from root:root to runner:runner
2025-08-20T21:34:29.8936184Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/index' from root:root to runner:runner
2025-08-20T21:34:29.8937396Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/license_test.go' from root:root to runner:runner
2025-08-20T21:34:29.8938847Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/license.go' from root:root to runner:runner
2025-08-20T21:34:29.8940146Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata/LICENSE-GPLv3' from root:root to runner:runner
2025-08-20T21:34:29.8941523Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata/LICENSE-BSD-modified' from root:root to runner:runner
2025-08-20T21:34:29.8942895Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T21:34:29.8944372Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata/LICENSE-GPLv2' from root:root to runner:runner
2025-08-20T21:34:29.8945767Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata/LICENSE-BSD' from root:root to runner:runner
2025-08-20T21:34:29.8947086Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata/COPYRIGHT' from root:root to runner:runner
2025-08-20T21:34:29.8948648Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata' from root:root to runner:runner
2025-08-20T21:34:29.8949994Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/regexp.go' from root:root to runner:runner
2025-08-20T21:34:29.8951187Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license' from root:root to runner:runner
2025-08-20T21:34:29.8952381Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/config.go' from root:root to runner:runner
2025-08-20T21:34:29.8953782Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.8955038Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/config_test.go' from root:root to runner:runner
2025-08-20T21:34:29.8956282Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/schema.cue' from root:root to runner:runner
2025-08-20T21:34:29.8957712Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/build_option.go' from root:root to runner:runner
2025-08-20T21:34:29.8959147Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/vars.go' from root:root to runner:runner
2025-08-20T21:34:29.8960383Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/schema.json' from root:root to runner:runner
2025-08-20T21:34:29.8961566Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config' from root:root to runner:runner
2025-08-20T21:34:29.8962746Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cond/subst.go' from root:root to runner:runner
2025-08-20T21:34:29.8963971Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cond/parser_test.go' from root:root to runner:runner
2025-08-20T21:34:29.8965199Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cond/parser.go' from root:root to runner:runner
2025-08-20T21:34:29.8966425Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cond/subst_test.go' from root:root to runner:runner
2025-08-20T21:34:29.8967685Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cond' from root:root to runner:runner
2025-08-20T21:34:29.8969042Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/write.go' from root:root to runner:runner
2025-08-20T21:34:29.8970349Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/write_test.go' from root:root to runner:runner
2025-08-20T21:34:29.8971602Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/tarball.go' from root:root to runner:runner
2025-08-20T21:34:29.8972953Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/testdata/bar/bar.txt' from root:root to runner:runner
2025-08-20T21:34:29.8974317Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/testdata/bar' from root:root to runner:runner
2025-08-20T21:34:29.8975611Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/testdata/foo/foo.txt' from root:root to runner:runner
2025-08-20T21:34:29.8976899Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/testdata/foo' from root:root to runner:runner
2025-08-20T21:34:29.8978355Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/testdata' from root:root to runner:runner
2025-08-20T21:34:29.8979538Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball' from root:root to runner:runner
2025-08-20T21:34:29.8980736Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/util/map_subst.go' from root:root to runner:runner
2025-08-20T21:34:29.8981907Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/util' from root:root to runner:runner
2025-08-20T21:34:29.8983276Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/linter/linter.go' from root:root to runner:runner
2025-08-20T21:34:29.8984522Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/linter/linter_test.go' from root:root to runner:runner
2025-08-20T21:34:29.8985871Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/linter/testdata/hello-wolfi-2.12.1-r1.apk' from root:root to runner:runner
2025-08-20T21:34:29.8987322Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/linter/testdata/kubeflow-pipelines-2.1.3-r7.apk' from root:root to runner:runner
2025-08-20T21:34:29.8988881Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/linter/testdata' from root:root to runner:runner
2025-08-20T21:34:29.8990068Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/linter' from root:root to runner:runner
2025-08-20T21:34:29.8991269Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/config.go' from root:root to runner:runner
2025-08-20T21:34:29.8992687Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/bubblewrap_runner.go' from root:root to runner:runner
2025-08-20T21:34:29.8994097Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/docker/docker_runner.go' from root:root to runner:runner
2025-08-20T21:34:29.8995392Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/docker' from root:root to runner:runner
2025-08-20T21:34:29.8996734Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/qemu_runner.go' from root:root to runner:runner
2025-08-20T21:34:29.8998284Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/qemu_runner_test.go' from root:root to runner:runner
2025-08-20T21:34:29.8999660Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/bubblewrap_runner_test.go' from root:root to runner:runner
2025-08-20T21:34:29.9000966Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/runner.go' from root:root to runner:runner
2025-08-20T21:34:29.9002345Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container' from root:root to runner:runner
2025-08-20T21:34:29.9003549Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/source.go' from root:root to runner:runner
2025-08-20T21:34:29.9004788Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/source_test.go' from root:root to runner:runner
2025-08-20T21:34:29.9006075Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/testdata/fetch.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9007689Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/testdata/git-checkout.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9009138Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/testdata/fetch-with-patch.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9010606Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/testdata/fetch-with-patch/foo.patch' from root:root to runner:runner
2025-08-20T21:34:29.9011997Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/testdata/fetch-with-patch' from root:root to runner:runner
2025-08-20T21:34:29.9013304Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/testdata' from root:root to runner:runner
2025-08-20T21:34:29.9014490Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source' from root:root to runner:runner
2025-08-20T21:34:29.9015693Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/build_test.go' from root:root to runner:runner
2025-08-20T21:34:29.9017043Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/build.go' from root:root to runner:runner
2025-08-20T21:34:29.9018447Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/sbom_group.go' from root:root to runner:runner
2025-08-20T21:34:29.9019693Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipeline.go' from root:root to runner:runner
2025-08-20T21:34:29.9021007Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/options.go' from root:root to runner:runner
2025-08-20T21:34:29.9022296Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/compile_test.go' from root:root to runner:runner
2025-08-20T21:34:29.9023536Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/package.go' from root:root to runner:runner
2025-08-20T21:34:29.9024784Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/package_test.go' from root:root to runner:runner
2025-08-20T21:34:29.9026152Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/compile.go' from root:root to runner:runner
2025-08-20T21:34:29.9027392Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/test_options.go' from root:root to runner:runner
2025-08-20T21:34:29.9028839Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/build_integration_test.go' from root:root to runner:runner
2025-08-20T21:34:29.9030108Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/slsa.go' from root:root to runner:runner
2025-08-20T21:34:29.9031546Z [00:03:23.330]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipeline_test.go' from root:root to runner:runner
2025-08-20T21:34:29.9032818Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/slsa_test.go' from root:root to runner:runner
2025-08-20T21:34:29.9034055Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/test_test.go' from root:root to runner:runner
2025-08-20T21:34:29.9035335Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/patch.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9036640Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/fetch.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9038095Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson/compile.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9039524Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9041010Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson/configure.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9042497Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson/install.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9043818Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson' from root:root to runner:runner
2025-08-20T21:34:29.9045213Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/git-checkout.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9046612Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/perl/make.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9048061Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/perl/cleanup.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9049483Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/perl/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9050921Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/perl' from root:root to runner:runner
2025-08-20T21:34:29.9052226Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/llvm/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9053587Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/llvm/covreport.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9054898Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/llvm' from root:root to runner:runner
2025-08-20T21:34:29.9056307Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/docs.go' from root:root to runner:runner
2025-08-20T21:34:29.9057707Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9059107Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf/make.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9060483Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9061879Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf/configure.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9063322Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf/make-install.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9064683Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf' from root:root to runner:runner
2025-08-20T21:34:29.9066091Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/strip.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9067571Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/npm/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9068965Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/npm/install.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9070352Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/npm' from root:root to runner:runner
2025-08-20T21:34:29.9071827Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/maven/configure-mirror.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9073230Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/maven/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9074596Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/maven/pombump.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9076108Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/maven' from root:root to runner:runner
2025-08-20T21:34:29.9077423Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/covdata.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9078872Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9080350Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/build.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9081675Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/bump.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9083013Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/install.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9084304Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go' from root:root to runner:runner
2025-08-20T21:34:29.9085605Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9086979Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake/configure.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9088489Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake/build.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9089984Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake/install.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9091366Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake' from root:root to runner:runner
2025-08-20T21:34:29.9092697Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/status.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9094193Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/ensure.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9095658Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9097035Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/profile.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9098545Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/wait.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9100036Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/stop.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9101354Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover' from root:root to runner:runner
2025-08-20T21:34:29.9102662Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/pecl/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9104005Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/pecl/phpize.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9105548Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/pecl/install.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9106867Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/pecl' from root:root to runner:runner
2025-08-20T21:34:29.9108288Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/R/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9109615Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/R/build.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9110931Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/R' from root:root to runner:runner
2025-08-20T21:34:29.9112229Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cargo/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9113581Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cargo/build.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9114985Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cargo' from root:root to runner:runner
2025-08-20T21:34:29.9116427Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/build-wheel.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9117889Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/import.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9119413Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9120854Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/build.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9122211Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9123585Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/install.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9125080Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python' from root:root to runner:runner
2025-08-20T21:34:29.9126388Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/bin.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9127848Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/infodir.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9129344Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9130700Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/debug.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9132066Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/locales.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9133437Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/static.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9134815Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/manpages.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9136177Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/dev.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9137564Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split' from root:root to runner:runner
2025-08-20T21:34:29.9138939Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby/clean.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9140399Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9141826Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby/build.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9143190Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby/install.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9144571Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby' from root:root to runner:runner
2025-08-20T21:34:29.9145870Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines' from root:root to runner:runner
2025-08-20T21:34:29.9147109Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/sca_interface.go' from root:root to runner:runner
2025-08-20T21:34:29.9148720Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/goldenfiles/sboms/7zip-two-fetches-2301-r3.spdx.json' from root:root to runner:runner
2025-08-20T21:34:29.9150515Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/goldenfiles/sboms/crane-0.20.2-r1.spdx.json' from root:root to runner:runner
2025-08-20T21:34:29.9151985Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/goldenfiles/sboms' from root:root to runner:runner
2025-08-20T21:34:29.9153319Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/goldenfiles' from root:root to runner:runner
2025-08-20T21:34:29.9154925Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/test_configuration_load/py3-pandas.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9156550Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/test_configuration_load/range-subpackages.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9158144Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/test_configuration_load' from root:root to runner:runner
2025-08-20T21:34:29.9159637Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/build_configs/7zip-two-fetches.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9161080Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/build_configs/crane.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9162513Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/build_configs/bogus-version.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9164005Z [00:03:23.331]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/build_configs' from root:root to runner:runner
2025-08-20T21:34:29.9165419Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/build_log/packages.log' from root:root to runner:runner
2025-08-20T21:34:29.9166751Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/build_log' from root:root to runner:runner
2025-08-20T21:34:29.9168427Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/missing-package-name.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9170111Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/release-monitor.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9171705Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/uses-and-runs.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9173281Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/with-and-runs.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9175015Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/range-subpackages.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9176624Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/unknown-fields.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9178354Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/invalid-package-name.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9180184Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/invalid-range-subpackage-name.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9181948Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/env-vars-set-that-have-default-values.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9183594Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/github.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9185228Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/invalid-duplicate-package-name.melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9186768Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load' from root:root to runner:runner
2025-08-20T21:34:29.9188153Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata' from root:root to runner:runner
2025-08-20T21:34:29.9189519Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/runner.go' from root:root to runner:runner
2025-08-20T21:34:29.9190805Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/test.go' from root:root to runner:runner
2025-08-20T21:34:29.9191974Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build' from root:root to runner:runner
2025-08-20T21:34:29.9193148Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/http/http.go' from root:root to runner:runner
2025-08-20T21:34:29.9194388Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/http' from root:root to runner:runner
2025-08-20T21:34:29.9195623Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/sign.go' from root:root to runner:runner
2025-08-20T21:34:29.9196812Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/index.go' from root:root to runner:runner
2025-08-20T21:34:29.9198131Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/keygen.go' from root:root to runner:runner
2025-08-20T21:34:29.9199463Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/build.go' from root:root to runner:runner
2025-08-20T21:34:29.9200652Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/lint.go' from root:root to runner:runner
2025-08-20T21:34:29.9201885Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/packageversion.go' from root:root to runner:runner
2025-08-20T21:34:29.9203108Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/scan.go' from root:root to runner:runner
2025-08-20T21:34:29.9204437Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/commands.go' from root:root to runner:runner
2025-08-20T21:34:29.9205657Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/compile.go' from root:root to runner:runner
2025-08-20T21:34:29.9206850Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/bump.go' from root:root to runner:runner
2025-08-20T21:34:29.9208284Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/update_cache.go' from root:root to runner:runner
2025-08-20T21:34:29.9209528Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/rebuild.go' from root:root to runner:runner
2025-08-20T21:34:29.9210802Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/license_check.go' from root:root to runner:runner
2025-08-20T21:34:29.9212052Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/completion.go' from root:root to runner:runner
2025-08-20T21:34:29.9213396Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/query.go' from root:root to runner:runner
2025-08-20T21:34:29.9214641Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/test.go' from root:root to runner:runner
2025-08-20T21:34:29.9215793Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli' from root:root to runner:runner
2025-08-20T21:34:29.9217015Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/bump_test.go' from root:root to runner:runner
2025-08-20T21:34:29.9218528Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/bump.go' from root:root to runner:runner
2025-08-20T21:34:29.9219979Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/multiple_checkouts.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9221442Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/major_minor_patch.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9222873Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/float_issue.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9224405Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/minio.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9225818Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/expected_commit.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9227257Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/cheese-7.0.1.tar.gz' from root:root to runner:runner
2025-08-20T21:34:29.9228880Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/quoted.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9230211Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata' from root:root to runner:runner
2025-08-20T21:34:29.9231452Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump' from root:root to runner:runner
2025-08-20T21:34:29.9232667Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/yit.go' from root:root to runner:runner
2025-08-20T21:34:29.9233909Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/renovate.go' from root:root to runner:runner
2025-08-20T21:34:29.9235181Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/cache/cache.go' from root:root to runner:runner
2025-08-20T21:34:29.9236426Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/cache' from root:root to runner:runner
2025-08-20T21:34:29.9237894Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/copyright/copyright.go' from root:root to runner:runner
2025-08-20T21:34:29.9239328Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/copyright/copyright_test.go' from root:root to runner:runner
2025-08-20T21:34:29.9240754Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/copyright/testdata/nolicense.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9242207Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/copyright/testdata' from root:root to runner:runner
2025-08-20T21:34:29.9243542Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/copyright' from root:root to runner:runner
2025-08-20T21:34:29.9244746Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate' from root:root to runner:runner
2025-08-20T21:34:29.9245964Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/manifest/manifest.go' from root:root to runner:runner
2025-08-20T21:34:29.9247291Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/manifest' from root:root to runner:runner
2025-08-20T21:34:29.9248647Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sbom/document.go' from root:root to runner:runner
2025-08-20T21:34:29.9249883Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sbom/element.go' from root:root to runner:runner
2025-08-20T21:34:29.9251098Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sbom/package.go' from root:root to runner:runner
2025-08-20T21:34:29.9252489Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sbom/package_test.go' from root:root to runner:runner
2025-08-20T21:34:29.9253674Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sbom' from root:root to runner:runner
2025-08-20T21:34:29.9254790Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T21:34:29.9255909Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.yam.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9257134Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/gen-jsonschema/main.go' from root:root to runner:runner
2025-08-20T21:34:29.9258601Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/gen-jsonschema/generate.go' from root:root to runner:runner
2025-08-20T21:34:29.9260001Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/gen-jsonschema' from root:root to runner:runner
2025-08-20T21:34:29.9261399Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/contextreader/contextreader.go' from root:root to runner:runner
2025-08-20T21:34:29.9262786Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/contextreader' from root:root to runner:runner
2025-08-20T21:34:29.9264126Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/logwriter/logwriter.go' from root:root to runner:runner
2025-08-20T21:34:29.9265396Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/logwriter' from root:root to runner:runner
2025-08-20T21:34:29.9266563Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal' from root:root to runner:runner
2025-08-20T21:34:29.9267781Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.ko.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9268967Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9270096Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T21:34:29.9280819Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/options.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9282343Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/git-checkout.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9283621Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/npm-install.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9284889Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/conditional.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9286708Z [00:03:23.332]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/aws-sdk-core.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9288248Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/go-install.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9289551Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/go-build.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9290824Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/fetch-directory.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9292079Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/sshfs.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9293299Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/minimal.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9294697Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/pnpm-install.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9296144Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/simple-hello/melange.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9297636Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/simple-hello/hello.c' from root:root to runner:runner
2025-08-20T21:34:29.9299007Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/simple-hello/Makefile' from root:root to runner:runner
2025-08-20T21:34:29.9300282Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/simple-hello' from root:root to runner:runner
2025-08-20T21:34:29.9301539Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/var-transforms.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9302841Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/working-directory.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9304107Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/vars.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9305328Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/one-arch.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9306781Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/R-build.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9308187Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/pipelineless.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9309531Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/replacement-provides.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9311057Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/test-xcover.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9312368Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/capabilities-add-drop.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9313672Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/cargo-build.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9314966Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/build-ruby-webrick.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9316242Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/gnu-hello.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9317576Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/split-bin.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9318981Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/go-bump.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9320346Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/mbedtls.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9321586Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T21:34:29.9322776Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.pre-commit-config.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9323960Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:34:29.9325150Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T21:34:29.9326417Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/go-tests.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9327849Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/verify.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9329182Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/e2e.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9330683Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/wolfi-presubmit.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9332012Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/release.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9333297Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/build.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9334818Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/melange-test-pipelines.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9336119Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:34:29.9337426Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/actions/setup-bubblewrap/action.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9338919Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/actions/setup-bubblewrap' from root:root to runner:runner
2025-08-20T21:34:29.9340155Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/actions' from root:root to runner:runner
2025-08-20T21:34:29.9341404Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T21:34:29.9342700Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:34:29.9343989Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/py3-pandas-test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9345361Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/php-8.2-msgpack-test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9346721Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/numpy-test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9348112Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/py3-pandas-nopkg-test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9349399Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/run-tests' from root:root to runner:runner
2025-08-20T21:34:29.9350740Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/capabilities-add-drop-nopkg-test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9352049Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/README.md' from root:root to runner:runner
2025-08-20T21:34:29.9353311Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/git-checkout-build.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9354835Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/env-vars-build-test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9356152Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/greeter-build-test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9357587Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/capabilities-add-drop-build.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9359115Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/ipset-build-test.yaml-DISABLED' from root:root to runner:runner
2025-08-20T21:34:29.9360455Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/xcover-nopkg-test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9361794Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/test-fixtures/create-git-repo' from root:root to runner:runner
2025-08-20T21:34:29.9363168Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/test-fixtures/py3-pandas-test.py' from root:root to runner:runner
2025-08-20T21:34:29.9364469Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/test-fixtures' from root:root to runner:runner
2025-08-20T21:34:29.9365779Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/php-8.2-msgpack-nopkg-test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9367214Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/py3-setuptools-test.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9368628Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests' from root:root to runner:runner
2025-08-20T21:34:29.9369826Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/RELEASE.md' from root:root to runner:runner
2025-08-20T21:34:29.9371010Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/hack/make-devenv.sh' from root:root to runner:runner
2025-08-20T21:34:29.9372230Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/hack/sign-images.sh' from root:root to runner:runner
2025-08-20T21:34:29.9373468Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/hack/melange-devenv.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9374641Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/hack' from root:root to runner:runner
2025-08-20T21:34:29.9375760Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:34:29.9376921Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.goreleaser.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9378298Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:34:29.9379421Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T21:34:29.9380578Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T21:34:29.9381769Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:34:29.9383196Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:34:29.9384549Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:34:29.9385855Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:34:29.9387145Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:34:29.9388570Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:34:29.9389828Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:34:29.9391196Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:34:29.9392675Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:34:29.9394039Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:34:29.9395318Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:34:29.9396621Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:34:29.9398016Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:34:29.9399347Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:34:29.9400658Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:34:29.9402037Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:34:29.9403179Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:34:29.9404326Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:34:29.9405740Z [00:03:23.333]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-6b0d3654dc188b0ed2d36bf0ae83ea1d4310748a.promisor' from root:root to runner:runner
2025-08-20T21:34:29.9407637Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-a2dd685013ad55491a8a02ba3ecedd47caee8222.idx' from root:root to runner:runner
2025-08-20T21:34:29.9409299Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-a2dd685013ad55491a8a02ba3ecedd47caee8222.rev' from root:root to runner:runner
2025-08-20T21:34:29.9410938Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-a2dd685013ad55491a8a02ba3ecedd47caee8222.pack' from root:root to runner:runner
2025-08-20T21:34:29.9412531Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-6b0d3654dc188b0ed2d36bf0ae83ea1d4310748a.idx' from root:root to runner:runner
2025-08-20T21:34:29.9414138Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-a2dd685013ad55491a8a02ba3ecedd47caee8222.promisor' from root:root to runner:runner
2025-08-20T21:34:29.9415846Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-6b0d3654dc188b0ed2d36bf0ae83ea1d4310748a.pack' from root:root to runner:runner
2025-08-20T21:34:29.9417643Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-6b0d3654dc188b0ed2d36bf0ae83ea1d4310748a.rev' from root:root to runner:runner
2025-08-20T21:34:29.9419094Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:34:29.9420290Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:34:29.9421468Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:34:29.9422637Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:34:29.9423797Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:34:29.9425096Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:34:29.9426414Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:34:29.9427757Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T21:34:29.9429044Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:34:29.9430312Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:34:29.9431609Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:34:29.9432863Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:34:29.9434051Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:34:29.9435202Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:34:29.9436327Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:34:29.9437559Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:34:29.9438957Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T21:34:29.9440205Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:34:29.9441505Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:34:29.9442822Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:34:29.9444040Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:34:29.9445206Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:34:29.9446322Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:34:29.9447586Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.chainguard/source.yaml' from root:root to runner:runner
2025-08-20T21:34:29.9448924Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.chainguard' from root:root to runner:runner
2025-08-20T21:34:29.9450233Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/main.go' from root:root to runner:runner
2025-08-20T21:34:29.9451431Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/PIPELINES-R.md' from root:root to runner:runner
2025-08-20T21:34:29.9452656Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/PIPELINES-GO.md' from root:root to runner:runner
2025-08-20T21:34:29.9453902Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_compile.md' from root:root to runner:runner
2025-08-20T21:34:29.9455134Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange.md' from root:root to runner:runner
2025-08-20T21:34:29.9456373Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_index.md' from root:root to runner:runner
2025-08-20T21:34:29.9457760Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_license-check.md' from root:root to runner:runner
2025-08-20T21:34:29.9459109Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_build.md' from root:root to runner:runner
2025-08-20T21:34:29.9460359Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_query.md' from root:root to runner:runner
2025-08-20T21:34:29.9461603Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_bump.md' from root:root to runner:runner
2025-08-20T21:34:29.9463031Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_convert_apkbuild.md' from root:root to runner:runner
2025-08-20T21:34:29.9464467Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_convert_gem.md' from root:root to runner:runner
2025-08-20T21:34:29.9465795Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_keygen.md' from root:root to runner:runner
2025-08-20T21:34:29.9467079Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_update-cache.md' from root:root to runner:runner
2025-08-20T21:34:29.9468496Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_scan.md' from root:root to runner:runner
2025-08-20T21:34:29.9469772Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_convert_python.md' from root:root to runner:runner
2025-08-20T21:34:29.9471055Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_version.md' from root:root to runner:runner
2025-08-20T21:34:29.9472310Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_convert.md' from root:root to runner:runner
2025-08-20T21:34:29.9473820Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_sign-index.md' from root:root to runner:runner
2025-08-20T21:34:29.9475218Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_test.md' from root:root to runner:runner
2025-08-20T21:34:29.9476484Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_completion.md' from root:root to runner:runner
2025-08-20T21:34:29.9477830Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_lint.md' from root:root to runner:runner
2025-08-20T21:34:29.9479175Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_package-version.md' from root:root to runner:runner
2025-08-20T21:34:29.9480452Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_sign.md' from root:root to runner:runner
2025-08-20T21:34:29.9481624Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md' from root:root to runner:runner
2025-08-20T21:34:29.9482796Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/BUILD-CACHE.md' from root:root to runner:runner
2025-08-20T21:34:29.9484019Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/PIPELINES-GIT.md' from root:root to runner:runner
2025-08-20T21:34:29.9485228Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/TESTING.md' from root:root to runner:runner
2025-08-20T21:34:29.9486509Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/DEVENV.md' from root:root to runner:runner
2025-08-20T21:34:29.9487842Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/VAR-TRANSFORMS.md' from root:root to runner:runner
2025-08-20T21:34:29.9489204Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/PIPELINES-CARGO.md' from root:root to runner:runner
2025-08-20T21:34:29.9490476Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/UPDATE.md' from root:root to runner:runner
2025-08-20T21:34:29.9491667Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/BUILD-FILE.md' from root:root to runner:runner
2025-08-20T21:34:29.9492863Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/LINTER.md' from root:root to runner:runner
2025-08-20T21:34:29.9494067Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/BUILD-PROCESS.md' from root:root to runner:runner
2025-08-20T21:34:29.9495281Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/PIPELINES.md' from root:root to runner:runner
2025-08-20T21:34:29.9496678Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/PIPELINES-CUSTOM.md' from root:root to runner:runner
2025-08-20T21:34:29.9498339Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/cmd/pipeline-reference-gen/main.go' from root:root to runner:runner
2025-08-20T21:34:29.9499802Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/cmd/pipeline-reference-gen/template.md.tmpl' from root:root to runner:runner
2025-08-20T21:34:29.9501177Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/cmd/pipeline-reference-gen' from root:root to runner:runner
2025-08-20T21:34:29.9502391Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/cmd' from root:root to runner:runner
2025-08-20T21:34:29.9503500Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T21:34:29.9504614Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/NEWS.md' from root:root to runner:runner
2025-08-20T21:34:29.9505697Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO' from root:root to runner:runner
2025-08-20T21:34:29.9506731Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH' from root:root to runner:runner
2025-08-20T21:34:29.9507927Z [00:03:23.334]➜  changed ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/melange-workspace-2378809874' from root:root to runner:runner
2025-08-20T21:34:29.9508934Z [00:03:23.334]➜  ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T21:34:29.9509757Z [00:03:23.334]➜  ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/melange' retained as runner:runner
2025-08-20T21:34:29.9510748Z [00:03:23.334]➜  ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T21:34:29.9511597Z [00:03:23.334]➜  ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T21:34:29.9512462Z [00:03:23.334]➜  ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/melange.static.version' retained as runner:runner
2025-08-20T21:34:29.9513356Z [00:03:23.334]➜  ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T21:34:29.9514120Z [00:03:23.334]➜  ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/melange' retained as runner:runner
2025-08-20T21:34:29.9514888Z [00:03:23.334]➜  ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/melange.version' retained as runner:runner
2025-08-20T21:34:29.9515630Z [00:03:23.334]➜  ownership of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T21:34:29.9516480Z [00:03:23.342]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9517547Z [00:03:23.348]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9518670Z [00:03:23.355]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9519990Z [00:03:23.361]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9521305Z [00:03:23.367]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/sca.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9522547Z [00:03:23.373]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/sca_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9523762Z [00:03:23.380]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/e2e_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9525058Z [00:03:23.386]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/ld-so-conf-d-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9526402Z [00:03:23.392]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/systemd.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9567096Z [00:03:23.398]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/aws-c-s3-0.4.9-r0.apk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9626835Z [00:03:23.404]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/shbang-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9689383Z [00:03:23.410]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/ruby3.2-base64-0.2.0-r2.apk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9754171Z [00:03:23.417]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/go-fips-bin/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9818718Z [00:03:23.423]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/go-fips-bin/go-fips-bin.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9879068Z [00:03:23.429]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/go-fips-bin/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:29.9940834Z [00:03:23.435]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/libcap-2.69-r0.apk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0001266Z [00:03:23.441]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/bash-doc-5.2.37-r2.apk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0064113Z [00:03:23.448]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/neon.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0129040Z [00:03:23.454]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/generated/x86_64/ld-so-conf-d-test-1-r1.apk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0193754Z [00:03:23.461]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/generated/x86_64/shbang-test-1-r1.apk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0256790Z [00:03:23.467]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/aws-c-s3.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0323678Z [00:03:23.474]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/py3-seaborn.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0387314Z [00:03:23.480]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/neon-4604-r0.apk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0451213Z [00:03:23.486]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/bash.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0513632Z [00:03:23.493]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/libcap.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0580744Z [00:03:23.499]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sca/testdata/ruby3.2-base64.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0646092Z [00:03:23.506]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/apk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0712175Z [00:03:23.512]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/apk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0776705Z [00:03:23.519]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0844782Z [00:03:23.526]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/testdata/.SIGN.RSA.wolfi-signing.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0910176Z [00:03:23.532]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/testdata/test.apk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.0975608Z [00:03:23.539]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/testdata/test.pem' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1041678Z [00:03:23.545]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sign/testdata/test.pem.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1105741Z [00:03:23.552]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/index/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1169140Z [00:03:23.558]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/index/index_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1232987Z [00:03:23.565]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/license_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1297705Z [00:03:23.571]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/license.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1359530Z [00:03:23.577]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata/LICENSE-GPLv3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1420314Z [00:03:23.583]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata/LICENSE-BSD-modified' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1483092Z [00:03:23.590]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1547753Z [00:03:23.596]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata/LICENSE-GPLv2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1612350Z [00:03:23.603]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata/LICENSE-BSD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1676288Z [00:03:23.609]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/testdata/COPYRIGHT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1740973Z [00:03:23.615]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/license/regexp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1805398Z [00:03:23.622]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1871387Z [00:03:23.628]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1933411Z [00:03:23.635]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.1996999Z [00:03:23.641]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/schema.cue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2061563Z [00:03:23.647]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/build_option.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2123798Z [00:03:23.654]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/vars.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2186504Z [00:03:23.660]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/config/schema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2248317Z [00:03:23.666]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cond/subst.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2307977Z [00:03:23.672]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cond/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2368560Z [00:03:23.678]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cond/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2428279Z [00:03:23.684]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cond/subst_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2489483Z [00:03:23.690]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/write.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2552313Z [00:03:23.697]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/write_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2613552Z [00:03:23.703]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/tarball.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2672493Z [00:03:23.709]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/testdata/bar/bar.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2732824Z [00:03:23.715]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/tarball/testdata/foo/foo.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2795027Z [00:03:23.721]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/util/map_subst.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2856778Z [00:03:23.727]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/linter/linter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2919787Z [00:03:23.733]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/linter/linter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.2981301Z [00:03:23.739]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/linter/testdata/hello-wolfi-2.12.1-r1.apk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3043568Z [00:03:23.746]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/linter/testdata/kubeflow-pipelines-2.1.3-r7.apk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3104662Z [00:03:23.752]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3165042Z [00:03:23.758]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/bubblewrap_runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3224591Z [00:03:23.764]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/docker/docker_runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3285047Z [00:03:23.770]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/qemu_runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3346906Z [00:03:23.776]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/qemu_runner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3408773Z [00:03:23.782]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/bubblewrap_runner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3471148Z [00:03:23.788]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/container/runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3532134Z [00:03:23.795]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/source.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3593406Z [00:03:23.801]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/source_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3653805Z [00:03:23.807]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/testdata/fetch.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3715011Z [00:03:23.813]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/testdata/git-checkout.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3776711Z [00:03:23.819]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/testdata/fetch-with-patch.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3836906Z [00:03:23.825]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/source/testdata/fetch-with-patch/foo.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3896577Z [00:03:23.831]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/build_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.3958662Z [00:03:23.837]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/build.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4016935Z [00:03:23.843]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/sbom_group.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4076488Z [00:03:23.849]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipeline.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4139659Z [00:03:23.855]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4199059Z [00:03:23.861]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/compile_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4262360Z [00:03:23.867]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/package.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4324468Z [00:03:23.874]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/package_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4385910Z [00:03:23.880]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/compile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4447328Z [00:03:23.886]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/test_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4510800Z [00:03:23.892]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/build_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4588789Z [00:03:23.900]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/slsa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4659198Z [00:03:23.907]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipeline_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4723120Z [00:03:23.914]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/slsa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4787328Z [00:03:23.920]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/test_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4854802Z [00:03:23.927]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/patch.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4922134Z [00:03:23.933]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/fetch.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.4983554Z [00:03:23.940]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson/compile.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5043093Z [00:03:23.946]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5108158Z [00:03:23.952]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson/configure.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5171757Z [00:03:23.958]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/meson/install.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5234929Z [00:03:23.965]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/git-checkout.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5297821Z [00:03:23.971]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/perl/make.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5361915Z [00:03:23.977]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/perl/cleanup.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5425609Z [00:03:23.984]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/perl/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5489686Z [00:03:23.990]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/llvm/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5552410Z [00:03:23.997]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/llvm/covreport.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5616183Z [00:03:24.003]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/docs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5677332Z [00:03:24.009]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5741856Z [00:03:24.016]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf/make.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5805763Z [00:03:24.022]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5868632Z [00:03:24.028]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf/configure.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5932872Z [00:03:24.035]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/autoconf/make-install.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.5997218Z [00:03:24.041]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/strip.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6064565Z [00:03:24.048]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/npm/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6131020Z [00:03:24.054]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/npm/install.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6192944Z [00:03:24.061]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/maven/configure-mirror.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6256206Z [00:03:24.067]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/maven/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6317717Z [00:03:24.073]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/maven/pombump.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6379350Z [00:03:24.079]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/covdata.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6442423Z [00:03:24.086]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6505069Z [00:03:24.092]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6565265Z [00:03:24.098]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/bump.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6625411Z [00:03:24.104]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/go/install.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6687132Z [00:03:24.110]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6748994Z [00:03:24.116]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake/configure.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6809075Z [00:03:24.122]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake/build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6871495Z [00:03:24.128]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cmake/install.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6931014Z [00:03:24.134]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/status.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.6992273Z [00:03:24.141]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/ensure.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7052658Z [00:03:24.147]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7111658Z [00:03:24.152]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/profile.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7171906Z [00:03:24.159]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/wait.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7232268Z [00:03:24.164]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/xcover/stop.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7295761Z [00:03:24.171]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/pecl/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7356708Z [00:03:24.177]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/pecl/phpize.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7417317Z [00:03:24.183]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/pecl/install.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7477247Z [00:03:24.189]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/R/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7540010Z [00:03:24.195]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/R/build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7602818Z [00:03:24.202]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cargo/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7669678Z [00:03:24.208]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/cargo/build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7730543Z [00:03:24.214]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/build-wheel.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7792258Z [00:03:24.220]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/import.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7854680Z [00:03:24.227]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7916789Z [00:03:24.233]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.7978464Z [00:03:24.239]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8040544Z [00:03:24.245]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/python/install.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8103200Z [00:03:24.252]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/bin.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8167020Z [00:03:24.258]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/infodir.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8230665Z [00:03:24.264]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8291656Z [00:03:24.270]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/debug.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8354317Z [00:03:24.277]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/locales.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8413431Z [00:03:24.283]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/static.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8475738Z [00:03:24.289]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/manpages.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8537755Z [00:03:24.295]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/split/dev.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8597336Z [00:03:24.301]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby/clean.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8655050Z [00:03:24.307]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8711382Z [00:03:24.312]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby/build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8769635Z [00:03:24.318]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/pipelines/ruby/install.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8827927Z [00:03:24.324]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/sca_interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8888130Z [00:03:24.330]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/goldenfiles/sboms/7zip-two-fetches-2301-r3.spdx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.8947428Z [00:03:24.336]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/goldenfiles/sboms/crane-0.20.2-r1.spdx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9007642Z [00:03:24.342]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/test_configuration_load/py3-pandas.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9065592Z [00:03:24.348]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/test_configuration_load/range-subpackages.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9126876Z [00:03:24.354]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/build_configs/7zip-two-fetches.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9186064Z [00:03:24.360]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/build_configs/crane.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9247541Z [00:03:24.366]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/build_configs/bogus-version.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9309086Z [00:03:24.372]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/build_log/packages.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9369391Z [00:03:24.378]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/missing-package-name.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9430381Z [00:03:24.384]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/release-monitor.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9493446Z [00:03:24.391]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/uses-and-runs.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9556648Z [00:03:24.397]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/with-and-runs.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9620628Z [00:03:24.403]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/range-subpackages.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9684765Z [00:03:24.410]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/unknown-fields.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9752784Z [00:03:24.416]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/invalid-package-name.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9816229Z [00:03:24.423]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/invalid-range-subpackage-name.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9879053Z [00:03:24.429]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/env-vars-set-that-have-default-values.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9938645Z [00:03:24.435]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/github.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:30.9998454Z [00:03:24.441]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/testdata/configuration_load/invalid-duplicate-package-name.melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0058612Z [00:03:24.447]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/runner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0120772Z [00:03:24.453]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/build/test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0180409Z [00:03:24.459]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/http/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0239796Z [00:03:24.465]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/sign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0295768Z [00:03:24.471]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/index.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0355284Z [00:03:24.477]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/keygen.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0418485Z [00:03:24.483]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/build.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0477994Z [00:03:24.489]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/lint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0538601Z [00:03:24.495]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/packageversion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0598334Z [00:03:24.501]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/scan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0656029Z [00:03:24.507]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/commands.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0715983Z [00:03:24.513]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/compile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0774197Z [00:03:24.519]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/bump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0833222Z [00:03:24.525]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/update_cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0891512Z [00:03:24.530]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/rebuild.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.0949052Z [00:03:24.536]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/license_check.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1004215Z [00:03:24.542]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/completion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1062322Z [00:03:24.548]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1119240Z [00:03:24.553]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/cli/test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1174523Z [00:03:24.559]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/bump_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1233144Z [00:03:24.565]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/bump.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1292764Z [00:03:24.571]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/multiple_checkouts.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1350952Z [00:03:24.576]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/major_minor_patch.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1409339Z [00:03:24.582]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/float_issue.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1470047Z [00:03:24.588]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/minio.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1528929Z [00:03:24.594]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/expected_commit.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1585858Z [00:03:24.600]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/cheese-7.0.1.tar.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1644357Z [00:03:24.606]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/bump/testdata/quoted.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1703706Z [00:03:24.612]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/yit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1759707Z [00:03:24.617]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/renovate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1815183Z [00:03:24.623]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/cache/cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1871390Z [00:03:24.628]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/copyright/copyright.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1928739Z [00:03:24.634]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/copyright/copyright_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.1989070Z [00:03:24.640]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/renovate/copyright/testdata/nolicense.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2050829Z [00:03:24.646]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/manifest/manifest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2109445Z [00:03:24.652]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sbom/document.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2167098Z [00:03:24.658]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sbom/element.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2224847Z [00:03:24.664]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sbom/package.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2284292Z [00:03:24.670]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/pkg/sbom/package_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2346460Z [00:03:24.676]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.yam.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2406345Z [00:03:24.682]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/gen-jsonschema/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2465532Z [00:03:24.688]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/gen-jsonschema/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2525122Z [00:03:24.694]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/contextreader/contextreader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2584605Z [00:03:24.700]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/internal/logwriter/logwriter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2644782Z [00:03:24.706]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.ko.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2704240Z [00:03:24.712]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2764352Z [00:03:24.718]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2826830Z [00:03:24.724]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/options.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2886573Z [00:03:24.730]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/git-checkout.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.2947001Z [00:03:24.736]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/npm-install.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3007433Z [00:03:24.742]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/conditional.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3068377Z [00:03:24.748]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/aws-sdk-core.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3126585Z [00:03:24.754]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/go-install.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3185463Z [00:03:24.760]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/go-build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3245980Z [00:03:24.766]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/fetch-directory.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3307318Z [00:03:24.772]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/sshfs.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3368692Z [00:03:24.778]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/minimal.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3431391Z [00:03:24.784]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/pnpm-install.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3496904Z [00:03:24.791]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/simple-hello/melange.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3559510Z [00:03:24.797]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/simple-hello/hello.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3620825Z [00:03:24.803]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/simple-hello/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3683232Z [00:03:24.810]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/var-transforms.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3744687Z [00:03:24.816]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/working-directory.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3807698Z [00:03:24.822]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/vars.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3867013Z [00:03:24.828]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/one-arch.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3926322Z [00:03:24.834]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/R-build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.3987158Z [00:03:24.840]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/pipelineless.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4049262Z [00:03:24.846]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/replacement-provides.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4125903Z [00:03:24.854]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/test-xcover.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4184818Z [00:03:24.860]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/capabilities-add-drop.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4241667Z [00:03:24.865]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/cargo-build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4301151Z [00:03:24.871]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/build-ruby-webrick.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4362665Z [00:03:24.878]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/gnu-hello.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4425328Z [00:03:24.884]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/split-bin.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4486307Z [00:03:24.890]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/go-bump.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4545340Z [00:03:24.896]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/examples/mbedtls.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4605142Z [00:03:24.902]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.pre-commit-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4668283Z [00:03:24.908]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4729207Z [00:03:24.914]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4786706Z [00:03:24.920]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/go-tests.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4848513Z [00:03:24.926]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/verify.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4907867Z [00:03:24.932]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/e2e.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.4967802Z [00:03:24.938]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/wolfi-presubmit.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5026843Z [00:03:24.944]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/release.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5087059Z [00:03:24.950]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5147286Z [00:03:24.956]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/workflows/melange-test-pipelines.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5206815Z [00:03:24.962]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/actions/setup-bubblewrap/action.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5266952Z [00:03:24.968]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5326525Z [00:03:24.974]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/py3-pandas-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5387572Z [00:03:24.980]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/php-8.2-msgpack-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5448267Z [00:03:24.986]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/numpy-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5508615Z [00:03:24.992]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/py3-pandas-nopkg-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5568653Z [00:03:24.998]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/run-tests' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5632175Z [00:03:25.004]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/capabilities-add-drop-nopkg-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5693255Z [00:03:25.011]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5757575Z [00:03:25.017]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/git-checkout-build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5816137Z [00:03:25.023]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/env-vars-build-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5876444Z [00:03:25.029]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/greeter-build-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5934447Z [00:03:25.035]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/capabilities-add-drop-build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.5994385Z [00:03:25.041]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/ipset-build-test.yaml-DISABLED' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6055231Z [00:03:25.047]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/xcover-nopkg-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6118913Z [00:03:25.053]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/test-fixtures/create-git-repo' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6178556Z [00:03:25.059]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/test-fixtures/py3-pandas-test.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6240516Z [00:03:25.065]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/php-8.2-msgpack-nopkg-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6301780Z [00:03:25.072]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/e2e-tests/py3-setuptools-test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6363009Z [00:03:25.078]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/RELEASE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6424710Z [00:03:25.084]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/hack/make-devenv.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6485334Z [00:03:25.090]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/hack/sign-images.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6545169Z [00:03:25.096]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/hack/melange-devenv.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6605397Z [00:03:25.102]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6665893Z [00:03:25.108]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.goreleaser.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6726721Z [00:03:25.114]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6787169Z [00:03:25.120]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6848904Z [00:03:25.126]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6918991Z [00:03:25.133]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.6978242Z [00:03:25.139]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7040046Z [00:03:25.145]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7101294Z [00:03:25.151]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7164722Z [00:03:25.158]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7226263Z [00:03:25.164]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7293102Z [00:03:25.171]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7360919Z [00:03:25.177]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7418903Z [00:03:25.183]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7480930Z [00:03:25.189]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7542765Z [00:03:25.196]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7605509Z [00:03:25.202]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7669345Z [00:03:25.208]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7731978Z [00:03:25.214]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7794438Z [00:03:25.221]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7875411Z [00:03:25.229]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.7952679Z [00:03:25.237]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8019141Z [00:03:25.243]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-6b0d3654dc188b0ed2d36bf0ae83ea1d4310748a.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8079796Z [00:03:25.249]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-a2dd685013ad55491a8a02ba3ecedd47caee8222.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8141221Z [00:03:25.255]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-a2dd685013ad55491a8a02ba3ecedd47caee8222.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8200547Z [00:03:25.261]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-a2dd685013ad55491a8a02ba3ecedd47caee8222.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8259159Z [00:03:25.267]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-6b0d3654dc188b0ed2d36bf0ae83ea1d4310748a.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8317366Z [00:03:25.273]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-a2dd685013ad55491a8a02ba3ecedd47caee8222.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8375242Z [00:03:25.279]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-6b0d3654dc188b0ed2d36bf0ae83ea1d4310748a.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8435040Z [00:03:25.285]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/objects/pack/pack-6b0d3654dc188b0ed2d36bf0ae83ea1d4310748a.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8493315Z [00:03:25.291]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8551602Z [00:03:25.296]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8609214Z [00:03:25.302]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8668117Z [00:03:25.308]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8728547Z [00:03:25.314]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8792734Z [00:03:25.321]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8854667Z [00:03:25.327]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8915331Z [00:03:25.333]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.8976238Z [00:03:25.339]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/.chainguard/source.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9035626Z [00:03:25.345]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9095060Z [00:03:25.351]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/PIPELINES-R.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9153451Z [00:03:25.357]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/PIPELINES-GO.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9215176Z [00:03:25.363]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_compile.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9274920Z [00:03:25.369]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9334086Z [00:03:25.375]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9396626Z [00:03:25.381]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_license-check.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9455087Z [00:03:25.387]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_build.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9514723Z [00:03:25.393]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_query.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9574240Z [00:03:25.399]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_bump.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9634635Z [00:03:25.405]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_convert_apkbuild.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9695200Z [00:03:25.411]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_convert_gem.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9758823Z [00:03:25.417]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_keygen.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9823361Z [00:03:25.424]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_update-cache.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9885619Z [00:03:25.430]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_scan.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:31.9947046Z [00:03:25.436]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_convert_python.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0008612Z [00:03:25.442]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_version.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0071495Z [00:03:25.448]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_convert.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0132812Z [00:03:25.455]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_sign-index.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0191972Z [00:03:25.461]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_test.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0250780Z [00:03:25.466]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_completion.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0308580Z [00:03:25.472]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_lint.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0366462Z [00:03:25.478]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_package-version.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0425422Z [00:03:25.484]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/md/melange_sign.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0484827Z [00:03:25.490]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/BUILD-CACHE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0543371Z [00:03:25.496]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/PIPELINES-GIT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0605358Z [00:03:25.502]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/TESTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0667270Z [00:03:25.508]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/DEVENV.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0728866Z [00:03:25.514]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/VAR-TRANSFORMS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0789555Z [00:03:25.520]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/PIPELINES-CARGO.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0850738Z [00:03:25.526]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/UPDATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0911778Z [00:03:25.532]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/BUILD-FILE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.0970524Z [00:03:25.538]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/LINTER.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.1030635Z [00:03:25.544]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/BUILD-PROCESS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.1088177Z [00:03:25.550]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/PIPELINES.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.1147344Z [00:03:25.556]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/PIPELINES-CUSTOM.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.1205976Z [00:03:25.562]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/cmd/pipeline-reference-gen/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.1266177Z [00:03:25.568]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/docs/cmd/pipeline-reference-gen/template.md.tmpl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.1326239Z [00:03:25.574]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.GtiBzZBBNH/TEMPREPO/NEWS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.1387968Z [00:03:25.580]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/melange' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:32.1449276Z [00:03:25.586]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.1508389Z [00:03:25.592]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/melange.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.1566419Z [00:03:25.598]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.1626956Z [00:03:25.604]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/melange' retained as 0755 (rwxr-xr-x)
2025-08-20T21:34:32.1689273Z [00:03:25.610]➜  mode of '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/melange.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:34:32.2168385Z [00:03:25.658]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T21:34:32.2170108Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T21:34:40.5892156Z 
2025-08-20T21:34:40.5893056Z [+] Sanitizing /tmp/pkgforge/InKhY2Q1B_SBUILD/BUILD.log ==> /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/melange.static.log
2025-08-20T21:34:42.8774920Z '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/melange.static.log' -> '/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/melange.log'
2025-08-20T21:34:42.8847996Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/melange/official/melange?tag=HEAD-f347dd6-250820T123756-aarch64-linux&download=melange.log
2025-08-20T21:34:42.8848907Z 
2025-08-20T21:34:42.8849344Z [+] Parsing/Uploading melange/melange --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fmelange%2Fmelange [aarch64-Linux]
2025-08-20T21:34:42.8876340Z {
2025-08-20T21:34:42.8876534Z   "_disabled": "false",
2025-08-20T21:34:42.8876740Z   "host": "aarch64-Linux",
2025-08-20T21:34:42.8876932Z   "rank": "",
2025-08-20T21:34:42.8877098Z   "pkg": "melange.static",
2025-08-20T21:34:42.8877309Z   "pkg_family": "melange",
2025-08-20T21:34:42.8877681Z   "pkg_id": "github.com.chainguard-dev.melange",
2025-08-20T21:34:42.8877945Z   "pkg_name": "melange",
2025-08-20T21:34:42.8878137Z   "pkg_type": "static",
2025-08-20T21:34:42.8878511Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/melange/official/melange",
2025-08-20T21:34:42.8878902Z   "app_id": "",
2025-08-20T21:34:42.8879065Z   "appstream": "",
2025-08-20T21:34:42.8879233Z   "category": [
2025-08-20T21:34:42.8879396Z     "ConsoleOnly",
2025-08-20T21:34:42.8879566Z     "Utility"
2025-08-20T21:34:42.8879719Z   ],
2025-08-20T21:34:42.8879900Z   "description": "Build APKs from source code",
2025-08-20T21:34:42.8880151Z   "desktop": "",
2025-08-20T21:34:42.8880311Z   "homepage": [
2025-08-20T21:34:42.8880521Z     "https://github.com/chainguard-dev/melange"
2025-08-20T21:34:42.8880758Z   ],
2025-08-20T21:34:42.8881567Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/melange/official/melange?tag=HEAD-f347dd6-250820T123756-aarch64-linux&download=melange.png",
2025-08-20T21:34:42.8882159Z   "license": [
2025-08-20T21:34:42.8882317Z     "Apache-2.0"
2025-08-20T21:34:42.8882474Z   ],
2025-08-20T21:34:42.8882621Z   "maintainer": [
2025-08-20T21:34:42.8882822Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:34:42.8883061Z   ],
2025-08-20T21:34:42.8883336Z   "provides": [
2025-08-20T21:34:42.8883502Z     "melange"
2025-08-20T21:34:42.8883648Z   ],
2025-08-20T21:34:42.8883786Z   "note": [
2025-08-20T21:34:42.8884106Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/chainguard-dev/melange"
2025-08-20T21:34:42.8884478Z   ],
2025-08-20T21:34:42.8884621Z   "repology": [
2025-08-20T21:34:42.8884782Z     "melange"
2025-08-20T21:34:42.8884937Z   ],
2025-08-20T21:34:42.8885082Z   "screenshots": [],
2025-08-20T21:34:42.8885254Z   "src_url": [
2025-08-20T21:34:42.8885483Z     "https://github.com/chainguard-dev/melange"
2025-08-20T21:34:42.8885723Z   ],
2025-08-20T21:34:42.8885867Z   "tag": [
2025-08-20T21:34:42.8886020Z     "Utility"
2025-08-20T21:34:42.8886169Z   ],
2025-08-20T21:34:42.8886331Z   "version": "HEAD-f347dd6-250820T123756",
2025-08-20T21:34:42.8886572Z   "version_upstream": "0.30.6",
2025-08-20T21:34:42.8886888Z   "bsum": "8185fd5361ad862ee4982aad991bb83e8dc4d7471f6c9bf9b12c93eddbd91cbf",
2025-08-20T21:34:42.8887230Z   "build_date": "2025-08-20T21:34:32Z",
2025-08-20T21:34:42.8887783Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108351520",
2025-08-20T21:34:42.8888122Z   "build_id": "17108351520",
2025-08-20T21:34:42.8888695Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/melange/official/melange?tag=HEAD-f347dd6-250820T123756-aarch64-linux&download=melange.log",
2025-08-20T21:34:42.8889546Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/melange/static.official.source.yaml",
2025-08-20T21:34:42.8890604Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/melange/official/melange?tag=HEAD-f347dd6-250820T123756-aarch64-linux&download=melange",
2025-08-20T21:34:42.8891397Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/melange/official/melange:HEAD-f347dd6-250820T123756-aarch64-linux",
2025-08-20T21:34:42.8891924Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/melange/official/melange",
2025-08-20T21:34:42.8892580Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/melange/official/melange?tag=HEAD-f347dd6-250820T123756-aarch64-linux&manifest",
2025-08-20T21:34:42.8893253Z   "shasum": "fcf71c2b330ce68b13624e3d579ae9d5b92fb5ddb22e3113b1386155f8e8fe4b",
2025-08-20T21:34:42.8893674Z   "size": "34 MB",
2025-08-20T21:34:42.8893845Z   "size_raw": "34909656",
2025-08-20T21:34:42.8894027Z   "snapshots": [
2025-08-20T21:34:42.8894220Z     "HEAD-6613c1b-250118T064312-aarch64-linux",
2025-08-20T21:34:42.8894480Z     "HEAD-62b32b8-250122T141425-aarch64-linux",
2025-08-20T21:34:42.8894754Z     "HEAD-ba6c6d0-250130T050316-aarch64-linux[0.19.3]",
2025-08-20T21:34:42.8895033Z     "HEAD-e66f9e1-250131T214519-aarch64-linux",
2025-08-20T21:34:42.8895307Z     "HEAD-1b930c2-250203T195736-aarch64-linux[0.19.4]",
2025-08-20T21:34:42.8895581Z     "HEAD-d80100d-250207T171636-aarch64-linux",
2025-08-20T21:34:42.8895838Z     "HEAD-ee1416e-250211T104921-aarch64-linux",
2025-08-20T21:34:42.8896099Z     "HEAD-da65599-250214T114341-aarch64-linux",
2025-08-20T21:34:42.8896357Z     "HEAD-61a5936-250221T123250-aarch64-linux",
2025-08-20T21:34:42.8896643Z     "HEAD-a464200-250225T084125-aarch64-linux[NA-2025-02-25]",
2025-08-20T21:34:42.8896969Z     "HEAD-094b4f1-250228T222902-aarch64-linux[NA-2025-02-28]",
2025-08-20T21:34:42.8897302Z     "HEAD-9fdbb38-250304T172408-aarch64-linux[NA-2025-03-04]",
2025-08-20T21:34:42.8897820Z     "HEAD-c63ecae-250305T102405-aarch64-linux[0.22.1]",
2025-08-20T21:34:42.8898133Z     "HEAD-3e03580-250306T201051-aarch64-linux[NA-2025-03-06]",
2025-08-20T21:34:42.8898444Z     "HEAD-09ae0e6-250311T161444-aarch64-linux[0.22.2]",
2025-08-20T21:34:42.8898727Z     "HEAD-320b484-250528T181739-aarch64-linux[0.26.1]",
2025-08-20T21:34:42.8899172Z     "HEAD-956b377-250530T153808-aarch64-linux[0.26.3]",
2025-08-20T21:34:42.8899471Z     "HEAD-addc390-250604T173552-aarch64-linux[0.26.5]",
2025-08-20T21:34:42.8899761Z     "HEAD-0aad82b-250611T184326-aarch64-linux[0.26.9]",
2025-08-20T21:34:42.8900127Z     "HEAD-65e385a-250613T233220-aarch64-linux[0.26.11]",
2025-08-20T21:34:42.8900424Z     "HEAD-0c6da56-250618T083827-aarch64-linux[0.26.12]",
2025-08-20T21:34:42.8900713Z     "HEAD-4946b05-250620T145044-aarch64-linux[0.26.12]",
2025-08-20T21:34:42.8901007Z     "HEAD-75ee8c5-250703T104454-aarch64-linux[0.29.0]",
2025-08-20T21:34:42.8901294Z     "HEAD-15d3e93-250708T080652-aarch64-linux[0.29.1]",
2025-08-20T21:34:42.8901585Z     "HEAD-6bdc5c9-250710T135222-aarch64-linux[0.29.1]",
2025-08-20T21:34:42.8901877Z     "HEAD-e29494b-250716T134325-aarch64-linux[0.29.3]",
2025-08-20T21:34:42.8902157Z     "HEAD-f66cb12-250717T165317-aarch64-linux[0.29.7]",
2025-08-20T21:34:42.8902457Z     "HEAD-b3bba3c-250726T085813-aarch64-linux[0.30.0]",
2025-08-20T21:34:42.8902746Z     "HEAD-fd28908-250728T162608-aarch64-linux[0.30.1]",
2025-08-20T21:34:42.8903037Z     "HEAD-ee43cbd-250730T161430-aarch64-linux[0.30.1]",
2025-08-20T21:34:42.8903326Z     "HEAD-c625d0d-250801T165153-aarch64-linux[0.30.3]",
2025-08-20T21:34:42.8904080Z     "HEAD-299b75d-250808T122531-aarch64-linux[0.30.5]"
2025-08-20T21:34:42.8904347Z   ]
2025-08-20T21:34:42.8904488Z }
2025-08-20T21:34:42.8904565Z 
2025-08-20T21:34:42.8904569Z 
2025-08-20T21:34:43.0059153Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/melange/official/melange:HEAD-f347dd6-250820T123756-aarch64-linux": ghcr.io/pkgforge/bincache/melange/official/melange:HEAD-f347dd6-250820T123756-aarch64-linux: not found
2025-08-20T21:34:43.0107676Z Uploading empty artifact
2025-08-20T21:34:43.0110821Z time=2025-08-20T21:34:43Z level=debug msg=Request #0
2025-08-20T21:34:43.0111582Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/melange/official/melange/manifests/sha256:2a7d1bbcabc60af3882cf2e2848288b5aea843b5eb0c766fa44c0d847aff8c7f"
2025-08-20T21:34:43.0112234Z > Request method: "HEAD"
2025-08-20T21:34:43.0112419Z > Request headers:
2025-08-20T21:34:43.0113311Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:34:43.0114256Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:34:43.0484392Z time=2025-08-20T21:34:43Z level=debug msg=Response #0
2025-08-20T21:34:43.0484754Z < Response Status: "401 Unauthorized"
2025-08-20T21:34:43.0484984Z < Response headers:
2025-08-20T21:34:43.0485183Z    "Content-Type": "application/json"
2025-08-20T21:34:43.0488728Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/melange/official/melange:pull\""
2025-08-20T21:34:43.0489282Z    "Date": "Wed, 20 Aug 2025 21:34:43 GMT"
2025-08-20T21:34:43.0489526Z    "Content-Length": "73"
2025-08-20T21:34:43.0489767Z    "X-Github-Request-Id": "1C01:36DED8:E686:FAF7:68A63F73"
2025-08-20T21:34:43.0490067Z time=2025-08-20T21:34:43Z level=debug msg=Request #1
2025-08-20T21:34:43.0490619Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fmelange%2Fofficial%2Fmelange%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:34:43.0491129Z > Request method: "GET"
2025-08-20T21:34:43.0491311Z > Request headers:
2025-08-20T21:34:43.0491480Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:34:43.0491689Z    "Authorization": "*****"
2025-08-20T21:34:43.0994425Z time=2025-08-20T21:34:43Z level=debug msg=Response #1
2025-08-20T21:34:43.0994777Z < Response Status: "200 OK"
2025-08-20T21:34:43.0994981Z < Response headers:
2025-08-20T21:34:43.0995181Z    "Content-Length": "69"
2025-08-20T21:34:43.0995422Z    "X-Github-Request-Id": "1C01:36DED8:E687:FAF9:68A63F73"
2025-08-20T21:34:43.0995708Z    "Content-Type": "application/json"
2025-08-20T21:34:43.0996455Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:34:43.0996849Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:34:43.0997198Z    "Date": "Wed, 20 Aug 2025 21:34:43 GMT"
2025-08-20T21:34:43.0997698Z time=2025-08-20T21:34:43Z level=debug msg=Request #2
2025-08-20T21:34:43.0998571Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/melange/official/melange/manifests/sha256:2a7d1bbcabc60af3882cf2e2848288b5aea843b5eb0c766fa44c0d847aff8c7f"
2025-08-20T21:34:43.0999234Z > Request method: "HEAD"
2025-08-20T21:34:43.0999421Z > Request headers:
2025-08-20T21:34:43.0999598Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:34:43.1000505Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:34:43.1001463Z    "Authorization": "*****"
2025-08-20T21:34:43.1270097Z time=2025-08-20T21:34:43Z level=debug msg=Response #2
2025-08-20T21:34:43.1270461Z < Response Status: "404 Not Found"
2025-08-20T21:34:43.1270677Z < Response headers:
2025-08-20T21:34:43.1270861Z    "Date": "Wed, 20 Aug 2025 21:34:43 GMT"
2025-08-20T21:34:43.1271091Z    "Content-Length": "70"
2025-08-20T21:34:43.1271341Z    "X-Github-Request-Id": "1C01:36DED8:E697:FB0C:68A63F73"
2025-08-20T21:34:43.1271627Z    "Content-Type": "application/json"
2025-08-20T21:34:43.1271896Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:34:43.1272284Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:34:43.1272666Z time=2025-08-20T21:34:43Z level=debug msg=Request #3
2025-08-20T21:34:43.1273341Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/melange/official/melange/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:34:43.1274472Z > Request method: "HEAD"
2025-08-20T21:34:43.1274659Z > Request headers:
2025-08-20T21:34:43.1274835Z    "Authorization": "*****"
2025-08-20T21:34:43.1275037Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:34:43.1474724Z time=2025-08-20T21:34:43Z level=debug msg=Response #3
2025-08-20T21:34:43.1475050Z < Response Status: "200 OK"
2025-08-20T21:34:43.1475253Z < Response headers:
2025-08-20T21:34:43.1475496Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:34:43.1475898Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:34:43.1476797Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:34:43.1477145Z    "Date": "Wed, 20 Aug 2025 21:34:43 GMT"
2025-08-20T21:34:43.1477416Z    "X-Github-Request-Id": "1C01:36DED8:E69D:FB10:68A63F73"
2025-08-20T21:34:43.1477891Z    "Content-Length": "0"
2025-08-20T21:34:43.1478080Z    "Content-Type": ""
2025-08-20T21:34:43.1478445Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:34:43.1478914Z time=2025-08-20T21:34:43Z level=debug msg=Request #4
2025-08-20T21:34:43.1479483Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/melange/official/melange/manifests/HEAD-f347dd6-250820T123756-aarch64-linux"
2025-08-20T21:34:43.1480003Z > Request method: "PUT"
2025-08-20T21:34:43.1480182Z > Request headers:
2025-08-20T21:34:43.1480429Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:34:43.1480726Z    "Authorization": "*****"
2025-08-20T21:34:43.1480924Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:34:43.4326271Z time=2025-08-20T21:34:43Z level=debug msg=Response #4
2025-08-20T21:34:43.4326625Z < Response Status: "201 Created"
2025-08-20T21:34:43.4327088Z Pushed [registry] ghcr.io/pkgforge/bincache/melange/official/melange:HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:34:43.4327821Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:34:43.4328215Z Digest: sha256:2a7d1bbcabc60af3882cf2e2848288b5aea843b5eb0c766fa44c0d847aff8c7f
2025-08-20T21:34:43.4328968Z < Response headers:
2025-08-20T21:34:43.4329209Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:34:43.4329840Z    "Location": "/v2/pkgforge/bincache/melange/official/melange/manifests/sha256:2a7d1bbcabc60af3882cf2e2848288b5aea843b5eb0c766fa44c0d847aff8c7f"
2025-08-20T21:34:43.4330667Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:34:43.4331022Z    "Date": "Wed, 20 Aug 2025 21:34:43 GMT"
2025-08-20T21:34:43.4331246Z    "Content-Length": "0"
2025-08-20T21:34:43.4331493Z    "X-Github-Request-Id": "1C01:36DED8:E6A2:FB18:68A63F73"
2025-08-20T21:34:43.4331771Z    "Content-Type": "application/json"
2025-08-20T21:34:43.4332191Z    "Docker-Content-Digest": "sha256:2a7d1bbcabc60af3882cf2e2848288b5aea843b5eb0c766fa44c0d847aff8c7f"
2025-08-20T21:34:45.6181804Z Uploading e0acacfa8646 CHECKSUM.sig
2025-08-20T21:34:45.6203179Z Uploading ac3807a49014 melange.sig
2025-08-20T21:34:45.6277239Z Uploading 9cd614a6d8cb CHECKSUM
2025-08-20T21:34:45.6379396Z Uploading fcf71c2b330c melange
2025-08-20T21:34:45.6701931Z Exists    8f41fd02bb22 LICENSE
2025-08-20T21:34:45.6923614Z Uploading 7d518afaa17e LICENSE.sig
2025-08-20T21:34:46.5932974Z Uploaded  ac3807a49014 melange.sig
2025-08-20T21:34:46.6077375Z Uploaded  e0acacfa8646 CHECKSUM.sig
2025-08-20T21:34:46.6209119Z Exists    01183f13fd08 SBUILD
2025-08-20T21:34:46.6428953Z Uploading 83ae260a77af SBUILD.sig
2025-08-20T21:34:46.6501066Z Uploaded  7d518afaa17e LICENSE.sig
2025-08-20T21:34:46.6511845Z Exists    11cf0313013e melange.png
2025-08-20T21:34:46.6682416Z Uploaded  9cd614a6d8cb CHECKSUM
2025-08-20T21:34:46.6800517Z Uploading 2cab9e59ed1e melange.json
2025-08-20T21:34:46.6829845Z Uploading d304582ec8bb melange.json.sig
2025-08-20T21:34:46.6928080Z Uploading 1e05d0423dca melange.log
2025-08-20T21:34:47.0702716Z Uploaded  fcf71c2b330c melange
2025-08-20T21:34:47.1002956Z Uploading f1d31e608678 melange.log.sig
2025-08-20T21:34:47.6228490Z Uploaded  2cab9e59ed1e melange.json
2025-08-20T21:34:47.6254666Z Uploaded  d304582ec8bb melange.json.sig
2025-08-20T21:34:47.6302552Z Uploaded  83ae260a77af SBUILD.sig
2025-08-20T21:34:47.6423699Z Uploading 930849c586f3 melange.version
2025-08-20T21:34:47.6443458Z Uploading 0e640b272a6a melange.version.sig
2025-08-20T21:34:47.7236069Z Uploaded  1e05d0423dca melange.log
2025-08-20T21:34:48.0725674Z Uploaded  f1d31e608678 melange.log.sig
2025-08-20T21:34:48.5827915Z Uploaded  0e640b272a6a melange.version.sig
2025-08-20T21:34:48.6540687Z Uploaded  930849c586f3 melange.version
2025-08-20T21:34:48.6541520Z Uploading 5236eb96b587 melange
2025-08-20T21:34:49.0271396Z Uploaded  5236eb96b587 melange
2025-08-20T21:34:49.0271938Z Pushed [registry] ghcr.io/pkgforge/bincache/melange/official/melange:HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:34:49.0272458Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:34:49.0272830Z Digest: sha256:5236eb96b587616e541137a43e6a45d2816049c602cead9f5d4ddf11430c65de
2025-08-20T21:34:54.1708445Z 
2025-08-20T21:34:54.1709208Z [+] Registry --> https://ghcr.io/pkgforge/bincache/melange/official/melange
2025-08-20T21:34:54.1709916Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/melange/official/melange?tag=HEAD-f347dd6-250820T123756-aarch64-linux&manifest 
2025-08-20T21:34:54.1710384Z 
2025-08-20T21:34:55.4908241Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:34:55.9008154Z ./BUILD_ARTIFACTS.tar : 36.53%   (  78.6 MiB =>   28.7 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:34:55.9198940Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:34:55.9238710Z 
2025-08-20T21:34:55.9241576Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml :: 00(Hr):03(Min):49(Sec)
2025-08-20T21:34:55.9242276Z 
2025-08-20T21:34:55.9253724Z 
2025-08-20T21:34:55.9254195Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:34:55 PM) UTC
2025-08-20T21:34:55.9254450Z 
2025-08-20T21:34:56.5298573Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:34:56.5344984Z ##[group]Run ##Presets
2025-08-20T21:34:56.5345335Z [36;1m##Presets[0m
2025-08-20T21:34:56.5345512Z [36;1mset +x ; set +e[0m
2025-08-20T21:34:56.5345699Z [36;1m#-------------#[0m
2025-08-20T21:34:56.5345879Z [36;1m##Debug?[0m
2025-08-20T21:34:56.5346095Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:34:56.5346363Z [36;1m  set -x[0m
2025-08-20T21:34:56.5346522Z [36;1mfi[0m
2025-08-20T21:34:56.5346678Z [36;1m#-------------#[0m
2025-08-20T21:34:56.5346876Z [36;1m##Set ENV[0m
2025-08-20T21:34:56.5347090Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:34:56.5347742Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-f347dd6-250820T123756-aarch64-linux"[0m
2025-08-20T21:34:56.5348273Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-f347dd6-250820T123756-aarch64-linux"[0m
2025-08-20T21:34:56.5348817Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/melange/official/melange-srcbuild-17108351520"[0m
2025-08-20T21:34:56.5349292Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:34:56.5349666Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:34:56.5350091Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:34:56.5350405Z [36;1m fi[0m
2025-08-20T21:34:56.5350560Z [36;1m##Push[0m
2025-08-20T21:34:56.5350759Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:34:56.5351023Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:34:56.5351370Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:34:56.5352078Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:34:56.5352494Z [36;1m     ls -sh "/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:34:56.5352819Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:34:56.5353011Z [36;1m       {[0m
2025-08-20T21:34:56.5353184Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:34:56.5353498Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:34:56.5353921Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:34:56.5354332Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:34:56.5354846Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-f347dd6-250820T123756-aarch64-linux")[0m
2025-08-20T21:34:56.5355651Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108351520")[0m
2025-08-20T21:34:56.5356220Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108351520")[0m
2025-08-20T21:34:56.5356896Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/melange/official/melange:HEAD-f347dd6-250820T123756-aarch64-linux")[0m
2025-08-20T21:34:56.5357733Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T21:34:32Z")[0m
2025-08-20T21:34:56.5358217Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-f347dd6-250820T123756")[0m
2025-08-20T21:34:56.5358716Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T21:34:32Z")[0m
2025-08-20T21:34:56.5359372Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/melange/official/melange")[0m
2025-08-20T21:34:56.5360009Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:34:56.5360518Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-f347dd6-250820T123756")[0m
2025-08-20T21:34:56.5361266Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-f347dd6-250820T123756")[0m
2025-08-20T21:34:56.5362002Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/melange/official/melange")[0m
2025-08-20T21:34:56.5362684Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-melange")[0m
2025-08-20T21:34:56.5363237Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/chainguard-dev/melange")[0m
2025-08-20T21:34:56.5363771Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:34:56.5364268Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-f347dd6-250820T123756")[0m
2025-08-20T21:34:56.5364733Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:34:56.5365210Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:34:56.5365623Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:34:56.5365855Z [36;1m         #Check[0m
2025-08-20T21:34:56.5366410Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T21:34:32Z" ]]; then[0m
2025-08-20T21:34:56.5367105Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:34:56.5367436Z [36;1m            break[0m
2025-08-20T21:34:56.5367981Z [36;1m          else[0m
2025-08-20T21:34:56.5368362Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:34:56.5368910Z [36;1m          fi[0m
2025-08-20T21:34:56.5369112Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:34:56.5369345Z [36;1m        done[0m
2025-08-20T21:34:56.5369515Z [36;1m       }[0m
2025-08-20T21:34:56.5369703Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:34:56.5369925Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:34:56.5370489Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T21:34:32Z" ]]; then[0m
2025-08-20T21:34:56.5371224Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:34:56.5371690Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:34:56.5371927Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:34:56.5372496Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T21:34:32Z" ]]; then[0m
2025-08-20T21:34:56.5373207Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:34:56.5373697Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:34:56.5374070Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:34:56.5374281Z [36;1m           fi[0m
2025-08-20T21:34:56.5374456Z [36;1m       fi[0m
2025-08-20T21:34:56.5374619Z [36;1m   fi[0m
2025-08-20T21:34:56.5374775Z [36;1m fi[0m
2025-08-20T21:34:56.5374940Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:34:56.5444316Z shell: /usr/bin/bash -e {0}
2025-08-20T21:34:56.5444556Z env:
2025-08-20T21:34:56.5444722Z   CROSS_COMPILING: NO
2025-08-20T21:34:56.5444919Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:34:56.5445129Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:34:56.5445323Z   ON_QEMU: NO
2025-08-20T21:34:56.5445484Z   DEBUG: 0
2025-08-20T21:34:56.5445645Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:34:56.5445854Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:34:56.5446117Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/melange/official
2025-08-20T21:34:56.5446603Z   KEEP_LOGS: YES
2025-08-20T21:34:56.5446789Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:34:56.5446982Z   PKG_FAMILY_LOCAL: melange
2025-08-20T21:34:56.5447177Z   SBUILD_REBUILD: false
2025-08-20T21:34:56.5447843Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:34:56.5448376Z   BUILD_SYS: docker://go
2025-08-20T21:34:56.5448566Z   BUILD_ON_HOST: FALSE
2025-08-20T21:34:56.5448742Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:34:56.5448923Z   SYSTMP: /tmp
2025-08-20T21:34:56.5449084Z   GHA_MODE: MATRIX
2025-08-20T21:34:56.5449505Z   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-20T21:34:56.5449989Z   INPUT_SBUILD: /tmp/pkgforge/SrZxkAgdG_build.yaml
2025-08-20T21:34:56.5450285Z   BUILD_DIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml
2025-08-20T21:34:56.5450650Z   SBUILD_OUTDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:34:56.5451105Z   SBUILD_TMPDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:34:56.5451461Z   PKG_TYPE: static
2025-08-20T21:34:56.5451628Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:34:56.5451835Z   SBUILD_PKGVER: HEAD-f347dd6-250820T123756
2025-08-20T21:34:56.5452185Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108351520
2025-08-20T21:34:56.5452518Z   BUILD_ID: 17108351520
2025-08-20T21:34:56.5452693Z   PKG_NAME: melange
2025-08-20T21:34:56.5452867Z   PKG_DATE: 2025-08-20T21:34:32Z
2025-08-20T21:34:56.5453086Z   PKG_VERSION: HEAD-f347dd6-250820T123756
2025-08-20T21:34:56.5453319Z   PKG_VERSION_UPSTREAM: 0.30.6
2025-08-20T21:34:56.5453595Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/melange/official/melange
2025-08-20T21:34:56.5454123Z   GHCRPKG_TAG: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:34:56.5454547Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/melange/official/melange
2025-08-20T21:34:56.5454982Z   PKG_SRCURL: https://github.com/chainguard-dev/melange
2025-08-20T21:34:56.5455246Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:34:56.5455695Z   GHCR_TOKEN: ***
2025-08-20T21:34:56.5455943Z   GITHUB_TOKEN: ***
2025-08-20T21:34:56.5456179Z   GITLAB_TOKEN: ***
2025-08-20T21:34:56.5457271Z   MINISIGN_KEY: ***
2025-08-20T21:34:56.5457591Z ##[endgroup]
2025-08-20T21:34:56.5531736Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:34:56.5540520Z 29M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:34:56.5552287Z total 38M
2025-08-20T21:34:56.5552780Z 4.0K CHECKSUM
2025-08-20T21:34:56.5552952Z 4.0K CHECKSUM.sig
2025-08-20T21:34:56.5553118Z  16K LICENSE
2025-08-20T21:34:56.5553271Z 4.0K LICENSE.sig
2025-08-20T21:34:56.5553430Z 4.0K SBUILD
2025-08-20T21:34:56.5553587Z 4.0K SBUILD.sig
2025-08-20T21:34:56.5553749Z 4.0K SBUILD_TEMP
2025-08-20T21:34:56.5553908Z  34M melange
2025-08-20T21:34:56.5554059Z 4.0K melange.json
2025-08-20T21:34:56.5554227Z 4.0K melange.json.sig
2025-08-20T21:34:56.5554402Z 2.1M melange.log
2025-08-20T21:34:56.5554573Z 4.0K melange.log.sig
2025-08-20T21:34:56.5554748Z  40K melange.png
2025-08-20T21:34:56.5554912Z 4.0K melange.sig
2025-08-20T21:34:56.5555083Z 2.1M melange.static.log
2025-08-20T21:34:56.5555275Z 4.0K melange.static.version
2025-08-20T21:34:56.5555486Z 4.0K melange.static.version.sig
2025-08-20T21:34:56.5555690Z 4.0K melange.version
2025-08-20T21:34:56.5555872Z 4.0K melange.version.sig
2025-08-20T21:34:56.7860119Z Uploading 974da86b8bb7 BUILD_ARTIFACTS.zstd
2025-08-20T21:34:58.1329528Z Uploaded  974da86b8bb7 BUILD_ARTIFACTS.zstd
2025-08-20T21:34:58.1329881Z Uploading 23b6c7e94c8e SRCBUILD-melange
2025-08-20T21:34:58.5561322Z Uploaded  23b6c7e94c8e SRCBUILD-melange
2025-08-20T21:34:58.5561947Z Pushed [registry] ghcr.io/pkgforge/bincache/melange/official/melange-srcbuild-17108351520:HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:34:58.5562535Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:34:58.5563359Z Digest: sha256:23b6c7e94c8e16d1c76f8bf39f1636048ed862e09c94d80201c6c5aa527386b5
2025-08-20T21:35:03.7151301Z 
2025-08-20T21:35:03.7152164Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/melange/official/melange-srcbuild-17108351520
2025-08-20T21:35:03.7152585Z 
2025-08-20T21:35:03.8651531Z ##[group]Run ##Presets
2025-08-20T21:35:03.8651795Z [36;1m##Presets[0m
2025-08-20T21:35:03.8651969Z [36;1mset +x ; set +e[0m
2025-08-20T21:35:03.8652156Z [36;1m#-------------#[0m
2025-08-20T21:35:03.8652334Z [36;1m##Debug?[0m
2025-08-20T21:35:03.8652546Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:35:03.8652827Z [36;1m  set -x[0m
2025-08-20T21:35:03.8652983Z [36;1mfi[0m
2025-08-20T21:35:03.8653137Z [36;1m#-------------#[0m
2025-08-20T21:35:03.8653369Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:35:03.8653680Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:35:03.8686170Z shell: /usr/bin/bash -e {0}
2025-08-20T21:35:03.8686395Z env:
2025-08-20T21:35:03.8686560Z   CROSS_COMPILING: NO
2025-08-20T21:35:03.8686755Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:03.8686962Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:03.8687160Z   ON_QEMU: NO
2025-08-20T21:35:03.8687355Z   DEBUG: 0
2025-08-20T21:35:03.8688043Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:03.8688262Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:03.8688530Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/melange/official
2025-08-20T21:35:03.8688806Z   KEEP_LOGS: YES
2025-08-20T21:35:03.8688975Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:03.8689179Z   PKG_FAMILY_LOCAL: melange
2025-08-20T21:35:03.8689380Z   SBUILD_REBUILD: false
2025-08-20T21:35:03.8689890Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:35:03.8690645Z   BUILD_SYS: docker://go
2025-08-20T21:35:03.8690836Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:03.8691016Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:03.8691216Z   SYSTMP: /tmp
2025-08-20T21:35:03.8691375Z   GHA_MODE: MATRIX
2025-08-20T21:35:03.8691771Z   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-20T21:35:03.8692255Z   INPUT_SBUILD: /tmp/pkgforge/SrZxkAgdG_build.yaml
2025-08-20T21:35:03.8692558Z   BUILD_DIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml
2025-08-20T21:35:03.8692915Z   SBUILD_OUTDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:03.8693367Z   SBUILD_TMPDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:03.8693863Z   PKG_TYPE: static
2025-08-20T21:35:03.8694038Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:03.8694248Z   SBUILD_PKGVER: HEAD-f347dd6-250820T123756
2025-08-20T21:35:03.8694604Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108351520
2025-08-20T21:35:03.8694942Z   BUILD_ID: 17108351520
2025-08-20T21:35:03.8695117Z   PKG_NAME: melange
2025-08-20T21:35:03.8695294Z   PKG_DATE: 2025-08-20T21:34:32Z
2025-08-20T21:35:03.8695512Z   PKG_VERSION: HEAD-f347dd6-250820T123756
2025-08-20T21:35:03.8695747Z   PKG_VERSION_UPSTREAM: 0.30.6
2025-08-20T21:35:03.8696032Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/melange/official/melange
2025-08-20T21:35:03.8696369Z   GHCRPKG_TAG: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:03.8696788Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/melange/official/melange
2025-08-20T21:35:03.8697226Z   PKG_SRCURL: https://github.com/chainguard-dev/melange
2025-08-20T21:35:03.8697670Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:03.8697929Z   GHCRPKG_TAG_SRCBUILD: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:03.8698393Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/melange/official/melange-srcbuild-17108351520
2025-08-20T21:35:03.8698791Z ##[endgroup]
2025-08-20T21:35:03.8832757Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:35:03.8833065Z with:
2025-08-20T21:35:03.8833247Z   name: Bincache_melange_aarch64-Linux
2025-08-20T21:35:03.8833517Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:35:03.8833780Z   compression-level: 0
2025-08-20T21:35:03.8833967Z   retention-days: 30
2025-08-20T21:35:03.8834142Z   overwrite: true
2025-08-20T21:35:03.8834318Z   if-no-files-found: warn
2025-08-20T21:35:03.8834522Z   include-hidden-files: false
2025-08-20T21:35:03.8834715Z env:
2025-08-20T21:35:03.8834865Z   CROSS_COMPILING: NO
2025-08-20T21:35:03.8835056Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:03.8835263Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:03.8835475Z   ON_QEMU: NO
2025-08-20T21:35:03.8835630Z   DEBUG: 0
2025-08-20T21:35:03.8835791Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:03.8836003Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:03.8836267Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/melange/official
2025-08-20T21:35:03.8836577Z   KEEP_LOGS: YES
2025-08-20T21:35:03.8836745Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:03.8836936Z   PKG_FAMILY_LOCAL: melange
2025-08-20T21:35:03.8837131Z   SBUILD_REBUILD: false
2025-08-20T21:35:03.8837824Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:35:03.8838364Z   BUILD_SYS: docker://go
2025-08-20T21:35:03.8838553Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:03.8838730Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:03.8838907Z   SYSTMP: /tmp
2025-08-20T21:35:03.8839065Z   GHA_MODE: MATRIX
2025-08-20T21:35:03.8839463Z   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-20T21:35:03.8839949Z   INPUT_SBUILD: /tmp/pkgforge/SrZxkAgdG_build.yaml
2025-08-20T21:35:03.8840251Z   BUILD_DIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml
2025-08-20T21:35:03.8840868Z   SBUILD_OUTDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:03.8841323Z   SBUILD_TMPDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:03.8841677Z   PKG_TYPE: static
2025-08-20T21:35:03.8841850Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:03.8842056Z   SBUILD_PKGVER: HEAD-f347dd6-250820T123756
2025-08-20T21:35:03.8842403Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108351520
2025-08-20T21:35:03.8842738Z   BUILD_ID: 17108351520
2025-08-20T21:35:03.8842913Z   PKG_NAME: melange
2025-08-20T21:35:03.8843087Z   PKG_DATE: 2025-08-20T21:34:32Z
2025-08-20T21:35:03.8843304Z   PKG_VERSION: HEAD-f347dd6-250820T123756
2025-08-20T21:35:03.8843542Z   PKG_VERSION_UPSTREAM: 0.30.6
2025-08-20T21:35:03.8843956Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/melange/official/melange
2025-08-20T21:35:03.8844296Z   GHCRPKG_TAG: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:03.8844720Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/melange/official/melange
2025-08-20T21:35:03.8845160Z   PKG_SRCURL: https://github.com/chainguard-dev/melange
2025-08-20T21:35:03.8845426Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:03.8845676Z   GHCRPKG_TAG_SRCBUILD: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:03.8846140Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/melange/official/melange-srcbuild-17108351520
2025-08-20T21:35:03.8846538Z   UTC_TIME: 2025_08_20T09_35_03_PM
2025-08-20T21:35:03.8846739Z ##[endgroup]
2025-08-20T21:35:04.2623063Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:35:04.2627780Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:35:04.2628754Z With the provided path, there will be 2 files uploaded
2025-08-20T21:35:04.4181643Z Artifact name is valid!
2025-08-20T21:35:04.4183757Z Root directory input is valid!
2025-08-20T21:35:04.4600382Z Beginning upload of artifact content to blob storage
2025-08-20T21:35:04.8118998Z Uploaded bytes 8388608
2025-08-20T21:35:04.8756778Z Uploaded bytes 16777216
2025-08-20T21:35:04.9025107Z Uploaded bytes 25165824
2025-08-20T21:35:05.0999340Z Uploaded bytes 32607177
2025-08-20T21:35:05.1135875Z Finished uploading artifact content to blob storage!
2025-08-20T21:35:05.1140569Z SHA256 digest of uploaded artifact zip is 3978067f2ae60b5185e81c336f07ed4ff01ee6fd9b29157d221d535e6905b3f9
2025-08-20T21:35:05.1141047Z Finalizing artifact upload
2025-08-20T21:35:05.2032453Z Artifact Bincache_melange_aarch64-Linux.zip successfully finalized. Artifact ID 3813447326
2025-08-20T21:35:05.2036956Z Artifact Bincache_melange_aarch64-Linux has been successfully uploaded! Final size is 32607177 bytes. Artifact ID is 3813447326
2025-08-20T21:35:05.2043423Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108351520/artifacts/3813447326
2025-08-20T21:35:05.2266351Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:35:05.2266674Z with:
2025-08-20T21:35:05.2266970Z   subject-name: melange-17108351520-HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:05.2267930Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:35:05.2268625Z   show-summary: true
2025-08-20T21:35:05.2268817Z   push-to-registry: false
2025-08-20T21:35:05.2269163Z   github-token: ***
2025-08-20T21:35:05.2269335Z env:
2025-08-20T21:35:05.2269490Z   CROSS_COMPILING: NO
2025-08-20T21:35:05.2269681Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:05.2269894Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:05.2270094Z   ON_QEMU: NO
2025-08-20T21:35:05.2270252Z   DEBUG: 0
2025-08-20T21:35:05.2270425Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:05.2270639Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:05.2270938Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/melange/official
2025-08-20T21:35:05.2271218Z   KEEP_LOGS: YES
2025-08-20T21:35:05.2271614Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:05.2271811Z   PKG_FAMILY_LOCAL: melange
2025-08-20T21:35:05.2272012Z   SBUILD_REBUILD: false
2025-08-20T21:35:05.2272516Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:35:05.2273052Z   BUILD_SYS: docker://go
2025-08-20T21:35:05.2273245Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:05.2273428Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:05.2273610Z   SYSTMP: /tmp
2025-08-20T21:35:05.2273798Z   GHA_MODE: MATRIX
2025-08-20T21:35:05.2274200Z   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-20T21:35:05.2274684Z   INPUT_SBUILD: /tmp/pkgforge/SrZxkAgdG_build.yaml
2025-08-20T21:35:05.2275134Z   BUILD_DIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml
2025-08-20T21:35:05.2275502Z   SBUILD_OUTDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:05.2275961Z   SBUILD_TMPDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:05.2276322Z   PKG_TYPE: static
2025-08-20T21:35:05.2276496Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:05.2276705Z   SBUILD_PKGVER: HEAD-f347dd6-250820T123756
2025-08-20T21:35:05.2277060Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108351520
2025-08-20T21:35:05.2277399Z   BUILD_ID: 17108351520
2025-08-20T21:35:05.2277712Z   PKG_NAME: melange
2025-08-20T21:35:05.2277898Z   PKG_DATE: 2025-08-20T21:34:32Z
2025-08-20T21:35:05.2278120Z   PKG_VERSION: HEAD-f347dd6-250820T123756
2025-08-20T21:35:05.2278361Z   PKG_VERSION_UPSTREAM: 0.30.6
2025-08-20T21:35:05.2278652Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/melange/official/melange
2025-08-20T21:35:05.2278996Z   GHCRPKG_TAG: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:05.2279429Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/melange/official/melange
2025-08-20T21:35:05.2279867Z   PKG_SRCURL: https://github.com/chainguard-dev/melange
2025-08-20T21:35:05.2280142Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:05.2280402Z   GHCRPKG_TAG_SRCBUILD: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:05.2280874Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/melange/official/melange-srcbuild-17108351520
2025-08-20T21:35:05.2281278Z   UTC_TIME: 2025_08_20T09_35_03_PM
2025-08-20T21:35:05.2281486Z ##[endgroup]
2025-08-20T21:35:05.2360831Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:35:05.2361240Z env:
2025-08-20T21:35:05.2361399Z   CROSS_COMPILING: NO
2025-08-20T21:35:05.2361591Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:05.2361807Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:05.2362007Z   ON_QEMU: NO
2025-08-20T21:35:05.2362180Z   DEBUG: 0
2025-08-20T21:35:05.2362345Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:05.2362826Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:05.2363113Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/melange/official
2025-08-20T21:35:05.2363402Z   KEEP_LOGS: YES
2025-08-20T21:35:05.2363577Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:05.2363774Z   PKG_FAMILY_LOCAL: melange
2025-08-20T21:35:05.2363974Z   SBUILD_REBUILD: false
2025-08-20T21:35:05.2364481Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:35:05.2365021Z   BUILD_SYS: docker://go
2025-08-20T21:35:05.2365216Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:05.2365398Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:05.2365578Z   SYSTMP: /tmp
2025-08-20T21:35:05.2365744Z   GHA_MODE: MATRIX
2025-08-20T21:35:05.2366145Z   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-20T21:35:05.2366635Z   INPUT_SBUILD: /tmp/pkgforge/SrZxkAgdG_build.yaml
2025-08-20T21:35:05.2366949Z   BUILD_DIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml
2025-08-20T21:35:05.2367315Z   SBUILD_OUTDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:05.2368146Z   SBUILD_TMPDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:05.2368515Z   PKG_TYPE: static
2025-08-20T21:35:05.2368692Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:05.2368907Z   SBUILD_PKGVER: HEAD-f347dd6-250820T123756
2025-08-20T21:35:05.2369268Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108351520
2025-08-20T21:35:05.2369609Z   BUILD_ID: 17108351520
2025-08-20T21:35:05.2369789Z   PKG_NAME: melange
2025-08-20T21:35:05.2369968Z   PKG_DATE: 2025-08-20T21:34:32Z
2025-08-20T21:35:05.2370190Z   PKG_VERSION: HEAD-f347dd6-250820T123756
2025-08-20T21:35:05.2370429Z   PKG_VERSION_UPSTREAM: 0.30.6
2025-08-20T21:35:05.2370722Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/melange/official/melange
2025-08-20T21:35:05.2371212Z   GHCRPKG_TAG: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:05.2371643Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/melange/official/melange
2025-08-20T21:35:05.2372088Z   PKG_SRCURL: https://github.com/chainguard-dev/melange
2025-08-20T21:35:05.2372359Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:05.2372619Z   GHCRPKG_TAG_SRCBUILD: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:05.2373089Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/melange/official/melange-srcbuild-17108351520
2025-08-20T21:35:05.2373495Z   UTC_TIME: 2025_08_20T09_35_03_PM
2025-08-20T21:35:05.2373701Z ##[endgroup]
2025-08-20T21:35:05.6119260Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:35:05.6119583Z with:
2025-08-20T21:35:05.6120217Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:35:05.6121060Z   subject-name: melange-17108351520-HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:05.6121452Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:35:05.6123975Z   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/17108351520/attempts/1"}}}
2025-08-20T21:35:05.6126468Z   push-to-registry: false
2025-08-20T21:35:05.6126990Z   show-summary: true
2025-08-20T21:35:05.6127579Z   github-token: ***
2025-08-20T21:35:05.6127803Z env:
2025-08-20T21:35:05.6127970Z   CROSS_COMPILING: NO
2025-08-20T21:35:05.6128171Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:05.6128392Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:05.6128595Z   ON_QEMU: NO
2025-08-20T21:35:05.6128755Z   DEBUG: 0
2025-08-20T21:35:05.6128922Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:05.6129139Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:05.6129413Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/melange/official
2025-08-20T21:35:05.6129697Z   KEEP_LOGS: YES
2025-08-20T21:35:05.6129877Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:05.6130077Z   PKG_FAMILY_LOCAL: melange
2025-08-20T21:35:05.6130284Z   SBUILD_REBUILD: false
2025-08-20T21:35:05.6130791Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:35:05.6131340Z   BUILD_SYS: docker://go
2025-08-20T21:35:05.6131545Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:05.6131733Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:05.6131926Z   SYSTMP: /tmp
2025-08-20T21:35:05.6132298Z   GHA_MODE: MATRIX
2025-08-20T21:35:05.6132704Z   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-20T21:35:05.6133191Z   INPUT_SBUILD: /tmp/pkgforge/SrZxkAgdG_build.yaml
2025-08-20T21:35:05.6133496Z   BUILD_DIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml
2025-08-20T21:35:05.6133865Z   SBUILD_OUTDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:05.6134332Z   SBUILD_TMPDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:05.6134702Z   PKG_TYPE: static
2025-08-20T21:35:05.6134881Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:05.6135098Z   SBUILD_PKGVER: HEAD-f347dd6-250820T123756
2025-08-20T21:35:05.6135577Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108351520
2025-08-20T21:35:05.6135932Z   BUILD_ID: 17108351520
2025-08-20T21:35:05.6136119Z   PKG_NAME: melange
2025-08-20T21:35:05.6136300Z   PKG_DATE: 2025-08-20T21:34:32Z
2025-08-20T21:35:05.6136532Z   PKG_VERSION: HEAD-f347dd6-250820T123756
2025-08-20T21:35:05.6136777Z   PKG_VERSION_UPSTREAM: 0.30.6
2025-08-20T21:35:05.6137068Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/melange/official/melange
2025-08-20T21:35:05.6137413Z   GHCRPKG_TAG: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:05.6138134Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/melange/official/melange
2025-08-20T21:35:05.6138583Z   PKG_SRCURL: https://github.com/chainguard-dev/melange
2025-08-20T21:35:05.6138864Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:05.6139126Z   GHCRPKG_TAG_SRCBUILD: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:05.6139602Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/melange/official/melange-srcbuild-17108351520
2025-08-20T21:35:05.6140017Z   UTC_TIME: 2025_08_20T09_35_03_PM
2025-08-20T21:35:05.6140233Z ##[endgroup]
2025-08-20T21:35:06.9106153Z Attestation created for 18 subjects
2025-08-20T21:35:06.9110204Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:35:06.9110716Z -----BEGIN CERTIFICATE-----
2025-08-20T21:35:06.9111064Z MIIG7TCCBnSgAwIBAgIUZaT3BqF8AyTWPjkZofxzrUBtan8wCgYIKoZIzj0EAwMw
2025-08-20T21:35:06.9111535Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:35:06.9111999Z cm1lZGlhdGUwHhcNMjUwODIwMjEzNTA2WhcNMjUwODIwMjE0NTA2WjAAMFkwEwYH
2025-08-20T21:35:06.9112445Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEYJVivRJ/LyTbtPY/CDKo7Hn5R+8N/x8JydF1
2025-08-20T21:35:06.9112870Z BzN23IjEOvnbcm1TyaELmmU3UmpG/MMlWRhrzanOojoCjSh2OaOCBZMwggWPMA4G
2025-08-20T21:35:06.9113312Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUrecR
2025-08-20T21:35:06.9113756Z 9QxnDpfUdbDSMKvn5z4/UDwwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:35:06.9114194Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:35:06.9114982Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:35:06.9115476Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:35:06.9115929Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:35:06.9116358Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:35:06.9116806Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:35:06.9117267Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:35:06.9118003Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:35:06.9118465Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:35:06.9118908Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:35:06.9119363Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:35:06.9119827Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:35:06.9120281Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:35:06.9120732Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:35:06.9121398Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:35:06.9121863Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:35:06.9122323Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:35:06.9122786Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:35:06.9123235Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:35:06.9123689Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:35:06.9124143Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:35:06.9124606Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:35:06.9125209Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:35:06.9125669Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MzUxNTIwL2F0
2025-08-20T21:35:06.9126129Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T21:35:06.9126602Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJaDPY
2025-08-20T21:35:06.9127047Z AAAEAwBGMEQCIFRJM+voNMyluZJq1MBkIN5/k43pmI+YFOckx8ZzJ3duAiBvgyN5
2025-08-20T21:35:06.9127650Z RlxAPLEwkj+Tf21dzJv8D2MCAFcNBgJ1FwD9SzAKBggqhkjOPQQDAwNnADBkAjBs
2025-08-20T21:35:06.9128114Z ftLypBtbzUw5uZXjuG/LwJTeUAlhb+dFmKJDCBAwjbVKihObCwSBASxNnr3wiFgC
2025-08-20T21:35:06.9128554Z MEl4GJ9rAkZh3LWjZ0vO3biXDBU6HTNH9J1sMKNDDMbeH6kVjVRWG0WS5FVwXmAA
2025-08-20T21:35:06.9128885Z FQ==
2025-08-20T21:35:06.9129045Z -----END CERTIFICATE-----
2025-08-20T21:35:06.9129177Z 
2025-08-20T21:35:06.9129662Z ##[endgroup]
2025-08-20T21:35:06.9130153Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:35:06.9130535Z https://search.sigstore.dev?logIndex=414419586
2025-08-20T21:35:06.9130881Z [36mAttestation uploaded to repository[39m
2025-08-20T21:35:06.9131192Z https://github.com/pkgforge/bincache/attestations/9874415
2025-08-20T21:35:07.0102305Z ##[group]Run ##Presets
2025-08-20T21:35:07.0102579Z [36;1m##Presets[0m
2025-08-20T21:35:07.0102768Z [36;1mset +x ; set +e[0m
2025-08-20T21:35:07.0102962Z [36;1m#-------------#[0m
2025-08-20T21:35:07.0103151Z [36;1m##Debug?[0m
2025-08-20T21:35:07.0103373Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:35:07.0103645Z [36;1m  set -x[0m
2025-08-20T21:35:07.0103813Z [36;1mfi[0m
2025-08-20T21:35:07.0103972Z [36;1m#-------------#[0m
2025-08-20T21:35:07.0104261Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:35:07.0104748Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/melange/official"[0m
2025-08-20T21:35:07.0105148Z [36;1m exit 1[0m
2025-08-20T21:35:07.0105313Z [36;1mfi[0m
2025-08-20T21:35:07.0136959Z shell: /usr/bin/bash -e {0}
2025-08-20T21:35:07.0137190Z env:
2025-08-20T21:35:07.0137353Z   CROSS_COMPILING: NO
2025-08-20T21:35:07.0137841Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:07.0138082Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:07.0138289Z   ON_QEMU: NO
2025-08-20T21:35:07.0138450Z   DEBUG: 0
2025-08-20T21:35:07.0138615Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:07.0138836Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:07.0139115Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/melange/official
2025-08-20T21:35:07.0139398Z   KEEP_LOGS: YES
2025-08-20T21:35:07.0139572Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:07.0139768Z   PKG_FAMILY_LOCAL: melange
2025-08-20T21:35:07.0139969Z   SBUILD_REBUILD: false
2025-08-20T21:35:07.0140483Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:35:07.0141035Z   BUILD_SYS: docker://go
2025-08-20T21:35:07.0141230Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:07.0141420Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:07.0141601Z   SYSTMP: /tmp
2025-08-20T21:35:07.0141766Z   GHA_MODE: MATRIX
2025-08-20T21:35:07.0142429Z   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-20T21:35:07.0142920Z   INPUT_SBUILD: /tmp/pkgforge/SrZxkAgdG_build.yaml
2025-08-20T21:35:07.0143228Z   BUILD_DIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml
2025-08-20T21:35:07.0143602Z   SBUILD_OUTDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:07.0144066Z   SBUILD_TMPDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:07.0144430Z   PKG_TYPE: static
2025-08-20T21:35:07.0144613Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:07.0144827Z   SBUILD_PKGVER: HEAD-f347dd6-250820T123756
2025-08-20T21:35:07.0145191Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108351520
2025-08-20T21:35:07.0145653Z   BUILD_ID: 17108351520
2025-08-20T21:35:07.0145841Z   PKG_NAME: melange
2025-08-20T21:35:07.0146024Z   PKG_DATE: 2025-08-20T21:34:32Z
2025-08-20T21:35:07.0146256Z   PKG_VERSION: HEAD-f347dd6-250820T123756
2025-08-20T21:35:07.0146504Z   PKG_VERSION_UPSTREAM: 0.30.6
2025-08-20T21:35:07.0146790Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/melange/official/melange
2025-08-20T21:35:07.0147132Z   GHCRPKG_TAG: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:07.0147750Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/melange/official/melange
2025-08-20T21:35:07.0148206Z   PKG_SRCURL: https://github.com/chainguard-dev/melange
2025-08-20T21:35:07.0148478Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:07.0148739Z   GHCRPKG_TAG_SRCBUILD: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:07.0149210Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/melange/official/melange-srcbuild-17108351520
2025-08-20T21:35:07.0149619Z   UTC_TIME: 2025_08_20T09_35_03_PM
2025-08-20T21:35:07.0149837Z ##[endgroup]
2025-08-20T21:35:07.0222824Z ##[group]Run ##Presets
2025-08-20T21:35:07.0223128Z [36;1m##Presets[0m
2025-08-20T21:35:07.0223316Z [36;1mset +x ; set +e[0m
2025-08-20T21:35:07.0223521Z [36;1m#-------------#[0m
2025-08-20T21:35:07.0223708Z [36;1m##Debug?[0m
2025-08-20T21:35:07.0223931Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:35:07.0224203Z [36;1m  set -x[0m
2025-08-20T21:35:07.0224375Z [36;1mfi[0m
2025-08-20T21:35:07.0224539Z [36;1m#-------------#[0m
2025-08-20T21:35:07.0224763Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:35:07.0225183Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/melange/official"[0m
2025-08-20T21:35:07.0225569Z [36;1m exit 1[0m
2025-08-20T21:35:07.0225733Z [36;1mfi[0m
2025-08-20T21:35:07.0254929Z shell: /usr/bin/bash -e {0}
2025-08-20T21:35:07.0255153Z env:
2025-08-20T21:35:07.0255316Z   CROSS_COMPILING: NO
2025-08-20T21:35:07.0255561Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:07.0255784Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:07.0255990Z   ON_QEMU: NO
2025-08-20T21:35:07.0256149Z   DEBUG: 0
2025-08-20T21:35:07.0256323Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:07.0256540Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:07.0256822Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/melange/official
2025-08-20T21:35:07.0257106Z   KEEP_LOGS: YES
2025-08-20T21:35:07.0257281Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:07.0257712Z   PKG_FAMILY_LOCAL: melange
2025-08-20T21:35:07.0257927Z   SBUILD_REBUILD: false
2025-08-20T21:35:07.0258441Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:35:07.0258985Z   BUILD_SYS: docker://go
2025-08-20T21:35:07.0259180Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:07.0259369Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:07.0259556Z   SYSTMP: /tmp
2025-08-20T21:35:07.0259731Z   GHA_MODE: MATRIX
2025-08-20T21:35:07.0260145Z   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-20T21:35:07.0260634Z   INPUT_SBUILD: /tmp/pkgforge/SrZxkAgdG_build.yaml
2025-08-20T21:35:07.0261204Z   BUILD_DIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml
2025-08-20T21:35:07.0261578Z   SBUILD_OUTDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:07.0262042Z   SBUILD_TMPDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:07.0262405Z   PKG_TYPE: static
2025-08-20T21:35:07.0262589Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:07.0262805Z   SBUILD_PKGVER: HEAD-f347dd6-250820T123756
2025-08-20T21:35:07.0263172Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108351520
2025-08-20T21:35:07.0263519Z   BUILD_ID: 17108351520
2025-08-20T21:35:07.0263710Z   PKG_NAME: melange
2025-08-20T21:35:07.0263893Z   PKG_DATE: 2025-08-20T21:34:32Z
2025-08-20T21:35:07.0264292Z   PKG_VERSION: HEAD-f347dd6-250820T123756
2025-08-20T21:35:07.0264545Z   PKG_VERSION_UPSTREAM: 0.30.6
2025-08-20T21:35:07.0264832Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/melange/official/melange
2025-08-20T21:35:07.0265179Z   GHCRPKG_TAG: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:07.0265613Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/melange/official/melange
2025-08-20T21:35:07.0266058Z   PKG_SRCURL: https://github.com/chainguard-dev/melange
2025-08-20T21:35:07.0266335Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:07.0266601Z   GHCRPKG_TAG_SRCBUILD: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:07.0267075Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/melange/official/melange-srcbuild-17108351520
2025-08-20T21:35:07.0267649Z   UTC_TIME: 2025_08_20T09_35_03_PM
2025-08-20T21:35:07.0267871Z ##[endgroup]
2025-08-20T21:35:07.0342227Z ##[group]Run ##Presets
2025-08-20T21:35:07.0342503Z [36;1m##Presets[0m
2025-08-20T21:35:07.0342689Z [36;1mset +x ; set +e[0m
2025-08-20T21:35:07.0342900Z [36;1m#-------------#[0m
2025-08-20T21:35:07.0343087Z [36;1m##Debug?[0m
2025-08-20T21:35:07.0343312Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:35:07.0343599Z [36;1m  set -x[0m
2025-08-20T21:35:07.0343769Z [36;1mfi[0m
2025-08-20T21:35:07.0343933Z [36;1m#-------------#[0m
2025-08-20T21:35:07.0344247Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:35:07.0344615Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:35:07.0344892Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:35:07.0345139Z [36;1mfi[0m
2025-08-20T21:35:07.0376207Z shell: /usr/bin/bash -e {0}
2025-08-20T21:35:07.0376434Z env:
2025-08-20T21:35:07.0376607Z   CROSS_COMPILING: NO
2025-08-20T21:35:07.0376863Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T21:35:07.0377083Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T21:35:07.0377287Z   ON_QEMU: NO
2025-08-20T21:35:07.0377640Z   DEBUG: 0
2025-08-20T21:35:07.0377823Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T21:35:07.0378041Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T21:35:07.0378323Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/melange/official
2025-08-20T21:35:07.0378612Z   KEEP_LOGS: YES
2025-08-20T21:35:07.0378788Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:35:07.0378989Z   PKG_FAMILY_LOCAL: melange
2025-08-20T21:35:07.0379194Z   SBUILD_REBUILD: false
2025-08-20T21:35:07.0379710Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/melange/static.official.source.yaml
2025-08-20T21:35:07.0380249Z   BUILD_SYS: docker://go
2025-08-20T21:35:07.0380452Z   BUILD_ON_HOST: FALSE
2025-08-20T21:35:07.0380650Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:35:07.0380836Z   SYSTMP: /tmp
2025-08-20T21:35:07.0381004Z   GHA_MODE: MATRIX
2025-08-20T21:35:07.0381416Z   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-20T21:35:07.0381909Z   INPUT_SBUILD: /tmp/pkgforge/SrZxkAgdG_build.yaml
2025-08-20T21:35:07.0382218Z   BUILD_DIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml
2025-08-20T21:35:07.0382589Z   SBUILD_OUTDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR
2025-08-20T21:35:07.0383702Z   SBUILD_TMPDIR: /tmp/pkgforge/nAmEy7X_SrZxkAgdG_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:35:07.0384074Z   PKG_TYPE: static
2025-08-20T21:35:07.0384253Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:35:07.0384473Z   SBUILD_PKGVER: HEAD-f347dd6-250820T123756
2025-08-20T21:35:07.0384841Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108351520
2025-08-20T21:35:07.0385190Z   BUILD_ID: 17108351520
2025-08-20T21:35:07.0385377Z   PKG_NAME: melange
2025-08-20T21:35:07.0385558Z   PKG_DATE: 2025-08-20T21:34:32Z
2025-08-20T21:35:07.0385829Z   PKG_VERSION: HEAD-f347dd6-250820T123756
2025-08-20T21:35:07.0386077Z   PKG_VERSION_UPSTREAM: 0.30.6
2025-08-20T21:35:07.0386365Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/melange/official/melange
2025-08-20T21:35:07.0386923Z   GHCRPKG_TAG: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:07.0387357Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/melange/official/melange
2025-08-20T21:35:07.0387958Z   PKG_SRCURL: https://github.com/chainguard-dev/melange
2025-08-20T21:35:07.0388236Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:35:07.0388498Z   GHCRPKG_TAG_SRCBUILD: HEAD-f347dd6-250820T123756-aarch64-linux
2025-08-20T21:35:07.0388972Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/melange/official/melange-srcbuild-17108351520
2025-08-20T21:35:07.0389379Z   UTC_TIME: 2025_08_20T09_35_03_PM
2025-08-20T21:35:07.0389589Z ##[endgroup]
2025-08-20T21:35:07.0450007Z EXITED
2025-08-20T21:35:07.0500440Z Cleaning up orphan processes
